diff --git a/grammar.js b/grammar.js index db16bf8..4bda4b3 100644 --- a/grammar.js +++ b/grammar.js @@ -79,6 +79,20 @@ module.exports = grammar({ $._abstract_declarator, ], + reserved: { + global: $ => [ + 'alignas', 'alignof', 'auto', 'break', 'case', 'const', + 'constexpr', 'continue', 'default', 'do', 'else', 'enum', + 'extern', $.false, 'for', 'goto', 'if', 'inline', 'long', + 'nullptr', $.primitive_type, 'register', 'restrict', 'return', + 'short', 'signed', 'sizeof', 'static', 'struct', 'switch', + 'thread_local', $.true, 'typedef', 'union', 'unsigned', + 'volatile', 'while', '_Alignas', '_Alignof', '_Atomic', + '_Generic', '_Noreturn', + ], + attributes: _ => [], + }, + word: $ => $.identifier, rules: { @@ -310,7 +324,7 @@ module.exports = grammar({ attribute: $ => seq( optional(seq(field('prefix', $.identifier), '::')), - field('name', $.identifier), + reserved('attributes', field('name', $.identifier)), optional($.argument_list), ), diff --git a/package-lock.json b/package-lock.json index abcaa09..3657180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,10 @@ "license": "MIT", "dependencies": { "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.2" + "node-gyp-build": "^4.8.4" }, "devDependencies": { - "eslint": "^9.14.0", + "eslint": "^9.15.0", "eslint-config-treesitter": "^1.0.2", "prebuildify": "^6.0.1", "tree-sitter-cli": "^0.24.4" @@ -82,9 +82,9 @@ } }, "node_modules/@eslint/config-array": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz", - "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.0.tgz", + "integrity": "sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==", "dev": true, "dependencies": { "@eslint/object-schema": "^2.1.4", @@ -96,18 +96,18 @@ } }, "node_modules/@eslint/core": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.7.0.tgz", - "integrity": "sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz", + "integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "node_modules/@eslint/eslintrc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", - "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", + "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -128,9 +128,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.14.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.14.0.tgz", - "integrity": "sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", + "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -146,9 +146,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.2.tgz", - "integrity": "sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz", + "integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==", "dev": true, "dependencies": { "levn": "^0.4.1" @@ -445,9 +445,9 @@ "dev": true }, "node_modules/cross-spawn": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", - "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "dependencies": { "path-key": "^3.1.0", @@ -509,26 +509,26 @@ } }, "node_modules/eslint": { - "version": "9.14.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz", - "integrity": "sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", + "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.18.0", - "@eslint/core": "^0.7.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.14.0", - "@eslint/plugin-kit": "^0.2.0", + "@eslint/config-array": "^0.19.0", + "@eslint/core": "^0.9.0", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "9.15.0", + "@eslint/plugin-kit": "^0.2.3", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.4.0", + "@humanwhocodes/retry": "^0.4.1", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.5", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", "eslint-scope": "^8.2.0", @@ -547,8 +547,7 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" @@ -581,9 +580,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.3.tgz", - "integrity": "sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==", + "version": "50.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.5.0.tgz", + "integrity": "sha512-xTkshfZrUbiSHXBwZ/9d5ulZ2OcHXxSvm/NPo494H/hadLRJwOq5PMV0EUpMqsb9V+kQo+9BAgi6Z7aJtdBp2A==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.49.0", @@ -752,9 +751,9 @@ } }, "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz", + "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==", "dev": true }, "node_modules/fs-constants": { @@ -1005,9 +1004,9 @@ "dev": true }, "node_modules/node-abi": { - "version": "3.57.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.57.0.tgz", - "integrity": "sha512-Dp+A9JWxRaKuHP35H77I4kCKesDy5HUDEmScia2FyncMTOXASMyg251F5PhFoDA5uqBrDDffiLpbqnrZmNXW+g==", + "version": "3.71.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.71.0.tgz", + "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==", "dev": true, "dependencies": { "semver": "^7.3.5" @@ -1025,9 +1024,9 @@ } }, "node_modules/node-gyp-build": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", - "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -1172,9 +1171,9 @@ } }, "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", + "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", "dev": true, "dependencies": { "end-of-stream": "^1.1.0", @@ -1238,7 +1237,6 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -1372,24 +1370,6 @@ "node": ">=6" } }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, - "node_modules/tree-sitter": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.21.1.tgz", - "integrity": "sha512-7dxoA6kYvtgWw80265MyqJlkRl4yawIjO7S5MigytjELkX43fV2WsAXzsNfO7sBpPPCF5Gp0+XzHk0DwLCq3xQ==", - "hasInstallScript": true, - "optional": true, - "peer": true, - "dependencies": { - "node-addon-api": "^8.0.0", - "node-gyp-build": "^4.8.0" - } - }, "node_modules/tree-sitter-cli": { "version": "0.24.4", "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.24.4.tgz", diff --git a/package.json b/package.json index 48c9248..979f933 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ ], "dependencies": { "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.2" + "node-gyp-build": "^4.8.4" }, "devDependencies": { - "eslint": "^9.14.0", + "eslint": "^9.15.0", "eslint-config-treesitter": "^1.0.2", "prebuildify": "^6.0.1", "tree-sitter-cli": "^0.24.4" diff --git a/src/grammar.json b/src/grammar.json index fdea897..7fe2d93 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -3249,12 +3249,16 @@ ] }, { - "type": "FIELD", - "name": "name", + "type": "RESERVED", "content": { - "type": "SYMBOL", - "name": "identifier" - } + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "identifier" + } + }, + "context_name": "attributes" }, { "type": "CHOICE", @@ -9731,5 +9735,178 @@ "_field_declarator", "_type_declarator", "_abstract_declarator" - ] + ], + "reserved": { + "global": [ + { + "type": "STRING", + "value": "alignas" + }, + { + "type": "STRING", + "value": "alignof" + }, + { + "type": "STRING", + "value": "auto" + }, + { + "type": "STRING", + "value": "break" + }, + { + "type": "STRING", + "value": "case" + }, + { + "type": "STRING", + "value": "const" + }, + { + "type": "STRING", + "value": "constexpr" + }, + { + "type": "STRING", + "value": "continue" + }, + { + "type": "STRING", + "value": "default" + }, + { + "type": "STRING", + "value": "do" + }, + { + "type": "STRING", + "value": "else" + }, + { + "type": "STRING", + "value": "enum" + }, + { + "type": "STRING", + "value": "extern" + }, + { + "type": "SYMBOL", + "name": "false" + }, + { + "type": "STRING", + "value": "for" + }, + { + "type": "STRING", + "value": "goto" + }, + { + "type": "STRING", + "value": "if" + }, + { + "type": "STRING", + "value": "inline" + }, + { + "type": "STRING", + "value": "long" + }, + { + "type": "STRING", + "value": "nullptr" + }, + { + "type": "SYMBOL", + "name": "primitive_type" + }, + { + "type": "STRING", + "value": "register" + }, + { + "type": "STRING", + "value": "restrict" + }, + { + "type": "STRING", + "value": "return" + }, + { + "type": "STRING", + "value": "short" + }, + { + "type": "STRING", + "value": "signed" + }, + { + "type": "STRING", + "value": "sizeof" + }, + { + "type": "STRING", + "value": "static" + }, + { + "type": "STRING", + "value": "struct" + }, + { + "type": "STRING", + "value": "switch" + }, + { + "type": "STRING", + "value": "thread_local" + }, + { + "type": "SYMBOL", + "name": "true" + }, + { + "type": "STRING", + "value": "typedef" + }, + { + "type": "STRING", + "value": "union" + }, + { + "type": "STRING", + "value": "unsigned" + }, + { + "type": "STRING", + "value": "volatile" + }, + { + "type": "STRING", + "value": "while" + }, + { + "type": "STRING", + "value": "_Alignas" + }, + { + "type": "STRING", + "value": "_Alignof" + }, + { + "type": "STRING", + "value": "_Atomic" + }, + { + "type": "STRING", + "value": "_Generic" + }, + { + "type": "STRING", + "value": "_Noreturn" + } + ], + "attributes": [] + } } diff --git a/src/parser.c b/src/parser.c index 4c5e0a9..b47a403 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,3 +1,5 @@ +/* Automatically generated by tree-sitter v0.25.0 (ebb9df536c1fa3f7cc733cdc4c749d0b9a1bc096) */ + #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) @@ -12,8 +14,8 @@ #pragma GCC optimize ("O0") #endif -#define LANGUAGE_VERSION 14 -#define STATE_COUNT 2023 +#define LANGUAGE_VERSION 15 +#define STATE_COUNT 1996 #define LARGE_STATE_COUNT 463 #define SYMBOL_COUNT 360 #define ALIAS_COUNT 3 @@ -21,6 +23,7 @@ #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 39 #define MAX_ALIAS_SEQUENCE_LENGTH 9 +#define MAX_RESERVED_WORD_SET_SIZE 42 #define PRODUCTION_ID_COUNT 133 enum ts_symbol_identifiers { @@ -3261,43 +3264,43 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3] = 3, [4] = 4, [5] = 5, - [6] = 6, + [6] = 3, [7] = 7, [8] = 8, [9] = 9, - [10] = 2, + [10] = 10, [11] = 4, - [12] = 3, - [13] = 5, + [12] = 2, + [13] = 3, [14] = 2, [15] = 4, - [16] = 3, - [17] = 5, + [16] = 5, + [17] = 3, [18] = 2, [19] = 4, - [20] = 3, + [20] = 5, [21] = 5, [22] = 22, [23] = 23, - [24] = 22, - [25] = 23, - [26] = 26, - [27] = 27, - [28] = 27, + [24] = 24, + [25] = 25, + [26] = 22, + [27] = 24, + [28] = 23, [29] = 29, [30] = 30, - [31] = 27, - [32] = 29, - [33] = 23, - [34] = 30, - [35] = 35, - [36] = 30, + [31] = 31, + [32] = 25, + [33] = 22, + [34] = 24, + [35] = 23, + [36] = 23, [37] = 30, - [38] = 29, - [39] = 23, - [40] = 22, - [41] = 27, - [42] = 29, + [38] = 30, + [39] = 30, + [40] = 25, + [41] = 25, + [42] = 24, [43] = 43, [44] = 44, [45] = 45, @@ -3305,29 +3308,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [47] = 47, [48] = 48, [49] = 49, - [50] = 48, - [51] = 46, - [52] = 46, - [53] = 47, - [54] = 45, - [55] = 48, - [56] = 49, - [57] = 45, + [50] = 45, + [51] = 45, + [52] = 47, + [53] = 49, + [54] = 49, + [55] = 46, + [56] = 48, + [57] = 49, [58] = 46, - [59] = 48, - [60] = 47, - [61] = 49, - [62] = 45, - [63] = 47, - [64] = 49, + [59] = 47, + [60] = 45, + [61] = 48, + [62] = 46, + [63] = 48, + [64] = 47, [65] = 65, [66] = 65, - [67] = 46, + [67] = 47, [68] = 65, [69] = 45, - [70] = 48, - [71] = 47, - [72] = 49, + [70] = 49, + [71] = 46, + [72] = 48, [73] = 65, [74] = 65, [75] = 75, @@ -3342,7 +3345,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [84] = 84, [85] = 85, [86] = 86, - [87] = 87, + [87] = 83, [88] = 88, [89] = 89, [90] = 90, @@ -3353,7 +3356,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [95] = 95, [96] = 96, [97] = 97, - [98] = 98, + [98] = 82, [99] = 99, [100] = 100, [101] = 101, @@ -3370,9 +3373,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [112] = 112, [113] = 113, [114] = 114, - [115] = 109, + [115] = 115, [116] = 116, - [117] = 106, + [117] = 117, [118] = 118, [119] = 119, [120] = 120, @@ -3406,261 +3409,261 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [148] = 80, [149] = 80, [150] = 80, - [151] = 91, - [152] = 101, - [153] = 102, - [154] = 103, - [155] = 104, - [156] = 105, - [157] = 109, - [158] = 98, - [159] = 110, - [160] = 99, - [161] = 111, - [162] = 100, - [163] = 111, - [164] = 112, - [165] = 113, - [166] = 101, - [167] = 114, - [168] = 118, - [169] = 108, - [170] = 106, - [171] = 102, - [172] = 97, - [173] = 116, - [174] = 103, - [175] = 118, - [176] = 104, - [177] = 82, - [178] = 107, - [179] = 109, - [180] = 110, - [181] = 108, - [182] = 111, - [183] = 112, - [184] = 113, - [185] = 114, - [186] = 118, + [151] = 114, + [152] = 116, + [153] = 117, + [154] = 117, + [155] = 85, + [156] = 88, + [157] = 89, + [158] = 90, + [159] = 91, + [160] = 92, + [161] = 85, + [162] = 88, + [163] = 89, + [164] = 90, + [165] = 91, + [166] = 92, + [167] = 93, + [168] = 93, + [169] = 94, + [170] = 81, + [171] = 96, + [172] = 118, + [173] = 99, + [174] = 100, + [175] = 101, + [176] = 97, + [177] = 84, + [178] = 102, + [179] = 94, + [180] = 113, + [181] = 103, + [182] = 81, + [183] = 104, + [184] = 105, + [185] = 106, + [186] = 107, [187] = 108, - [188] = 106, - [189] = 83, - [190] = 116, - [191] = 84, - [192] = 85, - [193] = 82, - [194] = 83, - [195] = 84, - [196] = 85, - [197] = 88, - [198] = 89, - [199] = 90, - [200] = 86, - [201] = 87, - [202] = 95, - [203] = 96, - [204] = 81, - [205] = 97, - [206] = 98, - [207] = 81, - [208] = 103, - [209] = 104, - [210] = 86, - [211] = 87, + [188] = 96, + [189] = 109, + [190] = 99, + [191] = 100, + [192] = 101, + [193] = 110, + [194] = 111, + [195] = 112, + [196] = 102, + [197] = 86, + [198] = 83, + [199] = 118, + [200] = 97, + [201] = 84, + [202] = 113, + [203] = 115, + [204] = 116, + [205] = 117, + [206] = 82, + [207] = 116, + [208] = 85, + [209] = 88, + [210] = 89, + [211] = 90, [212] = 91, - [213] = 92, - [214] = 93, - [215] = 94, - [216] = 100, - [217] = 101, - [218] = 102, - [219] = 105, - [220] = 116, - [221] = 88, - [222] = 89, - [223] = 90, - [224] = 82, - [225] = 83, - [226] = 84, - [227] = 85, - [228] = 86, - [229] = 105, - [230] = 107, - [231] = 91, - [232] = 92, - [233] = 93, - [234] = 94, - [235] = 87, - [236] = 113, - [237] = 95, - [238] = 96, - [239] = 81, - [240] = 88, - [241] = 114, - [242] = 89, - [243] = 90, - [244] = 97, + [213] = 94, + [214] = 81, + [215] = 96, + [216] = 103, + [217] = 104, + [218] = 105, + [219] = 106, + [220] = 107, + [221] = 108, + [222] = 112, + [223] = 114, + [224] = 92, + [225] = 93, + [226] = 99, + [227] = 100, + [228] = 101, + [229] = 102, + [230] = 109, + [231] = 110, + [232] = 111, + [233] = 95, + [234] = 86, + [235] = 103, + [236] = 104, + [237] = 105, + [238] = 106, + [239] = 107, + [240] = 108, + [241] = 109, + [242] = 110, + [243] = 111, + [244] = 115, [245] = 112, - [246] = 96, - [247] = 92, - [248] = 93, - [249] = 94, - [250] = 110, - [251] = 107, - [252] = 98, - [253] = 99, - [254] = 100, - [255] = 95, - [256] = 99, - [257] = 145, - [258] = 141, - [259] = 142, - [260] = 144, - [261] = 145, - [262] = 143, - [263] = 146, - [264] = 137, - [265] = 147, - [266] = 121, - [267] = 122, - [268] = 126, - [269] = 128, - [270] = 138, - [271] = 129, - [272] = 119, - [273] = 273, - [274] = 120, - [275] = 127, - [276] = 130, - [277] = 132, - [278] = 133, - [279] = 134, - [280] = 135, - [281] = 136, - [282] = 140, - [283] = 123, - [284] = 124, - [285] = 131, - [286] = 129, - [287] = 119, - [288] = 139, - [289] = 141, - [290] = 144, - [291] = 143, - [292] = 146, - [293] = 137, - [294] = 122, - [295] = 126, - [296] = 128, - [297] = 138, + [246] = 115, + [247] = 95, + [248] = 86, + [249] = 83, + [250] = 95, + [251] = 118, + [252] = 82, + [253] = 97, + [254] = 84, + [255] = 113, + [256] = 114, + [257] = 127, + [258] = 123, + [259] = 125, + [260] = 127, + [261] = 129, + [262] = 134, + [263] = 135, + [264] = 121, + [265] = 124, + [266] = 132, + [267] = 133, + [268] = 134, + [269] = 121, + [270] = 135, + [271] = 147, + [272] = 144, + [273] = 136, + [274] = 137, + [275] = 138, + [276] = 139, + [277] = 119, + [278] = 141, + [279] = 142, + [280] = 145, + [281] = 143, + [282] = 146, + [283] = 129, + [284] = 144, + [285] = 143, + [286] = 146, + [287] = 287, + [288] = 122, + [289] = 126, + [290] = 128, + [291] = 136, + [292] = 130, + [293] = 131, + [294] = 128, + [295] = 120, + [296] = 147, + [297] = 140, [298] = 120, - [299] = 127, - [300] = 130, - [301] = 132, - [302] = 134, - [303] = 135, - [304] = 136, - [305] = 140, - [306] = 123, - [307] = 124, - [308] = 125, - [309] = 131, - [310] = 142, - [311] = 145, - [312] = 147, - [313] = 121, + [299] = 124, + [300] = 128, + [301] = 130, + [302] = 122, + [303] = 137, + [304] = 131, + [305] = 138, + [306] = 139, + [307] = 140, + [308] = 119, + [309] = 122, + [310] = 141, + [311] = 142, + [312] = 132, + [313] = 123, [314] = 133, - [315] = 131, - [316] = 139, - [317] = 125, - [318] = 273, - [319] = 319, - [320] = 146, - [321] = 137, + [315] = 125, + [316] = 126, + [317] = 145, + [318] = 287, + [319] = 143, + [320] = 126, + [321] = 321, [322] = 322, - [323] = 123, - [324] = 124, - [325] = 125, - [326] = 143, - [327] = 327, + [323] = 142, + [324] = 324, + [325] = 325, + [326] = 326, + [327] = 325, [328] = 328, - [329] = 147, - [330] = 121, + [329] = 324, + [330] = 124, [331] = 331, - [332] = 122, + [332] = 134, [333] = 333, - [334] = 334, - [335] = 126, - [336] = 128, - [337] = 138, - [338] = 338, - [339] = 327, - [340] = 340, - [341] = 322, - [342] = 120, - [343] = 127, - [344] = 130, - [345] = 132, - [346] = 133, - [347] = 134, - [348] = 135, - [349] = 349, - [350] = 328, - [351] = 334, - [352] = 333, - [353] = 327, - [354] = 322, - [355] = 334, - [356] = 333, - [357] = 139, - [358] = 327, - [359] = 322, - [360] = 136, - [361] = 349, - [362] = 362, - [363] = 328, - [364] = 334, - [365] = 333, - [366] = 333, - [367] = 141, - [368] = 328, - [369] = 142, - [370] = 327, - [371] = 322, - [372] = 334, - [373] = 349, - [374] = 144, - [375] = 349, - [376] = 331, - [377] = 140, - [378] = 349, - [379] = 331, - [380] = 331, + [334] = 324, + [335] = 333, + [336] = 325, + [337] = 136, + [338] = 326, + [339] = 339, + [340] = 328, + [341] = 130, + [342] = 144, + [343] = 324, + [344] = 145, + [345] = 146, + [346] = 333, + [347] = 121, + [348] = 140, + [349] = 322, + [350] = 119, + [351] = 135, + [352] = 325, + [353] = 326, + [354] = 131, + [355] = 355, + [356] = 356, + [357] = 137, + [358] = 127, + [359] = 138, + [360] = 322, + [361] = 324, + [362] = 333, + [363] = 326, + [364] = 322, + [365] = 325, + [366] = 328, + [367] = 326, + [368] = 132, + [369] = 139, + [370] = 141, + [371] = 125, + [372] = 322, + [373] = 129, + [374] = 333, + [375] = 328, + [376] = 133, + [377] = 123, + [378] = 321, + [379] = 321, + [380] = 321, [381] = 328, [382] = 382, [383] = 382, [384] = 382, [385] = 382, [386] = 386, - [387] = 387, + [387] = 386, [388] = 388, - [389] = 387, - [390] = 273, - [391] = 386, + [389] = 287, + [390] = 386, + [391] = 391, [392] = 386, - [393] = 387, - [394] = 386, - [395] = 387, + [393] = 391, + [394] = 391, + [395] = 391, [396] = 386, - [397] = 387, - [398] = 387, - [399] = 386, + [397] = 386, + [398] = 391, + [399] = 391, [400] = 400, [401] = 400, [402] = 402, [403] = 403, - [404] = 273, - [405] = 273, + [404] = 287, + [405] = 287, [406] = 80, [407] = 407, [408] = 408, @@ -3672,8 +3675,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [414] = 408, [415] = 408, [416] = 416, - [417] = 273, - [418] = 418, + [417] = 417, + [418] = 287, [419] = 419, [420] = 420, [421] = 421, @@ -3692,197 +3695,197 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [434] = 434, [435] = 435, [436] = 436, - [437] = 432, - [438] = 438, - [439] = 436, - [440] = 434, + [437] = 437, + [438] = 436, + [439] = 437, + [440] = 440, [441] = 441, - [442] = 432, - [443] = 438, + [442] = 434, + [443] = 437, [444] = 436, - [445] = 434, - [446] = 438, + [445] = 440, + [446] = 434, [447] = 447, - [448] = 448, + [448] = 440, [449] = 449, [450] = 450, [451] = 451, [452] = 452, [453] = 453, [454] = 454, - [455] = 455, - [456] = 452, + [455] = 452, + [456] = 456, [457] = 452, [458] = 458, [459] = 459, - [460] = 460, - [461] = 460, - [462] = 459, + [460] = 459, + [461] = 461, + [462] = 461, [463] = 463, [464] = 464, [465] = 465, [466] = 466, [467] = 467, - [468] = 468, - [469] = 466, - [470] = 466, - [471] = 464, - [472] = 472, - [473] = 473, - [474] = 474, + [468] = 465, + [469] = 469, + [470] = 470, + [471] = 471, + [472] = 466, + [473] = 469, + [474] = 466, [475] = 475, - [476] = 476, + [476] = 469, [477] = 477, - [478] = 476, - [479] = 466, - [480] = 464, - [481] = 476, - [482] = 466, - [483] = 464, - [484] = 476, - [485] = 485, + [478] = 469, + [479] = 465, + [480] = 469, + [481] = 481, + [482] = 482, + [483] = 466, + [484] = 484, + [485] = 469, [486] = 486, [487] = 487, - [488] = 466, - [489] = 476, - [490] = 476, - [491] = 491, + [488] = 465, + [489] = 489, + [490] = 465, + [491] = 465, [492] = 492, - [493] = 493, + [493] = 492, [494] = 494, [495] = 495, [496] = 496, [497] = 497, [498] = 498, - [499] = 497, + [499] = 492, [500] = 500, [501] = 501, [502] = 502, - [503] = 497, - [504] = 504, + [503] = 503, + [504] = 492, [505] = 505, - [506] = 497, + [506] = 506, [507] = 507, [508] = 508, [509] = 509, [510] = 510, - [511] = 511, + [511] = 507, [512] = 512, [513] = 513, [514] = 514, - [515] = 508, - [516] = 510, + [515] = 515, + [516] = 516, [517] = 517, [518] = 518, - [519] = 519, - [520] = 512, + [519] = 518, + [520] = 520, [521] = 521, - [522] = 514, - [523] = 513, - [524] = 518, - [525] = 519, - [526] = 526, - [527] = 527, - [528] = 528, - [529] = 529, - [530] = 509, - [531] = 531, - [532] = 532, - [533] = 531, - [534] = 534, - [535] = 531, - [536] = 510, - [537] = 513, - [538] = 518, + [522] = 522, + [523] = 523, + [524] = 524, + [525] = 525, + [526] = 508, + [527] = 509, + [528] = 510, + [529] = 507, + [530] = 512, + [531] = 513, + [532] = 514, + [533] = 515, + [534] = 516, + [535] = 517, + [536] = 536, + [537] = 416, + [538] = 520, [539] = 539, [540] = 540, - [541] = 508, + [541] = 541, [542] = 542, [543] = 543, - [544] = 526, - [545] = 545, - [546] = 546, - [547] = 547, - [548] = 519, - [549] = 545, - [550] = 416, - [551] = 526, - [552] = 547, - [553] = 527, - [554] = 514, - [555] = 528, - [556] = 529, - [557] = 557, - [558] = 513, - [559] = 510, - [560] = 543, - [561] = 545, - [562] = 546, - [563] = 527, - [564] = 547, - [565] = 529, - [566] = 566, - [567] = 567, - [568] = 509, - [569] = 528, - [570] = 514, - [571] = 513, - [572] = 532, - [573] = 509, + [544] = 544, + [545] = 525, + [546] = 542, + [547] = 543, + [548] = 540, + [549] = 522, + [550] = 508, + [551] = 509, + [552] = 510, + [553] = 507, + [554] = 512, + [555] = 513, + [556] = 514, + [557] = 515, + [558] = 516, + [559] = 517, + [560] = 518, + [561] = 523, + [562] = 520, + [563] = 508, + [564] = 509, + [565] = 510, + [566] = 507, + [567] = 513, + [568] = 514, + [569] = 515, + [570] = 516, + [571] = 517, + [572] = 572, + [573] = 573, [574] = 518, - [575] = 543, - [576] = 566, - [577] = 514, - [578] = 513, - [579] = 518, - [580] = 519, - [581] = 526, - [582] = 527, - [583] = 528, - [584] = 529, - [585] = 509, - [586] = 531, + [575] = 520, + [576] = 576, + [577] = 544, + [578] = 542, + [579] = 543, + [580] = 540, + [581] = 581, + [582] = 509, + [583] = 544, + [584] = 542, + [585] = 543, + [586] = 540, [587] = 587, - [588] = 531, - [589] = 510, - [590] = 508, - [591] = 514, - [592] = 518, - [593] = 519, - [594] = 526, - [595] = 527, - [596] = 528, - [597] = 529, - [598] = 509, - [599] = 531, - [600] = 510, - [601] = 508, - [602] = 543, - [603] = 545, - [604] = 546, - [605] = 547, - [606] = 529, - [607] = 545, - [608] = 546, - [609] = 532, - [610] = 519, - [611] = 546, - [612] = 612, - [613] = 532, - [614] = 547, - [615] = 532, + [588] = 588, + [589] = 589, + [590] = 524, + [591] = 522, + [592] = 508, + [593] = 509, + [594] = 510, + [595] = 507, + [596] = 512, + [597] = 513, + [598] = 514, + [599] = 515, + [600] = 516, + [601] = 517, + [602] = 518, + [603] = 520, + [604] = 508, + [605] = 510, + [606] = 512, + [607] = 513, + [608] = 514, + [609] = 515, + [610] = 516, + [611] = 517, + [612] = 518, + [613] = 520, + [614] = 544, + [615] = 542, [616] = 543, - [617] = 587, - [618] = 545, - [619] = 546, - [620] = 547, - [621] = 526, - [622] = 527, - [623] = 528, - [624] = 508, + [617] = 540, + [618] = 544, + [619] = 524, + [620] = 524, + [621] = 524, + [622] = 544, + [623] = 525, + [624] = 542, [625] = 543, - [626] = 566, - [627] = 587, + [626] = 540, + [627] = 512, [628] = 628, [629] = 629, [630] = 630, @@ -3905,28 +3908,28 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [647] = 647, [648] = 648, [649] = 649, - [650] = 647, + [650] = 648, [651] = 651, - [652] = 649, - [653] = 649, + [652] = 651, + [653] = 647, [654] = 647, - [655] = 648, - [656] = 651, - [657] = 647, - [658] = 649, - [659] = 648, + [655] = 647, + [656] = 649, + [657] = 649, + [658] = 648, + [659] = 649, [660] = 651, - [661] = 651, - [662] = 648, + [661] = 648, + [662] = 651, [663] = 663, [664] = 664, [665] = 665, [666] = 666, [667] = 667, - [668] = 402, + [668] = 668, [669] = 669, - [670] = 403, - [671] = 669, + [670] = 668, + [671] = 671, [672] = 672, [673] = 673, [674] = 674, @@ -3938,21 +3941,21 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [680] = 680, [681] = 681, [682] = 682, - [683] = 675, + [683] = 683, [684] = 684, [685] = 685, [686] = 686, [687] = 687, [688] = 688, - [689] = 689, + [689] = 684, [690] = 690, [691] = 674, - [692] = 692, - [693] = 693, - [694] = 674, - [695] = 675, - [696] = 675, - [697] = 674, + [692] = 684, + [693] = 674, + [694] = 684, + [695] = 674, + [696] = 696, + [697] = 697, [698] = 698, [699] = 699, [700] = 700, @@ -3964,28 +3967,28 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [706] = 706, [707] = 707, [708] = 708, - [709] = 709, + [709] = 633, [710] = 710, [711] = 711, [712] = 712, - [713] = 713, - [714] = 673, + [713] = 697, + [714] = 701, [715] = 715, - [716] = 699, + [716] = 633, [717] = 717, - [718] = 631, - [719] = 631, - [720] = 703, + [718] = 669, + [719] = 719, + [720] = 720, [721] = 721, [722] = 722, [723] = 723, [724] = 724, [725] = 725, [726] = 402, - [727] = 727, + [727] = 403, [728] = 728, [729] = 729, - [730] = 403, + [730] = 730, [731] = 731, [732] = 732, [733] = 733, @@ -4038,36 +4041,36 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [780] = 780, [781] = 781, [782] = 782, - [783] = 783, - [784] = 784, - [785] = 785, + [783] = 130, + [784] = 131, + [785] = 140, [786] = 786, [787] = 787, [788] = 788, [789] = 789, - [790] = 790, + [790] = 788, [791] = 791, - [792] = 788, - [793] = 793, - [794] = 794, - [795] = 795, - [796] = 788, - [797] = 797, - [798] = 793, - [799] = 788, - [800] = 793, + [792] = 792, + [793] = 791, + [794] = 788, + [795] = 791, + [796] = 796, + [797] = 791, + [798] = 798, + [799] = 799, + [800] = 791, [801] = 801, - [802] = 131, - [803] = 142, - [804] = 788, - [805] = 145, - [806] = 147, - [807] = 121, - [808] = 133, + [802] = 802, + [803] = 122, + [804] = 804, + [805] = 805, + [806] = 806, + [807] = 126, + [808] = 788, [809] = 809, - [810] = 810, + [810] = 128, [811] = 811, - [812] = 793, + [812] = 812, [813] = 813, [814] = 814, [815] = 815, @@ -4076,355 +4079,355 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [818] = 818, [819] = 819, [820] = 820, - [821] = 821, + [821] = 812, [822] = 822, [823] = 823, - [824] = 821, - [825] = 825, - [826] = 826, - [827] = 827, - [828] = 827, - [829] = 815, - [830] = 816, - [831] = 820, - [832] = 813, - [833] = 817, - [834] = 834, - [835] = 819, - [836] = 826, - [837] = 825, - [838] = 834, - [839] = 839, - [840] = 631, - [841] = 823, - [842] = 839, - [843] = 682, - [844] = 844, - [845] = 682, - [846] = 642, - [847] = 797, - [848] = 783, - [849] = 638, - [850] = 850, - [851] = 147, - [852] = 121, - [853] = 853, - [854] = 810, - [855] = 811, - [856] = 784, - [857] = 133, - [858] = 809, - [859] = 131, - [860] = 786, - [861] = 795, - [862] = 794, - [863] = 131, - [864] = 787, - [865] = 142, - [866] = 145, - [867] = 795, - [868] = 850, - [869] = 850, - [870] = 809, - [871] = 121, - [872] = 785, - [873] = 786, - [874] = 133, - [875] = 785, - [876] = 876, - [877] = 810, - [878] = 850, - [879] = 879, - [880] = 787, - [881] = 789, - [882] = 811, - [883] = 790, - [884] = 791, - [885] = 794, - [886] = 142, - [887] = 789, - [888] = 784, - [889] = 145, - [890] = 790, - [891] = 791, - [892] = 147, - [893] = 893, - [894] = 894, - [895] = 702, - [896] = 700, - [897] = 897, - [898] = 823, - [899] = 821, - [900] = 825, - [901] = 826, - [902] = 839, - [903] = 827, - [904] = 815, - [905] = 816, - [906] = 820, - [907] = 813, - [908] = 908, - [909] = 817, - [910] = 834, - [911] = 819, - [912] = 708, - [913] = 707, - [914] = 704, - [915] = 705, + [824] = 811, + [825] = 823, + [826] = 813, + [827] = 814, + [828] = 819, + [829] = 829, + [830] = 822, + [831] = 831, + [832] = 815, + [833] = 820, + [834] = 816, + [835] = 817, + [836] = 818, + [837] = 837, + [838] = 633, + [839] = 831, + [840] = 840, + [841] = 841, + [842] = 685, + [843] = 685, + [844] = 645, + [845] = 792, + [846] = 646, + [847] = 809, + [848] = 786, + [849] = 126, + [850] = 787, + [851] = 796, + [852] = 852, + [853] = 798, + [854] = 789, + [855] = 801, + [856] = 140, + [857] = 802, + [858] = 128, + [859] = 799, + [860] = 804, + [861] = 805, + [862] = 806, + [863] = 782, + [864] = 122, + [865] = 128, + [866] = 130, + [867] = 131, + [868] = 799, + [869] = 869, + [870] = 140, + [871] = 130, + [872] = 131, + [873] = 873, + [874] = 786, + [875] = 787, + [876] = 789, + [877] = 869, + [878] = 869, + [879] = 796, + [880] = 869, + [881] = 798, + [882] = 801, + [883] = 883, + [884] = 802, + [885] = 804, + [886] = 805, + [887] = 806, + [888] = 782, + [889] = 122, + [890] = 126, + [891] = 823, + [892] = 812, + [893] = 813, + [894] = 814, + [895] = 706, + [896] = 707, + [897] = 704, + [898] = 703, + [899] = 899, + [900] = 815, + [901] = 816, + [902] = 817, + [903] = 818, + [904] = 819, + [905] = 820, + [906] = 708, + [907] = 907, + [908] = 822, + [909] = 699, + [910] = 910, + [911] = 911, + [912] = 912, + [913] = 913, + [914] = 831, + [915] = 811, [916] = 916, - [917] = 917, - [918] = 86, - [919] = 94, - [920] = 100, - [921] = 101, - [922] = 102, + [917] = 702, + [918] = 705, + [919] = 685, + [920] = 700, + [921] = 921, + [922] = 922, [923] = 923, - [924] = 105, - [925] = 706, - [926] = 87, - [927] = 709, - [928] = 91, - [929] = 92, + [924] = 924, + [925] = 99, + [926] = 92, + [927] = 102, + [928] = 928, + [929] = 111, [930] = 93, - [931] = 701, - [932] = 682, - [933] = 933, - [934] = 934, - [935] = 935, + [931] = 109, + [932] = 110, + [933] = 101, + [934] = 100, + [935] = 95, [936] = 936, - [937] = 92, - [938] = 93, - [939] = 94, + [937] = 937, + [938] = 938, + [939] = 939, [940] = 940, - [941] = 100, - [942] = 101, - [943] = 102, - [944] = 105, + [941] = 924, + [942] = 942, + [943] = 942, + [944] = 944, [945] = 945, [946] = 946, - [947] = 87, - [948] = 91, - [949] = 86, + [947] = 947, + [948] = 948, + [949] = 949, [950] = 950, - [951] = 951, - [952] = 952, - [953] = 934, - [954] = 954, - [955] = 955, - [956] = 956, - [957] = 936, - [958] = 955, - [959] = 959, - [960] = 960, - [961] = 961, - [962] = 962, - [963] = 954, - [964] = 956, - [965] = 965, - [966] = 960, - [967] = 816, - [968] = 968, - [969] = 819, - [970] = 823, - [971] = 821, - [972] = 825, - [973] = 826, - [974] = 839, - [975] = 827, + [951] = 947, + [952] = 922, + [953] = 946, + [954] = 945, + [955] = 813, + [956] = 818, + [957] = 814, + [958] = 958, + [959] = 831, + [960] = 822, + [961] = 819, + [962] = 812, + [963] = 811, + [964] = 822, + [965] = 823, + [966] = 812, + [967] = 813, + [968] = 814, + [969] = 815, + [970] = 816, + [971] = 817, + [972] = 818, + [973] = 816, + [974] = 819, + [975] = 820, [976] = 815, - [977] = 816, - [978] = 820, - [979] = 813, - [980] = 817, - [981] = 834, - [982] = 834, - [983] = 821, - [984] = 825, - [985] = 826, - [986] = 839, - [987] = 819, - [988] = 827, - [989] = 815, - [990] = 823, - [991] = 820, - [992] = 813, - [993] = 817, + [977] = 831, + [978] = 811, + [979] = 823, + [980] = 820, + [981] = 817, + [982] = 982, + [983] = 983, + [984] = 984, + [985] = 985, + [986] = 986, + [987] = 987, + [988] = 988, + [989] = 989, + [990] = 990, + [991] = 982, + [992] = 986, + [993] = 982, [994] = 994, - [995] = 994, + [995] = 995, [996] = 996, - [997] = 997, + [997] = 986, [998] = 998, - [999] = 999, - [1000] = 1000, + [999] = 982, + [1000] = 986, [1001] = 1001, [1002] = 1002, - [1003] = 1003, + [1003] = 1001, [1004] = 1004, [1005] = 1005, - [1006] = 994, - [1007] = 1007, - [1008] = 1001, - [1009] = 1001, - [1010] = 994, - [1011] = 1001, + [1006] = 1006, + [1007] = 841, + [1008] = 1008, + [1009] = 1009, + [1010] = 837, + [1011] = 1011, [1012] = 1012, [1013] = 1013, - [1014] = 1014, - [1015] = 1014, + [1014] = 1012, + [1015] = 1015, [1016] = 1016, - [1017] = 1017, - [1018] = 1018, + [1017] = 815, + [1018] = 1015, [1019] = 1019, - [1020] = 818, - [1021] = 1021, - [1022] = 844, + [1020] = 817, + [1021] = 818, + [1022] = 1022, [1023] = 1023, - [1024] = 1024, - [1025] = 1025, - [1026] = 1024, - [1027] = 1027, + [1024] = 1022, + [1025] = 822, + [1026] = 812, + [1027] = 873, [1028] = 1028, - [1029] = 823, - [1030] = 821, - [1031] = 825, - [1032] = 826, - [1033] = 839, - [1034] = 827, - [1035] = 815, - [1036] = 816, - [1037] = 820, - [1038] = 813, + [1029] = 1029, + [1030] = 1022, + [1031] = 1031, + [1032] = 811, + [1033] = 1033, + [1034] = 717, + [1035] = 1035, + [1036] = 819, + [1037] = 1022, + [1038] = 721, [1039] = 1039, - [1040] = 817, - [1041] = 1039, - [1042] = 834, - [1043] = 1043, - [1044] = 879, - [1045] = 1045, - [1046] = 1046, - [1047] = 1047, - [1048] = 1048, - [1049] = 1049, - [1050] = 1050, + [1040] = 1040, + [1041] = 1041, + [1042] = 1028, + [1043] = 820, + [1044] = 1044, + [1045] = 958, + [1046] = 1015, + [1047] = 1044, + [1048] = 1022, + [1049] = 852, + [1050] = 1028, [1051] = 1051, - [1052] = 1049, + [1052] = 1015, [1053] = 1053, [1054] = 1054, - [1055] = 1050, - [1056] = 1050, + [1055] = 1055, + [1056] = 1022, [1057] = 1057, - [1058] = 1058, - [1059] = 1059, - [1060] = 819, + [1058] = 813, + [1059] = 883, + [1060] = 831, [1061] = 1061, - [1062] = 876, - [1063] = 722, - [1064] = 1064, - [1065] = 1039, - [1066] = 1066, - [1067] = 968, + [1062] = 823, + [1063] = 1063, + [1064] = 814, + [1065] = 1028, + [1066] = 816, + [1067] = 1067, [1068] = 1068, - [1069] = 853, - [1070] = 1039, - [1071] = 1049, - [1072] = 1053, - [1073] = 1039, - [1074] = 1049, - [1075] = 1050, - [1076] = 713, - [1077] = 1077, - [1078] = 1039, - [1079] = 1079, - [1080] = 1080, + [1069] = 1067, + [1070] = 1070, + [1071] = 1071, + [1072] = 1072, + [1073] = 1073, + [1074] = 1074, + [1075] = 1075, + [1076] = 1076, + [1077] = 1067, + [1078] = 1078, + [1079] = 1070, + [1080] = 1067, [1081] = 1081, - [1082] = 1082, - [1083] = 1079, + [1082] = 1067, + [1083] = 1083, [1084] = 1084, [1085] = 1085, [1086] = 1086, [1087] = 1087, [1088] = 1088, [1089] = 1089, - [1090] = 1079, + [1090] = 1090, [1091] = 1091, [1092] = 1092, [1093] = 1093, [1094] = 1094, [1095] = 1095, [1096] = 1096, - [1097] = 1079, + [1097] = 1097, [1098] = 1098, - [1099] = 1099, + [1099] = 1097, [1100] = 1100, [1101] = 1101, [1102] = 1102, - [1103] = 1103, + [1103] = 1100, [1104] = 1104, [1105] = 1105, [1106] = 1106, - [1107] = 1105, - [1108] = 1079, - [1109] = 1109, - [1110] = 1110, + [1107] = 1102, + [1108] = 717, + [1109] = 741, + [1110] = 721, [1111] = 1111, [1112] = 1112, - [1113] = 1111, + [1113] = 1113, [1114] = 1114, - [1115] = 1114, + [1115] = 1115, [1116] = 1116, - [1117] = 1112, - [1118] = 1118, - [1119] = 1119, - [1120] = 713, - [1121] = 749, - [1122] = 722, - [1123] = 1123, - [1124] = 1124, - [1125] = 1125, - [1126] = 1126, - [1127] = 1127, - [1128] = 1128, - [1129] = 768, - [1130] = 750, - [1131] = 751, - [1132] = 752, - [1133] = 753, - [1134] = 754, - [1135] = 747, + [1117] = 741, + [1118] = 771, + [1119] = 772, + [1120] = 773, + [1121] = 1121, + [1122] = 1122, + [1123] = 1121, + [1124] = 770, + [1125] = 778, + [1126] = 774, + [1127] = 775, + [1128] = 1121, + [1129] = 777, + [1130] = 755, + [1131] = 779, + [1132] = 776, + [1133] = 740, + [1134] = 742, + [1135] = 1121, [1136] = 1136, - [1137] = 1136, - [1138] = 1136, - [1139] = 1136, - [1140] = 770, - [1141] = 771, - [1142] = 755, - [1143] = 749, - [1144] = 766, - [1145] = 1145, - [1146] = 745, - [1147] = 756, - [1148] = 1148, - [1149] = 1149, - [1150] = 1150, - [1151] = 1150, - [1152] = 1149, - [1153] = 1148, - [1154] = 1149, - [1155] = 818, + [1137] = 1137, + [1138] = 1138, + [1139] = 1122, + [1140] = 1138, + [1141] = 1136, + [1142] = 1142, + [1143] = 1142, + [1144] = 1144, + [1145] = 1144, + [1146] = 1144, + [1147] = 837, + [1148] = 1138, + [1149] = 1142, + [1150] = 1136, + [1151] = 1144, + [1152] = 1144, + [1153] = 1136, + [1154] = 1154, + [1155] = 1155, [1156] = 1156, - [1157] = 1150, - [1158] = 1149, - [1159] = 1149, - [1160] = 1149, + [1157] = 1157, + [1158] = 1158, + [1159] = 1159, + [1160] = 1160, [1161] = 1161, - [1162] = 1148, - [1163] = 1161, - [1164] = 1161, - [1165] = 1148, - [1166] = 1145, + [1162] = 1162, + [1163] = 1163, + [1164] = 1164, + [1165] = 1165, + [1166] = 1166, [1167] = 1167, - [1168] = 684, - [1169] = 1169, + [1168] = 1168, + [1169] = 696, [1170] = 1170, [1171] = 1171, [1172] = 1172, @@ -4433,115 +4436,115 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1175] = 1175, [1176] = 1176, [1177] = 1177, - [1178] = 1178, - [1179] = 1179, - [1180] = 1180, - [1181] = 1181, - [1182] = 1182, - [1183] = 1183, - [1184] = 1184, - [1185] = 1185, - [1186] = 1186, - [1187] = 1187, - [1188] = 1186, - [1189] = 1189, - [1190] = 1190, - [1191] = 1177, + [1178] = 1175, + [1179] = 1156, + [1180] = 1158, + [1181] = 1159, + [1182] = 1160, + [1183] = 1161, + [1184] = 1162, + [1185] = 1164, + [1186] = 1165, + [1187] = 1166, + [1188] = 1167, + [1189] = 1173, + [1190] = 1176, + [1191] = 1154, [1192] = 1192, [1193] = 1193, [1194] = 1194, - [1195] = 1192, - [1196] = 1183, + [1195] = 1195, + [1196] = 1196, [1197] = 1197, [1198] = 1198, [1199] = 1199, [1200] = 1200, - [1201] = 1167, + [1201] = 1201, [1202] = 1202, - [1203] = 1173, - [1204] = 1200, + [1203] = 1203, + [1204] = 1154, [1205] = 1205, - [1206] = 1194, - [1207] = 1197, + [1206] = 1175, + [1207] = 1154, [1208] = 1208, - [1209] = 1198, - [1210] = 1200, - [1211] = 1194, - [1212] = 1208, + [1209] = 1209, + [1210] = 1210, + [1211] = 1211, + [1212] = 1212, [1213] = 1213, [1214] = 1214, [1215] = 1215, - [1216] = 1170, - [1217] = 1181, + [1216] = 1216, + [1217] = 1208, [1218] = 1218, - [1219] = 1214, - [1220] = 1220, + [1219] = 994, + [1220] = 1193, [1221] = 1194, - [1222] = 1222, - [1223] = 1169, - [1224] = 1171, - [1225] = 1178, - [1226] = 1182, - [1227] = 1184, - [1228] = 1187, - [1229] = 1189, - [1230] = 1202, - [1231] = 1205, - [1232] = 1232, - [1233] = 1222, - [1234] = 1218, - [1235] = 1235, - [1236] = 1176, + [1222] = 1195, + [1223] = 1196, + [1224] = 996, + [1225] = 1225, + [1226] = 696, + [1227] = 1218, + [1228] = 1225, + [1229] = 1198, + [1230] = 984, + [1231] = 1209, + [1232] = 1199, + [1233] = 1200, + [1234] = 1201, + [1235] = 1202, + [1236] = 1203, [1237] = 1237, - [1238] = 1220, - [1239] = 1239, - [1240] = 1012, - [1241] = 1241, - [1242] = 1242, - [1243] = 684, - [1244] = 1004, - [1245] = 1190, - [1246] = 1246, - [1247] = 1000, - [1248] = 1237, - [1249] = 999, + [1238] = 1205, + [1239] = 1225, + [1240] = 1218, + [1241] = 1209, + [1242] = 1225, + [1243] = 1218, + [1244] = 990, + [1245] = 1213, + [1246] = 1177, + [1247] = 1197, + [1248] = 1248, + [1249] = 1249, [1250] = 1250, - [1251] = 1251, - [1252] = 1246, + [1251] = 1250, + [1252] = 1252, [1253] = 1253, - [1254] = 1237, - [1255] = 1246, - [1256] = 1213, - [1257] = 1253, - [1258] = 1237, - [1259] = 1246, - [1260] = 1253, + [1254] = 1254, + [1255] = 1250, + [1256] = 1250, + [1257] = 1257, + [1258] = 1258, + [1259] = 1259, + [1260] = 1260, [1261] = 1261, - [1262] = 1261, + [1262] = 1258, [1263] = 1263, - [1264] = 1264, - [1265] = 1265, - [1266] = 1266, - [1267] = 1261, + [1264] = 1257, + [1265] = 1258, + [1266] = 1257, + [1267] = 1258, [1268] = 1268, - [1269] = 1261, + [1269] = 1257, [1270] = 1270, [1271] = 1271, [1272] = 1272, [1273] = 1273, - [1274] = 1274, - [1275] = 1275, - [1276] = 1274, - [1277] = 1274, - [1278] = 1274, - [1279] = 1271, - [1280] = 1271, + [1274] = 1273, + [1275] = 1273, + [1276] = 1276, + [1277] = 1277, + [1278] = 1278, + [1279] = 1249, + [1280] = 1280, [1281] = 1281, - [1282] = 1271, + [1282] = 1282, [1283] = 1283, - [1284] = 1283, + [1284] = 1284, [1285] = 1285, - [1286] = 1283, + [1286] = 1286, [1287] = 1287, [1288] = 1288, [1289] = 1289, @@ -4551,88 +4554,88 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1293] = 1293, [1294] = 1294, [1295] = 1295, - [1296] = 1263, + [1296] = 1291, [1297] = 1297, - [1298] = 1298, - [1299] = 1299, + [1298] = 1291, + [1299] = 1295, [1300] = 1300, - [1301] = 1301, + [1301] = 1295, [1302] = 1302, [1303] = 1303, - [1304] = 1304, - [1305] = 1305, + [1304] = 1291, + [1305] = 1295, [1306] = 1306, [1307] = 1307, [1308] = 1308, - [1309] = 1309, - [1310] = 1306, + [1309] = 1295, + [1310] = 1310, [1311] = 1311, - [1312] = 1307, + [1312] = 1312, [1313] = 1313, [1314] = 1314, [1315] = 1315, - [1316] = 1306, + [1316] = 1316, [1317] = 1317, - [1318] = 1307, - [1319] = 1306, - [1320] = 1307, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, [1321] = 1321, - [1322] = 1307, - [1323] = 1307, + [1322] = 1322, + [1323] = 1323, [1324] = 1324, [1325] = 1325, [1326] = 1326, [1327] = 1327, - [1328] = 1328, + [1328] = 1327, [1329] = 1329, [1330] = 1330, - [1331] = 1331, + [1331] = 1263, [1332] = 1332, - [1333] = 1273, + [1333] = 1333, [1334] = 1334, [1335] = 1335, [1336] = 1336, - [1337] = 1337, + [1337] = 1327, [1338] = 1338, - [1339] = 1281, - [1340] = 1340, + [1339] = 1339, + [1340] = 1261, [1341] = 1341, [1342] = 1342, [1343] = 1343, [1344] = 1344, - [1345] = 1345, + [1345] = 1259, [1346] = 1346, - [1347] = 1347, + [1347] = 1327, [1348] = 1348, [1349] = 1349, [1350] = 1350, - [1351] = 1275, - [1352] = 1352, - [1353] = 1353, - [1354] = 1349, - [1355] = 1349, - [1356] = 1356, + [1351] = 1349, + [1352] = 1349, + [1353] = 1288, + [1354] = 1354, + [1355] = 1355, + [1356] = 1287, [1357] = 1357, - [1358] = 1349, - [1359] = 1359, + [1358] = 1286, + [1359] = 1289, [1360] = 1360, [1361] = 1361, - [1362] = 1362, + [1362] = 1349, [1363] = 1363, - [1364] = 1364, + [1364] = 1363, [1365] = 1365, [1366] = 1366, [1367] = 1367, - [1368] = 1302, - [1369] = 1299, - [1370] = 1301, - [1371] = 1300, - [1372] = 1372, - [1373] = 1365, - [1374] = 1365, + [1368] = 1368, + [1369] = 1365, + [1370] = 1370, + [1371] = 1371, + [1372] = 1363, + [1373] = 1367, + [1374] = 1374, [1375] = 1375, [1376] = 1365, - [1377] = 1377, + [1377] = 1367, [1378] = 1378, [1379] = 1379, [1380] = 1380, @@ -4641,89 +4644,89 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1383] = 1383, [1384] = 1384, [1385] = 1385, - [1386] = 1386, - [1387] = 1379, + [1386] = 1365, + [1387] = 1367, [1388] = 1388, [1389] = 1389, - [1390] = 1379, + [1390] = 1363, [1391] = 1391, [1392] = 1392, - [1393] = 1381, - [1394] = 1378, - [1395] = 1395, + [1393] = 1393, + [1394] = 1394, + [1395] = 1392, [1396] = 1396, - [1397] = 1397, - [1398] = 1379, + [1397] = 1392, + [1398] = 1393, [1399] = 1399, - [1400] = 1381, - [1401] = 1381, - [1402] = 1378, - [1403] = 1403, - [1404] = 1378, + [1400] = 1392, + [1401] = 1401, + [1402] = 1402, + [1403] = 1393, + [1404] = 1404, [1405] = 1405, - [1406] = 1406, + [1406] = 1393, [1407] = 1407, [1408] = 1408, - [1409] = 1409, + [1409] = 1391, [1410] = 1410, - [1411] = 1407, - [1412] = 1408, + [1411] = 1391, + [1412] = 1412, [1413] = 1413, [1414] = 1414, [1415] = 1415, - [1416] = 1408, + [1416] = 1416, [1417] = 1417, [1418] = 1418, [1419] = 1419, - [1420] = 1420, + [1420] = 1391, [1421] = 1421, - [1422] = 1406, + [1422] = 1422, [1423] = 1423, [1424] = 1424, - [1425] = 1407, + [1425] = 1425, [1426] = 1426, [1427] = 1427, - [1428] = 1407, + [1428] = 1428, [1429] = 1429, [1430] = 1430, [1431] = 1431, [1432] = 1432, - [1433] = 1406, - [1434] = 1406, - [1435] = 1408, + [1433] = 1424, + [1434] = 1430, + [1435] = 1435, [1436] = 1436, - [1437] = 1437, - [1438] = 1438, + [1437] = 1430, + [1438] = 1424, [1439] = 1439, [1440] = 1440, [1441] = 1441, - [1442] = 1442, - [1443] = 1443, + [1442] = 1430, + [1443] = 1424, [1444] = 1444, [1445] = 1445, - [1446] = 1445, + [1446] = 1446, [1447] = 1447, - [1448] = 1440, - [1449] = 1449, + [1448] = 1448, + [1449] = 1424, [1450] = 1450, [1451] = 1451, [1452] = 1452, - [1453] = 1445, + [1453] = 1430, [1454] = 1454, - [1455] = 1440, + [1455] = 1455, [1456] = 1456, - [1457] = 1445, - [1458] = 1440, - [1459] = 1445, - [1460] = 1440, + [1457] = 1457, + [1458] = 1458, + [1459] = 1459, + [1460] = 1460, [1461] = 1461, - [1462] = 1440, + [1462] = 1462, [1463] = 1463, [1464] = 1464, [1465] = 1465, [1466] = 1466, [1467] = 1467, - [1468] = 1445, + [1468] = 1468, [1469] = 1469, [1470] = 1470, [1471] = 1471, @@ -4743,541 +4746,514 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1485] = 1485, [1486] = 1486, [1487] = 1487, - [1488] = 1488, + [1488] = 1487, [1489] = 1489, - [1490] = 1490, + [1490] = 1487, [1491] = 1491, [1492] = 1492, [1493] = 1493, - [1494] = 1494, - [1495] = 1495, - [1496] = 1496, + [1494] = 1484, + [1495] = 1484, + [1496] = 1487, [1497] = 1497, - [1498] = 1498, + [1498] = 1491, [1499] = 1499, [1500] = 1500, - [1501] = 1499, + [1501] = 1491, [1502] = 1502, - [1503] = 1499, - [1504] = 1502, - [1505] = 1502, + [1503] = 1492, + [1504] = 1492, + [1505] = 1505, [1506] = 1506, - [1507] = 1507, + [1507] = 1491, [1508] = 1508, - [1509] = 1502, - [1510] = 1499, + [1509] = 1492, + [1510] = 1484, [1511] = 1511, [1512] = 1512, [1513] = 1513, - [1514] = 1500, + [1514] = 1514, [1515] = 1515, [1516] = 1516, - [1517] = 1517, + [1517] = 1512, [1518] = 1518, - [1519] = 1508, - [1520] = 1500, - [1521] = 1521, - [1522] = 1508, - [1523] = 1508, + [1519] = 1519, + [1520] = 1520, + [1521] = 1512, + [1522] = 1522, + [1523] = 1523, [1524] = 1524, - [1525] = 1500, - [1526] = 1526, - [1527] = 1527, - [1528] = 1528, + [1525] = 1525, + [1526] = 1516, + [1527] = 1516, + [1528] = 1518, [1529] = 1529, - [1530] = 1530, - [1531] = 1531, + [1530] = 1522, + [1531] = 1512, [1532] = 1532, - [1533] = 1533, - [1534] = 1534, + [1533] = 1512, + [1534] = 1520, [1535] = 1535, [1536] = 1536, [1537] = 1537, [1538] = 1538, - [1539] = 1539, - [1540] = 1537, - [1541] = 1528, - [1542] = 1539, - [1543] = 1533, - [1544] = 1539, - [1545] = 1545, - [1546] = 1539, + [1539] = 1512, + [1540] = 1540, + [1541] = 1514, + [1542] = 1512, + [1543] = 1520, + [1544] = 1544, + [1545] = 1516, + [1546] = 1546, [1547] = 1547, - [1548] = 1539, + [1548] = 1518, [1549] = 1549, [1550] = 1550, [1551] = 1551, - [1552] = 1552, - [1553] = 1527, - [1554] = 1554, + [1552] = 1514, + [1553] = 1516, + [1554] = 1522, [1555] = 1555, - [1556] = 1528, + [1556] = 1556, [1557] = 1557, - [1558] = 1537, - [1559] = 1528, - [1560] = 1528, + [1558] = 1558, + [1559] = 1559, + [1560] = 1560, [1561] = 1561, - [1562] = 1528, + [1562] = 1562, [1563] = 1563, - [1564] = 1527, + [1564] = 1564, [1565] = 1565, - [1566] = 1566, - [1567] = 1528, - [1568] = 1533, - [1569] = 1554, - [1570] = 1554, + [1566] = 1563, + [1567] = 1567, + [1568] = 1568, + [1569] = 1569, + [1570] = 1557, [1571] = 1571, [1572] = 1572, [1573] = 1573, [1574] = 1574, [1575] = 1575, - [1576] = 1576, - [1577] = 1577, + [1576] = 1564, + [1577] = 1565, [1578] = 1578, [1579] = 1579, - [1580] = 1580, + [1580] = 1555, [1581] = 1581, [1582] = 1582, - [1583] = 1583, + [1583] = 1396, [1584] = 1584, - [1585] = 1585, - [1586] = 1586, + [1585] = 1564, + [1586] = 1565, [1587] = 1587, [1588] = 1588, - [1589] = 1589, - [1590] = 1583, - [1591] = 1591, - [1592] = 1592, + [1589] = 1587, + [1590] = 1558, + [1591] = 1563, + [1592] = 1575, [1593] = 1593, [1594] = 1594, - [1595] = 1595, - [1596] = 1581, - [1597] = 1586, - [1598] = 1598, - [1599] = 1599, - [1600] = 1571, + [1595] = 1581, + [1596] = 1582, + [1597] = 1564, + [1598] = 1565, + [1599] = 1587, + [1600] = 1558, [1601] = 1601, [1602] = 1602, [1603] = 1603, - [1604] = 1582, - [1605] = 1605, + [1604] = 1604, + [1605] = 1558, [1606] = 1606, [1607] = 1607, [1608] = 1608, [1609] = 1609, - [1610] = 1610, - [1611] = 1611, - [1612] = 1612, - [1613] = 1601, - [1614] = 1578, - [1615] = 1602, - [1616] = 1616, - [1617] = 1572, - [1618] = 1571, - [1619] = 1582, - [1620] = 1586, - [1621] = 1592, - [1622] = 1606, - [1623] = 1592, - [1624] = 1593, - [1625] = 1594, + [1610] = 1556, + [1611] = 1587, + [1612] = 1587, + [1613] = 1613, + [1614] = 1614, + [1615] = 1555, + [1616] = 1575, + [1617] = 1617, + [1618] = 1618, + [1619] = 1603, + [1620] = 1620, + [1621] = 1621, + [1622] = 1622, + [1623] = 1556, + [1624] = 1584, + [1625] = 1625, [1626] = 1626, - [1627] = 1601, - [1628] = 1628, - [1629] = 1571, - [1630] = 1601, - [1631] = 1631, - [1632] = 1593, - [1633] = 1606, - [1634] = 1606, - [1635] = 1586, + [1627] = 1627, + [1628] = 1563, + [1629] = 1629, + [1630] = 1606, + [1631] = 1555, + [1632] = 1581, + [1633] = 1633, + [1634] = 1593, + [1635] = 1635, [1636] = 1636, - [1637] = 1592, - [1638] = 1593, - [1639] = 1594, - [1640] = 1571, - [1641] = 1601, - [1642] = 1602, - [1643] = 1606, - [1644] = 1586, - [1645] = 1592, - [1646] = 1593, - [1647] = 1594, - [1648] = 1571, - [1649] = 1601, - [1650] = 1602, - [1651] = 1606, - [1652] = 1652, - [1653] = 1594, - [1654] = 1573, - [1655] = 1578, - [1656] = 1656, - [1657] = 1583, - [1658] = 1658, - [1659] = 1592, - [1660] = 1593, + [1637] = 1606, + [1638] = 1582, + [1639] = 1558, + [1640] = 1640, + [1641] = 1641, + [1642] = 1581, + [1643] = 1575, + [1644] = 1584, + [1645] = 1645, + [1646] = 1646, + [1647] = 1647, + [1648] = 1582, + [1649] = 1555, + [1650] = 1650, + [1651] = 1581, + [1652] = 1575, + [1653] = 1653, + [1654] = 1654, + [1655] = 1573, + [1656] = 1582, + [1657] = 1657, + [1658] = 1564, + [1659] = 1565, + [1660] = 1660, [1661] = 1661, - [1662] = 1581, - [1663] = 1602, - [1664] = 1594, - [1665] = 1652, + [1662] = 1662, + [1663] = 1661, + [1664] = 1664, + [1665] = 1665, [1666] = 1666, [1667] = 1667, [1668] = 1668, - [1669] = 1658, + [1669] = 1669, [1670] = 1670, [1671] = 1671, [1672] = 1672, - [1673] = 1586, - [1674] = 1674, - [1675] = 1417, - [1676] = 1676, - [1677] = 1677, + [1673] = 1673, + [1674] = 1667, + [1675] = 1668, + [1676] = 1664, + [1677] = 1672, [1678] = 1678, - [1679] = 1652, - [1680] = 1680, - [1681] = 1573, + [1679] = 1679, + [1680] = 1672, + [1681] = 1667, [1682] = 1682, [1683] = 1683, - [1684] = 1578, - [1685] = 1685, - [1686] = 1602, + [1684] = 1684, + [1685] = 1661, + [1686] = 1665, [1687] = 1687, - [1688] = 1688, - [1689] = 1689, - [1690] = 1690, - [1691] = 1691, + [1688] = 1664, + [1689] = 1672, + [1690] = 1668, + [1691] = 1683, [1692] = 1692, [1693] = 1693, [1694] = 1694, - [1695] = 1695, - [1696] = 1696, - [1697] = 1697, - [1698] = 1698, - [1699] = 1692, - [1700] = 1692, + [1695] = 1667, + [1696] = 1661, + [1697] = 1666, + [1698] = 1665, + [1699] = 1671, + [1700] = 1666, [1701] = 1701, [1702] = 1702, - [1703] = 1690, - [1704] = 1687, - [1705] = 1701, - [1706] = 1690, - [1707] = 1692, - [1708] = 1692, - [1709] = 1690, - [1710] = 1701, - [1711] = 1690, - [1712] = 1692, - [1713] = 1713, - [1714] = 1714, - [1715] = 1715, + [1703] = 1664, + [1704] = 1665, + [1705] = 1672, + [1706] = 1667, + [1707] = 1683, + [1708] = 1683, + [1709] = 1693, + [1710] = 1661, + [1711] = 1711, + [1712] = 1666, + [1713] = 1671, + [1714] = 1667, + [1715] = 1671, [1716] = 1716, - [1717] = 1690, - [1718] = 1692, - [1719] = 1694, - [1720] = 1689, + [1717] = 1717, + [1718] = 1670, + [1719] = 1719, + [1720] = 1720, [1721] = 1693, - [1722] = 1702, - [1723] = 1690, - [1724] = 1689, - [1725] = 1697, - [1726] = 1702, - [1727] = 1727, + [1722] = 1722, + [1723] = 1693, + [1724] = 1672, + [1725] = 1694, + [1726] = 1726, + [1727] = 1670, [1728] = 1728, - [1729] = 1729, - [1730] = 1730, + [1729] = 1670, + [1730] = 1672, [1731] = 1731, - [1732] = 1701, - [1733] = 1733, + [1732] = 1664, + [1733] = 1684, [1734] = 1734, - [1735] = 1716, - [1736] = 1702, + [1735] = 1671, + [1736] = 1736, [1737] = 1737, - [1738] = 1737, - [1739] = 1687, - [1740] = 1740, - [1741] = 1687, - [1742] = 1689, + [1738] = 1693, + [1739] = 1739, + [1740] = 1667, + [1741] = 1741, + [1742] = 1742, [1743] = 1743, - [1744] = 1694, - [1745] = 1689, - [1746] = 1693, - [1747] = 1702, + [1744] = 1744, + [1745] = 1670, + [1746] = 1668, + [1747] = 1668, [1748] = 1748, - [1749] = 1698, - [1750] = 1697, - [1751] = 1734, - [1752] = 1716, - [1753] = 1737, - [1754] = 1693, + [1749] = 1749, + [1750] = 1750, + [1751] = 1751, + [1752] = 1752, + [1753] = 996, + [1754] = 1754, [1755] = 1755, [1756] = 1756, - [1757] = 1698, - [1758] = 1697, - [1759] = 1698, - [1760] = 1716, + [1757] = 1752, + [1758] = 1758, + [1759] = 1759, + [1760] = 1760, [1761] = 1761, - [1762] = 1737, - [1763] = 1737, + [1762] = 1762, + [1763] = 1763, [1764] = 1764, - [1765] = 1687, - [1766] = 1697, - [1767] = 1701, + [1765] = 1765, + [1766] = 1766, + [1767] = 1767, [1768] = 1768, [1769] = 1769, [1770] = 1770, [1771] = 1771, [1772] = 1772, - [1773] = 1773, + [1773] = 1762, [1774] = 1774, - [1775] = 1775, - [1776] = 1776, + [1775] = 1751, + [1776] = 1761, [1777] = 1777, - [1778] = 1778, + [1778] = 1751, [1779] = 1779, [1780] = 1780, - [1781] = 1781, + [1781] = 1754, [1782] = 1782, [1783] = 1783, - [1784] = 1783, + [1784] = 1784, [1785] = 1785, [1786] = 1786, [1787] = 1787, - [1788] = 1777, - [1789] = 1789, - [1790] = 1790, + [1788] = 1788, + [1789] = 1748, + [1790] = 1762, [1791] = 1791, - [1792] = 1792, + [1792] = 1780, [1793] = 1793, - [1794] = 1786, - [1795] = 1795, - [1796] = 1796, + [1794] = 1794, + [1795] = 1748, + [1796] = 1762, [1797] = 1797, [1798] = 1780, [1799] = 1799, - [1800] = 1000, - [1801] = 1791, - [1802] = 1012, - [1803] = 1783, - [1804] = 1804, + [1800] = 1800, + [1801] = 1801, + [1802] = 1802, + [1803] = 1803, + [1804] = 1766, [1805] = 1805, - [1806] = 1787, + [1806] = 1806, [1807] = 1807, - [1808] = 1786, - [1809] = 1780, - [1810] = 1810, + [1808] = 1808, + [1809] = 1809, + [1810] = 984, [1811] = 1811, - [1812] = 1786, - [1813] = 1813, - [1814] = 1807, + [1812] = 1780, + [1813] = 1811, + [1814] = 1754, [1815] = 1815, - [1816] = 1790, + [1816] = 1768, [1817] = 1817, [1818] = 1777, - [1819] = 1783, - [1820] = 1787, + [1819] = 1819, + [1820] = 1820, [1821] = 1821, - [1822] = 1786, - [1823] = 1796, + [1822] = 1751, + [1823] = 646, [1824] = 1824, [1825] = 1825, - [1826] = 1826, - [1827] = 642, + [1826] = 1755, + [1827] = 1827, [1828] = 1828, - [1829] = 1829, - [1830] = 1783, - [1831] = 1779, - [1832] = 1790, - [1833] = 1833, + [1829] = 1762, + [1830] = 1754, + [1831] = 1800, + [1832] = 1832, + [1833] = 1749, [1834] = 1834, [1835] = 1835, [1836] = 1836, [1837] = 1837, - [1838] = 1815, - [1839] = 1790, + [1838] = 1838, + [1839] = 1839, [1840] = 1840, [1841] = 1841, - [1842] = 1842, + [1842] = 1760, [1843] = 1843, - [1844] = 1786, + [1844] = 1760, [1845] = 1845, - [1846] = 1797, - [1847] = 1780, - [1848] = 1848, + [1846] = 1808, + [1847] = 1847, + [1848] = 1793, [1849] = 1849, - [1850] = 1850, - [1851] = 1791, - [1852] = 1852, + [1850] = 1777, + [1851] = 1751, + [1852] = 1780, [1853] = 1853, - [1854] = 1807, + [1854] = 990, [1855] = 1855, - [1856] = 1789, + [1856] = 1856, [1857] = 1857, [1858] = 1858, - [1859] = 1859, - [1860] = 1860, - [1861] = 1817, + [1859] = 1808, + [1860] = 1794, + [1861] = 1861, [1862] = 1862, [1863] = 1863, - [1864] = 1864, - [1865] = 1797, - [1866] = 1866, - [1867] = 1799, - [1868] = 638, + [1864] = 645, + [1865] = 1766, + [1866] = 1758, + [1867] = 1749, + [1868] = 1868, [1869] = 1869, [1870] = 1870, - [1871] = 1795, + [1871] = 1869, [1872] = 1872, - [1873] = 1863, - [1874] = 1815, - [1875] = 1789, - [1876] = 1813, - [1877] = 1824, - [1878] = 1780, - [1879] = 1817, - [1880] = 1880, - [1881] = 1787, - [1882] = 1783, - [1883] = 1834, - [1884] = 1884, + [1873] = 1870, + [1874] = 1874, + [1875] = 1875, + [1876] = 1876, + [1877] = 1770, + [1878] = 1801, + [1879] = 1879, + [1880] = 1768, + [1881] = 1811, + [1882] = 1882, + [1883] = 1748, + [1884] = 1766, [1885] = 1885, [1886] = 1886, - [1887] = 1779, - [1888] = 1790, + [1887] = 1808, + [1888] = 1809, [1889] = 1889, - [1890] = 1890, - [1891] = 1891, + [1890] = 1800, + [1891] = 1801, [1892] = 1892, - [1893] = 1813, - [1894] = 1894, - [1895] = 1895, - [1896] = 1896, - [1897] = 1897, - [1898] = 1787, + [1893] = 1748, + [1894] = 1876, + [1895] = 1855, + [1896] = 1765, + [1897] = 1869, + [1898] = 1809, [1899] = 1899, - [1900] = 1900, + [1900] = 1870, [1901] = 1901, - [1902] = 1848, + [1902] = 1902, [1903] = 1903, [1904] = 1904, - [1905] = 1905, - [1906] = 1858, - [1907] = 1804, - [1908] = 1795, - [1909] = 1848, - [1910] = 1848, - [1911] = 1834, - [1912] = 1912, - [1913] = 1858, - [1914] = 1824, - [1915] = 1825, - [1916] = 1825, - [1917] = 1894, - [1918] = 1807, + [1905] = 1815, + [1906] = 1906, + [1907] = 1794, + [1908] = 1766, + [1909] = 1777, + [1910] = 1793, + [1911] = 1869, + [1912] = 1777, + [1913] = 1838, + [1914] = 1870, + [1915] = 1915, + [1916] = 1916, + [1917] = 1917, + [1918] = 1875, [1919] = 1919, - [1920] = 1920, - [1921] = 1886, + [1920] = 1800, + [1921] = 1801, [1922] = 1922, - [1923] = 1833, - [1924] = 1894, - [1925] = 1925, - [1926] = 1926, - [1927] = 1927, - [1928] = 1789, - [1929] = 1886, + [1923] = 1876, + [1924] = 1876, + [1925] = 1768, + [1926] = 1809, + [1927] = 1780, + [1928] = 1748, + [1929] = 1815, [1930] = 1930, [1931] = 1931, [1932] = 1932, - [1933] = 1863, + [1933] = 1855, [1934] = 1934, - [1935] = 1872, - [1936] = 1919, - [1937] = 1815, - [1938] = 1922, - [1939] = 1795, - [1940] = 1872, - [1941] = 1863, - [1942] = 999, - [1943] = 1943, - [1944] = 1930, - [1945] = 1824, - [1946] = 1825, - [1947] = 1947, - [1948] = 1783, - [1949] = 1949, - [1950] = 1858, - [1951] = 1833, - [1952] = 1952, + [1935] = 1838, + [1936] = 1769, + [1937] = 1937, + [1938] = 1938, + [1939] = 1800, + [1940] = 1875, + [1941] = 1901, + [1942] = 1942, + [1943] = 1800, + [1944] = 1800, + [1945] = 1945, + [1946] = 994, + [1947] = 1748, + [1948] = 1815, + [1949] = 1808, + [1950] = 1786, + [1951] = 1857, + [1952] = 1769, [1953] = 1953, [1954] = 1954, - [1955] = 1786, - [1956] = 1956, - [1957] = 1957, - [1958] = 1797, - [1959] = 1930, - [1960] = 1901, + [1955] = 1937, + [1956] = 1815, + [1957] = 1755, + [1958] = 1762, + [1959] = 1959, + [1960] = 1960, [1961] = 1961, - [1962] = 1813, - [1963] = 1963, - [1964] = 1964, - [1965] = 1965, - [1966] = 1824, - [1967] = 1967, - [1968] = 1968, + [1962] = 1838, + [1963] = 1937, + [1964] = 1762, + [1965] = 1779, + [1966] = 1875, + [1967] = 1863, + [1968] = 1765, [1969] = 1969, - [1970] = 1824, - [1971] = 1824, - [1972] = 1947, - [1973] = 1973, + [1970] = 1808, + [1971] = 1863, + [1972] = 1972, + [1973] = 1857, [1974] = 1974, [1975] = 1975, - [1976] = 1919, - [1977] = 1778, - [1978] = 1978, - [1979] = 1834, - [1980] = 1804, - [1981] = 1981, + [1976] = 1961, + [1977] = 1977, + [1978] = 1751, + [1979] = 1979, + [1980] = 1843, + [1981] = 1758, [1982] = 1982, - [1983] = 1790, - [1984] = 1791, + [1983] = 1983, + [1984] = 1961, [1985] = 1985, - [1986] = 1986, - [1987] = 1894, - [1988] = 1842, - [1989] = 1817, - [1990] = 1930, - [1991] = 1991, - [1992] = 1967, - [1993] = 1993, - [1994] = 1789, - [1995] = 1815, - [1996] = 1833, - [1997] = 1834, - [1998] = 1834, - [1999] = 1999, - [2000] = 1978, - [2001] = 2001, - [2002] = 1884, - [2003] = 1842, - [2004] = 2004, - [2005] = 1947, - [2006] = 1787, - [2007] = 1789, - [2008] = 2008, - [2009] = 1919, - [2010] = 2010, - [2011] = 1842, - [2012] = 2012, - [2013] = 1004, - [2014] = 2008, - [2015] = 2015, - [2016] = 1978, - [2017] = 2017, - [2018] = 2008, - [2019] = 1978, - [2020] = 2020, - [2021] = 1787, - [2022] = 1978, + [1986] = 1769, + [1987] = 1937, + [1988] = 1815, + [1989] = 1857, + [1990] = 1961, + [1991] = 1780, + [1992] = 1857, + [1993] = 1811, + [1994] = 1765, + [1995] = 1760, }; static TSCharacterRange sym_number_literal_character_set_13[] = { @@ -5314,7 +5290,7 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, - {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, {0x1c5a, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, + {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, {0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, @@ -5324,8 +5300,8 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, - {0xa62a, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, - {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, + {0xa62a, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, + {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, @@ -5338,38 +5314,40 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, - {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, - {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, - {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, - {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, - {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, - {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, - {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, - {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, - {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, - {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11400, 0x11434}, {0x11447, 0x1144a}, - {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, - {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, - {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, - {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, - {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, - {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, - {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x14400, 0x14646}, - {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, - {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, - {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, - {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, - {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, - {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, - {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, - {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, - {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, - {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, - {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, - {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, - {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, - {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, - {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, + {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, + {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, + {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, + {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, + {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, + {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, + {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, + {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, + {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, + {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, + {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, + {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, + {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, + {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, + {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, + {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, + {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, + {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, + {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, + {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, + {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, + {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, + {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, + {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, + {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, + {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, + {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, + {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, + {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, + {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, + {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, + {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, + {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, + {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, }; static TSCharacterRange sym_identifier_character_set_2[] = { @@ -5379,7 +5357,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, - {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x898, 0x8e1}, + {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, @@ -5407,7 +5385,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x17dc, 0x17dd}, {0x17e0, 0x17e9}, {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, - {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, + {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, @@ -5418,7 +5396,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, - {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa827}, + {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, @@ -5431,39 +5409,42 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, - {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, - {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, - {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, - {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, - {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, - {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, - {0x10eb0, 0x10eb1}, {0x10efd, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, - {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, - {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, - {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, - {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, - {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11400, 0x1144a}, - {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, - {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, + {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, + {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, + {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, + {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, + {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, + {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, + {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, + {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, + {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, + {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, + {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, + {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, + {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, + {0x113b7, 0x113c0}, {0x113c2, 0x113c2}, {0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, + {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, + {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, - {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, - {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, - {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, - {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, - {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, - {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, - {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, - {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, - {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, - {0x1bc9d, 0x1bc9e}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, - {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, - {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, - {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, - {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, - {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, - {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, - {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, + {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, + {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, + {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, + {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, + {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, + {0x16100, 0x16139}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, + {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, + {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, + {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, + {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, + {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, + {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, + {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, + {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, + {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, + {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, + {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, + {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, @@ -5516,7 +5497,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(119); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 1: if (lookahead == '\n') SKIP(43); @@ -5564,19 +5545,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(108); END_STATE(); case 11: - if (lookahead == '\n') SKIP(53); + if (lookahead == '\n') SKIP(52); END_STATE(); case 12: - if (lookahead == '\n') SKIP(53); + if (lookahead == '\n') SKIP(52); if (lookahead == '\r') SKIP(11); if (lookahead == 'U') ADVANCE(116); if (lookahead == 'u') ADVANCE(108); END_STATE(); case 13: - if (lookahead == '\n') SKIP(52); + if (lookahead == '\n') SKIP(53); END_STATE(); case 14: - if (lookahead == '\n') SKIP(52); + if (lookahead == '\n') SKIP(53); if (lookahead == '\r') SKIP(13); if (lookahead == 'U') ADVANCE(116); if (lookahead == 'u') ADVANCE(108); @@ -5609,22 +5590,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(108); END_STATE(); case 21: - if (lookahead == '\n') SKIP(48); + if (lookahead == '\n') SKIP(23); END_STATE(); case 22: - if (lookahead == '\n') SKIP(48); + if (lookahead == '\n') SKIP(23); if (lookahead == '\r') SKIP(21); - if (lookahead == 'U') ADVANCE(116); - if (lookahead == 'u') ADVANCE(108); END_STATE(); case 23: - if (lookahead == '\n') SKIP(25); - END_STATE(); - case 24: - if (lookahead == '\n') SKIP(25); - if (lookahead == '\r') SKIP(23); - END_STATE(); - case 25: ADVANCE_MAP( '\n', 130, '!', 68, @@ -5639,11 +5611,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 69, '>', 218, ); - if (lookahead == '\\') SKIP(24); + if (lookahead == '\\') SKIP(22); if (lookahead == '^') ADVANCE(210); if (lookahead == '|') ADVANCE(209); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(25); + lookahead == ' ') SKIP(23); + END_STATE(); + case 24: + if (lookahead == '\n') SKIP(48); + END_STATE(); + case 25: + if (lookahead == '\n') SKIP(48); + if (lookahead == '\r') SKIP(24); + if (lookahead == 'U') ADVANCE(116); + if (lookahead == 'u') ADVANCE(108); END_STATE(); case 26: if (lookahead == '\n') SKIP(56); @@ -5664,26 +5645,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(108); END_STATE(); case 30: - if (lookahead == '\n') SKIP(58); - if (lookahead == '\'') ADVANCE(278); - if (lookahead == '/') ADVANCE(281); - if (lookahead == '\\') ADVANCE(280); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(282); - if (lookahead != 0) ADVANCE(279); - END_STATE(); - case 31: - if (lookahead == '\n') ADVANCE(294); - if (lookahead == '\r') ADVANCE(293); - if (lookahead == 'U') ADVANCE(117); - if (lookahead == 'u') ADVANCE(109); - if (lookahead == 'x') ADVANCE(103); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(296); - if (lookahead != 0) ADVANCE(293); - END_STATE(); - case 32: if (lookahead == '\n') ADVANCE(123); - if (lookahead == '\r') ADVANCE(36); + if (lookahead == '\r') ADVANCE(34); if (lookahead == '(') ADVANCE(125); if (lookahead == '/') ADVANCE(151); if (lookahead == '\\') ADVANCE(146); @@ -5691,25 +5654,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(66); if (lookahead != 0) ADVANCE(153); END_STATE(); - case 33: + case 31: if (lookahead == '\n') ADVANCE(123); - if (lookahead == '\r') ADVANCE(36); + if (lookahead == '\r') ADVANCE(34); if (lookahead == '/') ADVANCE(151); if (lookahead == '\\') ADVANCE(146); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(66); if (lookahead != 0) ADVANCE(153); END_STATE(); - case 34: + case 32: if (lookahead == '\n') ADVANCE(123); - if (lookahead == '\r') ADVANCE(35); + if (lookahead == '\r') ADVANCE(33); if (lookahead == '(') ADVANCE(186); if (lookahead == '/') ADVANCE(60); if (lookahead == '\\') SKIP(39); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(59); END_STATE(); - case 35: + case 33: if (lookahead == '\n') ADVANCE(123); if (lookahead == '(') ADVANCE(186); if (lookahead == '/') ADVANCE(60); @@ -5717,7 +5680,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(59); END_STATE(); - case 36: + case 34: if (lookahead == '\n') ADVANCE(123); if (lookahead == '/') ADVANCE(151); if (lookahead == '\\') ADVANCE(146); @@ -5725,11 +5688,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(66); if (lookahead != 0) ADVANCE(153); END_STATE(); + case 35: + if (lookahead == '\n') SKIP(58); + if (lookahead == '\'') ADVANCE(278); + if (lookahead == '/') ADVANCE(281); + if (lookahead == '\\') ADVANCE(280); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(282); + if (lookahead != 0) ADVANCE(279); + END_STATE(); + case 36: + if (lookahead == '\n') ADVANCE(294); + if (lookahead == '\r') ADVANCE(293); + if (lookahead == 'U') ADVANCE(117); + if (lookahead == 'u') ADVANCE(109); + if (lookahead == 'x') ADVANCE(103); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(296); + if (lookahead != 0) ADVANCE(293); + END_STATE(); case 37: if (lookahead == '\n') SKIP(55); if (lookahead == '"') ADVANCE(287); if (lookahead == '/') ADVANCE(288); - if (lookahead == '\\') ADVANCE(31); + if (lookahead == '\\') ADVANCE(36); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(291); if (lookahead != 0) ADVANCE(292); @@ -5793,7 +5774,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(43); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 44: ADVANCE_MAP( @@ -5833,7 +5814,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(44); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 45: ADVANCE_MAP( @@ -5864,7 +5845,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(45); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 46: ADVANCE_MAP( @@ -5898,7 +5879,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(46); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 47: ADVANCE_MAP( @@ -5926,7 +5907,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(47); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 48: ADVANCE_MAP( @@ -5941,14 +5922,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '0', 260, 'L', 310, 'U', 311, - '\\', 22, + '\\', 25, 'u', 312, '~', 189, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(48); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 49: ADVANCE_MAP( @@ -5983,7 +5964,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(49); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 50: ADVANCE_MAP( @@ -6015,7 +5996,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(50); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 51: ADVANCE_MAP( @@ -6046,37 +6027,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(51); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 52: - ADVANCE_MAP( - '!', 68, - '#', 80, - '%', 204, - '&', 213, - '(', 186, - ')', 128, - '*', 200, - '+', 195, - ',', 127, - '-', 190, - '/', 202, - ';', 227, - '<', 222, - '=', 237, - '>', 218, - '[', 234, - '\\', 14, - '^', 210, - '{', 231, - '|', 209, - '}', 232, - ); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(52); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); - END_STATE(); - case 53: ADVANCE_MAP( '!', 68, '#', 76, @@ -6103,9 +6056,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '|', 208, '}', 232, ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(52); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); + END_STATE(); + case 53: + ADVANCE_MAP( + '!', 68, + '#', 78, + '%', 204, + '&', 213, + '(', 186, + ')', 128, + '*', 200, + '+', 195, + ',', 127, + '-', 190, + '/', 202, + ';', 227, + '<', 222, + '=', 237, + '>', 218, + '[', 234, + '\\', 14, + '^', 210, + '{', 231, + '|', 209, + ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(53); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 54: if (lookahead == '"') ADVANCE(287); @@ -6117,12 +6097,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(307); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(54); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 55: if (lookahead == '"') ADVANCE(287); if (lookahead == '/') ADVANCE(60); - if (lookahead == '\\') ADVANCE(31); + if (lookahead == '\\') ADVANCE(36); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(55); END_STATE(); @@ -6133,21 +6113,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '}') ADVANCE(232); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(56); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 57: - if (lookahead == '#') ADVANCE(78); + if (lookahead == '#') ADVANCE(80); if (lookahead == '/') ADVANCE(60); if (lookahead == '[') ADVANCE(73); if (lookahead == '\\') ADVANCE(16); + if (lookahead == '}') ADVANCE(232); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(57); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 58: if (lookahead == '\'') ADVANCE(278); if (lookahead == '/') ADVANCE(60); - if (lookahead == '\\') ADVANCE(31); + if (lookahead == '\\') ADVANCE(36); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(58); END_STATE(); @@ -6486,7 +6467,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(119); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 120: if (eof) ADVANCE(121); @@ -6521,7 +6502,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(120); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(262); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(314); END_STATE(); case 121: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -7645,7 +7626,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 282: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\\') ADVANCE(31); + if (lookahead == '\\') ADVANCE(36); END_STATE(); case 283: ACCEPT_TOKEN(anon_sym_L_DQUOTE); @@ -7711,7 +7692,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 294: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(31); + if (lookahead == '\\') ADVANCE(36); END_STATE(); case 295: ACCEPT_TOKEN(sym_escape_sequence); @@ -7754,26 +7735,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '"') ADVANCE(283); if (lookahead == '\'') ADVANCE(274); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 303: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(283); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 304: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(285); if (lookahead == '\'') ADVANCE(276); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 305: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(285); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 306: ACCEPT_TOKEN(sym_identifier); @@ -7781,57 +7762,57 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\'') ADVANCE(275); if (lookahead == '8') ADVANCE(308); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 307: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(284); if (lookahead == '8') ADVANCE(309); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 308: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(286); if (lookahead == '\'') ADVANCE(277); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 309: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(286); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 310: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(274); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 311: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(276); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 312: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(275); if (lookahead == '8') ADVANCE(313); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 313: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(277); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 314: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(72); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(314); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(314); END_STATE(); case 315: ACCEPT_TOKEN(sym_comment); @@ -9548,52 +9529,52 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { } } -static const TSLexMode ts_lex_modes[STATE_COUNT] = { +static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 120}, - [2] = {.lex_state = 45}, - [3] = {.lex_state = 45}, - [4] = {.lex_state = 45}, - [5] = {.lex_state = 45}, - [6] = {.lex_state = 45}, - [7] = {.lex_state = 45}, - [8] = {.lex_state = 45}, - [9] = {.lex_state = 45}, - [10] = {.lex_state = 45}, - [11] = {.lex_state = 45}, - [12] = {.lex_state = 45}, - [13] = {.lex_state = 45}, - [14] = {.lex_state = 45}, - [15] = {.lex_state = 45}, - [16] = {.lex_state = 45}, - [17] = {.lex_state = 45}, - [18] = {.lex_state = 45}, - [19] = {.lex_state = 45}, - [20] = {.lex_state = 45}, - [21] = {.lex_state = 45}, - [22] = {.lex_state = 45}, - [23] = {.lex_state = 120}, - [24] = {.lex_state = 120}, - [25] = {.lex_state = 120}, - [26] = {.lex_state = 47}, - [27] = {.lex_state = 120}, - [28] = {.lex_state = 120}, - [29] = {.lex_state = 120}, - [30] = {.lex_state = 120}, - [31] = {.lex_state = 120}, - [32] = {.lex_state = 120}, - [33] = {.lex_state = 120}, - [34] = {.lex_state = 120}, - [35] = {.lex_state = 47}, - [36] = {.lex_state = 120}, - [37] = {.lex_state = 120}, - [38] = {.lex_state = 120}, - [39] = {.lex_state = 120}, - [40] = {.lex_state = 47}, - [41] = {.lex_state = 120}, - [42] = {.lex_state = 120}, - [43] = {.lex_state = 120}, - [44] = {.lex_state = 120}, + [1] = {.lex_state = 120, .reserved_word_set_id = 1}, + [2] = {.lex_state = 45, .reserved_word_set_id = 1}, + [3] = {.lex_state = 45, .reserved_word_set_id = 1}, + [4] = {.lex_state = 45, .reserved_word_set_id = 1}, + [5] = {.lex_state = 45, .reserved_word_set_id = 1}, + [6] = {.lex_state = 45, .reserved_word_set_id = 1}, + [7] = {.lex_state = 45, .reserved_word_set_id = 1}, + [8] = {.lex_state = 45, .reserved_word_set_id = 1}, + [9] = {.lex_state = 45, .reserved_word_set_id = 1}, + [10] = {.lex_state = 45, .reserved_word_set_id = 1}, + [11] = {.lex_state = 45, .reserved_word_set_id = 1}, + [12] = {.lex_state = 45, .reserved_word_set_id = 1}, + [13] = {.lex_state = 45, .reserved_word_set_id = 1}, + [14] = {.lex_state = 45, .reserved_word_set_id = 1}, + [15] = {.lex_state = 45, .reserved_word_set_id = 1}, + [16] = {.lex_state = 45, .reserved_word_set_id = 1}, + [17] = {.lex_state = 45, .reserved_word_set_id = 1}, + [18] = {.lex_state = 45, .reserved_word_set_id = 1}, + [19] = {.lex_state = 45, .reserved_word_set_id = 1}, + [20] = {.lex_state = 45, .reserved_word_set_id = 1}, + [21] = {.lex_state = 45, .reserved_word_set_id = 1}, + [22] = {.lex_state = 45, .reserved_word_set_id = 1}, + [23] = {.lex_state = 120, .reserved_word_set_id = 2}, + [24] = {.lex_state = 120, .reserved_word_set_id = 1}, + [25] = {.lex_state = 120, .reserved_word_set_id = 1}, + [26] = {.lex_state = 120, .reserved_word_set_id = 1}, + [27] = {.lex_state = 120, .reserved_word_set_id = 1}, + [28] = {.lex_state = 120, .reserved_word_set_id = 2}, + [29] = {.lex_state = 47, .reserved_word_set_id = 1}, + [30] = {.lex_state = 120, .reserved_word_set_id = 2}, + [31] = {.lex_state = 47, .reserved_word_set_id = 1}, + [32] = {.lex_state = 120, .reserved_word_set_id = 1}, + [33] = {.lex_state = 47, .reserved_word_set_id = 1}, + [34] = {.lex_state = 120, .reserved_word_set_id = 1}, + [35] = {.lex_state = 120, .reserved_word_set_id = 2}, + [36] = {.lex_state = 120, .reserved_word_set_id = 2}, + [37] = {.lex_state = 120, .reserved_word_set_id = 2}, + [38] = {.lex_state = 120, .reserved_word_set_id = 2}, + [39] = {.lex_state = 120, .reserved_word_set_id = 2}, + [40] = {.lex_state = 120, .reserved_word_set_id = 1}, + [41] = {.lex_state = 120, .reserved_word_set_id = 1}, + [42] = {.lex_state = 120, .reserved_word_set_id = 1}, + [43] = {.lex_state = 120, .reserved_word_set_id = 1}, + [44] = {.lex_state = 120, .reserved_word_set_id = 1}, [45] = {.lex_state = 45}, [46] = {.lex_state = 45}, [47] = {.lex_state = 45}, @@ -9607,32 +9588,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [55] = {.lex_state = 120}, [56] = {.lex_state = 120}, [57] = {.lex_state = 47}, - [58] = {.lex_state = 47}, + [58] = {.lex_state = 120}, [59] = {.lex_state = 47}, [60] = {.lex_state = 47}, [61] = {.lex_state = 47}, - [62] = {.lex_state = 120}, + [62] = {.lex_state = 47}, [63] = {.lex_state = 120}, [64] = {.lex_state = 120}, - [65] = {.lex_state = 120}, - [66] = {.lex_state = 120}, - [67] = {.lex_state = 120}, - [68] = {.lex_state = 120}, - [69] = {.lex_state = 120}, - [70] = {.lex_state = 120}, - [71] = {.lex_state = 120}, - [72] = {.lex_state = 120}, - [73] = {.lex_state = 120}, - [74] = {.lex_state = 120}, - [75] = {.lex_state = 120}, - [76] = {.lex_state = 120}, - [77] = {.lex_state = 120}, - [78] = {.lex_state = 120}, - [79] = {.lex_state = 120}, + [65] = {.lex_state = 120, .reserved_word_set_id = 3}, + [66] = {.lex_state = 120, .reserved_word_set_id = 3}, + [67] = {.lex_state = 120, .reserved_word_set_id = 4}, + [68] = {.lex_state = 120, .reserved_word_set_id = 3}, + [69] = {.lex_state = 120, .reserved_word_set_id = 4}, + [70] = {.lex_state = 120, .reserved_word_set_id = 4}, + [71] = {.lex_state = 120, .reserved_word_set_id = 4}, + [72] = {.lex_state = 120, .reserved_word_set_id = 4}, + [73] = {.lex_state = 120, .reserved_word_set_id = 3}, + [74] = {.lex_state = 120, .reserved_word_set_id = 3}, + [75] = {.lex_state = 120, .reserved_word_set_id = 5}, + [76] = {.lex_state = 120, .reserved_word_set_id = 5}, + [77] = {.lex_state = 120, .reserved_word_set_id = 5}, + [78] = {.lex_state = 120, .reserved_word_set_id = 5}, + [79] = {.lex_state = 120, .reserved_word_set_id = 5}, [80] = {.lex_state = 45}, [81] = {.lex_state = 45}, [82] = {.lex_state = 45}, - [83] = {.lex_state = 45}, + [83] = {.lex_state = 120}, [84] = {.lex_state = 45}, [85] = {.lex_state = 45}, [86] = {.lex_state = 45}, @@ -9647,7 +9628,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [95] = {.lex_state = 45}, [96] = {.lex_state = 45}, [97] = {.lex_state = 45}, - [98] = {.lex_state = 45}, + [98] = {.lex_state = 120}, [99] = {.lex_state = 45}, [100] = {.lex_state = 45}, [101] = {.lex_state = 45}, @@ -9664,42 +9645,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [112] = {.lex_state = 45}, [113] = {.lex_state = 45}, [114] = {.lex_state = 45}, - [115] = {.lex_state = 120}, + [115] = {.lex_state = 45}, [116] = {.lex_state = 45}, - [117] = {.lex_state = 120}, + [117] = {.lex_state = 45}, [118] = {.lex_state = 45}, - [119] = {.lex_state = 45}, - [120] = {.lex_state = 45}, - [121] = {.lex_state = 45}, - [122] = {.lex_state = 45}, - [123] = {.lex_state = 45}, - [124] = {.lex_state = 45}, - [125] = {.lex_state = 45}, - [126] = {.lex_state = 45}, - [127] = {.lex_state = 45}, - [128] = {.lex_state = 45}, - [129] = {.lex_state = 45}, - [130] = {.lex_state = 45}, - [131] = {.lex_state = 45}, - [132] = {.lex_state = 45}, - [133] = {.lex_state = 45}, - [134] = {.lex_state = 45}, - [135] = {.lex_state = 45}, - [136] = {.lex_state = 45}, - [137] = {.lex_state = 45}, - [138] = {.lex_state = 45}, - [139] = {.lex_state = 45}, - [140] = {.lex_state = 45}, - [141] = {.lex_state = 45}, - [142] = {.lex_state = 45}, - [143] = {.lex_state = 45}, - [144] = {.lex_state = 45}, - [145] = {.lex_state = 45}, - [146] = {.lex_state = 45}, - [147] = {.lex_state = 45}, - [148] = {.lex_state = 47}, + [119] = {.lex_state = 45, .reserved_word_set_id = 1}, + [120] = {.lex_state = 45, .reserved_word_set_id = 1}, + [121] = {.lex_state = 45, .reserved_word_set_id = 1}, + [122] = {.lex_state = 45, .reserved_word_set_id = 1}, + [123] = {.lex_state = 45, .reserved_word_set_id = 1}, + [124] = {.lex_state = 45, .reserved_word_set_id = 1}, + [125] = {.lex_state = 45, .reserved_word_set_id = 1}, + [126] = {.lex_state = 45, .reserved_word_set_id = 1}, + [127] = {.lex_state = 45, .reserved_word_set_id = 1}, + [128] = {.lex_state = 45, .reserved_word_set_id = 1}, + [129] = {.lex_state = 45, .reserved_word_set_id = 1}, + [130] = {.lex_state = 45, .reserved_word_set_id = 1}, + [131] = {.lex_state = 45, .reserved_word_set_id = 1}, + [132] = {.lex_state = 45, .reserved_word_set_id = 1}, + [133] = {.lex_state = 45, .reserved_word_set_id = 1}, + [134] = {.lex_state = 45, .reserved_word_set_id = 1}, + [135] = {.lex_state = 45, .reserved_word_set_id = 1}, + [136] = {.lex_state = 45, .reserved_word_set_id = 1}, + [137] = {.lex_state = 45, .reserved_word_set_id = 1}, + [138] = {.lex_state = 45, .reserved_word_set_id = 1}, + [139] = {.lex_state = 45, .reserved_word_set_id = 1}, + [140] = {.lex_state = 45, .reserved_word_set_id = 1}, + [141] = {.lex_state = 45, .reserved_word_set_id = 1}, + [142] = {.lex_state = 45, .reserved_word_set_id = 1}, + [143] = {.lex_state = 45, .reserved_word_set_id = 1}, + [144] = {.lex_state = 45, .reserved_word_set_id = 1}, + [145] = {.lex_state = 45, .reserved_word_set_id = 1}, + [146] = {.lex_state = 45, .reserved_word_set_id = 1}, + [147] = {.lex_state = 45, .reserved_word_set_id = 1}, + [148] = {.lex_state = 120}, [149] = {.lex_state = 120}, - [150] = {.lex_state = 120}, + [150] = {.lex_state = 47}, [151] = {.lex_state = 120}, [152] = {.lex_state = 120}, [153] = {.lex_state = 120}, @@ -9727,30 +9708,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [175] = {.lex_state = 120}, [176] = {.lex_state = 120}, [177] = {.lex_state = 120}, - [178] = {.lex_state = 47}, - [179] = {.lex_state = 47}, - [180] = {.lex_state = 47}, + [178] = {.lex_state = 120}, + [179] = {.lex_state = 120}, + [180] = {.lex_state = 120}, [181] = {.lex_state = 120}, - [182] = {.lex_state = 47}, - [183] = {.lex_state = 47}, - [184] = {.lex_state = 47}, - [185] = {.lex_state = 47}, - [186] = {.lex_state = 47}, - [187] = {.lex_state = 47}, - [188] = {.lex_state = 47}, + [182] = {.lex_state = 120}, + [183] = {.lex_state = 120}, + [184] = {.lex_state = 120}, + [185] = {.lex_state = 120}, + [186] = {.lex_state = 120}, + [187] = {.lex_state = 120}, + [188] = {.lex_state = 120}, [189] = {.lex_state = 120}, - [190] = {.lex_state = 47}, + [190] = {.lex_state = 120}, [191] = {.lex_state = 120}, [192] = {.lex_state = 120}, - [193] = {.lex_state = 47}, - [194] = {.lex_state = 47}, - [195] = {.lex_state = 47}, - [196] = {.lex_state = 47}, + [193] = {.lex_state = 120}, + [194] = {.lex_state = 120}, + [195] = {.lex_state = 120}, + [196] = {.lex_state = 120}, [197] = {.lex_state = 47}, [198] = {.lex_state = 47}, [199] = {.lex_state = 47}, - [200] = {.lex_state = 120}, - [201] = {.lex_state = 120}, + [200] = {.lex_state = 47}, + [201] = {.lex_state = 47}, [202] = {.lex_state = 47}, [203] = {.lex_state = 47}, [204] = {.lex_state = 47}, @@ -9769,20 +9750,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [217] = {.lex_state = 47}, [218] = {.lex_state = 47}, [219] = {.lex_state = 47}, - [220] = {.lex_state = 120}, - [221] = {.lex_state = 120}, - [222] = {.lex_state = 120}, - [223] = {.lex_state = 120}, - [224] = {.lex_state = 120}, - [225] = {.lex_state = 120}, - [226] = {.lex_state = 120}, - [227] = {.lex_state = 120}, - [228] = {.lex_state = 120}, - [229] = {.lex_state = 120}, - [230] = {.lex_state = 120}, - [231] = {.lex_state = 120}, - [232] = {.lex_state = 120}, - [233] = {.lex_state = 120}, + [220] = {.lex_state = 47}, + [221] = {.lex_state = 47}, + [222] = {.lex_state = 47}, + [223] = {.lex_state = 47}, + [224] = {.lex_state = 47}, + [225] = {.lex_state = 47}, + [226] = {.lex_state = 47}, + [227] = {.lex_state = 47}, + [228] = {.lex_state = 47}, + [229] = {.lex_state = 47}, + [230] = {.lex_state = 47}, + [231] = {.lex_state = 47}, + [232] = {.lex_state = 47}, + [233] = {.lex_state = 47}, [234] = {.lex_state = 120}, [235] = {.lex_state = 120}, [236] = {.lex_state = 120}, @@ -9805,650 +9786,650 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [253] = {.lex_state = 120}, [254] = {.lex_state = 120}, [255] = {.lex_state = 120}, - [256] = {.lex_state = 47}, - [257] = {.lex_state = 120}, - [258] = {.lex_state = 120}, - [259] = {.lex_state = 120}, - [260] = {.lex_state = 120}, - [261] = {.lex_state = 120}, - [262] = {.lex_state = 120}, - [263] = {.lex_state = 120}, - [264] = {.lex_state = 120}, - [265] = {.lex_state = 120}, - [266] = {.lex_state = 120}, - [267] = {.lex_state = 120}, - [268] = {.lex_state = 120}, - [269] = {.lex_state = 120}, - [270] = {.lex_state = 120}, - [271] = {.lex_state = 120}, - [272] = {.lex_state = 120}, - [273] = {.lex_state = 44}, - [274] = {.lex_state = 120}, - [275] = {.lex_state = 120}, - [276] = {.lex_state = 120}, - [277] = {.lex_state = 120}, - [278] = {.lex_state = 120}, - [279] = {.lex_state = 120}, - [280] = {.lex_state = 120}, - [281] = {.lex_state = 120}, - [282] = {.lex_state = 120}, - [283] = {.lex_state = 120}, - [284] = {.lex_state = 120}, - [285] = {.lex_state = 120}, - [286] = {.lex_state = 47}, - [287] = {.lex_state = 47}, - [288] = {.lex_state = 47}, - [289] = {.lex_state = 47}, - [290] = {.lex_state = 47}, - [291] = {.lex_state = 47}, - [292] = {.lex_state = 47}, - [293] = {.lex_state = 47}, - [294] = {.lex_state = 47}, - [295] = {.lex_state = 47}, - [296] = {.lex_state = 47}, - [297] = {.lex_state = 47}, - [298] = {.lex_state = 47}, - [299] = {.lex_state = 47}, - [300] = {.lex_state = 47}, - [301] = {.lex_state = 47}, - [302] = {.lex_state = 47}, - [303] = {.lex_state = 47}, - [304] = {.lex_state = 47}, - [305] = {.lex_state = 47}, - [306] = {.lex_state = 47}, - [307] = {.lex_state = 47}, - [308] = {.lex_state = 47}, - [309] = {.lex_state = 47}, - [310] = {.lex_state = 47}, - [311] = {.lex_state = 47}, - [312] = {.lex_state = 47}, - [313] = {.lex_state = 47}, - [314] = {.lex_state = 47}, - [315] = {.lex_state = 120}, - [316] = {.lex_state = 120}, - [317] = {.lex_state = 120}, - [318] = {.lex_state = 44}, - [319] = {.lex_state = 120}, - [320] = {.lex_state = 120}, - [321] = {.lex_state = 120}, - [322] = {.lex_state = 120}, - [323] = {.lex_state = 120}, - [324] = {.lex_state = 120}, - [325] = {.lex_state = 120}, - [326] = {.lex_state = 120}, - [327] = {.lex_state = 120}, - [328] = {.lex_state = 120}, - [329] = {.lex_state = 120}, - [330] = {.lex_state = 120}, - [331] = {.lex_state = 120}, - [332] = {.lex_state = 120}, - [333] = {.lex_state = 120}, - [334] = {.lex_state = 120}, - [335] = {.lex_state = 120}, - [336] = {.lex_state = 120}, - [337] = {.lex_state = 120}, - [338] = {.lex_state = 120}, - [339] = {.lex_state = 120}, - [340] = {.lex_state = 120}, - [341] = {.lex_state = 120}, - [342] = {.lex_state = 120}, - [343] = {.lex_state = 120}, - [344] = {.lex_state = 120}, - [345] = {.lex_state = 120}, - [346] = {.lex_state = 120}, - [347] = {.lex_state = 120}, - [348] = {.lex_state = 120}, - [349] = {.lex_state = 120}, - [350] = {.lex_state = 120}, - [351] = {.lex_state = 120}, - [352] = {.lex_state = 120}, - [353] = {.lex_state = 120}, - [354] = {.lex_state = 120}, - [355] = {.lex_state = 120}, - [356] = {.lex_state = 120}, - [357] = {.lex_state = 120}, - [358] = {.lex_state = 120}, - [359] = {.lex_state = 120}, - [360] = {.lex_state = 120}, - [361] = {.lex_state = 120}, - [362] = {.lex_state = 120}, - [363] = {.lex_state = 120}, - [364] = {.lex_state = 120}, - [365] = {.lex_state = 120}, - [366] = {.lex_state = 120}, - [367] = {.lex_state = 120}, - [368] = {.lex_state = 120}, - [369] = {.lex_state = 120}, - [370] = {.lex_state = 120}, - [371] = {.lex_state = 120}, - [372] = {.lex_state = 120}, - [373] = {.lex_state = 120}, - [374] = {.lex_state = 120}, - [375] = {.lex_state = 120}, - [376] = {.lex_state = 120}, - [377] = {.lex_state = 120}, - [378] = {.lex_state = 120}, - [379] = {.lex_state = 120}, - [380] = {.lex_state = 120}, - [381] = {.lex_state = 120}, - [382] = {.lex_state = 120}, - [383] = {.lex_state = 120}, - [384] = {.lex_state = 120}, - [385] = {.lex_state = 120}, - [386] = {.lex_state = 120}, - [387] = {.lex_state = 120}, - [388] = {.lex_state = 120}, - [389] = {.lex_state = 120}, - [390] = {.lex_state = 44}, - [391] = {.lex_state = 120}, - [392] = {.lex_state = 120}, - [393] = {.lex_state = 120}, - [394] = {.lex_state = 120}, - [395] = {.lex_state = 120}, - [396] = {.lex_state = 120}, - [397] = {.lex_state = 120}, - [398] = {.lex_state = 120}, - [399] = {.lex_state = 120}, - [400] = {.lex_state = 120}, - [401] = {.lex_state = 120}, - [402] = {.lex_state = 120}, - [403] = {.lex_state = 120}, - [404] = {.lex_state = 44}, - [405] = {.lex_state = 44}, - [406] = {.lex_state = 120}, - [407] = {.lex_state = 120}, - [408] = {.lex_state = 49}, - [409] = {.lex_state = 49}, - [410] = {.lex_state = 49}, - [411] = {.lex_state = 49}, - [412] = {.lex_state = 49}, - [413] = {.lex_state = 49}, - [414] = {.lex_state = 49}, - [415] = {.lex_state = 49}, - [416] = {.lex_state = 49}, - [417] = {.lex_state = 44}, - [418] = {.lex_state = 49}, - [419] = {.lex_state = 53}, - [420] = {.lex_state = 120}, - [421] = {.lex_state = 120}, - [422] = {.lex_state = 120}, - [423] = {.lex_state = 120}, - [424] = {.lex_state = 120}, - [425] = {.lex_state = 120}, - [426] = {.lex_state = 120}, - [427] = {.lex_state = 120}, - [428] = {.lex_state = 120}, - [429] = {.lex_state = 120}, - [430] = {.lex_state = 120}, - [431] = {.lex_state = 53}, - [432] = {.lex_state = 53}, - [433] = {.lex_state = 53}, - [434] = {.lex_state = 53}, - [435] = {.lex_state = 53}, - [436] = {.lex_state = 53}, - [437] = {.lex_state = 53}, - [438] = {.lex_state = 53}, - [439] = {.lex_state = 53}, - [440] = {.lex_state = 53}, - [441] = {.lex_state = 53}, - [442] = {.lex_state = 53}, - [443] = {.lex_state = 53}, - [444] = {.lex_state = 53}, - [445] = {.lex_state = 53}, - [446] = {.lex_state = 53}, - [447] = {.lex_state = 120}, - [448] = {.lex_state = 53}, - [449] = {.lex_state = 120}, - [450] = {.lex_state = 120}, - [451] = {.lex_state = 120}, - [452] = {.lex_state = 53}, - [453] = {.lex_state = 52}, - [454] = {.lex_state = 52}, - [455] = {.lex_state = 57}, - [456] = {.lex_state = 52}, - [457] = {.lex_state = 57}, - [458] = {.lex_state = 57}, - [459] = {.lex_state = 120}, - [460] = {.lex_state = 120}, - [461] = {.lex_state = 120}, - [462] = {.lex_state = 120}, - [463] = {.lex_state = 120}, - [464] = {.lex_state = 120}, - [465] = {.lex_state = 120}, - [466] = {.lex_state = 120}, - [467] = {.lex_state = 120}, - [468] = {.lex_state = 120}, - [469] = {.lex_state = 120}, - [470] = {.lex_state = 120}, - [471] = {.lex_state = 120}, - [472] = {.lex_state = 120}, - [473] = {.lex_state = 120}, - [474] = {.lex_state = 120}, - [475] = {.lex_state = 120}, - [476] = {.lex_state = 120}, - [477] = {.lex_state = 120}, - [478] = {.lex_state = 120}, - [479] = {.lex_state = 120}, - [480] = {.lex_state = 120}, - [481] = {.lex_state = 120}, - [482] = {.lex_state = 120}, - [483] = {.lex_state = 120}, - [484] = {.lex_state = 120}, - [485] = {.lex_state = 120}, - [486] = {.lex_state = 120}, - [487] = {.lex_state = 120}, - [488] = {.lex_state = 120}, - [489] = {.lex_state = 120}, - [490] = {.lex_state = 120}, - [491] = {.lex_state = 120}, - [492] = {.lex_state = 120}, - [493] = {.lex_state = 120}, - [494] = {.lex_state = 120}, - [495] = {.lex_state = 120}, - [496] = {.lex_state = 120}, - [497] = {.lex_state = 53}, - [498] = {.lex_state = 120}, - [499] = {.lex_state = 53}, - [500] = {.lex_state = 120}, - [501] = {.lex_state = 120}, - [502] = {.lex_state = 120}, - [503] = {.lex_state = 53}, - [504] = {.lex_state = 120}, - [505] = {.lex_state = 120}, - [506] = {.lex_state = 53}, - [507] = {.lex_state = 120}, - [508] = {.lex_state = 120}, - [509] = {.lex_state = 120}, - [510] = {.lex_state = 120}, - [511] = {.lex_state = 120}, - [512] = {.lex_state = 120}, - [513] = {.lex_state = 120}, - [514] = {.lex_state = 120}, - [515] = {.lex_state = 120}, - [516] = {.lex_state = 120}, - [517] = {.lex_state = 120}, - [518] = {.lex_state = 120}, - [519] = {.lex_state = 120}, - [520] = {.lex_state = 120}, - [521] = {.lex_state = 120}, - [522] = {.lex_state = 120}, - [523] = {.lex_state = 120}, - [524] = {.lex_state = 120}, - [525] = {.lex_state = 120}, - [526] = {.lex_state = 120}, - [527] = {.lex_state = 120}, - [528] = {.lex_state = 120}, - [529] = {.lex_state = 120}, - [530] = {.lex_state = 120}, - [531] = {.lex_state = 120}, - [532] = {.lex_state = 120}, - [533] = {.lex_state = 120}, - [534] = {.lex_state = 120}, - [535] = {.lex_state = 120}, - [536] = {.lex_state = 120}, - [537] = {.lex_state = 120}, - [538] = {.lex_state = 120}, - [539] = {.lex_state = 120}, - [540] = {.lex_state = 120}, - [541] = {.lex_state = 120}, - [542] = {.lex_state = 120}, - [543] = {.lex_state = 120}, - [544] = {.lex_state = 120}, - [545] = {.lex_state = 120}, - [546] = {.lex_state = 120}, - [547] = {.lex_state = 120}, - [548] = {.lex_state = 120}, - [549] = {.lex_state = 120}, - [550] = {.lex_state = 49}, - [551] = {.lex_state = 120}, - [552] = {.lex_state = 120}, - [553] = {.lex_state = 120}, - [554] = {.lex_state = 120}, - [555] = {.lex_state = 120}, - [556] = {.lex_state = 120}, - [557] = {.lex_state = 120}, - [558] = {.lex_state = 120}, - [559] = {.lex_state = 120}, - [560] = {.lex_state = 120}, - [561] = {.lex_state = 120}, - [562] = {.lex_state = 120}, - [563] = {.lex_state = 120}, - [564] = {.lex_state = 120}, - [565] = {.lex_state = 120}, - [566] = {.lex_state = 120}, - [567] = {.lex_state = 120}, - [568] = {.lex_state = 120}, - [569] = {.lex_state = 120}, - [570] = {.lex_state = 120}, - [571] = {.lex_state = 120}, - [572] = {.lex_state = 120}, - [573] = {.lex_state = 120}, - [574] = {.lex_state = 120}, - [575] = {.lex_state = 120}, - [576] = {.lex_state = 120}, - [577] = {.lex_state = 120}, - [578] = {.lex_state = 120}, - [579] = {.lex_state = 120}, - [580] = {.lex_state = 120}, - [581] = {.lex_state = 120}, - [582] = {.lex_state = 120}, - [583] = {.lex_state = 120}, - [584] = {.lex_state = 120}, - [585] = {.lex_state = 120}, - [586] = {.lex_state = 120}, - [587] = {.lex_state = 120}, - [588] = {.lex_state = 120}, - [589] = {.lex_state = 120}, - [590] = {.lex_state = 120}, - [591] = {.lex_state = 120}, - [592] = {.lex_state = 120}, - [593] = {.lex_state = 120}, - [594] = {.lex_state = 120}, - [595] = {.lex_state = 120}, - [596] = {.lex_state = 120}, - [597] = {.lex_state = 120}, - [598] = {.lex_state = 120}, - [599] = {.lex_state = 120}, - [600] = {.lex_state = 120}, - [601] = {.lex_state = 120}, - [602] = {.lex_state = 120}, - [603] = {.lex_state = 120}, - [604] = {.lex_state = 120}, - [605] = {.lex_state = 120}, - [606] = {.lex_state = 120}, - [607] = {.lex_state = 120}, - [608] = {.lex_state = 120}, - [609] = {.lex_state = 120}, - [610] = {.lex_state = 120}, - [611] = {.lex_state = 120}, - [612] = {.lex_state = 120}, - [613] = {.lex_state = 120}, - [614] = {.lex_state = 120}, - [615] = {.lex_state = 120}, - [616] = {.lex_state = 120}, - [617] = {.lex_state = 120}, - [618] = {.lex_state = 120}, - [619] = {.lex_state = 120}, - [620] = {.lex_state = 120}, - [621] = {.lex_state = 120}, - [622] = {.lex_state = 120}, - [623] = {.lex_state = 120}, - [624] = {.lex_state = 120}, - [625] = {.lex_state = 120}, - [626] = {.lex_state = 120}, - [627] = {.lex_state = 120}, - [628] = {.lex_state = 49}, - [629] = {.lex_state = 49}, - [630] = {.lex_state = 49}, - [631] = {.lex_state = 49}, - [632] = {.lex_state = 53}, - [633] = {.lex_state = 53}, - [634] = {.lex_state = 50}, - [635] = {.lex_state = 50}, - [636] = {.lex_state = 50}, - [637] = {.lex_state = 50}, - [638] = {.lex_state = 49}, - [639] = {.lex_state = 50}, - [640] = {.lex_state = 50}, - [641] = {.lex_state = 50}, - [642] = {.lex_state = 49}, - [643] = {.lex_state = 50}, - [644] = {.lex_state = 50}, - [645] = {.lex_state = 50}, - [646] = {.lex_state = 53}, - [647] = {.lex_state = 53}, - [648] = {.lex_state = 53}, - [649] = {.lex_state = 53}, - [650] = {.lex_state = 53}, - [651] = {.lex_state = 53}, - [652] = {.lex_state = 53}, - [653] = {.lex_state = 53}, - [654] = {.lex_state = 53}, - [655] = {.lex_state = 53}, - [656] = {.lex_state = 53}, - [657] = {.lex_state = 53}, - [658] = {.lex_state = 53}, - [659] = {.lex_state = 53}, - [660] = {.lex_state = 53}, - [661] = {.lex_state = 53}, - [662] = {.lex_state = 53}, - [663] = {.lex_state = 53}, - [664] = {.lex_state = 53}, - [665] = {.lex_state = 53}, - [666] = {.lex_state = 53}, - [667] = {.lex_state = 120}, - [668] = {.lex_state = 120}, - [669] = {.lex_state = 120}, - [670] = {.lex_state = 120}, - [671] = {.lex_state = 50}, - [672] = {.lex_state = 53}, - [673] = {.lex_state = 49}, - [674] = {.lex_state = 53}, - [675] = {.lex_state = 53}, - [676] = {.lex_state = 50}, - [677] = {.lex_state = 50}, - [678] = {.lex_state = 50}, - [679] = {.lex_state = 50}, - [680] = {.lex_state = 50}, - [681] = {.lex_state = 50}, - [682] = {.lex_state = 50}, - [683] = {.lex_state = 53}, - [684] = {.lex_state = 50}, - [685] = {.lex_state = 50}, - [686] = {.lex_state = 50}, - [687] = {.lex_state = 50}, - [688] = {.lex_state = 50}, - [689] = {.lex_state = 50}, - [690] = {.lex_state = 50}, - [691] = {.lex_state = 53}, - [692] = {.lex_state = 50}, - [693] = {.lex_state = 50}, - [694] = {.lex_state = 53}, - [695] = {.lex_state = 53}, - [696] = {.lex_state = 53}, - [697] = {.lex_state = 53}, - [698] = {.lex_state = 50}, - [699] = {.lex_state = 120}, - [700] = {.lex_state = 50}, - [701] = {.lex_state = 51}, - [702] = {.lex_state = 50}, - [703] = {.lex_state = 120}, - [704] = {.lex_state = 50}, - [705] = {.lex_state = 50}, - [706] = {.lex_state = 51}, - [707] = {.lex_state = 50}, - [708] = {.lex_state = 50}, - [709] = {.lex_state = 51}, - [710] = {.lex_state = 53}, - [711] = {.lex_state = 53}, - [712] = {.lex_state = 53}, - [713] = {.lex_state = 53}, - [714] = {.lex_state = 49}, - [715] = {.lex_state = 53}, - [716] = {.lex_state = 53}, - [717] = {.lex_state = 53}, - [718] = {.lex_state = 49}, - [719] = {.lex_state = 49}, - [720] = {.lex_state = 53}, - [721] = {.lex_state = 53}, - [722] = {.lex_state = 53}, - [723] = {.lex_state = 53}, - [724] = {.lex_state = 53}, - [725] = {.lex_state = 53}, - [726] = {.lex_state = 53}, - [727] = {.lex_state = 53}, - [728] = {.lex_state = 53}, - [729] = {.lex_state = 53}, - [730] = {.lex_state = 53}, - [731] = {.lex_state = 53}, - [732] = {.lex_state = 53}, - [733] = {.lex_state = 53}, - [734] = {.lex_state = 53}, - [735] = {.lex_state = 53}, - [736] = {.lex_state = 53}, - [737] = {.lex_state = 53}, - [738] = {.lex_state = 53}, - [739] = {.lex_state = 53}, - [740] = {.lex_state = 53}, - [741] = {.lex_state = 53}, - [742] = {.lex_state = 53}, - [743] = {.lex_state = 53}, - [744] = {.lex_state = 53}, - [745] = {.lex_state = 53}, - [746] = {.lex_state = 53}, - [747] = {.lex_state = 53}, - [748] = {.lex_state = 53}, - [749] = {.lex_state = 53}, - [750] = {.lex_state = 53}, - [751] = {.lex_state = 53}, - [752] = {.lex_state = 53}, - [753] = {.lex_state = 53}, - [754] = {.lex_state = 53}, - [755] = {.lex_state = 53}, - [756] = {.lex_state = 53}, - [757] = {.lex_state = 53}, - [758] = {.lex_state = 53}, - [759] = {.lex_state = 53}, - [760] = {.lex_state = 53}, - [761] = {.lex_state = 53}, - [762] = {.lex_state = 53}, - [763] = {.lex_state = 53}, - [764] = {.lex_state = 53}, - [765] = {.lex_state = 53}, - [766] = {.lex_state = 53}, - [767] = {.lex_state = 53}, - [768] = {.lex_state = 53}, - [769] = {.lex_state = 53}, - [770] = {.lex_state = 53}, - [771] = {.lex_state = 53}, - [772] = {.lex_state = 53}, - [773] = {.lex_state = 53}, - [774] = {.lex_state = 53}, - [775] = {.lex_state = 53}, - [776] = {.lex_state = 53}, - [777] = {.lex_state = 53}, - [778] = {.lex_state = 53}, - [779] = {.lex_state = 53}, - [780] = {.lex_state = 53}, - [781] = {.lex_state = 53}, - [782] = {.lex_state = 53}, - [783] = {.lex_state = 53}, - [784] = {.lex_state = 53}, - [785] = {.lex_state = 53}, - [786] = {.lex_state = 53}, - [787] = {.lex_state = 53}, - [788] = {.lex_state = 49}, - [789] = {.lex_state = 53}, - [790] = {.lex_state = 53}, - [791] = {.lex_state = 53}, - [792] = {.lex_state = 49}, - [793] = {.lex_state = 53}, - [794] = {.lex_state = 53}, - [795] = {.lex_state = 53}, - [796] = {.lex_state = 49}, - [797] = {.lex_state = 53}, - [798] = {.lex_state = 53}, - [799] = {.lex_state = 49}, - [800] = {.lex_state = 53}, - [801] = {.lex_state = 49}, - [802] = {.lex_state = 53}, - [803] = {.lex_state = 53}, - [804] = {.lex_state = 49}, - [805] = {.lex_state = 53}, - [806] = {.lex_state = 53}, - [807] = {.lex_state = 53}, - [808] = {.lex_state = 53}, - [809] = {.lex_state = 53}, - [810] = {.lex_state = 53}, - [811] = {.lex_state = 53}, - [812] = {.lex_state = 53}, - [813] = {.lex_state = 53}, - [814] = {.lex_state = 53}, - [815] = {.lex_state = 53}, - [816] = {.lex_state = 53}, - [817] = {.lex_state = 53}, - [818] = {.lex_state = 53}, - [819] = {.lex_state = 53}, - [820] = {.lex_state = 53}, - [821] = {.lex_state = 53}, - [822] = {.lex_state = 53}, - [823] = {.lex_state = 50}, - [824] = {.lex_state = 50}, - [825] = {.lex_state = 50}, - [826] = {.lex_state = 50}, - [827] = {.lex_state = 53}, - [828] = {.lex_state = 50}, - [829] = {.lex_state = 50}, - [830] = {.lex_state = 50}, - [831] = {.lex_state = 50}, - [832] = {.lex_state = 50}, - [833] = {.lex_state = 50}, - [834] = {.lex_state = 50}, - [835] = {.lex_state = 50}, - [836] = {.lex_state = 53}, - [837] = {.lex_state = 53}, - [838] = {.lex_state = 53}, - [839] = {.lex_state = 53}, - [840] = {.lex_state = 49}, - [841] = {.lex_state = 53}, - [842] = {.lex_state = 50}, - [843] = {.lex_state = 53}, - [844] = {.lex_state = 53}, - [845] = {.lex_state = 50}, - [846] = {.lex_state = 53}, - [847] = {.lex_state = 53}, - [848] = {.lex_state = 53}, - [849] = {.lex_state = 53}, - [850] = {.lex_state = 49}, - [851] = {.lex_state = 57}, - [852] = {.lex_state = 57}, - [853] = {.lex_state = 53}, - [854] = {.lex_state = 57}, - [855] = {.lex_state = 57}, - [856] = {.lex_state = 57}, - [857] = {.lex_state = 57}, - [858] = {.lex_state = 52}, - [859] = {.lex_state = 57}, - [860] = {.lex_state = 52}, - [861] = {.lex_state = 57}, - [862] = {.lex_state = 52}, - [863] = {.lex_state = 52}, - [864] = {.lex_state = 52}, - [865] = {.lex_state = 52}, - [866] = {.lex_state = 52}, - [867] = {.lex_state = 52}, - [868] = {.lex_state = 49}, - [869] = {.lex_state = 49}, - [870] = {.lex_state = 57}, - [871] = {.lex_state = 52}, - [872] = {.lex_state = 57}, - [873] = {.lex_state = 57}, - [874] = {.lex_state = 52}, - [875] = {.lex_state = 52}, - [876] = {.lex_state = 53}, - [877] = {.lex_state = 52}, - [878] = {.lex_state = 49}, - [879] = {.lex_state = 53}, - [880] = {.lex_state = 57}, - [881] = {.lex_state = 57}, - [882] = {.lex_state = 52}, - [883] = {.lex_state = 57}, - [884] = {.lex_state = 57}, - [885] = {.lex_state = 57}, - [886] = {.lex_state = 57}, - [887] = {.lex_state = 52}, - [888] = {.lex_state = 52}, - [889] = {.lex_state = 57}, - [890] = {.lex_state = 52}, - [891] = {.lex_state = 52}, - [892] = {.lex_state = 52}, - [893] = {.lex_state = 53}, - [894] = {.lex_state = 53}, + [256] = {.lex_state = 120}, + [257] = {.lex_state = 120, .reserved_word_set_id = 1}, + [258] = {.lex_state = 47, .reserved_word_set_id = 1}, + [259] = {.lex_state = 47, .reserved_word_set_id = 1}, + [260] = {.lex_state = 47, .reserved_word_set_id = 1}, + [261] = {.lex_state = 47, .reserved_word_set_id = 1}, + [262] = {.lex_state = 120, .reserved_word_set_id = 1}, + [263] = {.lex_state = 120, .reserved_word_set_id = 1}, + [264] = {.lex_state = 47, .reserved_word_set_id = 1}, + [265] = {.lex_state = 47, .reserved_word_set_id = 1}, + [266] = {.lex_state = 47, .reserved_word_set_id = 1}, + [267] = {.lex_state = 47, .reserved_word_set_id = 1}, + [268] = {.lex_state = 47, .reserved_word_set_id = 1}, + [269] = {.lex_state = 120, .reserved_word_set_id = 1}, + [270] = {.lex_state = 47, .reserved_word_set_id = 1}, + [271] = {.lex_state = 120, .reserved_word_set_id = 1}, + [272] = {.lex_state = 120, .reserved_word_set_id = 1}, + [273] = {.lex_state = 47, .reserved_word_set_id = 1}, + [274] = {.lex_state = 47, .reserved_word_set_id = 1}, + [275] = {.lex_state = 47, .reserved_word_set_id = 1}, + [276] = {.lex_state = 47, .reserved_word_set_id = 1}, + [277] = {.lex_state = 47, .reserved_word_set_id = 1}, + [278] = {.lex_state = 47, .reserved_word_set_id = 1}, + [279] = {.lex_state = 47, .reserved_word_set_id = 1}, + [280] = {.lex_state = 120, .reserved_word_set_id = 1}, + [281] = {.lex_state = 47, .reserved_word_set_id = 1}, + [282] = {.lex_state = 120, .reserved_word_set_id = 1}, + [283] = {.lex_state = 120, .reserved_word_set_id = 1}, + [284] = {.lex_state = 47, .reserved_word_set_id = 1}, + [285] = {.lex_state = 120, .reserved_word_set_id = 1}, + [286] = {.lex_state = 47, .reserved_word_set_id = 1}, + [287] = {.lex_state = 44, .reserved_word_set_id = 6}, + [288] = {.lex_state = 47, .reserved_word_set_id = 1}, + [289] = {.lex_state = 47, .reserved_word_set_id = 1}, + [290] = {.lex_state = 47, .reserved_word_set_id = 1}, + [291] = {.lex_state = 120, .reserved_word_set_id = 1}, + [292] = {.lex_state = 47, .reserved_word_set_id = 1}, + [293] = {.lex_state = 47, .reserved_word_set_id = 1}, + [294] = {.lex_state = 120, .reserved_word_set_id = 2}, + [295] = {.lex_state = 120, .reserved_word_set_id = 1}, + [296] = {.lex_state = 47, .reserved_word_set_id = 1}, + [297] = {.lex_state = 47, .reserved_word_set_id = 1}, + [298] = {.lex_state = 47, .reserved_word_set_id = 1}, + [299] = {.lex_state = 120, .reserved_word_set_id = 1}, + [300] = {.lex_state = 120, .reserved_word_set_id = 1}, + [301] = {.lex_state = 120, .reserved_word_set_id = 1}, + [302] = {.lex_state = 120, .reserved_word_set_id = 2}, + [303] = {.lex_state = 120, .reserved_word_set_id = 1}, + [304] = {.lex_state = 120, .reserved_word_set_id = 1}, + [305] = {.lex_state = 120, .reserved_word_set_id = 1}, + [306] = {.lex_state = 120, .reserved_word_set_id = 1}, + [307] = {.lex_state = 120, .reserved_word_set_id = 1}, + [308] = {.lex_state = 120, .reserved_word_set_id = 1}, + [309] = {.lex_state = 120, .reserved_word_set_id = 1}, + [310] = {.lex_state = 120, .reserved_word_set_id = 1}, + [311] = {.lex_state = 120, .reserved_word_set_id = 1}, + [312] = {.lex_state = 120, .reserved_word_set_id = 1}, + [313] = {.lex_state = 120, .reserved_word_set_id = 1}, + [314] = {.lex_state = 120, .reserved_word_set_id = 1}, + [315] = {.lex_state = 120, .reserved_word_set_id = 1}, + [316] = {.lex_state = 120, .reserved_word_set_id = 1}, + [317] = {.lex_state = 47, .reserved_word_set_id = 1}, + [318] = {.lex_state = 44, .reserved_word_set_id = 6}, + [319] = {.lex_state = 120, .reserved_word_set_id = 1}, + [320] = {.lex_state = 120, .reserved_word_set_id = 1}, + [321] = {.lex_state = 120, .reserved_word_set_id = 7}, + [322] = {.lex_state = 120, .reserved_word_set_id = 7}, + [323] = {.lex_state = 120, .reserved_word_set_id = 1}, + [324] = {.lex_state = 120, .reserved_word_set_id = 7}, + [325] = {.lex_state = 120, .reserved_word_set_id = 7}, + [326] = {.lex_state = 120, .reserved_word_set_id = 7}, + [327] = {.lex_state = 120, .reserved_word_set_id = 7}, + [328] = {.lex_state = 120, .reserved_word_set_id = 7}, + [329] = {.lex_state = 120, .reserved_word_set_id = 7}, + [330] = {.lex_state = 120, .reserved_word_set_id = 1}, + [331] = {.lex_state = 120, .reserved_word_set_id = 1}, + [332] = {.lex_state = 120, .reserved_word_set_id = 1}, + [333] = {.lex_state = 120, .reserved_word_set_id = 7}, + [334] = {.lex_state = 120, .reserved_word_set_id = 7}, + [335] = {.lex_state = 120, .reserved_word_set_id = 7}, + [336] = {.lex_state = 120, .reserved_word_set_id = 7}, + [337] = {.lex_state = 120, .reserved_word_set_id = 1}, + [338] = {.lex_state = 120, .reserved_word_set_id = 7}, + [339] = {.lex_state = 120, .reserved_word_set_id = 1}, + [340] = {.lex_state = 120, .reserved_word_set_id = 7}, + [341] = {.lex_state = 120, .reserved_word_set_id = 1}, + [342] = {.lex_state = 120, .reserved_word_set_id = 1}, + [343] = {.lex_state = 120, .reserved_word_set_id = 7}, + [344] = {.lex_state = 120, .reserved_word_set_id = 1}, + [345] = {.lex_state = 120, .reserved_word_set_id = 1}, + [346] = {.lex_state = 120, .reserved_word_set_id = 7}, + [347] = {.lex_state = 120, .reserved_word_set_id = 1}, + [348] = {.lex_state = 120, .reserved_word_set_id = 1}, + [349] = {.lex_state = 120, .reserved_word_set_id = 7}, + [350] = {.lex_state = 120, .reserved_word_set_id = 1}, + [351] = {.lex_state = 120, .reserved_word_set_id = 1}, + [352] = {.lex_state = 120, .reserved_word_set_id = 7}, + [353] = {.lex_state = 120, .reserved_word_set_id = 7}, + [354] = {.lex_state = 120, .reserved_word_set_id = 1}, + [355] = {.lex_state = 120, .reserved_word_set_id = 1}, + [356] = {.lex_state = 120, .reserved_word_set_id = 1}, + [357] = {.lex_state = 120, .reserved_word_set_id = 1}, + [358] = {.lex_state = 120, .reserved_word_set_id = 1}, + [359] = {.lex_state = 120, .reserved_word_set_id = 1}, + [360] = {.lex_state = 120, .reserved_word_set_id = 7}, + [361] = {.lex_state = 120, .reserved_word_set_id = 7}, + [362] = {.lex_state = 120, .reserved_word_set_id = 7}, + [363] = {.lex_state = 120, .reserved_word_set_id = 7}, + [364] = {.lex_state = 120, .reserved_word_set_id = 7}, + [365] = {.lex_state = 120, .reserved_word_set_id = 7}, + [366] = {.lex_state = 120, .reserved_word_set_id = 7}, + [367] = {.lex_state = 120, .reserved_word_set_id = 7}, + [368] = {.lex_state = 120, .reserved_word_set_id = 1}, + [369] = {.lex_state = 120, .reserved_word_set_id = 1}, + [370] = {.lex_state = 120, .reserved_word_set_id = 1}, + [371] = {.lex_state = 120, .reserved_word_set_id = 1}, + [372] = {.lex_state = 120, .reserved_word_set_id = 7}, + [373] = {.lex_state = 120, .reserved_word_set_id = 1}, + [374] = {.lex_state = 120, .reserved_word_set_id = 7}, + [375] = {.lex_state = 120, .reserved_word_set_id = 7}, + [376] = {.lex_state = 120, .reserved_word_set_id = 1}, + [377] = {.lex_state = 120, .reserved_word_set_id = 1}, + [378] = {.lex_state = 120, .reserved_word_set_id = 7}, + [379] = {.lex_state = 120, .reserved_word_set_id = 7}, + [380] = {.lex_state = 120, .reserved_word_set_id = 7}, + [381] = {.lex_state = 120, .reserved_word_set_id = 7}, + [382] = {.lex_state = 120, .reserved_word_set_id = 8}, + [383] = {.lex_state = 120, .reserved_word_set_id = 8}, + [384] = {.lex_state = 120, .reserved_word_set_id = 8}, + [385] = {.lex_state = 120, .reserved_word_set_id = 8}, + [386] = {.lex_state = 120, .reserved_word_set_id = 9}, + [387] = {.lex_state = 120, .reserved_word_set_id = 9}, + [388] = {.lex_state = 120, .reserved_word_set_id = 5}, + [389] = {.lex_state = 44, .reserved_word_set_id = 6}, + [390] = {.lex_state = 120, .reserved_word_set_id = 9}, + [391] = {.lex_state = 120, .reserved_word_set_id = 9}, + [392] = {.lex_state = 120, .reserved_word_set_id = 9}, + [393] = {.lex_state = 120, .reserved_word_set_id = 9}, + [394] = {.lex_state = 120, .reserved_word_set_id = 9}, + [395] = {.lex_state = 120, .reserved_word_set_id = 9}, + [396] = {.lex_state = 120, .reserved_word_set_id = 9}, + [397] = {.lex_state = 120, .reserved_word_set_id = 9}, + [398] = {.lex_state = 120, .reserved_word_set_id = 9}, + [399] = {.lex_state = 120, .reserved_word_set_id = 9}, + [400] = {.lex_state = 120, .reserved_word_set_id = 9}, + [401] = {.lex_state = 120, .reserved_word_set_id = 1}, + [402] = {.lex_state = 120, .reserved_word_set_id = 3}, + [403] = {.lex_state = 120, .reserved_word_set_id = 3}, + [404] = {.lex_state = 44, .reserved_word_set_id = 6}, + [405] = {.lex_state = 44, .reserved_word_set_id = 6}, + [406] = {.lex_state = 120, .reserved_word_set_id = 4}, + [407] = {.lex_state = 120, .reserved_word_set_id = 1}, + [408] = {.lex_state = 49, .reserved_word_set_id = 10}, + [409] = {.lex_state = 49, .reserved_word_set_id = 10}, + [410] = {.lex_state = 49, .reserved_word_set_id = 10}, + [411] = {.lex_state = 49, .reserved_word_set_id = 10}, + [412] = {.lex_state = 49, .reserved_word_set_id = 1}, + [413] = {.lex_state = 49, .reserved_word_set_id = 1}, + [414] = {.lex_state = 49, .reserved_word_set_id = 10}, + [415] = {.lex_state = 49, .reserved_word_set_id = 1}, + [416] = {.lex_state = 49, .reserved_word_set_id = 1}, + [417] = {.lex_state = 49, .reserved_word_set_id = 1}, + [418] = {.lex_state = 44, .reserved_word_set_id = 6}, + [419] = {.lex_state = 52, .reserved_word_set_id = 11}, + [420] = {.lex_state = 120, .reserved_word_set_id = 12}, + [421] = {.lex_state = 120, .reserved_word_set_id = 12}, + [422] = {.lex_state = 120, .reserved_word_set_id = 12}, + [423] = {.lex_state = 120, .reserved_word_set_id = 12}, + [424] = {.lex_state = 120, .reserved_word_set_id = 12}, + [425] = {.lex_state = 120, .reserved_word_set_id = 12}, + [426] = {.lex_state = 120, .reserved_word_set_id = 12}, + [427] = {.lex_state = 120, .reserved_word_set_id = 12}, + [428] = {.lex_state = 120, .reserved_word_set_id = 12}, + [429] = {.lex_state = 120, .reserved_word_set_id = 12}, + [430] = {.lex_state = 120, .reserved_word_set_id = 1}, + [431] = {.lex_state = 52, .reserved_word_set_id = 11}, + [432] = {.lex_state = 52, .reserved_word_set_id = 1}, + [433] = {.lex_state = 52, .reserved_word_set_id = 1}, + [434] = {.lex_state = 52, .reserved_word_set_id = 1}, + [435] = {.lex_state = 120, .reserved_word_set_id = 6}, + [436] = {.lex_state = 52, .reserved_word_set_id = 1}, + [437] = {.lex_state = 52, .reserved_word_set_id = 1}, + [438] = {.lex_state = 52, .reserved_word_set_id = 1}, + [439] = {.lex_state = 52, .reserved_word_set_id = 1}, + [440] = {.lex_state = 52, .reserved_word_set_id = 1}, + [441] = {.lex_state = 52, .reserved_word_set_id = 1}, + [442] = {.lex_state = 52, .reserved_word_set_id = 1}, + [443] = {.lex_state = 52, .reserved_word_set_id = 1}, + [444] = {.lex_state = 52, .reserved_word_set_id = 1}, + [445] = {.lex_state = 52, .reserved_word_set_id = 1}, + [446] = {.lex_state = 52, .reserved_word_set_id = 1}, + [447] = {.lex_state = 52, .reserved_word_set_id = 1}, + [448] = {.lex_state = 52, .reserved_word_set_id = 1}, + [449] = {.lex_state = 120, .reserved_word_set_id = 6}, + [450] = {.lex_state = 120, .reserved_word_set_id = 6}, + [451] = {.lex_state = 120, .reserved_word_set_id = 1}, + [452] = {.lex_state = 52, .reserved_word_set_id = 1}, + [453] = {.lex_state = 53, .reserved_word_set_id = 1}, + [454] = {.lex_state = 57, .reserved_word_set_id = 11}, + [455] = {.lex_state = 57, .reserved_word_set_id = 1}, + [456] = {.lex_state = 57, .reserved_word_set_id = 11}, + [457] = {.lex_state = 53, .reserved_word_set_id = 1}, + [458] = {.lex_state = 53, .reserved_word_set_id = 1}, + [459] = {.lex_state = 120, .reserved_word_set_id = 6}, + [460] = {.lex_state = 120, .reserved_word_set_id = 6}, + [461] = {.lex_state = 120, .reserved_word_set_id = 6}, + [462] = {.lex_state = 120, .reserved_word_set_id = 1}, + [463] = {.lex_state = 120, .reserved_word_set_id = 1}, + [464] = {.lex_state = 120, .reserved_word_set_id = 1}, + [465] = {.lex_state = 120, .reserved_word_set_id = 6}, + [466] = {.lex_state = 120, .reserved_word_set_id = 6}, + [467] = {.lex_state = 120, .reserved_word_set_id = 1}, + [468] = {.lex_state = 120, .reserved_word_set_id = 6}, + [469] = {.lex_state = 120, .reserved_word_set_id = 6}, + [470] = {.lex_state = 120, .reserved_word_set_id = 1}, + [471] = {.lex_state = 120, .reserved_word_set_id = 1}, + [472] = {.lex_state = 120, .reserved_word_set_id = 6}, + [473] = {.lex_state = 120, .reserved_word_set_id = 6}, + [474] = {.lex_state = 120, .reserved_word_set_id = 6}, + [475] = {.lex_state = 120, .reserved_word_set_id = 1}, + [476] = {.lex_state = 120, .reserved_word_set_id = 6}, + [477] = {.lex_state = 120, .reserved_word_set_id = 1}, + [478] = {.lex_state = 120, .reserved_word_set_id = 6}, + [479] = {.lex_state = 120, .reserved_word_set_id = 6}, + [480] = {.lex_state = 120, .reserved_word_set_id = 6}, + [481] = {.lex_state = 120, .reserved_word_set_id = 1}, + [482] = {.lex_state = 120, .reserved_word_set_id = 1}, + [483] = {.lex_state = 120, .reserved_word_set_id = 6}, + [484] = {.lex_state = 120, .reserved_word_set_id = 1}, + [485] = {.lex_state = 120, .reserved_word_set_id = 6}, + [486] = {.lex_state = 120, .reserved_word_set_id = 1}, + [487] = {.lex_state = 120, .reserved_word_set_id = 1}, + [488] = {.lex_state = 120, .reserved_word_set_id = 6}, + [489] = {.lex_state = 120, .reserved_word_set_id = 1}, + [490] = {.lex_state = 120, .reserved_word_set_id = 6}, + [491] = {.lex_state = 120, .reserved_word_set_id = 6}, + [492] = {.lex_state = 52, .reserved_word_set_id = 1}, + [493] = {.lex_state = 52, .reserved_word_set_id = 1}, + [494] = {.lex_state = 120, .reserved_word_set_id = 6}, + [495] = {.lex_state = 120, .reserved_word_set_id = 6}, + [496] = {.lex_state = 120, .reserved_word_set_id = 6}, + [497] = {.lex_state = 120, .reserved_word_set_id = 6}, + [498] = {.lex_state = 120, .reserved_word_set_id = 6}, + [499] = {.lex_state = 52, .reserved_word_set_id = 1}, + [500] = {.lex_state = 120, .reserved_word_set_id = 6}, + [501] = {.lex_state = 120, .reserved_word_set_id = 6}, + [502] = {.lex_state = 120, .reserved_word_set_id = 6}, + [503] = {.lex_state = 120, .reserved_word_set_id = 6}, + [504] = {.lex_state = 52, .reserved_word_set_id = 1}, + [505] = {.lex_state = 120, .reserved_word_set_id = 6}, + [506] = {.lex_state = 120, .reserved_word_set_id = 6}, + [507] = {.lex_state = 120, .reserved_word_set_id = 6}, + [508] = {.lex_state = 120, .reserved_word_set_id = 6}, + [509] = {.lex_state = 120, .reserved_word_set_id = 6}, + [510] = {.lex_state = 120, .reserved_word_set_id = 6}, + [511] = {.lex_state = 120, .reserved_word_set_id = 6}, + [512] = {.lex_state = 120, .reserved_word_set_id = 6}, + [513] = {.lex_state = 120, .reserved_word_set_id = 6}, + [514] = {.lex_state = 120, .reserved_word_set_id = 6}, + [515] = {.lex_state = 120, .reserved_word_set_id = 6}, + [516] = {.lex_state = 120, .reserved_word_set_id = 6}, + [517] = {.lex_state = 120, .reserved_word_set_id = 6}, + [518] = {.lex_state = 120, .reserved_word_set_id = 6}, + [519] = {.lex_state = 120, .reserved_word_set_id = 6}, + [520] = {.lex_state = 120, .reserved_word_set_id = 6}, + [521] = {.lex_state = 120, .reserved_word_set_id = 6}, + [522] = {.lex_state = 120, .reserved_word_set_id = 6}, + [523] = {.lex_state = 120, .reserved_word_set_id = 6}, + [524] = {.lex_state = 120, .reserved_word_set_id = 6}, + [525] = {.lex_state = 120, .reserved_word_set_id = 6}, + [526] = {.lex_state = 120, .reserved_word_set_id = 6}, + [527] = {.lex_state = 120, .reserved_word_set_id = 6}, + [528] = {.lex_state = 120, .reserved_word_set_id = 6}, + [529] = {.lex_state = 120, .reserved_word_set_id = 6}, + [530] = {.lex_state = 120, .reserved_word_set_id = 6}, + [531] = {.lex_state = 120, .reserved_word_set_id = 6}, + [532] = {.lex_state = 120, .reserved_word_set_id = 6}, + [533] = {.lex_state = 120, .reserved_word_set_id = 6}, + [534] = {.lex_state = 120, .reserved_word_set_id = 6}, + [535] = {.lex_state = 120, .reserved_word_set_id = 6}, + [536] = {.lex_state = 120, .reserved_word_set_id = 6}, + [537] = {.lex_state = 49}, + [538] = {.lex_state = 120, .reserved_word_set_id = 6}, + [539] = {.lex_state = 120, .reserved_word_set_id = 1}, + [540] = {.lex_state = 120, .reserved_word_set_id = 6}, + [541] = {.lex_state = 120, .reserved_word_set_id = 1}, + [542] = {.lex_state = 120, .reserved_word_set_id = 6}, + [543] = {.lex_state = 120, .reserved_word_set_id = 6}, + [544] = {.lex_state = 120, .reserved_word_set_id = 6}, + [545] = {.lex_state = 120, .reserved_word_set_id = 6}, + [546] = {.lex_state = 120, .reserved_word_set_id = 6}, + [547] = {.lex_state = 120, .reserved_word_set_id = 6}, + [548] = {.lex_state = 120, .reserved_word_set_id = 6}, + [549] = {.lex_state = 120, .reserved_word_set_id = 6}, + [550] = {.lex_state = 120, .reserved_word_set_id = 6}, + [551] = {.lex_state = 120, .reserved_word_set_id = 6}, + [552] = {.lex_state = 120, .reserved_word_set_id = 6}, + [553] = {.lex_state = 120, .reserved_word_set_id = 6}, + [554] = {.lex_state = 120, .reserved_word_set_id = 6}, + [555] = {.lex_state = 120, .reserved_word_set_id = 6}, + [556] = {.lex_state = 120, .reserved_word_set_id = 6}, + [557] = {.lex_state = 120, .reserved_word_set_id = 6}, + [558] = {.lex_state = 120, .reserved_word_set_id = 6}, + [559] = {.lex_state = 120, .reserved_word_set_id = 6}, + [560] = {.lex_state = 120, .reserved_word_set_id = 6}, + [561] = {.lex_state = 120, .reserved_word_set_id = 6}, + [562] = {.lex_state = 120, .reserved_word_set_id = 6}, + [563] = {.lex_state = 120, .reserved_word_set_id = 6}, + [564] = {.lex_state = 120, .reserved_word_set_id = 6}, + [565] = {.lex_state = 120, .reserved_word_set_id = 6}, + [566] = {.lex_state = 120, .reserved_word_set_id = 6}, + [567] = {.lex_state = 120, .reserved_word_set_id = 6}, + [568] = {.lex_state = 120, .reserved_word_set_id = 6}, + [569] = {.lex_state = 120, .reserved_word_set_id = 6}, + [570] = {.lex_state = 120, .reserved_word_set_id = 6}, + [571] = {.lex_state = 120, .reserved_word_set_id = 6}, + [572] = {.lex_state = 120, .reserved_word_set_id = 6}, + [573] = {.lex_state = 120, .reserved_word_set_id = 1}, + [574] = {.lex_state = 120, .reserved_word_set_id = 6}, + [575] = {.lex_state = 120, .reserved_word_set_id = 6}, + [576] = {.lex_state = 120, .reserved_word_set_id = 1}, + [577] = {.lex_state = 120, .reserved_word_set_id = 6}, + [578] = {.lex_state = 120, .reserved_word_set_id = 6}, + [579] = {.lex_state = 120, .reserved_word_set_id = 6}, + [580] = {.lex_state = 120, .reserved_word_set_id = 6}, + [581] = {.lex_state = 120, .reserved_word_set_id = 1}, + [582] = {.lex_state = 120, .reserved_word_set_id = 6}, + [583] = {.lex_state = 120, .reserved_word_set_id = 6}, + [584] = {.lex_state = 120, .reserved_word_set_id = 6}, + [585] = {.lex_state = 120, .reserved_word_set_id = 6}, + [586] = {.lex_state = 120, .reserved_word_set_id = 6}, + [587] = {.lex_state = 120, .reserved_word_set_id = 1}, + [588] = {.lex_state = 120, .reserved_word_set_id = 1}, + [589] = {.lex_state = 120, .reserved_word_set_id = 1}, + [590] = {.lex_state = 120, .reserved_word_set_id = 6}, + [591] = {.lex_state = 120, .reserved_word_set_id = 6}, + [592] = {.lex_state = 120, .reserved_word_set_id = 6}, + [593] = {.lex_state = 120, .reserved_word_set_id = 6}, + [594] = {.lex_state = 120, .reserved_word_set_id = 6}, + [595] = {.lex_state = 120, .reserved_word_set_id = 6}, + [596] = {.lex_state = 120, .reserved_word_set_id = 6}, + [597] = {.lex_state = 120, .reserved_word_set_id = 6}, + [598] = {.lex_state = 120, .reserved_word_set_id = 6}, + [599] = {.lex_state = 120, .reserved_word_set_id = 6}, + [600] = {.lex_state = 120, .reserved_word_set_id = 6}, + [601] = {.lex_state = 120, .reserved_word_set_id = 6}, + [602] = {.lex_state = 120, .reserved_word_set_id = 6}, + [603] = {.lex_state = 120, .reserved_word_set_id = 6}, + [604] = {.lex_state = 120, .reserved_word_set_id = 6}, + [605] = {.lex_state = 120, .reserved_word_set_id = 6}, + [606] = {.lex_state = 120, .reserved_word_set_id = 6}, + [607] = {.lex_state = 120, .reserved_word_set_id = 6}, + [608] = {.lex_state = 120, .reserved_word_set_id = 6}, + [609] = {.lex_state = 120, .reserved_word_set_id = 6}, + [610] = {.lex_state = 120, .reserved_word_set_id = 6}, + [611] = {.lex_state = 120, .reserved_word_set_id = 6}, + [612] = {.lex_state = 120, .reserved_word_set_id = 6}, + [613] = {.lex_state = 120, .reserved_word_set_id = 6}, + [614] = {.lex_state = 120, .reserved_word_set_id = 6}, + [615] = {.lex_state = 120, .reserved_word_set_id = 6}, + [616] = {.lex_state = 120, .reserved_word_set_id = 6}, + [617] = {.lex_state = 120, .reserved_word_set_id = 6}, + [618] = {.lex_state = 120, .reserved_word_set_id = 6}, + [619] = {.lex_state = 120, .reserved_word_set_id = 6}, + [620] = {.lex_state = 120, .reserved_word_set_id = 6}, + [621] = {.lex_state = 120, .reserved_word_set_id = 6}, + [622] = {.lex_state = 120, .reserved_word_set_id = 6}, + [623] = {.lex_state = 120, .reserved_word_set_id = 6}, + [624] = {.lex_state = 120, .reserved_word_set_id = 6}, + [625] = {.lex_state = 120, .reserved_word_set_id = 6}, + [626] = {.lex_state = 120, .reserved_word_set_id = 6}, + [627] = {.lex_state = 120, .reserved_word_set_id = 6}, + [628] = {.lex_state = 49, .reserved_word_set_id = 1}, + [629] = {.lex_state = 49, .reserved_word_set_id = 1}, + [630] = {.lex_state = 49, .reserved_word_set_id = 1}, + [631] = {.lex_state = 52, .reserved_word_set_id = 11}, + [632] = {.lex_state = 52, .reserved_word_set_id = 11}, + [633] = {.lex_state = 49, .reserved_word_set_id = 1}, + [634] = {.lex_state = 50, .reserved_word_set_id = 1}, + [635] = {.lex_state = 50, .reserved_word_set_id = 1}, + [636] = {.lex_state = 50, .reserved_word_set_id = 1}, + [637] = {.lex_state = 50, .reserved_word_set_id = 1}, + [638] = {.lex_state = 50, .reserved_word_set_id = 1}, + [639] = {.lex_state = 52, .reserved_word_set_id = 11}, + [640] = {.lex_state = 50, .reserved_word_set_id = 1}, + [641] = {.lex_state = 50, .reserved_word_set_id = 1}, + [642] = {.lex_state = 50, .reserved_word_set_id = 1}, + [643] = {.lex_state = 50, .reserved_word_set_id = 1}, + [644] = {.lex_state = 50, .reserved_word_set_id = 1}, + [645] = {.lex_state = 49, .reserved_word_set_id = 1}, + [646] = {.lex_state = 49, .reserved_word_set_id = 1}, + [647] = {.lex_state = 52, .reserved_word_set_id = 1}, + [648] = {.lex_state = 52, .reserved_word_set_id = 1}, + [649] = {.lex_state = 52, .reserved_word_set_id = 1}, + [650] = {.lex_state = 52, .reserved_word_set_id = 1}, + [651] = {.lex_state = 52, .reserved_word_set_id = 1}, + [652] = {.lex_state = 52, .reserved_word_set_id = 1}, + [653] = {.lex_state = 52, .reserved_word_set_id = 1}, + [654] = {.lex_state = 52, .reserved_word_set_id = 1}, + [655] = {.lex_state = 52, .reserved_word_set_id = 1}, + [656] = {.lex_state = 52, .reserved_word_set_id = 1}, + [657] = {.lex_state = 52, .reserved_word_set_id = 1}, + [658] = {.lex_state = 52, .reserved_word_set_id = 1}, + [659] = {.lex_state = 52, .reserved_word_set_id = 1}, + [660] = {.lex_state = 52, .reserved_word_set_id = 1}, + [661] = {.lex_state = 52, .reserved_word_set_id = 1}, + [662] = {.lex_state = 52, .reserved_word_set_id = 1}, + [663] = {.lex_state = 52, .reserved_word_set_id = 1}, + [664] = {.lex_state = 52, .reserved_word_set_id = 11}, + [665] = {.lex_state = 52, .reserved_word_set_id = 1}, + [666] = {.lex_state = 52, .reserved_word_set_id = 1}, + [667] = {.lex_state = 120, .reserved_word_set_id = 1}, + [668] = {.lex_state = 120, .reserved_word_set_id = 1}, + [669] = {.lex_state = 49, .reserved_word_set_id = 1}, + [670] = {.lex_state = 50, .reserved_word_set_id = 1}, + [671] = {.lex_state = 52, .reserved_word_set_id = 11}, + [672] = {.lex_state = 50, .reserved_word_set_id = 1}, + [673] = {.lex_state = 50, .reserved_word_set_id = 1}, + [674] = {.lex_state = 52, .reserved_word_set_id = 1}, + [675] = {.lex_state = 50, .reserved_word_set_id = 1}, + [676] = {.lex_state = 50, .reserved_word_set_id = 1}, + [677] = {.lex_state = 50, .reserved_word_set_id = 1}, + [678] = {.lex_state = 50, .reserved_word_set_id = 1}, + [679] = {.lex_state = 50, .reserved_word_set_id = 1}, + [680] = {.lex_state = 50, .reserved_word_set_id = 1}, + [681] = {.lex_state = 50, .reserved_word_set_id = 1}, + [682] = {.lex_state = 50, .reserved_word_set_id = 1}, + [683] = {.lex_state = 50, .reserved_word_set_id = 1}, + [684] = {.lex_state = 52, .reserved_word_set_id = 1}, + [685] = {.lex_state = 50, .reserved_word_set_id = 1}, + [686] = {.lex_state = 50, .reserved_word_set_id = 1}, + [687] = {.lex_state = 50, .reserved_word_set_id = 1}, + [688] = {.lex_state = 50, .reserved_word_set_id = 1}, + [689] = {.lex_state = 52, .reserved_word_set_id = 1}, + [690] = {.lex_state = 50, .reserved_word_set_id = 1}, + [691] = {.lex_state = 52, .reserved_word_set_id = 1}, + [692] = {.lex_state = 52, .reserved_word_set_id = 1}, + [693] = {.lex_state = 52, .reserved_word_set_id = 1}, + [694] = {.lex_state = 52, .reserved_word_set_id = 1}, + [695] = {.lex_state = 52, .reserved_word_set_id = 1}, + [696] = {.lex_state = 50, .reserved_word_set_id = 1}, + [697] = {.lex_state = 120, .reserved_word_set_id = 1}, + [698] = {.lex_state = 52, .reserved_word_set_id = 11}, + [699] = {.lex_state = 50, .reserved_word_set_id = 1}, + [700] = {.lex_state = 51, .reserved_word_set_id = 1}, + [701] = {.lex_state = 120, .reserved_word_set_id = 1}, + [702] = {.lex_state = 51, .reserved_word_set_id = 1}, + [703] = {.lex_state = 50, .reserved_word_set_id = 1}, + [704] = {.lex_state = 50, .reserved_word_set_id = 1}, + [705] = {.lex_state = 51, .reserved_word_set_id = 1}, + [706] = {.lex_state = 50, .reserved_word_set_id = 1}, + [707] = {.lex_state = 50, .reserved_word_set_id = 1}, + [708] = {.lex_state = 50, .reserved_word_set_id = 1}, + [709] = {.lex_state = 49, .reserved_word_set_id = 1}, + [710] = {.lex_state = 52, .reserved_word_set_id = 13}, + [711] = {.lex_state = 52, .reserved_word_set_id = 11}, + [712] = {.lex_state = 52, .reserved_word_set_id = 13}, + [713] = {.lex_state = 52, .reserved_word_set_id = 11}, + [714] = {.lex_state = 52, .reserved_word_set_id = 11}, + [715] = {.lex_state = 52, .reserved_word_set_id = 13}, + [716] = {.lex_state = 49}, + [717] = {.lex_state = 52, .reserved_word_set_id = 13}, + [718] = {.lex_state = 49, .reserved_word_set_id = 1}, + [719] = {.lex_state = 52, .reserved_word_set_id = 13}, + [720] = {.lex_state = 52, .reserved_word_set_id = 13}, + [721] = {.lex_state = 52, .reserved_word_set_id = 13}, + [722] = {.lex_state = 52, .reserved_word_set_id = 14}, + [723] = {.lex_state = 52, .reserved_word_set_id = 14}, + [724] = {.lex_state = 52, .reserved_word_set_id = 11}, + [725] = {.lex_state = 52, .reserved_word_set_id = 14}, + [726] = {.lex_state = 52, .reserved_word_set_id = 11}, + [727] = {.lex_state = 52, .reserved_word_set_id = 11}, + [728] = {.lex_state = 52, .reserved_word_set_id = 14}, + [729] = {.lex_state = 52, .reserved_word_set_id = 13}, + [730] = {.lex_state = 52, .reserved_word_set_id = 13}, + [731] = {.lex_state = 52, .reserved_word_set_id = 13}, + [732] = {.lex_state = 52, .reserved_word_set_id = 13}, + [733] = {.lex_state = 52, .reserved_word_set_id = 13}, + [734] = {.lex_state = 52, .reserved_word_set_id = 13}, + [735] = {.lex_state = 52, .reserved_word_set_id = 13}, + [736] = {.lex_state = 52, .reserved_word_set_id = 13}, + [737] = {.lex_state = 52, .reserved_word_set_id = 13}, + [738] = {.lex_state = 52, .reserved_word_set_id = 13}, + [739] = {.lex_state = 52, .reserved_word_set_id = 13}, + [740] = {.lex_state = 52, .reserved_word_set_id = 10}, + [741] = {.lex_state = 52, .reserved_word_set_id = 13}, + [742] = {.lex_state = 52, .reserved_word_set_id = 10}, + [743] = {.lex_state = 52, .reserved_word_set_id = 13}, + [744] = {.lex_state = 52, .reserved_word_set_id = 13}, + [745] = {.lex_state = 52, .reserved_word_set_id = 13}, + [746] = {.lex_state = 52, .reserved_word_set_id = 13}, + [747] = {.lex_state = 52, .reserved_word_set_id = 13}, + [748] = {.lex_state = 52, .reserved_word_set_id = 13}, + [749] = {.lex_state = 52, .reserved_word_set_id = 13}, + [750] = {.lex_state = 52, .reserved_word_set_id = 13}, + [751] = {.lex_state = 52, .reserved_word_set_id = 13}, + [752] = {.lex_state = 52, .reserved_word_set_id = 13}, + [753] = {.lex_state = 52, .reserved_word_set_id = 13}, + [754] = {.lex_state = 52, .reserved_word_set_id = 13}, + [755] = {.lex_state = 52, .reserved_word_set_id = 10}, + [756] = {.lex_state = 52, .reserved_word_set_id = 13}, + [757] = {.lex_state = 52, .reserved_word_set_id = 13}, + [758] = {.lex_state = 52, .reserved_word_set_id = 13}, + [759] = {.lex_state = 52, .reserved_word_set_id = 13}, + [760] = {.lex_state = 52, .reserved_word_set_id = 13}, + [761] = {.lex_state = 52, .reserved_word_set_id = 13}, + [762] = {.lex_state = 52, .reserved_word_set_id = 13}, + [763] = {.lex_state = 52, .reserved_word_set_id = 13}, + [764] = {.lex_state = 52, .reserved_word_set_id = 13}, + [765] = {.lex_state = 52, .reserved_word_set_id = 13}, + [766] = {.lex_state = 52, .reserved_word_set_id = 13}, + [767] = {.lex_state = 52, .reserved_word_set_id = 13}, + [768] = {.lex_state = 52, .reserved_word_set_id = 13}, + [769] = {.lex_state = 52, .reserved_word_set_id = 13}, + [770] = {.lex_state = 52, .reserved_word_set_id = 10}, + [771] = {.lex_state = 52, .reserved_word_set_id = 10}, + [772] = {.lex_state = 52, .reserved_word_set_id = 10}, + [773] = {.lex_state = 52, .reserved_word_set_id = 10}, + [774] = {.lex_state = 52, .reserved_word_set_id = 10}, + [775] = {.lex_state = 52, .reserved_word_set_id = 10}, + [776] = {.lex_state = 52, .reserved_word_set_id = 10}, + [777] = {.lex_state = 52, .reserved_word_set_id = 10}, + [778] = {.lex_state = 52, .reserved_word_set_id = 10}, + [779] = {.lex_state = 52, .reserved_word_set_id = 10}, + [780] = {.lex_state = 52, .reserved_word_set_id = 13}, + [781] = {.lex_state = 49}, + [782] = {.lex_state = 52, .reserved_word_set_id = 1}, + [783] = {.lex_state = 52, .reserved_word_set_id = 1}, + [784] = {.lex_state = 52, .reserved_word_set_id = 1}, + [785] = {.lex_state = 52, .reserved_word_set_id = 1}, + [786] = {.lex_state = 52, .reserved_word_set_id = 1}, + [787] = {.lex_state = 52, .reserved_word_set_id = 1}, + [788] = {.lex_state = 52, .reserved_word_set_id = 1}, + [789] = {.lex_state = 52, .reserved_word_set_id = 1}, + [790] = {.lex_state = 52, .reserved_word_set_id = 1}, + [791] = {.lex_state = 49}, + [792] = {.lex_state = 52, .reserved_word_set_id = 1}, + [793] = {.lex_state = 49}, + [794] = {.lex_state = 52, .reserved_word_set_id = 1}, + [795] = {.lex_state = 49}, + [796] = {.lex_state = 52, .reserved_word_set_id = 1}, + [797] = {.lex_state = 49}, + [798] = {.lex_state = 52, .reserved_word_set_id = 1}, + [799] = {.lex_state = 52, .reserved_word_set_id = 1}, + [800] = {.lex_state = 49}, + [801] = {.lex_state = 52, .reserved_word_set_id = 1}, + [802] = {.lex_state = 52, .reserved_word_set_id = 1}, + [803] = {.lex_state = 52, .reserved_word_set_id = 1}, + [804] = {.lex_state = 52, .reserved_word_set_id = 1}, + [805] = {.lex_state = 52, .reserved_word_set_id = 1}, + [806] = {.lex_state = 52, .reserved_word_set_id = 1}, + [807] = {.lex_state = 52, .reserved_word_set_id = 1}, + [808] = {.lex_state = 52, .reserved_word_set_id = 1}, + [809] = {.lex_state = 52, .reserved_word_set_id = 1}, + [810] = {.lex_state = 52, .reserved_word_set_id = 1}, + [811] = {.lex_state = 50, .reserved_word_set_id = 1}, + [812] = {.lex_state = 50, .reserved_word_set_id = 1}, + [813] = {.lex_state = 50, .reserved_word_set_id = 1}, + [814] = {.lex_state = 50, .reserved_word_set_id = 1}, + [815] = {.lex_state = 50, .reserved_word_set_id = 1}, + [816] = {.lex_state = 50, .reserved_word_set_id = 1}, + [817] = {.lex_state = 50, .reserved_word_set_id = 1}, + [818] = {.lex_state = 50, .reserved_word_set_id = 1}, + [819] = {.lex_state = 50, .reserved_word_set_id = 1}, + [820] = {.lex_state = 50, .reserved_word_set_id = 1}, + [821] = {.lex_state = 52}, + [822] = {.lex_state = 50, .reserved_word_set_id = 1}, + [823] = {.lex_state = 52}, + [824] = {.lex_state = 52}, + [825] = {.lex_state = 50, .reserved_word_set_id = 1}, + [826] = {.lex_state = 52}, + [827] = {.lex_state = 52}, + [828] = {.lex_state = 52}, + [829] = {.lex_state = 52, .reserved_word_set_id = 11}, + [830] = {.lex_state = 52}, + [831] = {.lex_state = 52}, + [832] = {.lex_state = 52}, + [833] = {.lex_state = 52}, + [834] = {.lex_state = 52}, + [835] = {.lex_state = 52}, + [836] = {.lex_state = 52}, + [837] = {.lex_state = 52, .reserved_word_set_id = 14}, + [838] = {.lex_state = 49}, + [839] = {.lex_state = 50, .reserved_word_set_id = 1}, + [840] = {.lex_state = 52, .reserved_word_set_id = 11}, + [841] = {.lex_state = 52, .reserved_word_set_id = 14}, + [842] = {.lex_state = 52}, + [843] = {.lex_state = 50, .reserved_word_set_id = 1}, + [844] = {.lex_state = 52, .reserved_word_set_id = 1}, + [845] = {.lex_state = 52, .reserved_word_set_id = 1}, + [846] = {.lex_state = 52, .reserved_word_set_id = 1}, + [847] = {.lex_state = 52, .reserved_word_set_id = 1}, + [848] = {.lex_state = 57, .reserved_word_set_id = 1}, + [849] = {.lex_state = 57, .reserved_word_set_id = 1}, + [850] = {.lex_state = 57, .reserved_word_set_id = 1}, + [851] = {.lex_state = 57, .reserved_word_set_id = 1}, + [852] = {.lex_state = 52, .reserved_word_set_id = 14}, + [853] = {.lex_state = 57, .reserved_word_set_id = 1}, + [854] = {.lex_state = 57, .reserved_word_set_id = 1}, + [855] = {.lex_state = 57, .reserved_word_set_id = 1}, + [856] = {.lex_state = 57, .reserved_word_set_id = 1}, + [857] = {.lex_state = 57, .reserved_word_set_id = 1}, + [858] = {.lex_state = 57, .reserved_word_set_id = 1}, + [859] = {.lex_state = 57, .reserved_word_set_id = 1}, + [860] = {.lex_state = 57, .reserved_word_set_id = 1}, + [861] = {.lex_state = 57, .reserved_word_set_id = 1}, + [862] = {.lex_state = 57, .reserved_word_set_id = 1}, + [863] = {.lex_state = 57, .reserved_word_set_id = 1}, + [864] = {.lex_state = 53, .reserved_word_set_id = 1}, + [865] = {.lex_state = 53, .reserved_word_set_id = 1}, + [866] = {.lex_state = 53, .reserved_word_set_id = 1}, + [867] = {.lex_state = 53, .reserved_word_set_id = 1}, + [868] = {.lex_state = 53, .reserved_word_set_id = 1}, + [869] = {.lex_state = 49, .reserved_word_set_id = 1}, + [870] = {.lex_state = 53, .reserved_word_set_id = 1}, + [871] = {.lex_state = 57, .reserved_word_set_id = 1}, + [872] = {.lex_state = 57, .reserved_word_set_id = 1}, + [873] = {.lex_state = 52, .reserved_word_set_id = 14}, + [874] = {.lex_state = 53, .reserved_word_set_id = 1}, + [875] = {.lex_state = 53, .reserved_word_set_id = 1}, + [876] = {.lex_state = 53, .reserved_word_set_id = 1}, + [877] = {.lex_state = 49, .reserved_word_set_id = 1}, + [878] = {.lex_state = 49, .reserved_word_set_id = 1}, + [879] = {.lex_state = 53, .reserved_word_set_id = 1}, + [880] = {.lex_state = 49, .reserved_word_set_id = 1}, + [881] = {.lex_state = 53, .reserved_word_set_id = 1}, + [882] = {.lex_state = 53, .reserved_word_set_id = 1}, + [883] = {.lex_state = 52, .reserved_word_set_id = 14}, + [884] = {.lex_state = 53, .reserved_word_set_id = 1}, + [885] = {.lex_state = 53, .reserved_word_set_id = 1}, + [886] = {.lex_state = 53, .reserved_word_set_id = 1}, + [887] = {.lex_state = 53, .reserved_word_set_id = 1}, + [888] = {.lex_state = 53, .reserved_word_set_id = 1}, + [889] = {.lex_state = 57, .reserved_word_set_id = 1}, + [890] = {.lex_state = 53, .reserved_word_set_id = 1}, + [891] = {.lex_state = 49}, + [892] = {.lex_state = 49}, + [893] = {.lex_state = 49}, + [894] = {.lex_state = 49}, [895] = {.lex_state = 49}, [896] = {.lex_state = 49}, - [897] = {.lex_state = 53}, + [897] = {.lex_state = 49}, [898] = {.lex_state = 49}, - [899] = {.lex_state = 49}, + [899] = {.lex_state = 52, .reserved_word_set_id = 1}, [900] = {.lex_state = 49}, [901] = {.lex_state = 49}, [902] = {.lex_state = 49}, @@ -10456,149 +10437,149 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [904] = {.lex_state = 49}, [905] = {.lex_state = 49}, [906] = {.lex_state = 49}, - [907] = {.lex_state = 49}, - [908] = {.lex_state = 53}, + [907] = {.lex_state = 52, .reserved_word_set_id = 15}, + [908] = {.lex_state = 49}, [909] = {.lex_state = 49}, - [910] = {.lex_state = 49}, - [911] = {.lex_state = 49}, - [912] = {.lex_state = 49}, - [913] = {.lex_state = 49}, + [910] = {.lex_state = 52, .reserved_word_set_id = 11}, + [911] = {.lex_state = 52, .reserved_word_set_id = 15}, + [912] = {.lex_state = 52, .reserved_word_set_id = 15}, + [913] = {.lex_state = 52, .reserved_word_set_id = 15}, [914] = {.lex_state = 49}, [915] = {.lex_state = 49}, - [916] = {.lex_state = 53}, - [917] = {.lex_state = 53}, - [918] = {.lex_state = 120}, - [919] = {.lex_state = 120}, - [920] = {.lex_state = 120}, - [921] = {.lex_state = 120}, - [922] = {.lex_state = 120}, - [923] = {.lex_state = 53}, - [924] = {.lex_state = 120}, - [925] = {.lex_state = 49}, - [926] = {.lex_state = 120}, - [927] = {.lex_state = 49}, - [928] = {.lex_state = 120}, - [929] = {.lex_state = 120}, - [930] = {.lex_state = 120}, - [931] = {.lex_state = 49}, - [932] = {.lex_state = 49}, - [933] = {.lex_state = 53}, - [934] = {.lex_state = 53}, - [935] = {.lex_state = 49}, - [936] = {.lex_state = 53}, - [937] = {.lex_state = 53}, - [938] = {.lex_state = 53}, - [939] = {.lex_state = 53}, - [940] = {.lex_state = 53}, - [941] = {.lex_state = 53}, - [942] = {.lex_state = 53}, - [943] = {.lex_state = 53}, - [944] = {.lex_state = 53}, - [945] = {.lex_state = 53}, - [946] = {.lex_state = 53}, - [947] = {.lex_state = 53}, - [948] = {.lex_state = 53}, - [949] = {.lex_state = 53}, - [950] = {.lex_state = 53}, - [951] = {.lex_state = 53}, - [952] = {.lex_state = 53}, - [953] = {.lex_state = 53}, - [954] = {.lex_state = 53}, - [955] = {.lex_state = 53}, - [956] = {.lex_state = 53}, - [957] = {.lex_state = 53}, - [958] = {.lex_state = 53}, - [959] = {.lex_state = 53}, - [960] = {.lex_state = 53}, - [961] = {.lex_state = 53}, - [962] = {.lex_state = 53}, - [963] = {.lex_state = 53}, - [964] = {.lex_state = 53}, - [965] = {.lex_state = 53}, - [966] = {.lex_state = 53}, - [967] = {.lex_state = 53}, - [968] = {.lex_state = 50}, - [969] = {.lex_state = 53}, - [970] = {.lex_state = 50}, - [971] = {.lex_state = 50}, - [972] = {.lex_state = 50}, - [973] = {.lex_state = 50}, - [974] = {.lex_state = 50}, - [975] = {.lex_state = 50}, - [976] = {.lex_state = 50}, - [977] = {.lex_state = 50}, - [978] = {.lex_state = 50}, - [979] = {.lex_state = 50}, - [980] = {.lex_state = 50}, - [981] = {.lex_state = 50}, - [982] = {.lex_state = 53}, - [983] = {.lex_state = 53}, - [984] = {.lex_state = 53}, - [985] = {.lex_state = 53}, - [986] = {.lex_state = 53}, - [987] = {.lex_state = 50}, - [988] = {.lex_state = 53}, - [989] = {.lex_state = 53}, - [990] = {.lex_state = 53}, - [991] = {.lex_state = 53}, - [992] = {.lex_state = 53}, - [993] = {.lex_state = 53}, - [994] = {.lex_state = 53}, - [995] = {.lex_state = 53}, - [996] = {.lex_state = 53}, - [997] = {.lex_state = 53}, - [998] = {.lex_state = 53}, - [999] = {.lex_state = 52}, - [1000] = {.lex_state = 52}, - [1001] = {.lex_state = 53}, - [1002] = {.lex_state = 53}, - [1003] = {.lex_state = 53}, - [1004] = {.lex_state = 52}, - [1005] = {.lex_state = 53}, - [1006] = {.lex_state = 53}, - [1007] = {.lex_state = 53}, - [1008] = {.lex_state = 53}, - [1009] = {.lex_state = 53}, - [1010] = {.lex_state = 53}, - [1011] = {.lex_state = 53}, - [1012] = {.lex_state = 52}, - [1013] = {.lex_state = 53}, - [1014] = {.lex_state = 53}, - [1015] = {.lex_state = 53}, - [1016] = {.lex_state = 53}, - [1017] = {.lex_state = 53}, - [1018] = {.lex_state = 53}, + [916] = {.lex_state = 52, .reserved_word_set_id = 1}, + [917] = {.lex_state = 49}, + [918] = {.lex_state = 49}, + [919] = {.lex_state = 49}, + [920] = {.lex_state = 49}, + [921] = {.lex_state = 52, .reserved_word_set_id = 1}, + [922] = {.lex_state = 52, .reserved_word_set_id = 1}, + [923] = {.lex_state = 49}, + [924] = {.lex_state = 52, .reserved_word_set_id = 1}, + [925] = {.lex_state = 52, .reserved_word_set_id = 1}, + [926] = {.lex_state = 52, .reserved_word_set_id = 1}, + [927] = {.lex_state = 52, .reserved_word_set_id = 1}, + [928] = {.lex_state = 52, .reserved_word_set_id = 1}, + [929] = {.lex_state = 52, .reserved_word_set_id = 1}, + [930] = {.lex_state = 52, .reserved_word_set_id = 1}, + [931] = {.lex_state = 52, .reserved_word_set_id = 1}, + [932] = {.lex_state = 52, .reserved_word_set_id = 1}, + [933] = {.lex_state = 52, .reserved_word_set_id = 1}, + [934] = {.lex_state = 52, .reserved_word_set_id = 1}, + [935] = {.lex_state = 52, .reserved_word_set_id = 1}, + [936] = {.lex_state = 52, .reserved_word_set_id = 1}, + [937] = {.lex_state = 52, .reserved_word_set_id = 1}, + [938] = {.lex_state = 52, .reserved_word_set_id = 15}, + [939] = {.lex_state = 52}, + [940] = {.lex_state = 52}, + [941] = {.lex_state = 52, .reserved_word_set_id = 1}, + [942] = {.lex_state = 52, .reserved_word_set_id = 1}, + [943] = {.lex_state = 52, .reserved_word_set_id = 16}, + [944] = {.lex_state = 52, .reserved_word_set_id = 16}, + [945] = {.lex_state = 52, .reserved_word_set_id = 1}, + [946] = {.lex_state = 52, .reserved_word_set_id = 1}, + [947] = {.lex_state = 52, .reserved_word_set_id = 1}, + [948] = {.lex_state = 52, .reserved_word_set_id = 16}, + [949] = {.lex_state = 52, .reserved_word_set_id = 16}, + [950] = {.lex_state = 52, .reserved_word_set_id = 16}, + [951] = {.lex_state = 52, .reserved_word_set_id = 16}, + [952] = {.lex_state = 52, .reserved_word_set_id = 1}, + [953] = {.lex_state = 52, .reserved_word_set_id = 16}, + [954] = {.lex_state = 52, .reserved_word_set_id = 16}, + [955] = {.lex_state = 52}, + [956] = {.lex_state = 52}, + [957] = {.lex_state = 52}, + [958] = {.lex_state = 50, .reserved_word_set_id = 1}, + [959] = {.lex_state = 50, .reserved_word_set_id = 1}, + [960] = {.lex_state = 52}, + [961] = {.lex_state = 52}, + [962] = {.lex_state = 52}, + [963] = {.lex_state = 50, .reserved_word_set_id = 1}, + [964] = {.lex_state = 50, .reserved_word_set_id = 1}, + [965] = {.lex_state = 50, .reserved_word_set_id = 1}, + [966] = {.lex_state = 50, .reserved_word_set_id = 1}, + [967] = {.lex_state = 50, .reserved_word_set_id = 1}, + [968] = {.lex_state = 50, .reserved_word_set_id = 1}, + [969] = {.lex_state = 50, .reserved_word_set_id = 1}, + [970] = {.lex_state = 50, .reserved_word_set_id = 1}, + [971] = {.lex_state = 50, .reserved_word_set_id = 1}, + [972] = {.lex_state = 50, .reserved_word_set_id = 1}, + [973] = {.lex_state = 52}, + [974] = {.lex_state = 50, .reserved_word_set_id = 1}, + [975] = {.lex_state = 50, .reserved_word_set_id = 1}, + [976] = {.lex_state = 52}, + [977] = {.lex_state = 52}, + [978] = {.lex_state = 52}, + [979] = {.lex_state = 52}, + [980] = {.lex_state = 52}, + [981] = {.lex_state = 52}, + [982] = {.lex_state = 52, .reserved_word_set_id = 17}, + [983] = {.lex_state = 52, .reserved_word_set_id = 17}, + [984] = {.lex_state = 53, .reserved_word_set_id = 1}, + [985] = {.lex_state = 52, .reserved_word_set_id = 1}, + [986] = {.lex_state = 52, .reserved_word_set_id = 17}, + [987] = {.lex_state = 52, .reserved_word_set_id = 17}, + [988] = {.lex_state = 52, .reserved_word_set_id = 17}, + [989] = {.lex_state = 52, .reserved_word_set_id = 15}, + [990] = {.lex_state = 53, .reserved_word_set_id = 1}, + [991] = {.lex_state = 52, .reserved_word_set_id = 17}, + [992] = {.lex_state = 52, .reserved_word_set_id = 17}, + [993] = {.lex_state = 52, .reserved_word_set_id = 17}, + [994] = {.lex_state = 53, .reserved_word_set_id = 1}, + [995] = {.lex_state = 52, .reserved_word_set_id = 15}, + [996] = {.lex_state = 53, .reserved_word_set_id = 1}, + [997] = {.lex_state = 52, .reserved_word_set_id = 17}, + [998] = {.lex_state = 52, .reserved_word_set_id = 17}, + [999] = {.lex_state = 52, .reserved_word_set_id = 17}, + [1000] = {.lex_state = 52, .reserved_word_set_id = 17}, + [1001] = {.lex_state = 52, .reserved_word_set_id = 17}, + [1002] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1003] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1004] = {.lex_state = 52, .reserved_word_set_id = 15}, + [1005] = {.lex_state = 52, .reserved_word_set_id = 15}, + [1006] = {.lex_state = 52, .reserved_word_set_id = 15}, + [1007] = {.lex_state = 52, .reserved_word_set_id = 15}, + [1008] = {.lex_state = 49}, + [1009] = {.lex_state = 52}, + [1010] = {.lex_state = 52, .reserved_word_set_id = 15}, + [1011] = {.lex_state = 49}, + [1012] = {.lex_state = 49}, + [1013] = {.lex_state = 49}, + [1014] = {.lex_state = 49}, + [1015] = {.lex_state = 49}, + [1016] = {.lex_state = 49}, + [1017] = {.lex_state = 49}, + [1018] = {.lex_state = 49}, [1019] = {.lex_state = 49}, - [1020] = {.lex_state = 53}, - [1021] = {.lex_state = 53}, - [1022] = {.lex_state = 53}, + [1020] = {.lex_state = 49}, + [1021] = {.lex_state = 49}, + [1022] = {.lex_state = 49}, [1023] = {.lex_state = 49}, [1024] = {.lex_state = 49}, [1025] = {.lex_state = 49}, [1026] = {.lex_state = 49}, - [1027] = {.lex_state = 49}, + [1027] = {.lex_state = 52, .reserved_word_set_id = 15}, [1028] = {.lex_state = 49}, [1029] = {.lex_state = 49}, [1030] = {.lex_state = 49}, [1031] = {.lex_state = 49}, [1032] = {.lex_state = 49}, [1033] = {.lex_state = 49}, - [1034] = {.lex_state = 49}, + [1034] = {.lex_state = 52, .reserved_word_set_id = 15}, [1035] = {.lex_state = 49}, [1036] = {.lex_state = 49}, [1037] = {.lex_state = 49}, - [1038] = {.lex_state = 49}, + [1038] = {.lex_state = 52, .reserved_word_set_id = 15}, [1039] = {.lex_state = 49}, [1040] = {.lex_state = 49}, [1041] = {.lex_state = 49}, [1042] = {.lex_state = 49}, [1043] = {.lex_state = 49}, - [1044] = {.lex_state = 53}, + [1044] = {.lex_state = 49}, [1045] = {.lex_state = 49}, [1046] = {.lex_state = 49}, [1047] = {.lex_state = 49}, [1048] = {.lex_state = 49}, - [1049] = {.lex_state = 49}, + [1049] = {.lex_state = 52, .reserved_word_set_id = 15}, [1050] = {.lex_state = 49}, [1051] = {.lex_state = 49}, [1052] = {.lex_state = 49}, @@ -10608,24 +10589,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1056] = {.lex_state = 49}, [1057] = {.lex_state = 49}, [1058] = {.lex_state = 49}, - [1059] = {.lex_state = 49}, + [1059] = {.lex_state = 52, .reserved_word_set_id = 15}, [1060] = {.lex_state = 49}, [1061] = {.lex_state = 49}, - [1062] = {.lex_state = 53}, - [1063] = {.lex_state = 53}, + [1062] = {.lex_state = 49}, + [1063] = {.lex_state = 49}, [1064] = {.lex_state = 49}, [1065] = {.lex_state = 49}, [1066] = {.lex_state = 49}, [1067] = {.lex_state = 49}, [1068] = {.lex_state = 49}, - [1069] = {.lex_state = 53}, + [1069] = {.lex_state = 49}, [1070] = {.lex_state = 49}, [1071] = {.lex_state = 49}, [1072] = {.lex_state = 49}, [1073] = {.lex_state = 49}, [1074] = {.lex_state = 49}, [1075] = {.lex_state = 49}, - [1076] = {.lex_state = 53}, + [1076] = {.lex_state = 52}, [1077] = {.lex_state = 49}, [1078] = {.lex_state = 49}, [1079] = {.lex_state = 49}, @@ -10633,519 +10614,519 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1081] = {.lex_state = 49}, [1082] = {.lex_state = 49}, [1083] = {.lex_state = 49}, - [1084] = {.lex_state = 53}, - [1085] = {.lex_state = 53}, - [1086] = {.lex_state = 49}, - [1087] = {.lex_state = 53}, - [1088] = {.lex_state = 49}, + [1084] = {.lex_state = 49}, + [1085] = {.lex_state = 52}, + [1086] = {.lex_state = 52}, + [1087] = {.lex_state = 52}, + [1088] = {.lex_state = 52}, [1089] = {.lex_state = 49}, [1090] = {.lex_state = 49}, - [1091] = {.lex_state = 53}, + [1091] = {.lex_state = 49}, [1092] = {.lex_state = 49}, - [1093] = {.lex_state = 53}, + [1093] = {.lex_state = 49}, [1094] = {.lex_state = 49}, [1095] = {.lex_state = 49}, - [1096] = {.lex_state = 49}, - [1097] = {.lex_state = 49}, - [1098] = {.lex_state = 49}, - [1099] = {.lex_state = 49}, - [1100] = {.lex_state = 49}, - [1101] = {.lex_state = 53}, - [1102] = {.lex_state = 49}, - [1103] = {.lex_state = 49}, - [1104] = {.lex_state = 49}, + [1096] = {.lex_state = 52}, + [1097] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1098] = {.lex_state = 52, .reserved_word_set_id = 16}, + [1099] = {.lex_state = 52, .reserved_word_set_id = 16}, + [1100] = {.lex_state = 52, .reserved_word_set_id = 16}, + [1101] = {.lex_state = 52, .reserved_word_set_id = 16}, + [1102] = {.lex_state = 52, .reserved_word_set_id = 16}, + [1103] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1104] = {.lex_state = 52, .reserved_word_set_id = 16}, [1105] = {.lex_state = 49}, [1106] = {.lex_state = 49}, - [1107] = {.lex_state = 49}, - [1108] = {.lex_state = 49}, - [1109] = {.lex_state = 53}, - [1110] = {.lex_state = 53}, - [1111] = {.lex_state = 53}, - [1112] = {.lex_state = 53}, - [1113] = {.lex_state = 53}, - [1114] = {.lex_state = 53}, - [1115] = {.lex_state = 53}, - [1116] = {.lex_state = 49}, - [1117] = {.lex_state = 53}, - [1118] = {.lex_state = 53}, - [1119] = {.lex_state = 49}, - [1120] = {.lex_state = 53}, - [1121] = {.lex_state = 53}, + [1107] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1108] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1109] = {.lex_state = 52, .reserved_word_set_id = 15}, + [1110] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1111] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1112] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1113] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1114] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1115] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1116] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1117] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1118] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1119] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1120] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1121] = {.lex_state = 52, .reserved_word_set_id = 1}, [1122] = {.lex_state = 53}, - [1123] = {.lex_state = 53}, - [1124] = {.lex_state = 53}, - [1125] = {.lex_state = 53}, - [1126] = {.lex_state = 53}, - [1127] = {.lex_state = 53}, - [1128] = {.lex_state = 53}, - [1129] = {.lex_state = 53}, - [1130] = {.lex_state = 53}, - [1131] = {.lex_state = 53}, - [1132] = {.lex_state = 53}, - [1133] = {.lex_state = 53}, - [1134] = {.lex_state = 53}, - [1135] = {.lex_state = 53}, - [1136] = {.lex_state = 53}, - [1137] = {.lex_state = 53}, + [1123] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1124] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1125] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1126] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1127] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1128] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1129] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1130] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1131] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1132] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1133] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1134] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1135] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1136] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1137] = {.lex_state = 52, .reserved_word_set_id = 1}, [1138] = {.lex_state = 53}, - [1139] = {.lex_state = 53}, + [1139] = {.lex_state = 23}, [1140] = {.lex_state = 53}, - [1141] = {.lex_state = 53}, - [1142] = {.lex_state = 53}, - [1143] = {.lex_state = 53}, - [1144] = {.lex_state = 53}, - [1145] = {.lex_state = 52}, - [1146] = {.lex_state = 53}, - [1147] = {.lex_state = 53}, + [1141] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1142] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1143] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1144] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1145] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1146] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1147] = {.lex_state = 52}, [1148] = {.lex_state = 53}, - [1149] = {.lex_state = 53}, - [1150] = {.lex_state = 52}, - [1151] = {.lex_state = 52}, - [1152] = {.lex_state = 53}, - [1153] = {.lex_state = 53}, - [1154] = {.lex_state = 53}, - [1155] = {.lex_state = 53}, - [1156] = {.lex_state = 53}, - [1157] = {.lex_state = 52}, - [1158] = {.lex_state = 53}, - [1159] = {.lex_state = 53}, - [1160] = {.lex_state = 53}, - [1161] = {.lex_state = 48}, - [1162] = {.lex_state = 53}, - [1163] = {.lex_state = 48}, - [1164] = {.lex_state = 48}, - [1165] = {.lex_state = 53}, - [1166] = {.lex_state = 25}, - [1167] = {.lex_state = 48}, - [1168] = {.lex_state = 52}, - [1169] = {.lex_state = 52}, - [1170] = {.lex_state = 48}, - [1171] = {.lex_state = 52}, - [1172] = {.lex_state = 48}, - [1173] = {.lex_state = 48}, - [1174] = {.lex_state = 48}, - [1175] = {.lex_state = 48}, - [1176] = {.lex_state = 52}, - [1177] = {.lex_state = 48}, - [1178] = {.lex_state = 52}, - [1179] = {.lex_state = 48}, - [1180] = {.lex_state = 52}, - [1181] = {.lex_state = 48}, - [1182] = {.lex_state = 52}, - [1183] = {.lex_state = 48}, - [1184] = {.lex_state = 52}, - [1185] = {.lex_state = 48}, - [1186] = {.lex_state = 48}, - [1187] = {.lex_state = 52}, - [1188] = {.lex_state = 48}, - [1189] = {.lex_state = 52}, - [1190] = {.lex_state = 52}, - [1191] = {.lex_state = 48}, - [1192] = {.lex_state = 48}, - [1193] = {.lex_state = 48}, - [1194] = {.lex_state = 48}, - [1195] = {.lex_state = 48}, - [1196] = {.lex_state = 48}, - [1197] = {.lex_state = 48}, - [1198] = {.lex_state = 48}, - [1199] = {.lex_state = 48}, - [1200] = {.lex_state = 48}, - [1201] = {.lex_state = 48}, - [1202] = {.lex_state = 52}, - [1203] = {.lex_state = 48}, - [1204] = {.lex_state = 48}, - [1205] = {.lex_state = 52}, - [1206] = {.lex_state = 48}, - [1207] = {.lex_state = 48}, - [1208] = {.lex_state = 48}, - [1209] = {.lex_state = 48}, - [1210] = {.lex_state = 48}, - [1211] = {.lex_state = 48}, - [1212] = {.lex_state = 48}, - [1213] = {.lex_state = 52}, - [1214] = {.lex_state = 48}, - [1215] = {.lex_state = 48}, - [1216] = {.lex_state = 48}, - [1217] = {.lex_state = 48}, - [1218] = {.lex_state = 52}, - [1219] = {.lex_state = 48}, - [1220] = {.lex_state = 52}, - [1221] = {.lex_state = 48}, - [1222] = {.lex_state = 52}, - [1223] = {.lex_state = 25}, - [1224] = {.lex_state = 25}, - [1225] = {.lex_state = 25}, - [1226] = {.lex_state = 25}, - [1227] = {.lex_state = 25}, - [1228] = {.lex_state = 25}, - [1229] = {.lex_state = 25}, - [1230] = {.lex_state = 25}, - [1231] = {.lex_state = 25}, - [1232] = {.lex_state = 25}, - [1233] = {.lex_state = 52}, - [1234] = {.lex_state = 25}, - [1235] = {.lex_state = 25}, - [1236] = {.lex_state = 25}, - [1237] = {.lex_state = 25}, - [1238] = {.lex_state = 25}, - [1239] = {.lex_state = 25}, - [1240] = {.lex_state = 25}, - [1241] = {.lex_state = 25}, - [1242] = {.lex_state = 25}, - [1243] = {.lex_state = 25}, - [1244] = {.lex_state = 25}, - [1245] = {.lex_state = 25}, - [1246] = {.lex_state = 53}, - [1247] = {.lex_state = 25}, - [1248] = {.lex_state = 25}, - [1249] = {.lex_state = 25}, - [1250] = {.lex_state = 25}, - [1251] = {.lex_state = 25}, - [1252] = {.lex_state = 53}, - [1253] = {.lex_state = 25}, - [1254] = {.lex_state = 25}, - [1255] = {.lex_state = 53}, - [1256] = {.lex_state = 25}, - [1257] = {.lex_state = 25}, - [1258] = {.lex_state = 25}, - [1259] = {.lex_state = 53}, - [1260] = {.lex_state = 25}, - [1261] = {.lex_state = 53}, - [1262] = {.lex_state = 53}, - [1263] = {.lex_state = 53}, - [1264] = {.lex_state = 53}, - [1265] = {.lex_state = 53}, - [1266] = {.lex_state = 53}, - [1267] = {.lex_state = 53}, - [1268] = {.lex_state = 53}, - [1269] = {.lex_state = 53}, - [1270] = {.lex_state = 53}, - [1271] = {.lex_state = 53}, - [1272] = {.lex_state = 53}, - [1273] = {.lex_state = 53}, - [1274] = {.lex_state = 53}, - [1275] = {.lex_state = 53}, - [1276] = {.lex_state = 53}, - [1277] = {.lex_state = 53}, - [1278] = {.lex_state = 53}, - [1279] = {.lex_state = 53}, - [1280] = {.lex_state = 53}, - [1281] = {.lex_state = 53}, - [1282] = {.lex_state = 53}, - [1283] = {.lex_state = 53}, - [1284] = {.lex_state = 53}, - [1285] = {.lex_state = 53}, - [1286] = {.lex_state = 53}, - [1287] = {.lex_state = 53}, - [1288] = {.lex_state = 53}, - [1289] = {.lex_state = 53}, - [1290] = {.lex_state = 53}, - [1291] = {.lex_state = 50}, - [1292] = {.lex_state = 50}, - [1293] = {.lex_state = 50}, - [1294] = {.lex_state = 50}, - [1295] = {.lex_state = 53}, - [1296] = {.lex_state = 53}, - [1297] = {.lex_state = 53}, - [1298] = {.lex_state = 53}, - [1299] = {.lex_state = 53}, - [1300] = {.lex_state = 53}, - [1301] = {.lex_state = 53}, - [1302] = {.lex_state = 53}, - [1303] = {.lex_state = 53}, - [1304] = {.lex_state = 53}, - [1305] = {.lex_state = 53}, - [1306] = {.lex_state = 53}, - [1307] = {.lex_state = 53}, - [1308] = {.lex_state = 53}, - [1309] = {.lex_state = 53}, - [1310] = {.lex_state = 53}, - [1311] = {.lex_state = 53}, - [1312] = {.lex_state = 53}, - [1313] = {.lex_state = 53}, - [1314] = {.lex_state = 53}, - [1315] = {.lex_state = 53}, - [1316] = {.lex_state = 53}, - [1317] = {.lex_state = 56}, - [1318] = {.lex_state = 53}, - [1319] = {.lex_state = 53}, - [1320] = {.lex_state = 53}, - [1321] = {.lex_state = 53}, - [1322] = {.lex_state = 53}, - [1323] = {.lex_state = 53}, - [1324] = {.lex_state = 56}, - [1325] = {.lex_state = 53}, - [1326] = {.lex_state = 53}, - [1327] = {.lex_state = 53}, - [1328] = {.lex_state = 53}, - [1329] = {.lex_state = 53}, - [1330] = {.lex_state = 53}, - [1331] = {.lex_state = 49}, - [1332] = {.lex_state = 50}, - [1333] = {.lex_state = 53}, - [1334] = {.lex_state = 56}, - [1335] = {.lex_state = 53}, - [1336] = {.lex_state = 50}, - [1337] = {.lex_state = 53}, - [1338] = {.lex_state = 53}, - [1339] = {.lex_state = 53}, - [1340] = {.lex_state = 50}, - [1341] = {.lex_state = 50}, - [1342] = {.lex_state = 50}, - [1343] = {.lex_state = 50}, - [1344] = {.lex_state = 50}, - [1345] = {.lex_state = 53}, - [1346] = {.lex_state = 50}, - [1347] = {.lex_state = 50}, - [1348] = {.lex_state = 50}, - [1349] = {.lex_state = 53}, - [1350] = {.lex_state = 53}, - [1351] = {.lex_state = 53}, - [1352] = {.lex_state = 50}, - [1353] = {.lex_state = 50}, - [1354] = {.lex_state = 53}, - [1355] = {.lex_state = 53}, - [1356] = {.lex_state = 53}, - [1357] = {.lex_state = 53}, - [1358] = {.lex_state = 53}, - [1359] = {.lex_state = 50}, - [1360] = {.lex_state = 50}, - [1361] = {.lex_state = 53}, - [1362] = {.lex_state = 53}, - [1363] = {.lex_state = 53}, - [1364] = {.lex_state = 0}, + [1149] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1150] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1151] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1152] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1153] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1154] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1155] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1156] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1157] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1158] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1159] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1160] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1161] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1162] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1163] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1164] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1165] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1166] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1167] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1168] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1169] = {.lex_state = 53}, + [1170] = {.lex_state = 53}, + [1171] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1172] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1173] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1174] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1175] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1176] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1177] = {.lex_state = 53}, + [1178] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1179] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1180] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1181] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1182] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1183] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1184] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1185] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1186] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1187] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1188] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1189] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1190] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1191] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1192] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1193] = {.lex_state = 53}, + [1194] = {.lex_state = 53}, + [1195] = {.lex_state = 53}, + [1196] = {.lex_state = 53}, + [1197] = {.lex_state = 53}, + [1198] = {.lex_state = 53}, + [1199] = {.lex_state = 53}, + [1200] = {.lex_state = 53}, + [1201] = {.lex_state = 53}, + [1202] = {.lex_state = 53}, + [1203] = {.lex_state = 53}, + [1204] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1205] = {.lex_state = 53}, + [1206] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1207] = {.lex_state = 48, .reserved_word_set_id = 1}, + [1208] = {.lex_state = 53}, + [1209] = {.lex_state = 23}, + [1210] = {.lex_state = 23}, + [1211] = {.lex_state = 23}, + [1212] = {.lex_state = 23}, + [1213] = {.lex_state = 53}, + [1214] = {.lex_state = 23}, + [1215] = {.lex_state = 23}, + [1216] = {.lex_state = 23}, + [1217] = {.lex_state = 23}, + [1218] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1219] = {.lex_state = 23}, + [1220] = {.lex_state = 23}, + [1221] = {.lex_state = 23}, + [1222] = {.lex_state = 23}, + [1223] = {.lex_state = 23}, + [1224] = {.lex_state = 23}, + [1225] = {.lex_state = 23}, + [1226] = {.lex_state = 23}, + [1227] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1228] = {.lex_state = 23}, + [1229] = {.lex_state = 23}, + [1230] = {.lex_state = 23}, + [1231] = {.lex_state = 23}, + [1232] = {.lex_state = 23}, + [1233] = {.lex_state = 23}, + [1234] = {.lex_state = 23}, + [1235] = {.lex_state = 23}, + [1236] = {.lex_state = 23}, + [1237] = {.lex_state = 23}, + [1238] = {.lex_state = 23}, + [1239] = {.lex_state = 23}, + [1240] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1241] = {.lex_state = 23}, + [1242] = {.lex_state = 23}, + [1243] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1244] = {.lex_state = 23}, + [1245] = {.lex_state = 53}, + [1246] = {.lex_state = 23}, + [1247] = {.lex_state = 23}, + [1248] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1249] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1250] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1251] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1252] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1253] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1254] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1255] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1256] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1257] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1258] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1259] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1260] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1261] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1262] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1263] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1264] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1265] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1266] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1267] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1268] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1269] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1270] = {.lex_state = 52}, + [1271] = {.lex_state = 52, .reserved_word_set_id = 18}, + [1272] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1273] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1274] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1275] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1276] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1277] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1278] = {.lex_state = 52}, + [1279] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1280] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1281] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1282] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1283] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1284] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1285] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1286] = {.lex_state = 52}, + [1287] = {.lex_state = 52}, + [1288] = {.lex_state = 52}, + [1289] = {.lex_state = 52}, + [1290] = {.lex_state = 52}, + [1291] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1292] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1293] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1294] = {.lex_state = 52}, + [1295] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1296] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1297] = {.lex_state = 52}, + [1298] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1299] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1300] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1301] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1302] = {.lex_state = 52}, + [1303] = {.lex_state = 52}, + [1304] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1305] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1306] = {.lex_state = 52}, + [1307] = {.lex_state = 52}, + [1308] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1309] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1310] = {.lex_state = 52}, + [1311] = {.lex_state = 52}, + [1312] = {.lex_state = 52}, + [1313] = {.lex_state = 52}, + [1314] = {.lex_state = 52}, + [1315] = {.lex_state = 52}, + [1316] = {.lex_state = 52}, + [1317] = {.lex_state = 52}, + [1318] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1319] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1320] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1321] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1322] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1323] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1324] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1325] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1326] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1327] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1328] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1329] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1330] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1331] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1332] = {.lex_state = 52}, + [1333] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1334] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1335] = {.lex_state = 52}, + [1336] = {.lex_state = 52}, + [1337] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1338] = {.lex_state = 52}, + [1339] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1340] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1341] = {.lex_state = 49, .reserved_word_set_id = 1}, + [1342] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1343] = {.lex_state = 52}, + [1344] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1345] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1346] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1347] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1348] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1349] = {.lex_state = 120}, + [1350] = {.lex_state = 52}, + [1351] = {.lex_state = 120}, + [1352] = {.lex_state = 120}, + [1353] = {.lex_state = 52}, + [1354] = {.lex_state = 52}, + [1355] = {.lex_state = 0}, + [1356] = {.lex_state = 52}, + [1357] = {.lex_state = 0}, + [1358] = {.lex_state = 52}, + [1359] = {.lex_state = 52}, + [1360] = {.lex_state = 52}, + [1361] = {.lex_state = 52}, + [1362] = {.lex_state = 120}, + [1363] = {.lex_state = 120}, + [1364] = {.lex_state = 120}, [1365] = {.lex_state = 120}, - [1366] = {.lex_state = 53}, - [1367] = {.lex_state = 53}, - [1368] = {.lex_state = 53}, - [1369] = {.lex_state = 53}, - [1370] = {.lex_state = 53}, - [1371] = {.lex_state = 53}, - [1372] = {.lex_state = 0}, - [1373] = {.lex_state = 120}, - [1374] = {.lex_state = 120}, - [1375] = {.lex_state = 53}, + [1366] = {.lex_state = 52}, + [1367] = {.lex_state = 54, .reserved_word_set_id = 1}, + [1368] = {.lex_state = 52}, + [1369] = {.lex_state = 120}, + [1370] = {.lex_state = 52}, + [1371] = {.lex_state = 52}, + [1372] = {.lex_state = 120}, + [1373] = {.lex_state = 54, .reserved_word_set_id = 1}, + [1374] = {.lex_state = 52}, + [1375] = {.lex_state = 52}, [1376] = {.lex_state = 120}, - [1377] = {.lex_state = 49}, - [1378] = {.lex_state = 120}, - [1379] = {.lex_state = 54}, - [1380] = {.lex_state = 53}, - [1381] = {.lex_state = 120}, - [1382] = {.lex_state = 53}, - [1383] = {.lex_state = 53}, - [1384] = {.lex_state = 53}, - [1385] = {.lex_state = 49}, - [1386] = {.lex_state = 49}, - [1387] = {.lex_state = 54}, - [1388] = {.lex_state = 53}, - [1389] = {.lex_state = 53}, - [1390] = {.lex_state = 54}, + [1377] = {.lex_state = 54, .reserved_word_set_id = 1}, + [1378] = {.lex_state = 49, .reserved_word_set_id = 1}, + [1379] = {.lex_state = 52}, + [1380] = {.lex_state = 52}, + [1381] = {.lex_state = 52}, + [1382] = {.lex_state = 49, .reserved_word_set_id = 1}, + [1383] = {.lex_state = 120}, + [1384] = {.lex_state = 52}, + [1385] = {.lex_state = 52}, + [1386] = {.lex_state = 120}, + [1387] = {.lex_state = 54, .reserved_word_set_id = 1}, + [1388] = {.lex_state = 52}, + [1389] = {.lex_state = 49, .reserved_word_set_id = 1}, + [1390] = {.lex_state = 120}, [1391] = {.lex_state = 120}, - [1392] = {.lex_state = 53}, + [1392] = {.lex_state = 120}, [1393] = {.lex_state = 120}, - [1394] = {.lex_state = 120}, - [1395] = {.lex_state = 53}, - [1396] = {.lex_state = 53}, - [1397] = {.lex_state = 53}, - [1398] = {.lex_state = 54}, - [1399] = {.lex_state = 53}, + [1394] = {.lex_state = 52}, + [1395] = {.lex_state = 120}, + [1396] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1397] = {.lex_state = 120}, + [1398] = {.lex_state = 120}, + [1399] = {.lex_state = 52}, [1400] = {.lex_state = 120}, - [1401] = {.lex_state = 120}, - [1402] = {.lex_state = 120}, - [1403] = {.lex_state = 53}, - [1404] = {.lex_state = 120}, - [1405] = {.lex_state = 53}, + [1401] = {.lex_state = 52}, + [1402] = {.lex_state = 52}, + [1403] = {.lex_state = 120}, + [1404] = {.lex_state = 0}, + [1405] = {.lex_state = 52}, [1406] = {.lex_state = 120}, - [1407] = {.lex_state = 120}, - [1408] = {.lex_state = 120}, - [1409] = {.lex_state = 53}, - [1410] = {.lex_state = 53}, + [1407] = {.lex_state = 52}, + [1408] = {.lex_state = 52}, + [1409] = {.lex_state = 120}, + [1410] = {.lex_state = 52}, [1411] = {.lex_state = 120}, - [1412] = {.lex_state = 120}, - [1413] = {.lex_state = 53}, - [1414] = {.lex_state = 53}, - [1415] = {.lex_state = 50}, - [1416] = {.lex_state = 120}, - [1417] = {.lex_state = 50}, - [1418] = {.lex_state = 53}, - [1419] = {.lex_state = 0}, - [1420] = {.lex_state = 53}, - [1421] = {.lex_state = 53}, - [1422] = {.lex_state = 120}, - [1423] = {.lex_state = 53}, - [1424] = {.lex_state = 53}, - [1425] = {.lex_state = 120}, - [1426] = {.lex_state = 53}, - [1427] = {.lex_state = 50}, - [1428] = {.lex_state = 120}, - [1429] = {.lex_state = 53}, - [1430] = {.lex_state = 53}, - [1431] = {.lex_state = 0}, - [1432] = {.lex_state = 53}, - [1433] = {.lex_state = 120}, - [1434] = {.lex_state = 120}, + [1412] = {.lex_state = 0}, + [1413] = {.lex_state = 52}, + [1414] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1415] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1416] = {.lex_state = 52}, + [1417] = {.lex_state = 52}, + [1418] = {.lex_state = 52}, + [1419] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1420] = {.lex_state = 120}, + [1421] = {.lex_state = 52}, + [1422] = {.lex_state = 52}, + [1423] = {.lex_state = 52}, + [1424] = {.lex_state = 52}, + [1425] = {.lex_state = 52}, + [1426] = {.lex_state = 52}, + [1427] = {.lex_state = 52}, + [1428] = {.lex_state = 52}, + [1429] = {.lex_state = 0}, + [1430] = {.lex_state = 52}, + [1431] = {.lex_state = 52}, + [1432] = {.lex_state = 52}, + [1433] = {.lex_state = 52}, + [1434] = {.lex_state = 52}, [1435] = {.lex_state = 120}, - [1436] = {.lex_state = 53}, - [1437] = {.lex_state = 53}, - [1438] = {.lex_state = 120}, + [1436] = {.lex_state = 52}, + [1437] = {.lex_state = 52}, + [1438] = {.lex_state = 52}, [1439] = {.lex_state = 120}, - [1440] = {.lex_state = 53}, - [1441] = {.lex_state = 53}, - [1442] = {.lex_state = 53}, - [1443] = {.lex_state = 120}, - [1444] = {.lex_state = 0}, - [1445] = {.lex_state = 53}, - [1446] = {.lex_state = 53}, - [1447] = {.lex_state = 53}, - [1448] = {.lex_state = 53}, - [1449] = {.lex_state = 53}, - [1450] = {.lex_state = 53}, - [1451] = {.lex_state = 53}, - [1452] = {.lex_state = 53}, - [1453] = {.lex_state = 53}, - [1454] = {.lex_state = 120}, - [1455] = {.lex_state = 53}, - [1456] = {.lex_state = 0}, - [1457] = {.lex_state = 53}, - [1458] = {.lex_state = 53}, - [1459] = {.lex_state = 53}, - [1460] = {.lex_state = 53}, - [1461] = {.lex_state = 120}, - [1462] = {.lex_state = 53}, - [1463] = {.lex_state = 50}, - [1464] = {.lex_state = 53}, - [1465] = {.lex_state = 53}, - [1466] = {.lex_state = 53}, - [1467] = {.lex_state = 53}, - [1468] = {.lex_state = 53}, - [1469] = {.lex_state = 120}, + [1440] = {.lex_state = 52}, + [1441] = {.lex_state = 120}, + [1442] = {.lex_state = 52}, + [1443] = {.lex_state = 52}, + [1444] = {.lex_state = 52}, + [1445] = {.lex_state = 52}, + [1446] = {.lex_state = 120}, + [1447] = {.lex_state = 120}, + [1448] = {.lex_state = 52}, + [1449] = {.lex_state = 52}, + [1450] = {.lex_state = 52}, + [1451] = {.lex_state = 52}, + [1452] = {.lex_state = 52}, + [1453] = {.lex_state = 52}, + [1454] = {.lex_state = 0}, + [1455] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1456] = {.lex_state = 120}, + [1457] = {.lex_state = 120}, + [1458] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1459] = {.lex_state = 52}, + [1460] = {.lex_state = 120}, + [1461] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1462] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1463] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1464] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1465] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1466] = {.lex_state = 52}, + [1467] = {.lex_state = 52}, + [1468] = {.lex_state = 120}, + [1469] = {.lex_state = 0}, [1470] = {.lex_state = 120}, - [1471] = {.lex_state = 53}, - [1472] = {.lex_state = 53}, - [1473] = {.lex_state = 53}, - [1474] = {.lex_state = 120}, - [1475] = {.lex_state = 53}, - [1476] = {.lex_state = 56}, - [1477] = {.lex_state = 0}, - [1478] = {.lex_state = 53}, - [1479] = {.lex_state = 0}, - [1480] = {.lex_state = 56}, - [1481] = {.lex_state = 120}, - [1482] = {.lex_state = 56}, - [1483] = {.lex_state = 56}, - [1484] = {.lex_state = 120}, - [1485] = {.lex_state = 56}, - [1486] = {.lex_state = 120}, - [1487] = {.lex_state = 50}, - [1488] = {.lex_state = 56}, - [1489] = {.lex_state = 56}, - [1490] = {.lex_state = 56}, - [1491] = {.lex_state = 53}, - [1492] = {.lex_state = 53}, - [1493] = {.lex_state = 56}, - [1494] = {.lex_state = 53}, - [1495] = {.lex_state = 120}, - [1496] = {.lex_state = 56}, - [1497] = {.lex_state = 0}, - [1498] = {.lex_state = 56}, - [1499] = {.lex_state = 53}, - [1500] = {.lex_state = 53}, - [1501] = {.lex_state = 53}, - [1502] = {.lex_state = 53}, - [1503] = {.lex_state = 53}, - [1504] = {.lex_state = 53}, - [1505] = {.lex_state = 53}, - [1506] = {.lex_state = 53}, - [1507] = {.lex_state = 53}, - [1508] = {.lex_state = 53}, - [1509] = {.lex_state = 53}, - [1510] = {.lex_state = 53}, - [1511] = {.lex_state = 53}, - [1512] = {.lex_state = 53}, - [1513] = {.lex_state = 53}, - [1514] = {.lex_state = 53}, - [1515] = {.lex_state = 53}, - [1516] = {.lex_state = 45}, - [1517] = {.lex_state = 50}, - [1518] = {.lex_state = 53}, - [1519] = {.lex_state = 53}, - [1520] = {.lex_state = 53}, - [1521] = {.lex_state = 53}, - [1522] = {.lex_state = 53}, - [1523] = {.lex_state = 53}, - [1524] = {.lex_state = 53}, - [1525] = {.lex_state = 53}, - [1526] = {.lex_state = 53}, - [1527] = {.lex_state = 30}, - [1528] = {.lex_state = 32}, - [1529] = {.lex_state = 50}, - [1530] = {.lex_state = 0}, - [1531] = {.lex_state = 0}, + [1471] = {.lex_state = 120}, + [1472] = {.lex_state = 52}, + [1473] = {.lex_state = 0}, + [1474] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1475] = {.lex_state = 52}, + [1476] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1477] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1478] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1479] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1480] = {.lex_state = 120}, + [1481] = {.lex_state = 0}, + [1482] = {.lex_state = 56, .reserved_word_set_id = 1}, + [1483] = {.lex_state = 52}, + [1484] = {.lex_state = 52}, + [1485] = {.lex_state = 52}, + [1486] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1487] = {.lex_state = 52}, + [1488] = {.lex_state = 52}, + [1489] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1490] = {.lex_state = 52}, + [1491] = {.lex_state = 52}, + [1492] = {.lex_state = 52}, + [1493] = {.lex_state = 52}, + [1494] = {.lex_state = 52}, + [1495] = {.lex_state = 52}, + [1496] = {.lex_state = 52}, + [1497] = {.lex_state = 45}, + [1498] = {.lex_state = 52}, + [1499] = {.lex_state = 52}, + [1500] = {.lex_state = 52}, + [1501] = {.lex_state = 52}, + [1502] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1503] = {.lex_state = 52}, + [1504] = {.lex_state = 52}, + [1505] = {.lex_state = 52}, + [1506] = {.lex_state = 52}, + [1507] = {.lex_state = 52}, + [1508] = {.lex_state = 52}, + [1509] = {.lex_state = 52}, + [1510] = {.lex_state = 52}, + [1511] = {.lex_state = 0}, + [1512] = {.lex_state = 30}, + [1513] = {.lex_state = 45}, + [1514] = {.lex_state = 35}, + [1515] = {.lex_state = 0}, + [1516] = {.lex_state = 52}, + [1517] = {.lex_state = 30}, + [1518] = {.lex_state = 52}, + [1519] = {.lex_state = 0}, + [1520] = {.lex_state = 37}, + [1521] = {.lex_state = 30}, + [1522] = {.lex_state = 37}, + [1523] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1524] = {.lex_state = 35}, + [1525] = {.lex_state = 37}, + [1526] = {.lex_state = 52}, + [1527] = {.lex_state = 52}, + [1528] = {.lex_state = 52}, + [1529] = {.lex_state = 0}, + [1530] = {.lex_state = 37}, + [1531] = {.lex_state = 30}, [1532] = {.lex_state = 0}, - [1533] = {.lex_state = 53}, - [1534] = {.lex_state = 50}, - [1535] = {.lex_state = 50}, - [1536] = {.lex_state = 45}, - [1537] = {.lex_state = 37}, - [1538] = {.lex_state = 0}, - [1539] = {.lex_state = 53}, - [1540] = {.lex_state = 37}, - [1541] = {.lex_state = 32}, - [1542] = {.lex_state = 53}, - [1543] = {.lex_state = 53}, - [1544] = {.lex_state = 53}, - [1545] = {.lex_state = 0}, - [1546] = {.lex_state = 53}, - [1547] = {.lex_state = 120}, - [1548] = {.lex_state = 53}, + [1533] = {.lex_state = 30}, + [1534] = {.lex_state = 37}, + [1535] = {.lex_state = 120}, + [1536] = {.lex_state = 0}, + [1537] = {.lex_state = 0}, + [1538] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1539] = {.lex_state = 30}, + [1540] = {.lex_state = 52}, + [1541] = {.lex_state = 35}, + [1542] = {.lex_state = 30}, + [1543] = {.lex_state = 37}, + [1544] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1545] = {.lex_state = 52}, + [1546] = {.lex_state = 120}, + [1547] = {.lex_state = 50, .reserved_word_set_id = 1}, + [1548] = {.lex_state = 52}, [1549] = {.lex_state = 0}, - [1550] = {.lex_state = 50}, + [1550] = {.lex_state = 0}, [1551] = {.lex_state = 0}, - [1552] = {.lex_state = 53}, - [1553] = {.lex_state = 30}, + [1552] = {.lex_state = 35}, + [1553] = {.lex_state = 52}, [1554] = {.lex_state = 37}, - [1555] = {.lex_state = 120}, - [1556] = {.lex_state = 32}, - [1557] = {.lex_state = 30}, - [1558] = {.lex_state = 37}, - [1559] = {.lex_state = 32}, - [1560] = {.lex_state = 32}, + [1555] = {.lex_state = 0}, + [1556] = {.lex_state = 0}, + [1557] = {.lex_state = 0}, + [1558] = {.lex_state = 0}, + [1559] = {.lex_state = 0}, + [1560] = {.lex_state = 0}, [1561] = {.lex_state = 0}, - [1562] = {.lex_state = 32}, - [1563] = {.lex_state = 0}, - [1564] = {.lex_state = 30}, - [1565] = {.lex_state = 37}, - [1566] = {.lex_state = 0}, - [1567] = {.lex_state = 32}, - [1568] = {.lex_state = 53}, - [1569] = {.lex_state = 37}, - [1570] = {.lex_state = 37}, + [1562] = {.lex_state = 0}, + [1563] = {.lex_state = 32}, + [1564] = {.lex_state = 0}, + [1565] = {.lex_state = 0}, + [1566] = {.lex_state = 32}, + [1567] = {.lex_state = 0}, + [1568] = {.lex_state = 0}, + [1569] = {.lex_state = 0}, + [1570] = {.lex_state = 0}, [1571] = {.lex_state = 0}, [1572] = {.lex_state = 0}, - [1573] = {.lex_state = 53}, + [1573] = {.lex_state = 45}, [1574] = {.lex_state = 0}, [1575] = {.lex_state = 0}, [1576] = {.lex_state = 0}, [1577] = {.lex_state = 0}, - [1578] = {.lex_state = 34}, + [1578] = {.lex_state = 0}, [1579] = {.lex_state = 0}, [1580] = {.lex_state = 0}, - [1581] = {.lex_state = 45}, + [1581] = {.lex_state = 0}, [1582] = {.lex_state = 0}, - [1583] = {.lex_state = 45}, - [1584] = {.lex_state = 0}, + [1583] = {.lex_state = 0}, + [1584] = {.lex_state = 52, .reserved_word_set_id = 1}, [1585] = {.lex_state = 0}, [1586] = {.lex_state = 0}, [1587] = {.lex_state = 0}, - [1588] = {.lex_state = 53}, - [1589] = {.lex_state = 53}, - [1590] = {.lex_state = 45}, - [1591] = {.lex_state = 0}, + [1588] = {.lex_state = 0}, + [1589] = {.lex_state = 0}, + [1590] = {.lex_state = 0}, + [1591] = {.lex_state = 32}, [1592] = {.lex_state = 0}, - [1593] = {.lex_state = 0}, + [1593] = {.lex_state = 45}, [1594] = {.lex_state = 0}, [1595] = {.lex_state = 0}, - [1596] = {.lex_state = 45}, + [1596] = {.lex_state = 0}, [1597] = {.lex_state = 0}, [1598] = {.lex_state = 0}, [1599] = {.lex_state = 0}, @@ -11155,427 +11136,836 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1603] = {.lex_state = 0}, [1604] = {.lex_state = 0}, [1605] = {.lex_state = 0}, - [1606] = {.lex_state = 0}, - [1607] = {.lex_state = 0}, + [1606] = {.lex_state = 35}, + [1607] = {.lex_state = 52, .reserved_word_set_id = 1}, [1608] = {.lex_state = 0}, [1609] = {.lex_state = 0}, - [1610] = {.lex_state = 53}, - [1611] = {.lex_state = 53}, + [1610] = {.lex_state = 0}, + [1611] = {.lex_state = 0}, [1612] = {.lex_state = 0}, [1613] = {.lex_state = 0}, - [1614] = {.lex_state = 34}, + [1614] = {.lex_state = 0}, [1615] = {.lex_state = 0}, [1616] = {.lex_state = 0}, [1617] = {.lex_state = 0}, - [1618] = {.lex_state = 0}, + [1618] = {.lex_state = 52, .reserved_word_set_id = 1}, [1619] = {.lex_state = 0}, - [1620] = {.lex_state = 0}, + [1620] = {.lex_state = 52, .reserved_word_set_id = 1}, [1621] = {.lex_state = 0}, [1622] = {.lex_state = 0}, [1623] = {.lex_state = 0}, - [1624] = {.lex_state = 0}, + [1624] = {.lex_state = 52, .reserved_word_set_id = 1}, [1625] = {.lex_state = 0}, [1626] = {.lex_state = 0}, [1627] = {.lex_state = 0}, - [1628] = {.lex_state = 0}, + [1628] = {.lex_state = 32}, [1629] = {.lex_state = 0}, - [1630] = {.lex_state = 0}, + [1630] = {.lex_state = 35}, [1631] = {.lex_state = 0}, [1632] = {.lex_state = 0}, [1633] = {.lex_state = 0}, - [1634] = {.lex_state = 0}, + [1634] = {.lex_state = 45}, [1635] = {.lex_state = 0}, - [1636] = {.lex_state = 53}, - [1637] = {.lex_state = 0}, + [1636] = {.lex_state = 0}, + [1637] = {.lex_state = 35}, [1638] = {.lex_state = 0}, [1639] = {.lex_state = 0}, [1640] = {.lex_state = 0}, - [1641] = {.lex_state = 0}, + [1641] = {.lex_state = 45}, [1642] = {.lex_state = 0}, [1643] = {.lex_state = 0}, - [1644] = {.lex_state = 0}, + [1644] = {.lex_state = 52, .reserved_word_set_id = 1}, [1645] = {.lex_state = 0}, - [1646] = {.lex_state = 0}, - [1647] = {.lex_state = 0}, + [1646] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1647] = {.lex_state = 52, .reserved_word_set_id = 1}, [1648] = {.lex_state = 0}, [1649] = {.lex_state = 0}, [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, - [1652] = {.lex_state = 30}, + [1652] = {.lex_state = 0}, [1653] = {.lex_state = 0}, - [1654] = {.lex_state = 53}, - [1655] = {.lex_state = 34}, - [1656] = {.lex_state = 45}, - [1657] = {.lex_state = 45}, + [1654] = {.lex_state = 0}, + [1655] = {.lex_state = 45}, + [1656] = {.lex_state = 0}, + [1657] = {.lex_state = 0}, [1658] = {.lex_state = 0}, [1659] = {.lex_state = 0}, [1660] = {.lex_state = 0}, - [1661] = {.lex_state = 0}, - [1662] = {.lex_state = 45}, - [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 0}, - [1665] = {.lex_state = 30}, - [1666] = {.lex_state = 0}, - [1667] = {.lex_state = 0}, + [1661] = {.lex_state = 120}, + [1662] = {.lex_state = 0}, + [1663] = {.lex_state = 120}, + [1664] = {.lex_state = 120}, + [1665] = {.lex_state = 120}, + [1666] = {.lex_state = 120}, + [1667] = {.lex_state = 31}, [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 0}, + [1669] = {.lex_state = 52, .reserved_word_set_id = 1}, [1670] = {.lex_state = 0}, - [1671] = {.lex_state = 0}, - [1672] = {.lex_state = 0}, - [1673] = {.lex_state = 0}, - [1674] = {.lex_state = 0}, + [1671] = {.lex_state = 120}, + [1672] = {.lex_state = 31}, + [1673] = {.lex_state = 31}, + [1674] = {.lex_state = 31}, [1675] = {.lex_state = 0}, - [1676] = {.lex_state = 0}, - [1677] = {.lex_state = 0}, + [1676] = {.lex_state = 120}, + [1677] = {.lex_state = 31}, [1678] = {.lex_state = 0}, - [1679] = {.lex_state = 30}, - [1680] = {.lex_state = 0}, - [1681] = {.lex_state = 53}, - [1682] = {.lex_state = 0}, + [1679] = {.lex_state = 45}, + [1680] = {.lex_state = 31}, + [1681] = {.lex_state = 31}, + [1682] = {.lex_state = 120}, [1683] = {.lex_state = 0}, - [1684] = {.lex_state = 34}, - [1685] = {.lex_state = 0}, - [1686] = {.lex_state = 0}, + [1684] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1685] = {.lex_state = 120}, + [1686] = {.lex_state = 120}, [1687] = {.lex_state = 0}, - [1688] = {.lex_state = 0}, - [1689] = {.lex_state = 120}, - [1690] = {.lex_state = 33}, + [1688] = {.lex_state = 120}, + [1689] = {.lex_state = 31}, + [1690] = {.lex_state = 0}, [1691] = {.lex_state = 0}, - [1692] = {.lex_state = 33}, - [1693] = {.lex_state = 120}, - [1694] = {.lex_state = 53}, - [1695] = {.lex_state = 0}, - [1696] = {.lex_state = 0}, - [1697] = {.lex_state = 0}, - [1698] = {.lex_state = 0}, - [1699] = {.lex_state = 33}, - [1700] = {.lex_state = 33}, - [1701] = {.lex_state = 0}, - [1702] = {.lex_state = 120}, - [1703] = {.lex_state = 33}, - [1704] = {.lex_state = 0}, - [1705] = {.lex_state = 0}, - [1706] = {.lex_state = 33}, - [1707] = {.lex_state = 33}, - [1708] = {.lex_state = 33}, - [1709] = {.lex_state = 33}, - [1710] = {.lex_state = 0}, - [1711] = {.lex_state = 33}, - [1712] = {.lex_state = 33}, - [1713] = {.lex_state = 0}, - [1714] = {.lex_state = 0}, + [1692] = {.lex_state = 45}, + [1693] = {.lex_state = 0}, + [1694] = {.lex_state = 52}, + [1695] = {.lex_state = 31}, + [1696] = {.lex_state = 120}, + [1697] = {.lex_state = 120}, + [1698] = {.lex_state = 120}, + [1699] = {.lex_state = 120}, + [1700] = {.lex_state = 120}, + [1701] = {.lex_state = 52}, + [1702] = {.lex_state = 0}, + [1703] = {.lex_state = 120}, + [1704] = {.lex_state = 120}, + [1705] = {.lex_state = 31}, + [1706] = {.lex_state = 31}, + [1707] = {.lex_state = 0}, + [1708] = {.lex_state = 0}, + [1709] = {.lex_state = 0}, + [1710] = {.lex_state = 120}, + [1711] = {.lex_state = 0}, + [1712] = {.lex_state = 120}, + [1713] = {.lex_state = 120}, + [1714] = {.lex_state = 31}, [1715] = {.lex_state = 120}, - [1716] = {.lex_state = 120}, - [1717] = {.lex_state = 33}, - [1718] = {.lex_state = 33}, - [1719] = {.lex_state = 53}, - [1720] = {.lex_state = 120}, - [1721] = {.lex_state = 120}, - [1722] = {.lex_state = 120}, - [1723] = {.lex_state = 33}, - [1724] = {.lex_state = 120}, - [1725] = {.lex_state = 0}, - [1726] = {.lex_state = 120}, - [1727] = {.lex_state = 45}, - [1728] = {.lex_state = 53}, + [1716] = {.lex_state = 0}, + [1717] = {.lex_state = 0}, + [1718] = {.lex_state = 0}, + [1719] = {.lex_state = 0}, + [1720] = {.lex_state = 45}, + [1721] = {.lex_state = 0}, + [1722] = {.lex_state = 31}, + [1723] = {.lex_state = 0}, + [1724] = {.lex_state = 31}, + [1725] = {.lex_state = 52}, + [1726] = {.lex_state = 31}, + [1727] = {.lex_state = 0}, + [1728] = {.lex_state = 52, .reserved_word_set_id = 1}, [1729] = {.lex_state = 0}, - [1730] = {.lex_state = 45}, - [1731] = {.lex_state = 33}, - [1732] = {.lex_state = 0}, - [1733] = {.lex_state = 0}, - [1734] = {.lex_state = 53}, + [1730] = {.lex_state = 31}, + [1731] = {.lex_state = 0}, + [1732] = {.lex_state = 120}, + [1733] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1734] = {.lex_state = 0}, [1735] = {.lex_state = 120}, - [1736] = {.lex_state = 120}, - [1737] = {.lex_state = 120}, - [1738] = {.lex_state = 120}, + [1736] = {.lex_state = 0}, + [1737] = {.lex_state = 0}, + [1738] = {.lex_state = 0}, [1739] = {.lex_state = 0}, - [1740] = {.lex_state = 0}, + [1740] = {.lex_state = 31}, [1741] = {.lex_state = 0}, [1742] = {.lex_state = 120}, [1743] = {.lex_state = 0}, - [1744] = {.lex_state = 53}, - [1745] = {.lex_state = 120}, - [1746] = {.lex_state = 120}, - [1747] = {.lex_state = 120}, - [1748] = {.lex_state = 0}, - [1749] = {.lex_state = 0}, - [1750] = {.lex_state = 0}, - [1751] = {.lex_state = 53}, - [1752] = {.lex_state = 120}, - [1753] = {.lex_state = 120}, - [1754] = {.lex_state = 120}, - [1755] = {.lex_state = 33}, - [1756] = {.lex_state = 53}, + [1744] = {.lex_state = 0}, + [1745] = {.lex_state = 0}, + [1746] = {.lex_state = 0}, + [1747] = {.lex_state = 0}, + [1748] = {.lex_state = 32}, + [1749] = {.lex_state = 44}, + [1750] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1751] = {.lex_state = 0}, + [1752] = {.lex_state = 0}, + [1753] = {.lex_state = 32}, + [1754] = {.lex_state = 0}, + [1755] = {.lex_state = 0}, + [1756] = {.lex_state = 0}, [1757] = {.lex_state = 0}, - [1758] = {.lex_state = 0}, + [1758] = {.lex_state = 44}, [1759] = {.lex_state = 0}, - [1760] = {.lex_state = 120}, - [1761] = {.lex_state = 0}, - [1762] = {.lex_state = 120}, - [1763] = {.lex_state = 120}, - [1764] = {.lex_state = 33}, - [1765] = {.lex_state = 0}, + [1760] = {.lex_state = 44}, + [1761] = {.lex_state = 52}, + [1762] = {.lex_state = 32}, + [1763] = {.lex_state = 44}, + [1764] = {.lex_state = 0}, + [1765] = {.lex_state = 44}, [1766] = {.lex_state = 0}, [1767] = {.lex_state = 0}, - [1768] = {.lex_state = 0}, + [1768] = {.lex_state = 44}, [1769] = {.lex_state = 0}, [1770] = {.lex_state = 0}, - [1771] = {.lex_state = 53}, - [1772] = {.lex_state = 0}, - [1773] = {.lex_state = 120}, - [1774] = {.lex_state = 45}, - [1775] = {.lex_state = 44}, - [1776] = {.lex_state = 44}, - [1777] = {.lex_state = 44}, - [1778] = {.lex_state = 120}, - [1779] = {.lex_state = 44}, - [1780] = {.lex_state = 0}, + [1771] = {.lex_state = 0}, + [1772] = {.lex_state = 44}, + [1773] = {.lex_state = 32}, + [1774] = {.lex_state = 44}, + [1775] = {.lex_state = 0}, + [1776] = {.lex_state = 52}, + [1777] = {.lex_state = 0}, + [1778] = {.lex_state = 0}, + [1779] = {.lex_state = 0}, + [1780] = {.lex_state = 32}, [1781] = {.lex_state = 0}, - [1782] = {.lex_state = 44}, - [1783] = {.lex_state = 34}, - [1784] = {.lex_state = 34}, - [1785] = {.lex_state = 53}, - [1786] = {.lex_state = 34}, - [1787] = {.lex_state = 34}, + [1782] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1783] = {.lex_state = 44}, + [1784] = {.lex_state = 44}, + [1785] = {.lex_state = 0}, + [1786] = {.lex_state = 120}, + [1787] = {.lex_state = 0}, [1788] = {.lex_state = 44}, - [1789] = {.lex_state = 0}, - [1790] = {.lex_state = 0}, - [1791] = {.lex_state = 0}, - [1792] = {.lex_state = 44}, - [1793] = {.lex_state = 44}, - [1794] = {.lex_state = 34}, - [1795] = {.lex_state = 0}, - [1796] = {.lex_state = 0}, - [1797] = {.lex_state = 44}, - [1798] = {.lex_state = 0}, - [1799] = {.lex_state = 53}, - [1800] = {.lex_state = 34}, - [1801] = {.lex_state = 0}, - [1802] = {.lex_state = 34}, - [1803] = {.lex_state = 34}, - [1804] = {.lex_state = 44}, + [1789] = {.lex_state = 32}, + [1790] = {.lex_state = 32}, + [1791] = {.lex_state = 44}, + [1792] = {.lex_state = 32}, + [1793] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1794] = {.lex_state = 0}, + [1795] = {.lex_state = 32}, + [1796] = {.lex_state = 32}, + [1797] = {.lex_state = 0}, + [1798] = {.lex_state = 32}, + [1799] = {.lex_state = 0}, + [1800] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1801] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1802] = {.lex_state = 0}, + [1803] = {.lex_state = 44}, + [1804] = {.lex_state = 0}, [1805] = {.lex_state = 44}, - [1806] = {.lex_state = 34}, - [1807] = {.lex_state = 0}, - [1808] = {.lex_state = 34}, - [1809] = {.lex_state = 0}, - [1810] = {.lex_state = 0}, - [1811] = {.lex_state = 0}, - [1812] = {.lex_state = 34}, + [1806] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1807] = {.lex_state = 44}, + [1808] = {.lex_state = 0}, + [1809] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1810] = {.lex_state = 32}, + [1811] = {.lex_state = 44}, + [1812] = {.lex_state = 32}, [1813] = {.lex_state = 44}, [1814] = {.lex_state = 0}, [1815] = {.lex_state = 0}, - [1816] = {.lex_state = 0}, - [1817] = {.lex_state = 34}, - [1818] = {.lex_state = 44}, - [1819] = {.lex_state = 34}, - [1820] = {.lex_state = 34}, - [1821] = {.lex_state = 53}, - [1822] = {.lex_state = 34}, - [1823] = {.lex_state = 0}, - [1824] = {.lex_state = 53}, - [1825] = {.lex_state = 53}, + [1816] = {.lex_state = 44}, + [1817] = {.lex_state = 0}, + [1818] = {.lex_state = 0}, + [1819] = {.lex_state = 0}, + [1820] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1821] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1822] = {.lex_state = 0}, + [1823] = {.lex_state = 32}, + [1824] = {.lex_state = 120}, + [1825] = {.lex_state = 52, .reserved_word_set_id = 1}, [1826] = {.lex_state = 0}, - [1827] = {.lex_state = 34}, + [1827] = {.lex_state = 44}, [1828] = {.lex_state = 0}, - [1829] = {.lex_state = 44}, - [1830] = {.lex_state = 34}, - [1831] = {.lex_state = 44}, + [1829] = {.lex_state = 32}, + [1830] = {.lex_state = 0}, + [1831] = {.lex_state = 52, .reserved_word_set_id = 1}, [1832] = {.lex_state = 0}, - [1833] = {.lex_state = 53}, - [1834] = {.lex_state = 0}, - [1835] = {.lex_state = 44}, - [1836] = {.lex_state = 44}, - [1837] = {.lex_state = 0}, + [1833] = {.lex_state = 44}, + [1834] = {.lex_state = 44}, + [1835] = {.lex_state = 0}, + [1836] = {.lex_state = 0}, + [1837] = {.lex_state = 44}, [1838] = {.lex_state = 0}, [1839] = {.lex_state = 0}, [1840] = {.lex_state = 0}, [1841] = {.lex_state = 0}, - [1842] = {.lex_state = 53}, - [1843] = {.lex_state = 120}, - [1844] = {.lex_state = 34}, + [1842] = {.lex_state = 44}, + [1843] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1844] = {.lex_state = 44}, [1845] = {.lex_state = 0}, - [1846] = {.lex_state = 44}, + [1846] = {.lex_state = 0}, [1847] = {.lex_state = 0}, - [1848] = {.lex_state = 0}, + [1848] = {.lex_state = 52, .reserved_word_set_id = 1}, [1849] = {.lex_state = 0}, [1850] = {.lex_state = 0}, [1851] = {.lex_state = 0}, - [1852] = {.lex_state = 53}, - [1853] = {.lex_state = 120}, - [1854] = {.lex_state = 0}, - [1855] = {.lex_state = 53}, - [1856] = {.lex_state = 0}, - [1857] = {.lex_state = 0}, + [1852] = {.lex_state = 32}, + [1853] = {.lex_state = 0}, + [1854] = {.lex_state = 32}, + [1855] = {.lex_state = 44}, + [1856] = {.lex_state = 52}, + [1857] = {.lex_state = 120}, [1858] = {.lex_state = 0}, [1859] = {.lex_state = 0}, [1860] = {.lex_state = 0}, - [1861] = {.lex_state = 34}, - [1862] = {.lex_state = 0}, - [1863] = {.lex_state = 0}, - [1864] = {.lex_state = 120}, - [1865] = {.lex_state = 44}, - [1866] = {.lex_state = 0}, - [1867] = {.lex_state = 53}, - [1868] = {.lex_state = 34}, - [1869] = {.lex_state = 53}, - [1870] = {.lex_state = 44}, + [1861] = {.lex_state = 0}, + [1862] = {.lex_state = 120}, + [1863] = {.lex_state = 44}, + [1864] = {.lex_state = 32}, + [1865] = {.lex_state = 0}, + [1866] = {.lex_state = 44}, + [1867] = {.lex_state = 44}, + [1868] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1869] = {.lex_state = 0}, + [1870] = {.lex_state = 0}, [1871] = {.lex_state = 0}, - [1872] = {.lex_state = 53}, + [1872] = {.lex_state = 52, .reserved_word_set_id = 1}, [1873] = {.lex_state = 0}, - [1874] = {.lex_state = 0}, + [1874] = {.lex_state = 52, .reserved_word_set_id = 1}, [1875] = {.lex_state = 0}, - [1876] = {.lex_state = 44}, - [1877] = {.lex_state = 53}, - [1878] = {.lex_state = 0}, - [1879] = {.lex_state = 34}, - [1880] = {.lex_state = 0}, - [1881] = {.lex_state = 34}, - [1882] = {.lex_state = 34}, - [1883] = {.lex_state = 0}, + [1876] = {.lex_state = 32}, + [1877] = {.lex_state = 0}, + [1878] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1879] = {.lex_state = 120}, + [1880] = {.lex_state = 44}, + [1881] = {.lex_state = 44}, + [1882] = {.lex_state = 44}, + [1883] = {.lex_state = 32}, [1884] = {.lex_state = 0}, [1885] = {.lex_state = 0}, - [1886] = {.lex_state = 0}, - [1887] = {.lex_state = 44}, - [1888] = {.lex_state = 0}, - [1889] = {.lex_state = 53}, - [1890] = {.lex_state = 53}, - [1891] = {.lex_state = 44}, + [1886] = {.lex_state = 120}, + [1887] = {.lex_state = 0}, + [1888] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1889] = {.lex_state = 0}, + [1890] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1891] = {.lex_state = 52, .reserved_word_set_id = 1}, [1892] = {.lex_state = 120}, - [1893] = {.lex_state = 44}, - [1894] = {.lex_state = 44}, - [1895] = {.lex_state = 53}, + [1893] = {.lex_state = 32}, + [1894] = {.lex_state = 32}, + [1895] = {.lex_state = 44}, [1896] = {.lex_state = 44}, - [1897] = {.lex_state = 44}, - [1898] = {.lex_state = 34}, - [1899] = {.lex_state = 44}, + [1897] = {.lex_state = 0}, + [1898] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1899] = {.lex_state = 120}, [1900] = {.lex_state = 0}, - [1901] = {.lex_state = 53}, - [1902] = {.lex_state = 0}, + [1901] = {.lex_state = 0}, + [1902] = {.lex_state = 44}, [1903] = {.lex_state = 44}, - [1904] = {.lex_state = 53}, + [1904] = {.lex_state = 52, .reserved_word_set_id = 1}, [1905] = {.lex_state = 0}, - [1906] = {.lex_state = 0}, - [1907] = {.lex_state = 44}, + [1906] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1907] = {.lex_state = 0}, [1908] = {.lex_state = 0}, [1909] = {.lex_state = 0}, - [1910] = {.lex_state = 0}, + [1910] = {.lex_state = 52, .reserved_word_set_id = 1}, [1911] = {.lex_state = 0}, [1912] = {.lex_state = 0}, [1913] = {.lex_state = 0}, - [1914] = {.lex_state = 53}, - [1915] = {.lex_state = 53}, - [1916] = {.lex_state = 53}, - [1917] = {.lex_state = 44}, + [1914] = {.lex_state = 0}, + [1915] = {.lex_state = 44}, + [1916] = {.lex_state = 44}, + [1917] = {.lex_state = 0}, [1918] = {.lex_state = 0}, [1919] = {.lex_state = 44}, - [1920] = {.lex_state = 53}, - [1921] = {.lex_state = 0}, + [1920] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1921] = {.lex_state = 52, .reserved_word_set_id = 1}, [1922] = {.lex_state = 0}, - [1923] = {.lex_state = 53}, - [1924] = {.lex_state = 44}, - [1925] = {.lex_state = 0}, - [1926] = {.lex_state = 44}, - [1927] = {.lex_state = 44}, - [1928] = {.lex_state = 0}, + [1923] = {.lex_state = 32}, + [1924] = {.lex_state = 32}, + [1925] = {.lex_state = 44}, + [1926] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1927] = {.lex_state = 32}, + [1928] = {.lex_state = 32}, [1929] = {.lex_state = 0}, [1930] = {.lex_state = 0}, - [1931] = {.lex_state = 53}, - [1932] = {.lex_state = 53}, - [1933] = {.lex_state = 0}, + [1931] = {.lex_state = 120}, + [1932] = {.lex_state = 0}, + [1933] = {.lex_state = 44}, [1934] = {.lex_state = 44}, - [1935] = {.lex_state = 53}, - [1936] = {.lex_state = 44}, + [1935] = {.lex_state = 0}, + [1936] = {.lex_state = 0}, [1937] = {.lex_state = 0}, - [1938] = {.lex_state = 0}, - [1939] = {.lex_state = 0}, - [1940] = {.lex_state = 53}, + [1938] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1939] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1940] = {.lex_state = 0}, [1941] = {.lex_state = 0}, - [1942] = {.lex_state = 34}, - [1943] = {.lex_state = 0}, - [1944] = {.lex_state = 0}, - [1945] = {.lex_state = 53}, - [1946] = {.lex_state = 53}, - [1947] = {.lex_state = 44}, - [1948] = {.lex_state = 34}, + [1942] = {.lex_state = 44}, + [1943] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1944] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1945] = {.lex_state = 44}, + [1946] = {.lex_state = 32}, + [1947] = {.lex_state = 32}, + [1948] = {.lex_state = 0}, [1949] = {.lex_state = 0}, - [1950] = {.lex_state = 0}, - [1951] = {.lex_state = 53}, - [1952] = {.lex_state = 120}, - [1953] = {.lex_state = 0}, - [1954] = {.lex_state = 44}, - [1955] = {.lex_state = 34}, - [1956] = {.lex_state = 53}, + [1950] = {.lex_state = 120}, + [1951] = {.lex_state = 120}, + [1952] = {.lex_state = 0}, + [1953] = {.lex_state = 44}, + [1954] = {.lex_state = 0}, + [1955] = {.lex_state = 0}, + [1956] = {.lex_state = 0}, [1957] = {.lex_state = 0}, - [1958] = {.lex_state = 44}, - [1959] = {.lex_state = 0}, - [1960] = {.lex_state = 53}, - [1961] = {.lex_state = 0}, - [1962] = {.lex_state = 44}, - [1963] = {.lex_state = 120}, - [1964] = {.lex_state = 0}, + [1958] = {.lex_state = 32}, + [1959] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1960] = {.lex_state = 120}, + [1961] = {.lex_state = 52}, + [1962] = {.lex_state = 0}, + [1963] = {.lex_state = 0}, + [1964] = {.lex_state = 32}, [1965] = {.lex_state = 0}, - [1966] = {.lex_state = 53}, - [1967] = {.lex_state = 0}, - [1968] = {.lex_state = 0}, - [1969] = {.lex_state = 53}, - [1970] = {.lex_state = 53}, - [1971] = {.lex_state = 53}, - [1972] = {.lex_state = 44}, - [1973] = {.lex_state = 0}, - [1974] = {.lex_state = 0}, - [1975] = {.lex_state = 120}, - [1976] = {.lex_state = 44}, + [1966] = {.lex_state = 0}, + [1967] = {.lex_state = 44}, + [1968] = {.lex_state = 44}, + [1969] = {.lex_state = 0}, + [1970] = {.lex_state = 0}, + [1971] = {.lex_state = 44}, + [1972] = {.lex_state = 0}, + [1973] = {.lex_state = 120}, + [1974] = {.lex_state = 44}, + [1975] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1976] = {.lex_state = 52}, [1977] = {.lex_state = 120}, - [1978] = {.lex_state = 120}, + [1978] = {.lex_state = 0}, [1979] = {.lex_state = 0}, - [1980] = {.lex_state = 44}, - [1981] = {.lex_state = 0}, + [1980] = {.lex_state = 52, .reserved_word_set_id = 1}, + [1981] = {.lex_state = 44}, [1982] = {.lex_state = 0}, [1983] = {.lex_state = 0}, - [1984] = {.lex_state = 0}, - [1985] = {.lex_state = 120}, - [1986] = {.lex_state = 44}, - [1987] = {.lex_state = 44}, - [1988] = {.lex_state = 53}, - [1989] = {.lex_state = 34}, - [1990] = {.lex_state = 0}, - [1991] = {.lex_state = 120}, - [1992] = {.lex_state = 0}, + [1984] = {.lex_state = 52}, + [1985] = {.lex_state = 0}, + [1986] = {.lex_state = 0}, + [1987] = {.lex_state = 0}, + [1988] = {.lex_state = 0}, + [1989] = {.lex_state = 120}, + [1990] = {.lex_state = 52}, + [1991] = {.lex_state = 32}, + [1992] = {.lex_state = 120}, [1993] = {.lex_state = 44}, - [1994] = {.lex_state = 0}, - [1995] = {.lex_state = 0}, - [1996] = {.lex_state = 53}, - [1997] = {.lex_state = 0}, - [1998] = {.lex_state = 0}, - [1999] = {.lex_state = 0}, - [2000] = {.lex_state = 120}, - [2001] = {.lex_state = 53}, - [2002] = {.lex_state = 0}, - [2003] = {.lex_state = 53}, - [2004] = {.lex_state = 0}, - [2005] = {.lex_state = 44}, - [2006] = {.lex_state = 34}, - [2007] = {.lex_state = 0}, - [2008] = {.lex_state = 0}, - [2009] = {.lex_state = 44}, - [2010] = {.lex_state = 0}, - [2011] = {.lex_state = 53}, - [2012] = {.lex_state = 44}, - [2013] = {.lex_state = 34}, - [2014] = {.lex_state = 0}, - [2015] = {.lex_state = 44}, - [2016] = {.lex_state = 120}, - [2017] = {.lex_state = 44}, - [2018] = {.lex_state = 0}, - [2019] = {.lex_state = 120}, - [2020] = {.lex_state = 0}, - [2021] = {.lex_state = 34}, - [2022] = {.lex_state = 120}, + [1994] = {.lex_state = 44}, + [1995] = {.lex_state = 44}, +}; + +static const TSSymbol ts_reserved_words[19][MAX_RESERVED_WORD_SET_SIZE] = { + [1] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [2] = { + anon_sym_else, + }, + [3] = { + anon_sym_typedef, + anon_sym_else, + }, + [4] = { + anon_sym_case, + anon_sym_default, + }, + [5] = { + anon_sym_typedef, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + }, + [6] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + }, + [7] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_else, + }, + [8] = { + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + }, + [9] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + }, + [10] = { + anon_sym_typedef, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [11] = { + anon_sym_typedef, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [12] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + }, + [13] = { + anon_sym_typedef, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [14] = { + anon_sym_typedef, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [15] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [16] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [17] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, + [18] = { + anon_sym_typedef, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym_thread_local, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_alignas, + anon_sym__Alignas, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_if, + anon_sym_else, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym__Generic, + sym_true, + sym_false, + anon_sym_nullptr, + }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { - [0] = { + [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [aux_sym_preproc_include_token1] = ACTIONS(1), @@ -11729,8 +12119,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1), [sym_comment] = ACTIONS(3), }, - [1] = { - [sym_translation_unit] = STATE(1981), + [STATE(1)] = { + [sym_translation_unit] = STATE(1799), [sym__top_level_item] = STATE(44), [sym_preproc_include] = STATE(44), [sym_preproc_def] = STATE(44), @@ -11739,26 +12129,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(44), [sym_preproc_ifdef] = STATE(44), [sym_function_definition] = STATE(44), - [sym__old_style_function_definition] = STATE(338), + [sym__old_style_function_definition] = STATE(356), [sym_declaration] = STATE(44), [sym_type_definition] = STATE(44), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1136), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1121), [sym_linkage_specification] = STATE(44), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(691), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(684), [sym_compound_statement] = STATE(44), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(800), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(362), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(808), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(339), [sym__top_level_statement] = STATE(44), [sym_labeled_statement] = STATE(44), [sym__top_level_expression_statement] = STATE(44), @@ -11772,36 +12162,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(44), [sym_continue_statement] = STATE(44), [sym_goto_statement] = STATE(44), - [sym_expression] = STATE(1116), - [sym__string] = STATE(1119), - [sym_conditional_expression] = STATE(1119), - [sym_assignment_expression] = STATE(1119), - [sym_pointer_expression] = STATE(935), - [sym_unary_expression] = STATE(1119), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(1119), - [sym_cast_expression] = STATE(1119), - [sym_sizeof_expression] = STATE(1119), - [sym_alignof_expression] = STATE(1119), - [sym_offsetof_expression] = STATE(1119), - [sym_generic_expression] = STATE(1119), - [sym_subscript_expression] = STATE(935), - [sym_call_expression] = STATE(935), - [sym_gnu_asm_expression] = STATE(1119), - [sym_extension_expression] = STATE(1119), - [sym_field_expression] = STATE(935), - [sym_compound_literal_expression] = STATE(1119), - [sym_parenthesized_expression] = STATE(935), - [sym_char_literal] = STATE(1119), - [sym_concatenated_string] = STATE(1119), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(1119), + [sym_expression] = STATE(1105), + [sym__string] = STATE(1106), + [sym_conditional_expression] = STATE(1106), + [sym_assignment_expression] = STATE(1106), + [sym_pointer_expression] = STATE(923), + [sym_unary_expression] = STATE(1106), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(1106), + [sym_cast_expression] = STATE(1106), + [sym_sizeof_expression] = STATE(1106), + [sym_alignof_expression] = STATE(1106), + [sym_offsetof_expression] = STATE(1106), + [sym_generic_expression] = STATE(1106), + [sym_subscript_expression] = STATE(923), + [sym_call_expression] = STATE(923), + [sym_gnu_asm_expression] = STATE(1106), + [sym_extension_expression] = STATE(1106), + [sym_field_expression] = STATE(923), + [sym_compound_literal_expression] = STATE(1106), + [sym_parenthesized_expression] = STATE(923), + [sym_char_literal] = STATE(1106), + [sym_concatenated_string] = STATE(1106), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(1106), [sym__empty_declaration] = STATE(44), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_translation_unit_repeat1] = STATE(44), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -11901,84 +12291,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [2] = { - [sym__block_item] = STATE(3), - [sym_preproc_include] = STATE(3), - [sym_preproc_def] = STATE(3), - [sym_preproc_function_def] = STATE(3), - [sym_preproc_call] = STATE(3), - [sym_preproc_if] = STATE(3), - [sym_preproc_ifdef] = STATE(3), - [sym_preproc_else] = STATE(1894), - [sym_preproc_elif] = STATE(1894), - [sym_preproc_elifdef] = STATE(1894), - [sym_function_definition] = STATE(3), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(3), - [sym_type_definition] = STATE(3), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(3), - [sym_attribute_specifier] = STATE(710), + [STATE(2)] = { + [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(1896), + [sym_preproc_elif] = STATE(1896), + [sym_preproc_elifdef] = STATE(1896), + [sym_function_definition] = STATE(21), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(3), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(3), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(3), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(21), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(21), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -12084,7 +12474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [3] = { + [STATE(3)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -12092,76 +12482,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(1893), - [sym_preproc_elif] = STATE(1893), - [sym_preproc_elifdef] = STATE(1893), + [sym_preproc_else] = STATE(1760), + [sym_preproc_elif] = STATE(1760), + [sym_preproc_elifdef] = STATE(1760), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -12267,84 +12657,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [4] = { - [sym__block_item] = STATE(5), - [sym_preproc_include] = STATE(5), - [sym_preproc_def] = STATE(5), - [sym_preproc_function_def] = STATE(5), - [sym_preproc_call] = STATE(5), - [sym_preproc_if] = STATE(5), - [sym_preproc_ifdef] = STATE(5), - [sym_preproc_else] = STATE(1846), - [sym_preproc_elif] = STATE(1846), - [sym_preproc_elifdef] = STATE(1846), - [sym_function_definition] = STATE(5), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(5), - [sym_type_definition] = STATE(5), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(5), - [sym_attribute_specifier] = STATE(710), + [STATE(4)] = { + [sym__block_item] = STATE(6), + [sym_preproc_include] = STATE(6), + [sym_preproc_def] = STATE(6), + [sym_preproc_function_def] = STATE(6), + [sym_preproc_call] = STATE(6), + [sym_preproc_if] = STATE(6), + [sym_preproc_ifdef] = STATE(6), + [sym_preproc_else] = STATE(1811), + [sym_preproc_elif] = STATE(1811), + [sym_preproc_elifdef] = STATE(1811), + [sym_function_definition] = STATE(6), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(6), + [sym_type_definition] = STATE(6), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(6), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(5), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(5), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(5), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(6), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(6), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(6), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -12450,7 +12840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [5] = { + [STATE(5)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -12458,76 +12848,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(1936), - [sym_preproc_elif] = STATE(1936), - [sym_preproc_elifdef] = STATE(1936), + [sym_preproc_else] = STATE(1768), + [sym_preproc_elif] = STATE(1768), + [sym_preproc_elifdef] = STATE(1768), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -12633,84 +13023,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [6] = { - [sym__block_item] = STATE(8), - [sym_preproc_include] = STATE(8), - [sym_preproc_def] = STATE(8), - [sym_preproc_function_def] = STATE(8), - [sym_preproc_call] = STATE(8), - [sym_preproc_if] = STATE(8), - [sym_preproc_ifdef] = STATE(8), - [sym_preproc_else] = STATE(1792), - [sym_preproc_elif] = STATE(1792), - [sym_preproc_elifdef] = STATE(1792), - [sym_function_definition] = STATE(8), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(8), - [sym_type_definition] = STATE(8), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(8), - [sym_attribute_specifier] = STATE(710), + [STATE(6)] = { + [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(1995), + [sym_preproc_elif] = STATE(1995), + [sym_preproc_elifdef] = STATE(1995), + [sym_function_definition] = STATE(22), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(8), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(8), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(8), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(22), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -12816,7 +13206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [7] = { + [STATE(7)] = { [sym__block_item] = STATE(9), [sym_preproc_include] = STATE(9), [sym_preproc_def] = STATE(9), @@ -12824,76 +13214,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(9), [sym_preproc_if] = STATE(9), [sym_preproc_ifdef] = STATE(9), - [sym_preproc_else] = STATE(1793), - [sym_preproc_elif] = STATE(1793), - [sym_preproc_elifdef] = STATE(1793), + [sym_preproc_else] = STATE(1882), + [sym_preproc_elif] = STATE(1882), + [sym_preproc_elifdef] = STATE(1882), [sym_function_definition] = STATE(9), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(9), [sym_type_definition] = STATE(9), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(9), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(9), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(9), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(9), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -12999,84 +13389,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [8] = { - [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(1805), - [sym_preproc_elif] = STATE(1805), - [sym_preproc_elifdef] = STATE(1805), - [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [STATE(8)] = { + [sym__block_item] = STATE(10), + [sym_preproc_include] = STATE(10), + [sym_preproc_def] = STATE(10), + [sym_preproc_function_def] = STATE(10), + [sym_preproc_call] = STATE(10), + [sym_preproc_if] = STATE(10), + [sym_preproc_ifdef] = STATE(10), + [sym_preproc_else] = STATE(1974), + [sym_preproc_elif] = STATE(1974), + [sym_preproc_elifdef] = STATE(1974), + [sym_function_definition] = STATE(10), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(10), + [sym_type_definition] = STATE(10), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(10), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(10), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(10), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(10), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -13182,7 +13572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [9] = { + [STATE(9)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -13190,76 +13580,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(2017), - [sym_preproc_elif] = STATE(2017), - [sym_preproc_elifdef] = STATE(2017), + [sym_preproc_else] = STATE(1763), + [sym_preproc_elif] = STATE(1763), + [sym_preproc_elifdef] = STATE(1763), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -13365,84 +13755,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [10] = { - [sym__block_item] = STATE(12), - [sym_preproc_include] = STATE(12), - [sym_preproc_def] = STATE(12), - [sym_preproc_function_def] = STATE(12), - [sym_preproc_call] = STATE(12), - [sym_preproc_if] = STATE(12), - [sym_preproc_ifdef] = STATE(12), - [sym_preproc_else] = STATE(1987), - [sym_preproc_elif] = STATE(1987), - [sym_preproc_elifdef] = STATE(1987), - [sym_function_definition] = STATE(12), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(12), - [sym_type_definition] = STATE(12), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(12), - [sym_attribute_specifier] = STATE(710), + [STATE(10)] = { + [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(1953), + [sym_preproc_elif] = STATE(1953), + [sym_preproc_elifdef] = STATE(1953), + [sym_function_definition] = STATE(22), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(12), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(12), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(12), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(22), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -13548,7 +13938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [11] = { + [STATE(11)] = { [sym__block_item] = STATE(13), [sym_preproc_include] = STATE(13), [sym_preproc_def] = STATE(13), @@ -13556,76 +13946,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(13), [sym_preproc_if] = STATE(13), [sym_preproc_ifdef] = STATE(13), - [sym_preproc_else] = STATE(1797), - [sym_preproc_elif] = STATE(1797), - [sym_preproc_elifdef] = STATE(1797), + [sym_preproc_else] = STATE(1881), + [sym_preproc_elif] = STATE(1881), + [sym_preproc_elifdef] = STATE(1881), [sym_function_definition] = STATE(13), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(13), [sym_type_definition] = STATE(13), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(13), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(13), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(13), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -13731,84 +14121,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [12] = { - [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(1813), - [sym_preproc_elif] = STATE(1813), - [sym_preproc_elifdef] = STATE(1813), - [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [STATE(12)] = { + [sym__block_item] = STATE(5), + [sym_preproc_include] = STATE(5), + [sym_preproc_def] = STATE(5), + [sym_preproc_function_def] = STATE(5), + [sym_preproc_call] = STATE(5), + [sym_preproc_if] = STATE(5), + [sym_preproc_ifdef] = STATE(5), + [sym_preproc_else] = STATE(1994), + [sym_preproc_elif] = STATE(1994), + [sym_preproc_elifdef] = STATE(1994), + [sym_function_definition] = STATE(5), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(5), + [sym_type_definition] = STATE(5), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(5), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(5), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(5), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(5), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -13914,7 +14304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [13] = { + [STATE(13)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -13922,76 +14312,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(1919), - [sym_preproc_elif] = STATE(1919), - [sym_preproc_elifdef] = STATE(1919), + [sym_preproc_else] = STATE(1842), + [sym_preproc_elif] = STATE(1842), + [sym_preproc_elifdef] = STATE(1842), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -14097,7 +14487,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [14] = { + [STATE(14)] = { [sym__block_item] = STATE(16), [sym_preproc_include] = STATE(16), [sym_preproc_def] = STATE(16), @@ -14105,76 +14495,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(16), [sym_preproc_if] = STATE(16), [sym_preproc_ifdef] = STATE(16), - [sym_preproc_else] = STATE(1924), - [sym_preproc_elif] = STATE(1924), - [sym_preproc_elifdef] = STATE(1924), + [sym_preproc_else] = STATE(1765), + [sym_preproc_elif] = STATE(1765), + [sym_preproc_elifdef] = STATE(1765), [sym_function_definition] = STATE(16), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(16), [sym_type_definition] = STATE(16), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(16), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(16), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(16), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(16), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -14280,7 +14670,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [15] = { + [STATE(15)] = { [sym__block_item] = STATE(17), [sym_preproc_include] = STATE(17), [sym_preproc_def] = STATE(17), @@ -14288,76 +14678,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(17), [sym_preproc_if] = STATE(17), [sym_preproc_ifdef] = STATE(17), - [sym_preproc_else] = STATE(1865), - [sym_preproc_elif] = STATE(1865), - [sym_preproc_elifdef] = STATE(1865), + [sym_preproc_else] = STATE(1813), + [sym_preproc_elif] = STATE(1813), + [sym_preproc_elifdef] = STATE(1813), [sym_function_definition] = STATE(17), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(17), [sym_type_definition] = STATE(17), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(17), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(17), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(17), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(17), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -14463,7 +14853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [16] = { + [STATE(16)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -14471,76 +14861,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(1876), - [sym_preproc_elif] = STATE(1876), - [sym_preproc_elifdef] = STATE(1876), + [sym_preproc_else] = STATE(1816), + [sym_preproc_elif] = STATE(1816), + [sym_preproc_elifdef] = STATE(1816), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -14646,7 +15036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [17] = { + [STATE(17)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -14654,76 +15044,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(1976), - [sym_preproc_elif] = STATE(1976), - [sym_preproc_elifdef] = STATE(1976), + [sym_preproc_else] = STATE(1844), + [sym_preproc_elif] = STATE(1844), + [sym_preproc_elifdef] = STATE(1844), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -14829,7 +15219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [18] = { + [STATE(18)] = { [sym__block_item] = STATE(20), [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), @@ -14837,76 +15227,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(20), [sym_preproc_if] = STATE(20), [sym_preproc_ifdef] = STATE(20), - [sym_preproc_else] = STATE(1917), - [sym_preproc_elif] = STATE(1917), - [sym_preproc_elifdef] = STATE(1917), + [sym_preproc_else] = STATE(1968), + [sym_preproc_elif] = STATE(1968), + [sym_preproc_elifdef] = STATE(1968), [sym_function_definition] = STATE(20), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(20), [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(20), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -15012,84 +15402,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [19] = { - [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(1958), - [sym_preproc_elif] = STATE(1958), - [sym_preproc_elifdef] = STATE(1958), - [sym_function_definition] = STATE(21), - [sym__old_style_function_definition] = STATE(129), - [sym_declaration] = STATE(21), - [sym_type_definition] = STATE(21), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), - [sym_linkage_specification] = STATE(21), - [sym_attribute_specifier] = STATE(710), + [STATE(19)] = { + [sym__block_item] = STATE(3), + [sym_preproc_include] = STATE(3), + [sym_preproc_def] = STATE(3), + [sym_preproc_function_def] = STATE(3), + [sym_preproc_call] = STATE(3), + [sym_preproc_if] = STATE(3), + [sym_preproc_ifdef] = STATE(3), + [sym_preproc_else] = STATE(1993), + [sym_preproc_elif] = STATE(1993), + [sym_preproc_elifdef] = STATE(1993), + [sym_function_definition] = STATE(3), + [sym__old_style_function_definition] = STATE(147), + [sym_declaration] = STATE(3), + [sym_type_definition] = STATE(3), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), + [sym_linkage_specification] = STATE(3), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), - [sym_statement] = STATE(21), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(21), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), + [sym_statement] = STATE(3), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(3), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(3), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -15195,7 +15585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [20] = { + [STATE(20)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -15203,76 +15593,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(1962), - [sym_preproc_elif] = STATE(1962), - [sym_preproc_elifdef] = STATE(1962), + [sym_preproc_else] = STATE(1880), + [sym_preproc_elif] = STATE(1880), + [sym_preproc_elifdef] = STATE(1880), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -15378,7 +15768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [21] = { + [STATE(21)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -15386,76 +15776,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_call] = STATE(22), [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), - [sym_preproc_else] = STATE(2009), - [sym_preproc_elif] = STATE(2009), - [sym_preproc_elifdef] = STATE(2009), + [sym_preproc_else] = STATE(1925), + [sym_preproc_elif] = STATE(1925), + [sym_preproc_elifdef] = STATE(1925), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(105), [aux_sym_preproc_include_token1] = ACTIONS(107), [aux_sym_preproc_def_token1] = ACTIONS(109), @@ -15561,7 +15951,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [22] = { + [STATE(22)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -15570,72 +15960,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(22), [sym_preproc_ifdef] = STATE(22), [sym_function_definition] = STATE(22), - [sym__old_style_function_definition] = STATE(129), + [sym__old_style_function_definition] = STATE(147), [sym_declaration] = STATE(22), [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1137), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1135), [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(674), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(793), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(119), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(692), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(788), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(120), [sym_statement] = STATE(22), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(22), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(203), [aux_sym_preproc_include_token1] = ACTIONS(206), [aux_sym_preproc_def_token1] = ACTIONS(209), @@ -15741,81 +16131,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(355), [sym_comment] = ACTIONS(3), }, - [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_function_definition] = STATE(31), + [STATE(23)] = { + [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__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(31), - [sym_type_definition] = STATE(31), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(31), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(31), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(31), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(31), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(38), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(38), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -15917,257 +16307,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [24] = { - [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_function_definition] = STATE(24), - [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(408), - [aux_sym_preproc_include_token1] = ACTIONS(411), - [aux_sym_preproc_def_token1] = ACTIONS(414), - [aux_sym_preproc_if_token1] = ACTIONS(417), - [aux_sym_preproc_ifdef_token1] = ACTIONS(420), - [aux_sym_preproc_ifdef_token2] = ACTIONS(420), - [sym_preproc_directive] = ACTIONS(423), - [anon_sym_LPAREN2] = ACTIONS(223), - [anon_sym_BANG] = ACTIONS(226), - [anon_sym_TILDE] = ACTIONS(226), - [anon_sym_DASH] = ACTIONS(229), - [anon_sym_PLUS] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(232), - [anon_sym_AMP] = ACTIONS(232), - [anon_sym_SEMI] = ACTIONS(426), - [anon_sym___extension__] = ACTIONS(429), - [anon_sym_typedef] = ACTIONS(432), - [anon_sym_extern] = ACTIONS(435), - [anon_sym___attribute__] = ACTIONS(247), - [anon_sym___attribute] = ACTIONS(247), - [anon_sym_LBRACK_LBRACK] = ACTIONS(250), - [anon_sym___declspec] = ACTIONS(253), - [anon_sym___cdecl] = ACTIONS(256), - [anon_sym___clrcall] = ACTIONS(256), - [anon_sym___stdcall] = ACTIONS(256), - [anon_sym___fastcall] = ACTIONS(256), - [anon_sym___thiscall] = ACTIONS(256), - [anon_sym___vectorcall] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(438), - [anon_sym_RBRACE] = ACTIONS(441), - [anon_sym_signed] = ACTIONS(262), - [anon_sym_unsigned] = ACTIONS(262), - [anon_sym_long] = ACTIONS(262), - [anon_sym_short] = ACTIONS(262), - [anon_sym_static] = ACTIONS(265), - [anon_sym_auto] = ACTIONS(265), - [anon_sym_register] = ACTIONS(265), - [anon_sym_inline] = ACTIONS(265), - [anon_sym___inline] = ACTIONS(265), - [anon_sym___inline__] = ACTIONS(265), - [anon_sym___forceinline] = ACTIONS(265), - [anon_sym_thread_local] = ACTIONS(265), - [anon_sym___thread] = ACTIONS(265), - [anon_sym_const] = ACTIONS(268), - [anon_sym_constexpr] = ACTIONS(268), - [anon_sym_volatile] = ACTIONS(268), - [anon_sym_restrict] = ACTIONS(268), - [anon_sym___restrict__] = ACTIONS(268), - [anon_sym__Atomic] = ACTIONS(268), - [anon_sym__Noreturn] = ACTIONS(268), - [anon_sym_noreturn] = ACTIONS(268), - [anon_sym__Nonnull] = ACTIONS(268), - [anon_sym_alignas] = ACTIONS(271), - [anon_sym__Alignas] = ACTIONS(271), - [sym_primitive_type] = ACTIONS(274), - [anon_sym_enum] = ACTIONS(277), - [anon_sym_struct] = ACTIONS(280), - [anon_sym_union] = ACTIONS(283), - [anon_sym_if] = ACTIONS(443), - [anon_sym_switch] = ACTIONS(446), - [anon_sym_case] = ACTIONS(449), - [anon_sym_default] = ACTIONS(452), - [anon_sym_while] = ACTIONS(455), - [anon_sym_do] = ACTIONS(458), - [anon_sym_for] = ACTIONS(461), - [anon_sym_return] = ACTIONS(464), - [anon_sym_break] = ACTIONS(467), - [anon_sym_continue] = ACTIONS(470), - [anon_sym_goto] = ACTIONS(473), - [anon_sym___try] = ACTIONS(476), - [anon_sym___leave] = ACTIONS(479), - [anon_sym_DASH_DASH] = ACTIONS(325), - [anon_sym_PLUS_PLUS] = ACTIONS(325), - [anon_sym_sizeof] = ACTIONS(328), - [anon_sym___alignof__] = ACTIONS(331), - [anon_sym___alignof] = ACTIONS(331), - [anon_sym__alignof] = ACTIONS(331), - [anon_sym_alignof] = ACTIONS(331), - [anon_sym__Alignof] = ACTIONS(331), - [anon_sym_offsetof] = ACTIONS(334), - [anon_sym__Generic] = ACTIONS(337), - [anon_sym_asm] = ACTIONS(340), - [anon_sym___asm__] = ACTIONS(340), - [anon_sym___asm] = ACTIONS(340), - [sym_number_literal] = ACTIONS(343), - [anon_sym_L_SQUOTE] = ACTIONS(346), - [anon_sym_u_SQUOTE] = ACTIONS(346), - [anon_sym_U_SQUOTE] = ACTIONS(346), - [anon_sym_u8_SQUOTE] = ACTIONS(346), - [anon_sym_SQUOTE] = ACTIONS(346), - [anon_sym_L_DQUOTE] = ACTIONS(349), - [anon_sym_u_DQUOTE] = ACTIONS(349), - [anon_sym_U_DQUOTE] = ACTIONS(349), - [anon_sym_u8_DQUOTE] = ACTIONS(349), - [anon_sym_DQUOTE] = ACTIONS(349), - [sym_true] = ACTIONS(352), - [sym_false] = ACTIONS(352), - [anon_sym_NULL] = ACTIONS(355), - [anon_sym_nullptr] = ACTIONS(355), - [sym_comment] = ACTIONS(3), - }, - [25] = { - [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_function_definition] = STATE(27), + [STATE(24)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(27), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -16197,7 +16411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(482), + [anon_sym_RBRACE] = ACTIONS(408), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -16269,89 +16483,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [26] = { - [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__old_style_function_definition] = STATE(286), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1139), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(710), + [STATE(25)] = { + [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_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(271), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(697), - [sym_compound_statement] = STATE(180), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(798), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(287), - [sym_statement] = STATE(40), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(484), - [aux_sym_preproc_include_token1] = ACTIONS(486), - [aux_sym_preproc_def_token1] = ACTIONS(488), - [aux_sym_preproc_if_token1] = ACTIONS(490), - [aux_sym_preproc_if_token2] = ACTIONS(492), - [aux_sym_preproc_ifdef_token1] = ACTIONS(494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(494), - [sym_preproc_directive] = ACTIONS(496), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(27), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(358), + [aux_sym_preproc_include_token1] = ACTIONS(360), + [aux_sym_preproc_def_token1] = ACTIONS(362), + [aux_sym_preproc_if_token1] = ACTIONS(364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(366), + [sym_preproc_directive] = ACTIONS(368), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -16359,10 +16572,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(500), - [anon_sym_typedef] = ACTIONS(502), - [anon_sym_extern] = ACTIONS(504), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(374), + [anon_sym_extern] = ACTIONS(376), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), @@ -16373,7 +16586,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(41), [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_RBRACE] = ACTIONS(410), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -16402,19 +16616,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -16445,81 +16659,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [27] = { - [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_function_definition] = STATE(24), + [STATE(26)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(412), + [aux_sym_preproc_include_token1] = ACTIONS(415), + [aux_sym_preproc_def_token1] = ACTIONS(418), + [aux_sym_preproc_if_token1] = ACTIONS(421), + [aux_sym_preproc_ifdef_token1] = ACTIONS(424), + [aux_sym_preproc_ifdef_token2] = ACTIONS(424), + [sym_preproc_directive] = ACTIONS(427), + [anon_sym_LPAREN2] = ACTIONS(223), + [anon_sym_BANG] = ACTIONS(226), + [anon_sym_TILDE] = ACTIONS(226), + [anon_sym_DASH] = ACTIONS(229), + [anon_sym_PLUS] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(232), + [anon_sym_AMP] = ACTIONS(232), + [anon_sym_SEMI] = ACTIONS(430), + [anon_sym___extension__] = ACTIONS(433), + [anon_sym_typedef] = ACTIONS(436), + [anon_sym_extern] = ACTIONS(439), + [anon_sym___attribute__] = ACTIONS(247), + [anon_sym___attribute] = ACTIONS(247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(250), + [anon_sym___declspec] = ACTIONS(253), + [anon_sym___cdecl] = ACTIONS(256), + [anon_sym___clrcall] = ACTIONS(256), + [anon_sym___stdcall] = ACTIONS(256), + [anon_sym___fastcall] = ACTIONS(256), + [anon_sym___thiscall] = ACTIONS(256), + [anon_sym___vectorcall] = ACTIONS(256), + [anon_sym_LBRACE] = ACTIONS(442), + [anon_sym_RBRACE] = ACTIONS(445), + [anon_sym_signed] = ACTIONS(262), + [anon_sym_unsigned] = ACTIONS(262), + [anon_sym_long] = ACTIONS(262), + [anon_sym_short] = ACTIONS(262), + [anon_sym_static] = ACTIONS(265), + [anon_sym_auto] = ACTIONS(265), + [anon_sym_register] = ACTIONS(265), + [anon_sym_inline] = ACTIONS(265), + [anon_sym___inline] = ACTIONS(265), + [anon_sym___inline__] = ACTIONS(265), + [anon_sym___forceinline] = ACTIONS(265), + [anon_sym_thread_local] = ACTIONS(265), + [anon_sym___thread] = ACTIONS(265), + [anon_sym_const] = ACTIONS(268), + [anon_sym_constexpr] = ACTIONS(268), + [anon_sym_volatile] = ACTIONS(268), + [anon_sym_restrict] = ACTIONS(268), + [anon_sym___restrict__] = ACTIONS(268), + [anon_sym__Atomic] = ACTIONS(268), + [anon_sym__Noreturn] = ACTIONS(268), + [anon_sym_noreturn] = ACTIONS(268), + [anon_sym__Nonnull] = ACTIONS(268), + [anon_sym_alignas] = ACTIONS(271), + [anon_sym__Alignas] = ACTIONS(271), + [sym_primitive_type] = ACTIONS(274), + [anon_sym_enum] = ACTIONS(277), + [anon_sym_struct] = ACTIONS(280), + [anon_sym_union] = ACTIONS(283), + [anon_sym_if] = ACTIONS(447), + [anon_sym_switch] = ACTIONS(450), + [anon_sym_case] = ACTIONS(453), + [anon_sym_default] = ACTIONS(456), + [anon_sym_while] = ACTIONS(459), + [anon_sym_do] = ACTIONS(462), + [anon_sym_for] = ACTIONS(465), + [anon_sym_return] = ACTIONS(468), + [anon_sym_break] = ACTIONS(471), + [anon_sym_continue] = ACTIONS(474), + [anon_sym_goto] = ACTIONS(477), + [anon_sym___try] = ACTIONS(480), + [anon_sym___leave] = ACTIONS(483), + [anon_sym_DASH_DASH] = ACTIONS(325), + [anon_sym_PLUS_PLUS] = ACTIONS(325), + [anon_sym_sizeof] = ACTIONS(328), + [anon_sym___alignof__] = ACTIONS(331), + [anon_sym___alignof] = ACTIONS(331), + [anon_sym__alignof] = ACTIONS(331), + [anon_sym_alignof] = ACTIONS(331), + [anon_sym__Alignof] = ACTIONS(331), + [anon_sym_offsetof] = ACTIONS(334), + [anon_sym__Generic] = ACTIONS(337), + [anon_sym_asm] = ACTIONS(340), + [anon_sym___asm__] = ACTIONS(340), + [anon_sym___asm] = ACTIONS(340), + [sym_number_literal] = ACTIONS(343), + [anon_sym_L_SQUOTE] = ACTIONS(346), + [anon_sym_u_SQUOTE] = ACTIONS(346), + [anon_sym_U_SQUOTE] = ACTIONS(346), + [anon_sym_u8_SQUOTE] = ACTIONS(346), + [anon_sym_SQUOTE] = ACTIONS(346), + [anon_sym_L_DQUOTE] = ACTIONS(349), + [anon_sym_u_DQUOTE] = ACTIONS(349), + [anon_sym_U_DQUOTE] = ACTIONS(349), + [anon_sym_u8_DQUOTE] = ACTIONS(349), + [anon_sym_DQUOTE] = ACTIONS(349), + [sym_true] = ACTIONS(352), + [sym_false] = ACTIONS(352), + [anon_sym_NULL] = ACTIONS(355), + [anon_sym_nullptr] = ACTIONS(355), + [sym_comment] = ACTIONS(3), + }, + [STATE(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_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(271), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(407), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -16549,7 +16939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(534), + [anon_sym_RBRACE] = ACTIONS(486), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -16621,81 +17011,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [28] = { - [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_function_definition] = STATE(24), + [STATE(28)] = { + [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_function_definition] = STATE(30), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(30), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(30), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(30), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -16725,7 +17115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(536), + [anon_sym_RBRACE] = ACTIONS(488), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -16797,88 +17187,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [29] = { - [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_function_definition] = STATE(24), - [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [STATE(29)] = { + [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_function_definition] = STATE(31), + [sym__old_style_function_definition] = STATE(296), + [sym_declaration] = STATE(31), + [sym_type_definition] = STATE(31), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1123), + [sym_linkage_specification] = STATE(31), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(358), - [aux_sym_preproc_include_token1] = ACTIONS(360), - [aux_sym_preproc_def_token1] = ACTIONS(362), - [aux_sym_preproc_if_token1] = ACTIONS(364), - [aux_sym_preproc_ifdef_token1] = ACTIONS(366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(366), - [sym_preproc_directive] = ACTIONS(368), + [sym_compound_statement] = STATE(199), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(794), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(298), + [sym_statement] = STATE(31), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(31), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(31), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(490), + [aux_sym_preproc_include_token1] = ACTIONS(492), + [aux_sym_preproc_def_token1] = ACTIONS(494), + [aux_sym_preproc_if_token1] = ACTIONS(496), + [aux_sym_preproc_if_token2] = ACTIONS(498), + [aux_sym_preproc_ifdef_token1] = ACTIONS(500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(500), + [sym_preproc_directive] = ACTIONS(502), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -16886,10 +17277,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(372), - [anon_sym_typedef] = ACTIONS(374), - [anon_sym_extern] = ACTIONS(376), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(506), + [anon_sym_typedef] = ACTIONS(508), + [anon_sym_extern] = ACTIONS(510), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), @@ -16900,8 +17291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(41), [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(538), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -16930,19 +17320,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(382), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(386), - [anon_sym_default] = ACTIONS(388), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -16973,81 +17363,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [30] = { - [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_function_definition] = STATE(32), + [STATE(30)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(32), - [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(32), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -17149,88 +17539,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [31] = { - [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_function_definition] = STATE(24), - [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [STATE(31)] = { + [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_function_definition] = STATE(33), + [sym__old_style_function_definition] = STATE(296), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1123), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(358), - [aux_sym_preproc_include_token1] = ACTIONS(360), - [aux_sym_preproc_def_token1] = ACTIONS(362), - [aux_sym_preproc_if_token1] = ACTIONS(364), - [aux_sym_preproc_ifdef_token1] = ACTIONS(366), - [aux_sym_preproc_ifdef_token2] = ACTIONS(366), - [sym_preproc_directive] = ACTIONS(368), + [sym_compound_statement] = STATE(199), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(794), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(298), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(33), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(490), + [aux_sym_preproc_include_token1] = ACTIONS(492), + [aux_sym_preproc_def_token1] = ACTIONS(494), + [aux_sym_preproc_if_token1] = ACTIONS(496), + [aux_sym_preproc_if_token2] = ACTIONS(542), + [aux_sym_preproc_ifdef_token1] = ACTIONS(500), + [aux_sym_preproc_ifdef_token2] = ACTIONS(500), + [sym_preproc_directive] = ACTIONS(502), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17238,10 +17629,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(372), - [anon_sym_typedef] = ACTIONS(374), - [anon_sym_extern] = ACTIONS(376), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(506), + [anon_sym_typedef] = ACTIONS(508), + [anon_sym_extern] = ACTIONS(510), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), @@ -17252,8 +17643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(41), [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(542), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -17282,19 +17672,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(382), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(386), - [anon_sym_default] = ACTIONS(388), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -17325,81 +17715,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [32] = { - [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_function_definition] = STATE(24), + [STATE(32)] = { + [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__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(34), + [sym_type_definition] = STATE(34), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(34), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(34), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(34), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(34), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -17501,81 +17891,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [33] = { - [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_function_definition] = STATE(28), - [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(710), + [STATE(33)] = { + [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_function_definition] = STATE(33), + [sym__old_style_function_definition] = STATE(296), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1123), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(28), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(28), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_compound_statement] = STATE(199), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(794), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(298), + [sym_statement] = STATE(33), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(33), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(546), + [aux_sym_preproc_include_token1] = ACTIONS(549), + [aux_sym_preproc_def_token1] = ACTIONS(552), + [aux_sym_preproc_if_token1] = ACTIONS(555), + [aux_sym_preproc_if_token2] = ACTIONS(215), + [aux_sym_preproc_ifdef_token1] = ACTIONS(558), + [aux_sym_preproc_ifdef_token2] = ACTIONS(558), + [sym_preproc_directive] = ACTIONS(561), + [anon_sym_LPAREN2] = ACTIONS(223), + [anon_sym_BANG] = ACTIONS(226), + [anon_sym_TILDE] = ACTIONS(226), + [anon_sym_DASH] = ACTIONS(229), + [anon_sym_PLUS] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(232), + [anon_sym_AMP] = ACTIONS(232), + [anon_sym_SEMI] = ACTIONS(564), + [anon_sym___extension__] = ACTIONS(567), + [anon_sym_typedef] = ACTIONS(570), + [anon_sym_extern] = ACTIONS(573), + [anon_sym___attribute__] = ACTIONS(247), + [anon_sym___attribute] = ACTIONS(247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(250), + [anon_sym___declspec] = ACTIONS(253), + [anon_sym___cdecl] = ACTIONS(256), + [anon_sym___clrcall] = ACTIONS(256), + [anon_sym___stdcall] = ACTIONS(256), + [anon_sym___fastcall] = ACTIONS(256), + [anon_sym___thiscall] = ACTIONS(256), + [anon_sym___vectorcall] = ACTIONS(256), + [anon_sym_LBRACE] = ACTIONS(576), + [anon_sym_signed] = ACTIONS(262), + [anon_sym_unsigned] = ACTIONS(262), + [anon_sym_long] = ACTIONS(262), + [anon_sym_short] = ACTIONS(262), + [anon_sym_static] = ACTIONS(265), + [anon_sym_auto] = ACTIONS(265), + [anon_sym_register] = ACTIONS(265), + [anon_sym_inline] = ACTIONS(265), + [anon_sym___inline] = ACTIONS(265), + [anon_sym___inline__] = ACTIONS(265), + [anon_sym___forceinline] = ACTIONS(265), + [anon_sym_thread_local] = ACTIONS(265), + [anon_sym___thread] = ACTIONS(265), + [anon_sym_const] = ACTIONS(268), + [anon_sym_constexpr] = ACTIONS(268), + [anon_sym_volatile] = ACTIONS(268), + [anon_sym_restrict] = ACTIONS(268), + [anon_sym___restrict__] = ACTIONS(268), + [anon_sym__Atomic] = ACTIONS(268), + [anon_sym__Noreturn] = ACTIONS(268), + [anon_sym_noreturn] = ACTIONS(268), + [anon_sym__Nonnull] = ACTIONS(268), + [anon_sym_alignas] = ACTIONS(271), + [anon_sym__Alignas] = ACTIONS(271), + [sym_primitive_type] = ACTIONS(274), + [anon_sym_enum] = ACTIONS(277), + [anon_sym_struct] = ACTIONS(280), + [anon_sym_union] = ACTIONS(283), + [anon_sym_if] = ACTIONS(579), + [anon_sym_switch] = ACTIONS(582), + [anon_sym_case] = ACTIONS(585), + [anon_sym_default] = ACTIONS(588), + [anon_sym_while] = ACTIONS(591), + [anon_sym_do] = ACTIONS(594), + [anon_sym_for] = ACTIONS(597), + [anon_sym_return] = ACTIONS(600), + [anon_sym_break] = ACTIONS(603), + [anon_sym_continue] = ACTIONS(606), + [anon_sym_goto] = ACTIONS(609), + [anon_sym___try] = ACTIONS(612), + [anon_sym___leave] = ACTIONS(615), + [anon_sym_DASH_DASH] = ACTIONS(325), + [anon_sym_PLUS_PLUS] = ACTIONS(325), + [anon_sym_sizeof] = ACTIONS(328), + [anon_sym___alignof__] = ACTIONS(331), + [anon_sym___alignof] = ACTIONS(331), + [anon_sym__alignof] = ACTIONS(331), + [anon_sym_alignof] = ACTIONS(331), + [anon_sym__Alignof] = ACTIONS(331), + [anon_sym_offsetof] = ACTIONS(334), + [anon_sym__Generic] = ACTIONS(337), + [anon_sym_asm] = ACTIONS(340), + [anon_sym___asm__] = ACTIONS(340), + [anon_sym___asm] = ACTIONS(340), + [sym_number_literal] = ACTIONS(343), + [anon_sym_L_SQUOTE] = ACTIONS(346), + [anon_sym_u_SQUOTE] = ACTIONS(346), + [anon_sym_U_SQUOTE] = ACTIONS(346), + [anon_sym_u8_SQUOTE] = ACTIONS(346), + [anon_sym_SQUOTE] = ACTIONS(346), + [anon_sym_L_DQUOTE] = ACTIONS(349), + [anon_sym_u_DQUOTE] = ACTIONS(349), + [anon_sym_U_DQUOTE] = ACTIONS(349), + [anon_sym_u8_DQUOTE] = ACTIONS(349), + [anon_sym_DQUOTE] = ACTIONS(349), + [sym_true] = ACTIONS(352), + [sym_false] = ACTIONS(352), + [anon_sym_NULL] = ACTIONS(355), + [anon_sym_nullptr] = ACTIONS(355), + [sym_comment] = ACTIONS(3), + }, + [STATE(34)] = { + [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_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(271), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(407), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -17605,7 +18171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(546), + [anon_sym_RBRACE] = ACTIONS(618), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -17677,81 +18243,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [34] = { - [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_function_definition] = STATE(29), + [STATE(35)] = { + [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__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(29), - [sym_type_definition] = STATE(29), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(37), + [sym_type_definition] = STATE(37), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(29), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(37), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(37), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(37), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -17781,7 +18347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(548), + [anon_sym_RBRACE] = ACTIONS(620), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -17853,89 +18419,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [35] = { - [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_function_definition] = STATE(26), - [sym__old_style_function_definition] = STATE(286), - [sym_declaration] = STATE(26), - [sym_type_definition] = STATE(26), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1139), - [sym_linkage_specification] = STATE(26), - [sym_attribute_specifier] = STATE(710), + [STATE(36)] = { + [sym__block_item] = STATE(39), + [sym_preproc_include] = STATE(39), + [sym_preproc_def] = STATE(39), + [sym_preproc_function_def] = STATE(39), + [sym_preproc_call] = STATE(39), + [sym_preproc_if] = STATE(39), + [sym_preproc_ifdef] = STATE(39), + [sym_function_definition] = STATE(39), + [sym__old_style_function_definition] = STATE(271), + [sym_declaration] = STATE(39), + [sym_type_definition] = STATE(39), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(39), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(697), - [sym_compound_statement] = STATE(180), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(798), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(287), - [sym_statement] = STATE(26), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(26), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(26), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(484), - [aux_sym_preproc_include_token1] = ACTIONS(486), - [aux_sym_preproc_def_token1] = ACTIONS(488), - [aux_sym_preproc_if_token1] = ACTIONS(490), - [aux_sym_preproc_if_token2] = ACTIONS(550), - [aux_sym_preproc_ifdef_token1] = ACTIONS(494), - [aux_sym_preproc_ifdef_token2] = ACTIONS(494), - [sym_preproc_directive] = ACTIONS(496), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(39), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(39), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(39), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(358), + [aux_sym_preproc_include_token1] = ACTIONS(360), + [aux_sym_preproc_def_token1] = ACTIONS(362), + [aux_sym_preproc_if_token1] = ACTIONS(364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(366), + [aux_sym_preproc_ifdef_token2] = ACTIONS(366), + [sym_preproc_directive] = ACTIONS(368), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -17943,10 +18508,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(500), - [anon_sym_typedef] = ACTIONS(502), - [anon_sym_extern] = ACTIONS(504), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(374), + [anon_sym_extern] = ACTIONS(376), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), @@ -17957,7 +18522,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(41), [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_RBRACE] = ACTIONS(622), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -17986,19 +18552,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -18029,81 +18595,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [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), + [STATE(37)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(38), - [sym_type_definition] = STATE(38), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(38), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(38), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(38), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(38), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -18133,7 +18699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(552), + [anon_sym_RBRACE] = ACTIONS(624), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -18205,81 +18771,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [37] = { - [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), + [STATE(38)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(42), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(42), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -18309,7 +18875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(554), + [anon_sym_RBRACE] = ACTIONS(626), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -18381,81 +18947,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [38] = { - [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_function_definition] = STATE(24), + [STATE(39)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -18485,7 +19051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(556), + [anon_sym_RBRACE] = ACTIONS(628), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -18557,81 +19123,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [39] = { - [sym__block_item] = STATE(41), - [sym_preproc_include] = STATE(41), - [sym_preproc_def] = STATE(41), - [sym_preproc_function_def] = STATE(41), - [sym_preproc_call] = STATE(41), - [sym_preproc_if] = STATE(41), - [sym_preproc_ifdef] = STATE(41), - [sym_function_definition] = STATE(41), + [STATE(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__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(42), + [sym_type_definition] = STATE(42), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(42), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(41), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(42), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(42), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(42), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -18661,7 +19227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(41), [anon_sym___vectorcall] = ACTIONS(41), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(558), + [anon_sym_RBRACE] = ACTIONS(630), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -18733,183 +19299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [40] = { - [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__old_style_function_definition] = STATE(286), - [sym_declaration] = STATE(40), - [sym_type_definition] = STATE(40), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1139), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(697), - [sym_compound_statement] = STATE(180), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(798), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(287), - [sym_statement] = STATE(40), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(560), - [aux_sym_preproc_include_token1] = ACTIONS(563), - [aux_sym_preproc_def_token1] = ACTIONS(566), - [aux_sym_preproc_if_token1] = ACTIONS(569), - [aux_sym_preproc_if_token2] = ACTIONS(215), - [aux_sym_preproc_ifdef_token1] = ACTIONS(572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(572), - [sym_preproc_directive] = ACTIONS(575), - [anon_sym_LPAREN2] = ACTIONS(223), - [anon_sym_BANG] = ACTIONS(226), - [anon_sym_TILDE] = ACTIONS(226), - [anon_sym_DASH] = ACTIONS(229), - [anon_sym_PLUS] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(232), - [anon_sym_AMP] = ACTIONS(232), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym___extension__] = ACTIONS(581), - [anon_sym_typedef] = ACTIONS(584), - [anon_sym_extern] = ACTIONS(587), - [anon_sym___attribute__] = ACTIONS(247), - [anon_sym___attribute] = ACTIONS(247), - [anon_sym_LBRACK_LBRACK] = ACTIONS(250), - [anon_sym___declspec] = ACTIONS(253), - [anon_sym___cdecl] = ACTIONS(256), - [anon_sym___clrcall] = ACTIONS(256), - [anon_sym___stdcall] = ACTIONS(256), - [anon_sym___fastcall] = ACTIONS(256), - [anon_sym___thiscall] = ACTIONS(256), - [anon_sym___vectorcall] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_signed] = ACTIONS(262), - [anon_sym_unsigned] = ACTIONS(262), - [anon_sym_long] = ACTIONS(262), - [anon_sym_short] = ACTIONS(262), - [anon_sym_static] = ACTIONS(265), - [anon_sym_auto] = ACTIONS(265), - [anon_sym_register] = ACTIONS(265), - [anon_sym_inline] = ACTIONS(265), - [anon_sym___inline] = ACTIONS(265), - [anon_sym___inline__] = ACTIONS(265), - [anon_sym___forceinline] = ACTIONS(265), - [anon_sym_thread_local] = ACTIONS(265), - [anon_sym___thread] = ACTIONS(265), - [anon_sym_const] = ACTIONS(268), - [anon_sym_constexpr] = ACTIONS(268), - [anon_sym_volatile] = ACTIONS(268), - [anon_sym_restrict] = ACTIONS(268), - [anon_sym___restrict__] = ACTIONS(268), - [anon_sym__Atomic] = ACTIONS(268), - [anon_sym__Noreturn] = ACTIONS(268), - [anon_sym_noreturn] = ACTIONS(268), - [anon_sym__Nonnull] = ACTIONS(268), - [anon_sym_alignas] = ACTIONS(271), - [anon_sym__Alignas] = ACTIONS(271), - [sym_primitive_type] = ACTIONS(274), - [anon_sym_enum] = ACTIONS(277), - [anon_sym_struct] = ACTIONS(280), - [anon_sym_union] = ACTIONS(283), - [anon_sym_if] = ACTIONS(593), - [anon_sym_switch] = ACTIONS(596), - [anon_sym_case] = ACTIONS(599), - [anon_sym_default] = ACTIONS(602), - [anon_sym_while] = ACTIONS(605), - [anon_sym_do] = ACTIONS(608), - [anon_sym_for] = ACTIONS(611), - [anon_sym_return] = ACTIONS(614), - [anon_sym_break] = ACTIONS(617), - [anon_sym_continue] = ACTIONS(620), - [anon_sym_goto] = ACTIONS(623), - [anon_sym___try] = ACTIONS(626), - [anon_sym___leave] = ACTIONS(629), - [anon_sym_DASH_DASH] = ACTIONS(325), - [anon_sym_PLUS_PLUS] = ACTIONS(325), - [anon_sym_sizeof] = ACTIONS(328), - [anon_sym___alignof__] = ACTIONS(331), - [anon_sym___alignof] = ACTIONS(331), - [anon_sym__alignof] = ACTIONS(331), - [anon_sym_alignof] = ACTIONS(331), - [anon_sym__Alignof] = ACTIONS(331), - [anon_sym_offsetof] = ACTIONS(334), - [anon_sym__Generic] = ACTIONS(337), - [anon_sym_asm] = ACTIONS(340), - [anon_sym___asm__] = ACTIONS(340), - [anon_sym___asm] = ACTIONS(340), - [sym_number_literal] = ACTIONS(343), - [anon_sym_L_SQUOTE] = ACTIONS(346), - [anon_sym_u_SQUOTE] = ACTIONS(346), - [anon_sym_U_SQUOTE] = ACTIONS(346), - [anon_sym_u8_SQUOTE] = ACTIONS(346), - [anon_sym_SQUOTE] = ACTIONS(346), - [anon_sym_L_DQUOTE] = ACTIONS(349), - [anon_sym_u_DQUOTE] = ACTIONS(349), - [anon_sym_U_DQUOTE] = ACTIONS(349), - [anon_sym_u8_DQUOTE] = ACTIONS(349), - [anon_sym_DQUOTE] = ACTIONS(349), - [sym_true] = ACTIONS(352), - [sym_false] = ACTIONS(352), - [anon_sym_NULL] = ACTIONS(355), - [anon_sym_nullptr] = ACTIONS(355), - [sym_comment] = ACTIONS(3), - }, - [41] = { + [STATE(41)] = { [sym__block_item] = STATE(24), [sym_preproc_include] = STATE(24), [sym_preproc_def] = STATE(24), @@ -18921,69 +19311,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__old_style_function_definition] = STATE(271), [sym_declaration] = STATE(24), [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -19085,81 +19475,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [42] = { - [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_function_definition] = STATE(24), + [STATE(42)] = { + [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_function_definition] = STATE(26), [sym__old_style_function_definition] = STATE(271), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1138), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(710), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1128), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(694), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(812), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(272), - [sym_statement] = STATE(24), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(689), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(790), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(295), + [sym_statement] = STATE(26), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(358), [aux_sym_preproc_include_token1] = ACTIONS(360), [aux_sym_preproc_def_token1] = ACTIONS(362), @@ -19261,7 +19651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [43] = { + [STATE(43)] = { [sym__top_level_item] = STATE(43), [sym_preproc_include] = STATE(43), [sym_preproc_def] = STATE(43), @@ -19270,26 +19660,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(43), [sym_preproc_ifdef] = STATE(43), [sym_function_definition] = STATE(43), - [sym__old_style_function_definition] = STATE(338), + [sym__old_style_function_definition] = STATE(356), [sym_declaration] = STATE(43), [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1136), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1121), [sym_linkage_specification] = STATE(43), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(691), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(684), [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(800), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(362), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(808), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(339), [sym__top_level_statement] = STATE(43), [sym_labeled_statement] = STATE(43), [sym__top_level_expression_statement] = STATE(43), @@ -19303,36 +19693,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(43), [sym_continue_statement] = STATE(43), [sym_goto_statement] = STATE(43), - [sym_expression] = STATE(1116), - [sym__string] = STATE(1119), - [sym_conditional_expression] = STATE(1119), - [sym_assignment_expression] = STATE(1119), - [sym_pointer_expression] = STATE(935), - [sym_unary_expression] = STATE(1119), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(1119), - [sym_cast_expression] = STATE(1119), - [sym_sizeof_expression] = STATE(1119), - [sym_alignof_expression] = STATE(1119), - [sym_offsetof_expression] = STATE(1119), - [sym_generic_expression] = STATE(1119), - [sym_subscript_expression] = STATE(935), - [sym_call_expression] = STATE(935), - [sym_gnu_asm_expression] = STATE(1119), - [sym_extension_expression] = STATE(1119), - [sym_field_expression] = STATE(935), - [sym_compound_literal_expression] = STATE(1119), - [sym_parenthesized_expression] = STATE(935), - [sym_char_literal] = STATE(1119), - [sym_concatenated_string] = STATE(1119), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(1119), + [sym_expression] = STATE(1105), + [sym__string] = STATE(1106), + [sym_conditional_expression] = STATE(1106), + [sym_assignment_expression] = STATE(1106), + [sym_pointer_expression] = STATE(923), + [sym_unary_expression] = STATE(1106), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(1106), + [sym_cast_expression] = STATE(1106), + [sym_sizeof_expression] = STATE(1106), + [sym_alignof_expression] = STATE(1106), + [sym_offsetof_expression] = STATE(1106), + [sym_generic_expression] = STATE(1106), + [sym_subscript_expression] = STATE(923), + [sym_call_expression] = STATE(923), + [sym_gnu_asm_expression] = STATE(1106), + [sym_extension_expression] = STATE(1106), + [sym_field_expression] = STATE(923), + [sym_compound_literal_expression] = STATE(1106), + [sym_parenthesized_expression] = STATE(923), + [sym_char_literal] = STATE(1106), + [sym_concatenated_string] = STATE(1106), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(1106), [sym__empty_declaration] = STATE(43), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_translation_unit_repeat1] = STATE(43), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [ts_builtin_sym_end] = ACTIONS(636), [sym_identifier] = ACTIONS(638), [aux_sym_preproc_include_token1] = ACTIONS(641), @@ -19432,7 +19822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(782), [sym_comment] = ACTIONS(3), }, - [44] = { + [STATE(44)] = { [sym__top_level_item] = STATE(43), [sym_preproc_include] = STATE(43), [sym_preproc_def] = STATE(43), @@ -19441,26 +19831,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(43), [sym_preproc_ifdef] = STATE(43), [sym_function_definition] = STATE(43), - [sym__old_style_function_definition] = STATE(338), + [sym__old_style_function_definition] = STATE(356), [sym_declaration] = STATE(43), [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1136), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1121), [sym_linkage_specification] = STATE(43), - [sym_attribute_specifier] = STATE(710), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(691), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(684), [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(800), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(362), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(808), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(339), [sym__top_level_statement] = STATE(43), [sym_labeled_statement] = STATE(43), [sym__top_level_expression_statement] = STATE(43), @@ -19474,36 +19864,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(43), [sym_continue_statement] = STATE(43), [sym_goto_statement] = STATE(43), - [sym_expression] = STATE(1116), - [sym__string] = STATE(1119), - [sym_conditional_expression] = STATE(1119), - [sym_assignment_expression] = STATE(1119), - [sym_pointer_expression] = STATE(935), - [sym_unary_expression] = STATE(1119), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(1119), - [sym_cast_expression] = STATE(1119), - [sym_sizeof_expression] = STATE(1119), - [sym_alignof_expression] = STATE(1119), - [sym_offsetof_expression] = STATE(1119), - [sym_generic_expression] = STATE(1119), - [sym_subscript_expression] = STATE(935), - [sym_call_expression] = STATE(935), - [sym_gnu_asm_expression] = STATE(1119), - [sym_extension_expression] = STATE(1119), - [sym_field_expression] = STATE(935), - [sym_compound_literal_expression] = STATE(1119), - [sym_parenthesized_expression] = STATE(935), - [sym_char_literal] = STATE(1119), - [sym_concatenated_string] = STATE(1119), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(1119), + [sym_expression] = STATE(1105), + [sym__string] = STATE(1106), + [sym_conditional_expression] = STATE(1106), + [sym_assignment_expression] = STATE(1106), + [sym_pointer_expression] = STATE(923), + [sym_unary_expression] = STATE(1106), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(1106), + [sym_cast_expression] = STATE(1106), + [sym_sizeof_expression] = STATE(1106), + [sym_alignof_expression] = STATE(1106), + [sym_offsetof_expression] = STATE(1106), + [sym_generic_expression] = STATE(1106), + [sym_subscript_expression] = STATE(923), + [sym_call_expression] = STATE(923), + [sym_gnu_asm_expression] = STATE(1106), + [sym_extension_expression] = STATE(1106), + [sym_field_expression] = STATE(923), + [sym_compound_literal_expression] = STATE(1106), + [sym_parenthesized_expression] = STATE(923), + [sym_char_literal] = STATE(1106), + [sym_concatenated_string] = STATE(1106), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(1106), [sym__empty_declaration] = STATE(43), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_translation_unit_repeat1] = STATE(43), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [ts_builtin_sym_end] = ACTIONS(785), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -19603,67 +19993,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [45] = { - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1149), - [sym_attribute_specifier] = STATE(710), + [STATE(45)] = { + [sym_declaration] = STATE(46), + [sym_type_definition] = STATE(46), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1152), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(47), - [sym_labeled_statement] = STATE(47), - [sym_expression_statement] = STATE(47), - [sym_if_statement] = STATE(47), - [sym_switch_statement] = STATE(47), - [sym_while_statement] = STATE(47), - [sym_do_statement] = STATE(47), - [sym_for_statement] = STATE(47), - [sym_return_statement] = STATE(47), - [sym_break_statement] = STATE(47), - [sym_continue_statement] = STATE(47), - [sym_goto_statement] = STATE(47), - [sym_seh_try_statement] = STATE(47), - [sym_seh_leave_statement] = STATE(47), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(47), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(46), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(46), + [sym_labeled_statement] = STATE(46), + [sym_expression_statement] = STATE(46), + [sym_if_statement] = STATE(46), + [sym_switch_statement] = STATE(46), + [sym_while_statement] = STATE(46), + [sym_do_statement] = STATE(46), + [sym_for_statement] = STATE(46), + [sym_return_statement] = STATE(46), + [sym_break_statement] = STATE(46), + [sym_continue_statement] = STATE(46), + [sym_goto_statement] = STATE(46), + [sym_seh_try_statement] = STATE(46), + [sym_seh_leave_statement] = STATE(46), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(46), [sym_identifier] = ACTIONS(787), [aux_sym_preproc_include_token1] = ACTIONS(789), [aux_sym_preproc_def_token1] = ACTIONS(789), @@ -19770,23 +20160,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [46] = { + [STATE(46)] = { [sym_declaration] = STATE(48), [sym_type_definition] = STATE(48), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1149), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1152), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(48), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(48), [sym_labeled_statement] = STATE(48), [sym_expression_statement] = STATE(48), @@ -19801,35 +20191,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(48), [sym_seh_try_statement] = STATE(48), [sym_seh_leave_statement] = STATE(48), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(48), [sym_identifier] = ACTIONS(787), [aux_sym_preproc_include_token1] = ACTIONS(791), @@ -19937,23 +20327,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [47] = { + [STATE(47)] = { [sym_declaration] = STATE(49), [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1149), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1152), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(49), [sym_labeled_statement] = STATE(49), [sym_expression_statement] = STATE(49), @@ -19968,35 +20358,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(49), [sym_seh_try_statement] = STATE(49), [sym_seh_leave_statement] = STATE(49), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(49), [sym_identifier] = ACTIONS(787), [aux_sym_preproc_include_token1] = ACTIONS(793), @@ -20104,79 +20494,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [48] = { - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1149), - [sym_attribute_specifier] = STATE(710), + [STATE(48)] = { + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1152), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(49), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym_seh_try_statement] = STATE(49), - [sym_seh_leave_statement] = STATE(49), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(49), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym_seh_try_statement] = STATE(48), + [sym_seh_leave_statement] = STATE(48), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(48), + [sym_identifier] = ACTIONS(795), + [aux_sym_preproc_include_token1] = ACTIONS(798), + [aux_sym_preproc_def_token1] = ACTIONS(798), + [aux_sym_preproc_if_token1] = ACTIONS(798), + [aux_sym_preproc_if_token2] = ACTIONS(798), + [aux_sym_preproc_ifdef_token1] = ACTIONS(798), + [aux_sym_preproc_ifdef_token2] = ACTIONS(798), + [aux_sym_preproc_else_token1] = ACTIONS(798), + [aux_sym_preproc_elif_token1] = ACTIONS(798), + [aux_sym_preproc_elifdef_token1] = ACTIONS(798), + [aux_sym_preproc_elifdef_token2] = ACTIONS(798), + [sym_preproc_directive] = ACTIONS(798), + [anon_sym_LPAREN2] = ACTIONS(800), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_AMP] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym___extension__] = ACTIONS(815), + [anon_sym_typedef] = ACTIONS(818), + [anon_sym_extern] = ACTIONS(821), + [anon_sym___attribute__] = ACTIONS(824), + [anon_sym___attribute] = ACTIONS(824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(827), + [anon_sym___declspec] = ACTIONS(830), + [anon_sym___cdecl] = ACTIONS(798), + [anon_sym___clrcall] = ACTIONS(798), + [anon_sym___stdcall] = ACTIONS(798), + [anon_sym___fastcall] = ACTIONS(798), + [anon_sym___thiscall] = ACTIONS(798), + [anon_sym___vectorcall] = ACTIONS(798), + [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_signed] = ACTIONS(836), + [anon_sym_unsigned] = ACTIONS(836), + [anon_sym_long] = ACTIONS(836), + [anon_sym_short] = ACTIONS(836), + [anon_sym_static] = ACTIONS(821), + [anon_sym_auto] = ACTIONS(821), + [anon_sym_register] = ACTIONS(821), + [anon_sym_inline] = ACTIONS(821), + [anon_sym___inline] = ACTIONS(821), + [anon_sym___inline__] = ACTIONS(821), + [anon_sym___forceinline] = ACTIONS(821), + [anon_sym_thread_local] = ACTIONS(821), + [anon_sym___thread] = ACTIONS(821), + [anon_sym_const] = ACTIONS(839), + [anon_sym_constexpr] = ACTIONS(839), + [anon_sym_volatile] = ACTIONS(839), + [anon_sym_restrict] = ACTIONS(839), + [anon_sym___restrict__] = ACTIONS(839), + [anon_sym__Atomic] = ACTIONS(839), + [anon_sym__Noreturn] = ACTIONS(839), + [anon_sym_noreturn] = ACTIONS(839), + [anon_sym__Nonnull] = ACTIONS(839), + [anon_sym_alignas] = ACTIONS(842), + [anon_sym__Alignas] = ACTIONS(842), + [sym_primitive_type] = ACTIONS(845), + [anon_sym_enum] = ACTIONS(848), + [anon_sym_struct] = ACTIONS(851), + [anon_sym_union] = ACTIONS(854), + [anon_sym_if] = ACTIONS(857), + [anon_sym_else] = ACTIONS(798), + [anon_sym_switch] = ACTIONS(860), + [anon_sym_case] = ACTIONS(798), + [anon_sym_default] = ACTIONS(798), + [anon_sym_while] = ACTIONS(863), + [anon_sym_do] = ACTIONS(866), + [anon_sym_for] = ACTIONS(869), + [anon_sym_return] = ACTIONS(872), + [anon_sym_break] = ACTIONS(875), + [anon_sym_continue] = ACTIONS(878), + [anon_sym_goto] = ACTIONS(881), + [anon_sym___try] = ACTIONS(884), + [anon_sym___leave] = ACTIONS(887), + [anon_sym_DASH_DASH] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_sizeof] = ACTIONS(893), + [anon_sym___alignof__] = ACTIONS(896), + [anon_sym___alignof] = ACTIONS(896), + [anon_sym__alignof] = ACTIONS(896), + [anon_sym_alignof] = ACTIONS(896), + [anon_sym__Alignof] = ACTIONS(896), + [anon_sym_offsetof] = ACTIONS(899), + [anon_sym__Generic] = ACTIONS(902), + [anon_sym_asm] = ACTIONS(905), + [anon_sym___asm__] = ACTIONS(905), + [anon_sym___asm] = ACTIONS(905), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(911), + [anon_sym_u_SQUOTE] = ACTIONS(911), + [anon_sym_U_SQUOTE] = ACTIONS(911), + [anon_sym_u8_SQUOTE] = ACTIONS(911), + [anon_sym_SQUOTE] = ACTIONS(911), + [anon_sym_L_DQUOTE] = ACTIONS(914), + [anon_sym_u_DQUOTE] = ACTIONS(914), + [anon_sym_U_DQUOTE] = ACTIONS(914), + [anon_sym_u8_DQUOTE] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym_true] = ACTIONS(917), + [sym_false] = ACTIONS(917), + [anon_sym_NULL] = ACTIONS(920), + [anon_sym_nullptr] = ACTIONS(920), + [sym_comment] = ACTIONS(3), + }, + [STATE(49)] = { + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1152), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(407), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(48), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(48), + [sym_labeled_statement] = STATE(48), + [sym_expression_statement] = STATE(48), + [sym_if_statement] = STATE(48), + [sym_switch_statement] = STATE(48), + [sym_while_statement] = STATE(48), + [sym_do_statement] = STATE(48), + [sym_for_statement] = STATE(48), + [sym_return_statement] = STATE(48), + [sym_break_statement] = STATE(48), + [sym_continue_statement] = STATE(48), + [sym_goto_statement] = STATE(48), + [sym_seh_try_statement] = STATE(48), + [sym_seh_leave_statement] = STATE(48), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(48), [sym_identifier] = ACTIONS(787), - [aux_sym_preproc_include_token1] = ACTIONS(795), - [aux_sym_preproc_def_token1] = ACTIONS(795), - [aux_sym_preproc_if_token1] = ACTIONS(795), - [aux_sym_preproc_if_token2] = ACTIONS(795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(795), - [aux_sym_preproc_else_token1] = ACTIONS(795), - [aux_sym_preproc_elif_token1] = ACTIONS(795), - [aux_sym_preproc_elifdef_token1] = ACTIONS(795), - [aux_sym_preproc_elifdef_token2] = ACTIONS(795), - [sym_preproc_directive] = ACTIONS(795), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_if_token2] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [aux_sym_preproc_else_token1] = ACTIONS(923), + [aux_sym_preproc_elif_token1] = ACTIONS(923), + [aux_sym_preproc_elifdef_token1] = ACTIONS(923), + [aux_sym_preproc_elifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20192,12 +20749,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(795), - [anon_sym___clrcall] = ACTIONS(795), - [anon_sym___stdcall] = ACTIONS(795), - [anon_sym___fastcall] = ACTIONS(795), - [anon_sym___thiscall] = ACTIONS(795), - [anon_sym___vectorcall] = ACTIONS(795), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), [anon_sym_LBRACE] = ACTIONS(133), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), @@ -20228,10 +20785,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(135), - [anon_sym_else] = ACTIONS(795), + [anon_sym_else] = ACTIONS(923), [anon_sym_switch] = ACTIONS(137), - [anon_sym_case] = ACTIONS(795), - [anon_sym_default] = ACTIONS(795), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), [anon_sym_while] = ACTIONS(143), [anon_sym_do] = ACTIONS(145), [anon_sym_for] = ACTIONS(147), @@ -20271,242 +20828,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [49] = { - [sym_declaration] = STATE(49), - [sym_type_definition] = STATE(49), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1149), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(49), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(49), - [sym_labeled_statement] = STATE(49), - [sym_expression_statement] = STATE(49), - [sym_if_statement] = STATE(49), - [sym_switch_statement] = STATE(49), - [sym_while_statement] = STATE(49), - [sym_do_statement] = STATE(49), - [sym_for_statement] = STATE(49), - [sym_return_statement] = STATE(49), - [sym_break_statement] = STATE(49), - [sym_continue_statement] = STATE(49), - [sym_goto_statement] = STATE(49), - [sym_seh_try_statement] = STATE(49), - [sym_seh_leave_statement] = STATE(49), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(49), - [sym_identifier] = ACTIONS(797), - [aux_sym_preproc_include_token1] = ACTIONS(800), - [aux_sym_preproc_def_token1] = ACTIONS(800), - [aux_sym_preproc_if_token1] = ACTIONS(800), - [aux_sym_preproc_if_token2] = ACTIONS(800), - [aux_sym_preproc_ifdef_token1] = ACTIONS(800), - [aux_sym_preproc_ifdef_token2] = ACTIONS(800), - [aux_sym_preproc_else_token1] = ACTIONS(800), - [aux_sym_preproc_elif_token1] = ACTIONS(800), - [aux_sym_preproc_elifdef_token1] = ACTIONS(800), - [aux_sym_preproc_elifdef_token2] = ACTIONS(800), - [sym_preproc_directive] = ACTIONS(800), - [anon_sym_LPAREN2] = ACTIONS(802), - [anon_sym_BANG] = ACTIONS(805), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_AMP] = ACTIONS(811), - [anon_sym_SEMI] = ACTIONS(814), - [anon_sym___extension__] = ACTIONS(817), - [anon_sym_typedef] = ACTIONS(820), - [anon_sym_extern] = ACTIONS(823), - [anon_sym___attribute__] = ACTIONS(826), - [anon_sym___attribute] = ACTIONS(826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(829), - [anon_sym___declspec] = ACTIONS(832), - [anon_sym___cdecl] = ACTIONS(800), - [anon_sym___clrcall] = ACTIONS(800), - [anon_sym___stdcall] = ACTIONS(800), - [anon_sym___fastcall] = ACTIONS(800), - [anon_sym___thiscall] = ACTIONS(800), - [anon_sym___vectorcall] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(835), - [anon_sym_signed] = ACTIONS(838), - [anon_sym_unsigned] = ACTIONS(838), - [anon_sym_long] = ACTIONS(838), - [anon_sym_short] = ACTIONS(838), - [anon_sym_static] = ACTIONS(823), - [anon_sym_auto] = ACTIONS(823), - [anon_sym_register] = ACTIONS(823), - [anon_sym_inline] = ACTIONS(823), - [anon_sym___inline] = ACTIONS(823), - [anon_sym___inline__] = ACTIONS(823), - [anon_sym___forceinline] = ACTIONS(823), - [anon_sym_thread_local] = ACTIONS(823), - [anon_sym___thread] = ACTIONS(823), - [anon_sym_const] = ACTIONS(841), - [anon_sym_constexpr] = ACTIONS(841), - [anon_sym_volatile] = ACTIONS(841), - [anon_sym_restrict] = ACTIONS(841), - [anon_sym___restrict__] = ACTIONS(841), - [anon_sym__Atomic] = ACTIONS(841), - [anon_sym__Noreturn] = ACTIONS(841), - [anon_sym_noreturn] = ACTIONS(841), - [anon_sym__Nonnull] = ACTIONS(841), - [anon_sym_alignas] = ACTIONS(844), - [anon_sym__Alignas] = ACTIONS(844), - [sym_primitive_type] = ACTIONS(847), - [anon_sym_enum] = ACTIONS(850), - [anon_sym_struct] = ACTIONS(853), - [anon_sym_union] = ACTIONS(856), - [anon_sym_if] = ACTIONS(859), - [anon_sym_else] = ACTIONS(800), - [anon_sym_switch] = ACTIONS(862), - [anon_sym_case] = ACTIONS(800), - [anon_sym_default] = ACTIONS(800), - [anon_sym_while] = ACTIONS(865), - [anon_sym_do] = ACTIONS(868), - [anon_sym_for] = ACTIONS(871), - [anon_sym_return] = ACTIONS(874), - [anon_sym_break] = ACTIONS(877), - [anon_sym_continue] = ACTIONS(880), - [anon_sym_goto] = ACTIONS(883), - [anon_sym___try] = ACTIONS(886), - [anon_sym___leave] = ACTIONS(889), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(895), - [anon_sym___alignof__] = ACTIONS(898), - [anon_sym___alignof] = ACTIONS(898), - [anon_sym__alignof] = ACTIONS(898), - [anon_sym_alignof] = ACTIONS(898), - [anon_sym__Alignof] = ACTIONS(898), - [anon_sym_offsetof] = ACTIONS(901), - [anon_sym__Generic] = ACTIONS(904), - [anon_sym_asm] = ACTIONS(907), - [anon_sym___asm__] = ACTIONS(907), - [anon_sym___asm] = ACTIONS(907), - [sym_number_literal] = ACTIONS(910), - [anon_sym_L_SQUOTE] = ACTIONS(913), - [anon_sym_u_SQUOTE] = ACTIONS(913), - [anon_sym_U_SQUOTE] = ACTIONS(913), - [anon_sym_u8_SQUOTE] = ACTIONS(913), - [anon_sym_SQUOTE] = ACTIONS(913), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(919), - [sym_false] = ACTIONS(919), - [anon_sym_NULL] = ACTIONS(922), - [anon_sym_nullptr] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - }, - [50] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(50)] = { + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1144), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym_seh_try_statement] = STATE(64), - [sym_seh_leave_statement] = STATE(64), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(64), - [ts_builtin_sym_end] = ACTIONS(925), - [sym_identifier] = ACTIONS(927), - [aux_sym_preproc_include_token1] = ACTIONS(795), - [aux_sym_preproc_def_token1] = ACTIONS(795), - [aux_sym_preproc_if_token1] = ACTIONS(795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(795), - [sym_preproc_directive] = ACTIONS(795), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(55), + [sym_labeled_statement] = STATE(55), + [sym_expression_statement] = STATE(55), + [sym_if_statement] = STATE(55), + [sym_switch_statement] = STATE(55), + [sym_while_statement] = STATE(55), + [sym_do_statement] = STATE(55), + [sym_for_statement] = STATE(55), + [sym_return_statement] = STATE(55), + [sym_break_statement] = STATE(55), + [sym_continue_statement] = STATE(55), + [sym_goto_statement] = STATE(55), + [sym_seh_try_statement] = STATE(55), + [sym_seh_leave_statement] = STATE(55), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(925), + [aux_sym_preproc_include_token1] = ACTIONS(789), + [aux_sym_preproc_def_token1] = ACTIONS(789), + [aux_sym_preproc_if_token1] = ACTIONS(789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(789), + [sym_preproc_directive] = ACTIONS(789), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20514,21 +20903,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(29), - [anon_sym_typedef] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(374), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(795), - [anon_sym___clrcall] = ACTIONS(795), - [anon_sym___stdcall] = ACTIONS(795), - [anon_sym___fastcall] = ACTIONS(795), - [anon_sym___thiscall] = ACTIONS(795), - [anon_sym___vectorcall] = ACTIONS(795), - [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(789), + [anon_sym___clrcall] = ACTIONS(789), + [anon_sym___stdcall] = ACTIONS(789), + [anon_sym___fastcall] = ACTIONS(789), + [anon_sym___thiscall] = ACTIONS(789), + [anon_sym___vectorcall] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_RBRACE] = ACTIONS(927), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -20557,20 +20947,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_else] = ACTIONS(795), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(795), - [anon_sym_default] = ACTIONS(795), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym_if] = ACTIONS(382), + [anon_sym_else] = ACTIONS(789), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(789), + [anon_sym_default] = ACTIONS(789), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -20601,75 +20991,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [51] = { - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(51)] = { + [sym_declaration] = STATE(58), + [sym_type_definition] = STATE(58), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(50), - [sym_labeled_statement] = STATE(50), - [sym_expression_statement] = STATE(50), - [sym_if_statement] = STATE(50), - [sym_switch_statement] = STATE(50), - [sym_while_statement] = STATE(50), - [sym_do_statement] = STATE(50), - [sym_for_statement] = STATE(50), - [sym_return_statement] = STATE(50), - [sym_break_statement] = STATE(50), - [sym_continue_statement] = STATE(50), - [sym_goto_statement] = STATE(50), - [sym_seh_try_statement] = STATE(50), - [sym_seh_leave_statement] = STATE(50), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(935), - [sym_identifier] = ACTIONS(927), - [aux_sym_preproc_include_token1] = ACTIONS(791), - [aux_sym_preproc_def_token1] = ACTIONS(791), - [aux_sym_preproc_if_token1] = ACTIONS(791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(791), - [sym_preproc_directive] = ACTIONS(791), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(58), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(58), + [sym_labeled_statement] = STATE(58), + [sym_expression_statement] = STATE(58), + [sym_if_statement] = STATE(58), + [sym_switch_statement] = STATE(58), + [sym_while_statement] = STATE(58), + [sym_do_statement] = STATE(58), + [sym_for_statement] = STATE(58), + [sym_return_statement] = STATE(58), + [sym_break_statement] = STATE(58), + [sym_continue_statement] = STATE(58), + [sym_goto_statement] = STATE(58), + [sym_seh_try_statement] = STATE(58), + [sym_seh_leave_statement] = STATE(58), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(58), + [ts_builtin_sym_end] = ACTIONS(927), + [sym_identifier] = ACTIONS(929), + [aux_sym_preproc_include_token1] = ACTIONS(789), + [aux_sym_preproc_def_token1] = ACTIONS(789), + [aux_sym_preproc_if_token1] = ACTIONS(789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(789), + [sym_preproc_directive] = ACTIONS(789), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20677,7 +21067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), + [anon_sym_SEMI] = ACTIONS(931), [anon_sym___extension__] = ACTIONS(29), [anon_sym_typedef] = ACTIONS(31), [anon_sym_extern] = ACTIONS(47), @@ -20685,12 +21075,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(791), - [anon_sym___clrcall] = ACTIONS(791), - [anon_sym___stdcall] = ACTIONS(791), - [anon_sym___fastcall] = ACTIONS(791), - [anon_sym___thiscall] = ACTIONS(791), - [anon_sym___vectorcall] = ACTIONS(791), + [anon_sym___cdecl] = ACTIONS(789), + [anon_sym___clrcall] = ACTIONS(789), + [anon_sym___stdcall] = ACTIONS(789), + [anon_sym___fastcall] = ACTIONS(789), + [anon_sym___thiscall] = ACTIONS(789), + [anon_sym___vectorcall] = ACTIONS(789), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), @@ -20721,10 +21111,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(61), - [anon_sym_else] = ACTIONS(791), + [anon_sym_else] = ACTIONS(789), [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(791), - [anon_sym_default] = ACTIONS(791), + [anon_sym_case] = ACTIONS(789), + [anon_sym_default] = ACTIONS(789), [anon_sym_while] = ACTIONS(69), [anon_sym_do] = ACTIONS(71), [anon_sym_for] = ACTIONS(73), @@ -20732,8 +21122,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(77), [anon_sym_continue] = ACTIONS(79), [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -20764,74 +21154,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [52] = { - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1158), - [sym_attribute_specifier] = STATE(710), + [STATE(52)] = { + [sym_declaration] = STATE(54), + [sym_type_definition] = STATE(54), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1144), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym_seh_try_statement] = STATE(55), - [sym_seh_leave_statement] = STATE(55), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(55), - [sym_identifier] = ACTIONS(937), - [aux_sym_preproc_include_token1] = ACTIONS(791), - [aux_sym_preproc_def_token1] = ACTIONS(791), - [aux_sym_preproc_if_token1] = ACTIONS(791), - [aux_sym_preproc_ifdef_token1] = ACTIONS(791), - [aux_sym_preproc_ifdef_token2] = ACTIONS(791), - [sym_preproc_directive] = ACTIONS(791), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(54), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(54), + [sym_labeled_statement] = STATE(54), + [sym_expression_statement] = STATE(54), + [sym_if_statement] = STATE(54), + [sym_switch_statement] = STATE(54), + [sym_while_statement] = STATE(54), + [sym_do_statement] = STATE(54), + [sym_for_statement] = STATE(54), + [sym_return_statement] = STATE(54), + [sym_break_statement] = STATE(54), + [sym_continue_statement] = STATE(54), + [sym_goto_statement] = STATE(54), + [sym_seh_try_statement] = STATE(54), + [sym_seh_leave_statement] = STATE(54), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(54), + [sym_identifier] = ACTIONS(925), + [aux_sym_preproc_include_token1] = ACTIONS(793), + [aux_sym_preproc_def_token1] = ACTIONS(793), + [aux_sym_preproc_if_token1] = ACTIONS(793), + [aux_sym_preproc_ifdef_token1] = ACTIONS(793), + [aux_sym_preproc_ifdef_token2] = ACTIONS(793), + [sym_preproc_directive] = ACTIONS(793), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20847,14 +21237,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(791), - [anon_sym___clrcall] = ACTIONS(791), - [anon_sym___stdcall] = ACTIONS(791), - [anon_sym___fastcall] = ACTIONS(791), - [anon_sym___thiscall] = ACTIONS(791), - [anon_sym___vectorcall] = ACTIONS(791), + [anon_sym___cdecl] = ACTIONS(793), + [anon_sym___clrcall] = ACTIONS(793), + [anon_sym___stdcall] = ACTIONS(793), + [anon_sym___fastcall] = ACTIONS(793), + [anon_sym___thiscall] = ACTIONS(793), + [anon_sym___vectorcall] = ACTIONS(793), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(937), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -20884,10 +21274,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(382), - [anon_sym_else] = ACTIONS(791), + [anon_sym_else] = ACTIONS(793), [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(791), - [anon_sym_default] = ACTIONS(791), + [anon_sym_case] = ACTIONS(793), + [anon_sym_default] = ACTIONS(793), [anon_sym_while] = ACTIONS(390), [anon_sym_do] = ACTIONS(392), [anon_sym_for] = ACTIONS(394), @@ -20927,74 +21317,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [53] = { - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1158), - [sym_attribute_specifier] = STATE(710), + [STATE(53)] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym_seh_try_statement] = STATE(56), - [sym_seh_leave_statement] = STATE(56), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(937), - [aux_sym_preproc_include_token1] = ACTIONS(793), - [aux_sym_preproc_def_token1] = ACTIONS(793), - [aux_sym_preproc_if_token1] = ACTIONS(793), - [aux_sym_preproc_ifdef_token1] = ACTIONS(793), - [aux_sym_preproc_ifdef_token2] = ACTIONS(793), - [sym_preproc_directive] = ACTIONS(793), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(63), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(63), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym_seh_try_statement] = STATE(63), + [sym_seh_leave_statement] = STATE(63), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(63), + [ts_builtin_sym_end] = ACTIONS(939), + [sym_identifier] = ACTIONS(929), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21002,22 +21393,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(372), - [anon_sym_typedef] = ACTIONS(374), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(29), + [anon_sym_typedef] = ACTIONS(31), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(793), - [anon_sym___clrcall] = ACTIONS(793), - [anon_sym___stdcall] = ACTIONS(793), - [anon_sym___fastcall] = ACTIONS(793), - [anon_sym___thiscall] = ACTIONS(793), - [anon_sym___vectorcall] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(939), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -21046,20 +21436,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(382), - [anon_sym_else] = ACTIONS(793), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(793), - [anon_sym_default] = ACTIONS(793), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_if] = ACTIONS(61), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), + [anon_sym_while] = ACTIONS(69), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -21090,74 +21480,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [54] = { - [sym_declaration] = STATE(53), - [sym_type_definition] = STATE(53), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1158), - [sym_attribute_specifier] = STATE(710), + [STATE(54)] = { + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1144), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(53), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(53), - [sym_labeled_statement] = STATE(53), - [sym_expression_statement] = STATE(53), - [sym_if_statement] = STATE(53), - [sym_switch_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_do_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_return_statement] = STATE(53), - [sym_break_statement] = STATE(53), - [sym_continue_statement] = STATE(53), - [sym_goto_statement] = STATE(53), - [sym_seh_try_statement] = STATE(53), - [sym_seh_leave_statement] = STATE(53), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(53), - [sym_identifier] = ACTIONS(937), - [aux_sym_preproc_include_token1] = ACTIONS(789), - [aux_sym_preproc_def_token1] = ACTIONS(789), - [aux_sym_preproc_if_token1] = ACTIONS(789), - [aux_sym_preproc_ifdef_token1] = ACTIONS(789), - [aux_sym_preproc_ifdef_token2] = ACTIONS(789), - [sym_preproc_directive] = ACTIONS(789), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(56), + [sym_labeled_statement] = STATE(56), + [sym_expression_statement] = STATE(56), + [sym_if_statement] = STATE(56), + [sym_switch_statement] = STATE(56), + [sym_while_statement] = STATE(56), + [sym_do_statement] = STATE(56), + [sym_for_statement] = STATE(56), + [sym_return_statement] = STATE(56), + [sym_break_statement] = STATE(56), + [sym_continue_statement] = STATE(56), + [sym_goto_statement] = STATE(56), + [sym_seh_try_statement] = STATE(56), + [sym_seh_leave_statement] = STATE(56), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(56), + [sym_identifier] = ACTIONS(925), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21173,14 +21563,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(789), - [anon_sym___clrcall] = ACTIONS(789), - [anon_sym___stdcall] = ACTIONS(789), - [anon_sym___fastcall] = ACTIONS(789), - [anon_sym___thiscall] = ACTIONS(789), - [anon_sym___vectorcall] = ACTIONS(789), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(939), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -21210,10 +21600,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(382), - [anon_sym_else] = ACTIONS(789), + [anon_sym_else] = ACTIONS(923), [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(789), - [anon_sym_default] = ACTIONS(789), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), [anon_sym_while] = ACTIONS(390), [anon_sym_do] = ACTIONS(392), [anon_sym_for] = ACTIONS(394), @@ -21253,23 +21643,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [55] = { + [STATE(55)] = { [sym_declaration] = STATE(56), [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1158), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1144), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(56), [sym_labeled_statement] = STATE(56), [sym_expression_statement] = STATE(56), @@ -21284,43 +21674,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(56), [sym_seh_try_statement] = STATE(56), [sym_seh_leave_statement] = STATE(56), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(937), - [aux_sym_preproc_include_token1] = ACTIONS(795), - [aux_sym_preproc_def_token1] = ACTIONS(795), - [aux_sym_preproc_if_token1] = ACTIONS(795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(795), - [sym_preproc_directive] = ACTIONS(795), + [sym_identifier] = ACTIONS(925), + [aux_sym_preproc_include_token1] = ACTIONS(791), + [aux_sym_preproc_def_token1] = ACTIONS(791), + [aux_sym_preproc_if_token1] = ACTIONS(791), + [aux_sym_preproc_ifdef_token1] = ACTIONS(791), + [aux_sym_preproc_ifdef_token2] = ACTIONS(791), + [sym_preproc_directive] = ACTIONS(791), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21336,14 +21726,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(795), - [anon_sym___clrcall] = ACTIONS(795), - [anon_sym___stdcall] = ACTIONS(795), - [anon_sym___fastcall] = ACTIONS(795), - [anon_sym___thiscall] = ACTIONS(795), - [anon_sym___vectorcall] = ACTIONS(795), + [anon_sym___cdecl] = ACTIONS(791), + [anon_sym___clrcall] = ACTIONS(791), + [anon_sym___stdcall] = ACTIONS(791), + [anon_sym___fastcall] = ACTIONS(791), + [anon_sym___thiscall] = ACTIONS(791), + [anon_sym___vectorcall] = ACTIONS(791), [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_RBRACE] = ACTIONS(925), + [anon_sym_RBRACE] = ACTIONS(941), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -21373,10 +21763,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(382), - [anon_sym_else] = ACTIONS(795), + [anon_sym_else] = ACTIONS(791), [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(795), - [anon_sym_default] = ACTIONS(795), + [anon_sym_case] = ACTIONS(791), + [anon_sym_default] = ACTIONS(791), [anon_sym_while] = ACTIONS(390), [anon_sym_do] = ACTIONS(392), [anon_sym_for] = ACTIONS(394), @@ -21416,23 +21806,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [56] = { + [STATE(56)] = { [sym_declaration] = STATE(56), [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1158), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1144), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(56), [sym_labeled_statement] = STATE(56), [sym_expression_statement] = STATE(56), @@ -21447,99 +21837,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(56), [sym_seh_try_statement] = STATE(56), [sym_seh_leave_statement] = STATE(56), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(56), [sym_identifier] = ACTIONS(943), - [aux_sym_preproc_include_token1] = ACTIONS(800), - [aux_sym_preproc_def_token1] = ACTIONS(800), - [aux_sym_preproc_if_token1] = ACTIONS(800), - [aux_sym_preproc_ifdef_token1] = ACTIONS(800), - [aux_sym_preproc_ifdef_token2] = ACTIONS(800), - [sym_preproc_directive] = ACTIONS(800), - [anon_sym_LPAREN2] = ACTIONS(802), - [anon_sym_BANG] = ACTIONS(805), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_AMP] = ACTIONS(811), + [aux_sym_preproc_include_token1] = ACTIONS(798), + [aux_sym_preproc_def_token1] = ACTIONS(798), + [aux_sym_preproc_if_token1] = ACTIONS(798), + [aux_sym_preproc_ifdef_token1] = ACTIONS(798), + [aux_sym_preproc_ifdef_token2] = ACTIONS(798), + [sym_preproc_directive] = ACTIONS(798), + [anon_sym_LPAREN2] = ACTIONS(800), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_AMP] = ACTIONS(809), [anon_sym_SEMI] = ACTIONS(946), [anon_sym___extension__] = ACTIONS(949), [anon_sym_typedef] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(823), - [anon_sym___attribute__] = ACTIONS(826), - [anon_sym___attribute] = ACTIONS(826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(829), - [anon_sym___declspec] = ACTIONS(832), - [anon_sym___cdecl] = ACTIONS(800), - [anon_sym___clrcall] = ACTIONS(800), - [anon_sym___stdcall] = ACTIONS(800), - [anon_sym___fastcall] = ACTIONS(800), - [anon_sym___thiscall] = ACTIONS(800), - [anon_sym___vectorcall] = ACTIONS(800), + [anon_sym_extern] = ACTIONS(821), + [anon_sym___attribute__] = ACTIONS(824), + [anon_sym___attribute] = ACTIONS(824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(827), + [anon_sym___declspec] = ACTIONS(830), + [anon_sym___cdecl] = ACTIONS(798), + [anon_sym___clrcall] = ACTIONS(798), + [anon_sym___stdcall] = ACTIONS(798), + [anon_sym___fastcall] = ACTIONS(798), + [anon_sym___thiscall] = ACTIONS(798), + [anon_sym___vectorcall] = ACTIONS(798), [anon_sym_LBRACE] = ACTIONS(955), [anon_sym_RBRACE] = ACTIONS(958), - [anon_sym_signed] = ACTIONS(838), - [anon_sym_unsigned] = ACTIONS(838), - [anon_sym_long] = ACTIONS(838), - [anon_sym_short] = ACTIONS(838), - [anon_sym_static] = ACTIONS(823), - [anon_sym_auto] = ACTIONS(823), - [anon_sym_register] = ACTIONS(823), - [anon_sym_inline] = ACTIONS(823), - [anon_sym___inline] = ACTIONS(823), - [anon_sym___inline__] = ACTIONS(823), - [anon_sym___forceinline] = ACTIONS(823), - [anon_sym_thread_local] = ACTIONS(823), - [anon_sym___thread] = ACTIONS(823), - [anon_sym_const] = ACTIONS(841), - [anon_sym_constexpr] = ACTIONS(841), - [anon_sym_volatile] = ACTIONS(841), - [anon_sym_restrict] = ACTIONS(841), - [anon_sym___restrict__] = ACTIONS(841), - [anon_sym__Atomic] = ACTIONS(841), - [anon_sym__Noreturn] = ACTIONS(841), - [anon_sym_noreturn] = ACTIONS(841), - [anon_sym__Nonnull] = ACTIONS(841), - [anon_sym_alignas] = ACTIONS(844), - [anon_sym__Alignas] = ACTIONS(844), - [sym_primitive_type] = ACTIONS(847), - [anon_sym_enum] = ACTIONS(850), - [anon_sym_struct] = ACTIONS(853), - [anon_sym_union] = ACTIONS(856), + [anon_sym_signed] = ACTIONS(836), + [anon_sym_unsigned] = ACTIONS(836), + [anon_sym_long] = ACTIONS(836), + [anon_sym_short] = ACTIONS(836), + [anon_sym_static] = ACTIONS(821), + [anon_sym_auto] = ACTIONS(821), + [anon_sym_register] = ACTIONS(821), + [anon_sym_inline] = ACTIONS(821), + [anon_sym___inline] = ACTIONS(821), + [anon_sym___inline__] = ACTIONS(821), + [anon_sym___forceinline] = ACTIONS(821), + [anon_sym_thread_local] = ACTIONS(821), + [anon_sym___thread] = ACTIONS(821), + [anon_sym_const] = ACTIONS(839), + [anon_sym_constexpr] = ACTIONS(839), + [anon_sym_volatile] = ACTIONS(839), + [anon_sym_restrict] = ACTIONS(839), + [anon_sym___restrict__] = ACTIONS(839), + [anon_sym__Atomic] = ACTIONS(839), + [anon_sym__Noreturn] = ACTIONS(839), + [anon_sym_noreturn] = ACTIONS(839), + [anon_sym__Nonnull] = ACTIONS(839), + [anon_sym_alignas] = ACTIONS(842), + [anon_sym__Alignas] = ACTIONS(842), + [sym_primitive_type] = ACTIONS(845), + [anon_sym_enum] = ACTIONS(848), + [anon_sym_struct] = ACTIONS(851), + [anon_sym_union] = ACTIONS(854), [anon_sym_if] = ACTIONS(960), - [anon_sym_else] = ACTIONS(800), + [anon_sym_else] = ACTIONS(798), [anon_sym_switch] = ACTIONS(963), - [anon_sym_case] = ACTIONS(800), - [anon_sym_default] = ACTIONS(800), + [anon_sym_case] = ACTIONS(798), + [anon_sym_default] = ACTIONS(798), [anon_sym_while] = ACTIONS(966), [anon_sym_do] = ACTIONS(969), [anon_sym_for] = ACTIONS(972), @@ -21549,105 +21939,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(984), [anon_sym___try] = ACTIONS(987), [anon_sym___leave] = ACTIONS(990), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(895), - [anon_sym___alignof__] = ACTIONS(898), - [anon_sym___alignof] = ACTIONS(898), - [anon_sym__alignof] = ACTIONS(898), - [anon_sym_alignof] = ACTIONS(898), - [anon_sym__Alignof] = ACTIONS(898), - [anon_sym_offsetof] = ACTIONS(901), - [anon_sym__Generic] = ACTIONS(904), - [anon_sym_asm] = ACTIONS(907), - [anon_sym___asm__] = ACTIONS(907), - [anon_sym___asm] = ACTIONS(907), - [sym_number_literal] = ACTIONS(910), - [anon_sym_L_SQUOTE] = ACTIONS(913), - [anon_sym_u_SQUOTE] = ACTIONS(913), - [anon_sym_U_SQUOTE] = ACTIONS(913), - [anon_sym_u8_SQUOTE] = ACTIONS(913), - [anon_sym_SQUOTE] = ACTIONS(913), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(919), - [sym_false] = ACTIONS(919), - [anon_sym_NULL] = ACTIONS(922), - [anon_sym_nullptr] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_sizeof] = ACTIONS(893), + [anon_sym___alignof__] = ACTIONS(896), + [anon_sym___alignof] = ACTIONS(896), + [anon_sym__alignof] = ACTIONS(896), + [anon_sym_alignof] = ACTIONS(896), + [anon_sym__Alignof] = ACTIONS(896), + [anon_sym_offsetof] = ACTIONS(899), + [anon_sym__Generic] = ACTIONS(902), + [anon_sym_asm] = ACTIONS(905), + [anon_sym___asm__] = ACTIONS(905), + [anon_sym___asm] = ACTIONS(905), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(911), + [anon_sym_u_SQUOTE] = ACTIONS(911), + [anon_sym_U_SQUOTE] = ACTIONS(911), + [anon_sym_u8_SQUOTE] = ACTIONS(911), + [anon_sym_SQUOTE] = ACTIONS(911), + [anon_sym_L_DQUOTE] = ACTIONS(914), + [anon_sym_u_DQUOTE] = ACTIONS(914), + [anon_sym_U_DQUOTE] = ACTIONS(914), + [anon_sym_u8_DQUOTE] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym_true] = ACTIONS(917), + [sym_false] = ACTIONS(917), + [anon_sym_NULL] = ACTIONS(920), + [anon_sym_nullptr] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [57] = { - [sym_declaration] = STATE(60), - [sym_type_definition] = STATE(60), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1152), - [sym_attribute_specifier] = STATE(710), + [STATE(57)] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1146), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(60), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(60), - [sym_labeled_statement] = STATE(60), - [sym_expression_statement] = STATE(60), - [sym_if_statement] = STATE(60), - [sym_switch_statement] = STATE(60), - [sym_while_statement] = STATE(60), - [sym_do_statement] = STATE(60), - [sym_for_statement] = STATE(60), - [sym_return_statement] = STATE(60), - [sym_break_statement] = STATE(60), - [sym_continue_statement] = STATE(60), - [sym_goto_statement] = STATE(60), - [sym_seh_try_statement] = STATE(60), - [sym_seh_leave_statement] = STATE(60), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(60), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(61), + [sym_labeled_statement] = STATE(61), + [sym_expression_statement] = STATE(61), + [sym_if_statement] = STATE(61), + [sym_switch_statement] = STATE(61), + [sym_while_statement] = STATE(61), + [sym_do_statement] = STATE(61), + [sym_for_statement] = STATE(61), + [sym_return_statement] = STATE(61), + [sym_break_statement] = STATE(61), + [sym_continue_statement] = STATE(61), + [sym_goto_statement] = STATE(61), + [sym_seh_try_statement] = STATE(61), + [sym_seh_leave_statement] = STATE(61), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(61), [sym_identifier] = ACTIONS(993), - [aux_sym_preproc_include_token1] = ACTIONS(789), - [aux_sym_preproc_def_token1] = ACTIONS(789), - [aux_sym_preproc_if_token1] = ACTIONS(789), - [aux_sym_preproc_if_token2] = ACTIONS(789), - [aux_sym_preproc_ifdef_token1] = ACTIONS(789), - [aux_sym_preproc_ifdef_token2] = ACTIONS(789), - [sym_preproc_directive] = ACTIONS(789), + [aux_sym_preproc_include_token1] = ACTIONS(923), + [aux_sym_preproc_def_token1] = ACTIONS(923), + [aux_sym_preproc_if_token1] = ACTIONS(923), + [aux_sym_preproc_if_token2] = ACTIONS(923), + [aux_sym_preproc_ifdef_token1] = ACTIONS(923), + [aux_sym_preproc_ifdef_token2] = ACTIONS(923), + [sym_preproc_directive] = ACTIONS(923), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21655,21 +22045,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(500), - [anon_sym_typedef] = ACTIONS(502), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(506), + [anon_sym_typedef] = ACTIONS(508), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(789), - [anon_sym___clrcall] = ACTIONS(789), - [anon_sym___stdcall] = ACTIONS(789), - [anon_sym___fastcall] = ACTIONS(789), - [anon_sym___thiscall] = ACTIONS(789), - [anon_sym___vectorcall] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym___cdecl] = ACTIONS(923), + [anon_sym___clrcall] = ACTIONS(923), + [anon_sym___stdcall] = ACTIONS(923), + [anon_sym___fastcall] = ACTIONS(923), + [anon_sym___thiscall] = ACTIONS(923), + [anon_sym___vectorcall] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -21698,20 +22088,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), - [anon_sym_else] = ACTIONS(789), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(789), - [anon_sym_default] = ACTIONS(789), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_if] = ACTIONS(514), + [anon_sym_else] = ACTIONS(923), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(923), + [anon_sym_default] = ACTIONS(923), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -21742,72 +22132,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [58] = { - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1152), - [sym_attribute_specifier] = STATE(710), + [STATE(58)] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(59), - [sym_labeled_statement] = STATE(59), - [sym_expression_statement] = STATE(59), - [sym_if_statement] = STATE(59), - [sym_switch_statement] = STATE(59), - [sym_while_statement] = STATE(59), - [sym_do_statement] = STATE(59), - [sym_for_statement] = STATE(59), - [sym_return_statement] = STATE(59), - [sym_break_statement] = STATE(59), - [sym_continue_statement] = STATE(59), - [sym_goto_statement] = STATE(59), - [sym_seh_try_statement] = STATE(59), - [sym_seh_leave_statement] = STATE(59), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(59), - [sym_identifier] = ACTIONS(993), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(63), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(63), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym_seh_try_statement] = STATE(63), + [sym_seh_leave_statement] = STATE(63), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(63), + [ts_builtin_sym_end] = ACTIONS(941), + [sym_identifier] = ACTIONS(929), [aux_sym_preproc_include_token1] = ACTIONS(791), [aux_sym_preproc_def_token1] = ACTIONS(791), [aux_sym_preproc_if_token1] = ACTIONS(791), - [aux_sym_preproc_if_token2] = ACTIONS(791), [aux_sym_preproc_ifdef_token1] = ACTIONS(791), [aux_sym_preproc_ifdef_token2] = ACTIONS(791), [sym_preproc_directive] = ACTIONS(791), @@ -21818,9 +22208,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(500), - [anon_sym_typedef] = ACTIONS(502), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(29), + [anon_sym_typedef] = ACTIONS(31), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), @@ -21832,7 +22222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(791), [anon_sym___thiscall] = ACTIONS(791), [anon_sym___vectorcall] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -21861,20 +22251,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), + [anon_sym_if] = ACTIONS(61), [anon_sym_else] = ACTIONS(791), - [anon_sym_switch] = ACTIONS(510), + [anon_sym_switch] = ACTIONS(63), [anon_sym_case] = ACTIONS(791), [anon_sym_default] = ACTIONS(791), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_while] = ACTIONS(69), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -21905,75 +22295,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [59] = { - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1152), - [sym_attribute_specifier] = STATE(710), + [STATE(59)] = { + [sym_declaration] = STATE(57), + [sym_type_definition] = STATE(57), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1146), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym_seh_try_statement] = STATE(61), - [sym_seh_leave_statement] = STATE(61), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(61), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(57), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(57), + [sym_labeled_statement] = STATE(57), + [sym_expression_statement] = STATE(57), + [sym_if_statement] = STATE(57), + [sym_switch_statement] = STATE(57), + [sym_while_statement] = STATE(57), + [sym_do_statement] = STATE(57), + [sym_for_statement] = STATE(57), + [sym_return_statement] = STATE(57), + [sym_break_statement] = STATE(57), + [sym_continue_statement] = STATE(57), + [sym_goto_statement] = STATE(57), + [sym_seh_try_statement] = STATE(57), + [sym_seh_leave_statement] = STATE(57), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(57), [sym_identifier] = ACTIONS(993), - [aux_sym_preproc_include_token1] = ACTIONS(795), - [aux_sym_preproc_def_token1] = ACTIONS(795), - [aux_sym_preproc_if_token1] = ACTIONS(795), - [aux_sym_preproc_if_token2] = ACTIONS(795), - [aux_sym_preproc_ifdef_token1] = ACTIONS(795), - [aux_sym_preproc_ifdef_token2] = ACTIONS(795), - [sym_preproc_directive] = ACTIONS(795), + [aux_sym_preproc_include_token1] = ACTIONS(793), + [aux_sym_preproc_def_token1] = ACTIONS(793), + [aux_sym_preproc_if_token1] = ACTIONS(793), + [aux_sym_preproc_if_token2] = ACTIONS(793), + [aux_sym_preproc_ifdef_token1] = ACTIONS(793), + [aux_sym_preproc_ifdef_token2] = ACTIONS(793), + [sym_preproc_directive] = ACTIONS(793), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21981,21 +22371,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(500), - [anon_sym_typedef] = ACTIONS(502), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(506), + [anon_sym_typedef] = ACTIONS(508), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(795), - [anon_sym___clrcall] = ACTIONS(795), - [anon_sym___stdcall] = ACTIONS(795), - [anon_sym___fastcall] = ACTIONS(795), - [anon_sym___thiscall] = ACTIONS(795), - [anon_sym___vectorcall] = ACTIONS(795), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym___cdecl] = ACTIONS(793), + [anon_sym___clrcall] = ACTIONS(793), + [anon_sym___stdcall] = ACTIONS(793), + [anon_sym___fastcall] = ACTIONS(793), + [anon_sym___thiscall] = ACTIONS(793), + [anon_sym___vectorcall] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -22024,20 +22414,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), - [anon_sym_else] = ACTIONS(795), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(795), - [anon_sym_default] = ACTIONS(795), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_if] = ACTIONS(514), + [anon_sym_else] = ACTIONS(793), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(793), + [anon_sym_default] = ACTIONS(793), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -22068,75 +22458,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [60] = { - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1152), - [sym_attribute_specifier] = STATE(710), + [STATE(60)] = { + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1146), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym_seh_try_statement] = STATE(61), - [sym_seh_leave_statement] = STATE(61), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(61), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(62), + [sym_labeled_statement] = STATE(62), + [sym_expression_statement] = STATE(62), + [sym_if_statement] = STATE(62), + [sym_switch_statement] = STATE(62), + [sym_while_statement] = STATE(62), + [sym_do_statement] = STATE(62), + [sym_for_statement] = STATE(62), + [sym_return_statement] = STATE(62), + [sym_break_statement] = STATE(62), + [sym_continue_statement] = STATE(62), + [sym_goto_statement] = STATE(62), + [sym_seh_try_statement] = STATE(62), + [sym_seh_leave_statement] = STATE(62), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(62), [sym_identifier] = ACTIONS(993), - [aux_sym_preproc_include_token1] = ACTIONS(793), - [aux_sym_preproc_def_token1] = ACTIONS(793), - [aux_sym_preproc_if_token1] = ACTIONS(793), - [aux_sym_preproc_if_token2] = ACTIONS(793), - [aux_sym_preproc_ifdef_token1] = ACTIONS(793), - [aux_sym_preproc_ifdef_token2] = ACTIONS(793), - [sym_preproc_directive] = ACTIONS(793), + [aux_sym_preproc_include_token1] = ACTIONS(789), + [aux_sym_preproc_def_token1] = ACTIONS(789), + [aux_sym_preproc_if_token1] = ACTIONS(789), + [aux_sym_preproc_if_token2] = ACTIONS(789), + [aux_sym_preproc_ifdef_token1] = ACTIONS(789), + [aux_sym_preproc_ifdef_token2] = ACTIONS(789), + [sym_preproc_directive] = ACTIONS(789), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22144,21 +22534,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(500), - [anon_sym_typedef] = ACTIONS(502), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(506), + [anon_sym_typedef] = ACTIONS(508), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(793), - [anon_sym___clrcall] = ACTIONS(793), - [anon_sym___stdcall] = ACTIONS(793), - [anon_sym___fastcall] = ACTIONS(793), - [anon_sym___thiscall] = ACTIONS(793), - [anon_sym___vectorcall] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym___cdecl] = ACTIONS(789), + [anon_sym___clrcall] = ACTIONS(789), + [anon_sym___stdcall] = ACTIONS(789), + [anon_sym___fastcall] = ACTIONS(789), + [anon_sym___thiscall] = ACTIONS(789), + [anon_sym___vectorcall] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -22187,20 +22577,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), - [anon_sym_else] = ACTIONS(793), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(793), - [anon_sym_default] = ACTIONS(793), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_if] = ACTIONS(514), + [anon_sym_else] = ACTIONS(789), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(789), + [anon_sym_default] = ACTIONS(789), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -22231,23 +22621,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [61] = { + [STATE(61)] = { [sym_declaration] = STATE(61), [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1152), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1146), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(61), [sym_labeled_statement] = STATE(61), [sym_expression_statement] = STATE(61), @@ -22262,99 +22652,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(61), [sym_seh_try_statement] = STATE(61), [sym_seh_leave_statement] = STATE(61), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(61), [sym_identifier] = ACTIONS(995), - [aux_sym_preproc_include_token1] = ACTIONS(800), - [aux_sym_preproc_def_token1] = ACTIONS(800), - [aux_sym_preproc_if_token1] = ACTIONS(800), - [aux_sym_preproc_if_token2] = ACTIONS(800), - [aux_sym_preproc_ifdef_token1] = ACTIONS(800), - [aux_sym_preproc_ifdef_token2] = ACTIONS(800), - [sym_preproc_directive] = ACTIONS(800), - [anon_sym_LPAREN2] = ACTIONS(802), - [anon_sym_BANG] = ACTIONS(805), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_AMP] = ACTIONS(811), + [aux_sym_preproc_include_token1] = ACTIONS(798), + [aux_sym_preproc_def_token1] = ACTIONS(798), + [aux_sym_preproc_if_token1] = ACTIONS(798), + [aux_sym_preproc_if_token2] = ACTIONS(798), + [aux_sym_preproc_ifdef_token1] = ACTIONS(798), + [aux_sym_preproc_ifdef_token2] = ACTIONS(798), + [sym_preproc_directive] = ACTIONS(798), + [anon_sym_LPAREN2] = ACTIONS(800), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_AMP] = ACTIONS(809), [anon_sym_SEMI] = ACTIONS(998), [anon_sym___extension__] = ACTIONS(1001), [anon_sym_typedef] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(823), - [anon_sym___attribute__] = ACTIONS(826), - [anon_sym___attribute] = ACTIONS(826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(829), - [anon_sym___declspec] = ACTIONS(832), - [anon_sym___cdecl] = ACTIONS(800), - [anon_sym___clrcall] = ACTIONS(800), - [anon_sym___stdcall] = ACTIONS(800), - [anon_sym___fastcall] = ACTIONS(800), - [anon_sym___thiscall] = ACTIONS(800), - [anon_sym___vectorcall] = ACTIONS(800), + [anon_sym_extern] = ACTIONS(821), + [anon_sym___attribute__] = ACTIONS(824), + [anon_sym___attribute] = ACTIONS(824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(827), + [anon_sym___declspec] = ACTIONS(830), + [anon_sym___cdecl] = ACTIONS(798), + [anon_sym___clrcall] = ACTIONS(798), + [anon_sym___stdcall] = ACTIONS(798), + [anon_sym___fastcall] = ACTIONS(798), + [anon_sym___thiscall] = ACTIONS(798), + [anon_sym___vectorcall] = ACTIONS(798), [anon_sym_LBRACE] = ACTIONS(1007), - [anon_sym_signed] = ACTIONS(838), - [anon_sym_unsigned] = ACTIONS(838), - [anon_sym_long] = ACTIONS(838), - [anon_sym_short] = ACTIONS(838), - [anon_sym_static] = ACTIONS(823), - [anon_sym_auto] = ACTIONS(823), - [anon_sym_register] = ACTIONS(823), - [anon_sym_inline] = ACTIONS(823), - [anon_sym___inline] = ACTIONS(823), - [anon_sym___inline__] = ACTIONS(823), - [anon_sym___forceinline] = ACTIONS(823), - [anon_sym_thread_local] = ACTIONS(823), - [anon_sym___thread] = ACTIONS(823), - [anon_sym_const] = ACTIONS(841), - [anon_sym_constexpr] = ACTIONS(841), - [anon_sym_volatile] = ACTIONS(841), - [anon_sym_restrict] = ACTIONS(841), - [anon_sym___restrict__] = ACTIONS(841), - [anon_sym__Atomic] = ACTIONS(841), - [anon_sym__Noreturn] = ACTIONS(841), - [anon_sym_noreturn] = ACTIONS(841), - [anon_sym__Nonnull] = ACTIONS(841), - [anon_sym_alignas] = ACTIONS(844), - [anon_sym__Alignas] = ACTIONS(844), - [sym_primitive_type] = ACTIONS(847), - [anon_sym_enum] = ACTIONS(850), - [anon_sym_struct] = ACTIONS(853), - [anon_sym_union] = ACTIONS(856), + [anon_sym_signed] = ACTIONS(836), + [anon_sym_unsigned] = ACTIONS(836), + [anon_sym_long] = ACTIONS(836), + [anon_sym_short] = ACTIONS(836), + [anon_sym_static] = ACTIONS(821), + [anon_sym_auto] = ACTIONS(821), + [anon_sym_register] = ACTIONS(821), + [anon_sym_inline] = ACTIONS(821), + [anon_sym___inline] = ACTIONS(821), + [anon_sym___inline__] = ACTIONS(821), + [anon_sym___forceinline] = ACTIONS(821), + [anon_sym_thread_local] = ACTIONS(821), + [anon_sym___thread] = ACTIONS(821), + [anon_sym_const] = ACTIONS(839), + [anon_sym_constexpr] = ACTIONS(839), + [anon_sym_volatile] = ACTIONS(839), + [anon_sym_restrict] = ACTIONS(839), + [anon_sym___restrict__] = ACTIONS(839), + [anon_sym__Atomic] = ACTIONS(839), + [anon_sym__Noreturn] = ACTIONS(839), + [anon_sym_noreturn] = ACTIONS(839), + [anon_sym__Nonnull] = ACTIONS(839), + [anon_sym_alignas] = ACTIONS(842), + [anon_sym__Alignas] = ACTIONS(842), + [sym_primitive_type] = ACTIONS(845), + [anon_sym_enum] = ACTIONS(848), + [anon_sym_struct] = ACTIONS(851), + [anon_sym_union] = ACTIONS(854), [anon_sym_if] = ACTIONS(1010), - [anon_sym_else] = ACTIONS(800), + [anon_sym_else] = ACTIONS(798), [anon_sym_switch] = ACTIONS(1013), - [anon_sym_case] = ACTIONS(800), - [anon_sym_default] = ACTIONS(800), + [anon_sym_case] = ACTIONS(798), + [anon_sym_default] = ACTIONS(798), [anon_sym_while] = ACTIONS(1016), [anon_sym_do] = ACTIONS(1019), [anon_sym_for] = ACTIONS(1022), @@ -22364,105 +22754,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1034), [anon_sym___try] = ACTIONS(1037), [anon_sym___leave] = ACTIONS(1040), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(895), - [anon_sym___alignof__] = ACTIONS(898), - [anon_sym___alignof] = ACTIONS(898), - [anon_sym__alignof] = ACTIONS(898), - [anon_sym_alignof] = ACTIONS(898), - [anon_sym__Alignof] = ACTIONS(898), - [anon_sym_offsetof] = ACTIONS(901), - [anon_sym__Generic] = ACTIONS(904), - [anon_sym_asm] = ACTIONS(907), - [anon_sym___asm__] = ACTIONS(907), - [anon_sym___asm] = ACTIONS(907), - [sym_number_literal] = ACTIONS(910), - [anon_sym_L_SQUOTE] = ACTIONS(913), - [anon_sym_u_SQUOTE] = ACTIONS(913), - [anon_sym_U_SQUOTE] = ACTIONS(913), - [anon_sym_u8_SQUOTE] = ACTIONS(913), - [anon_sym_SQUOTE] = ACTIONS(913), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(919), - [sym_false] = ACTIONS(919), - [anon_sym_NULL] = ACTIONS(922), - [anon_sym_nullptr] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_sizeof] = ACTIONS(893), + [anon_sym___alignof__] = ACTIONS(896), + [anon_sym___alignof] = ACTIONS(896), + [anon_sym__alignof] = ACTIONS(896), + [anon_sym_alignof] = ACTIONS(896), + [anon_sym__Alignof] = ACTIONS(896), + [anon_sym_offsetof] = ACTIONS(899), + [anon_sym__Generic] = ACTIONS(902), + [anon_sym_asm] = ACTIONS(905), + [anon_sym___asm__] = ACTIONS(905), + [anon_sym___asm] = ACTIONS(905), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(911), + [anon_sym_u_SQUOTE] = ACTIONS(911), + [anon_sym_U_SQUOTE] = ACTIONS(911), + [anon_sym_u8_SQUOTE] = ACTIONS(911), + [anon_sym_SQUOTE] = ACTIONS(911), + [anon_sym_L_DQUOTE] = ACTIONS(914), + [anon_sym_u_DQUOTE] = ACTIONS(914), + [anon_sym_U_DQUOTE] = ACTIONS(914), + [anon_sym_u8_DQUOTE] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym_true] = ACTIONS(917), + [sym_false] = ACTIONS(917), + [anon_sym_NULL] = ACTIONS(920), + [anon_sym_nullptr] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [62] = { - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(62)] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1146), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(63), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(63), - [sym_labeled_statement] = STATE(63), - [sym_expression_statement] = STATE(63), - [sym_if_statement] = STATE(63), - [sym_switch_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_do_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_return_statement] = STATE(63), - [sym_break_statement] = STATE(63), - [sym_continue_statement] = STATE(63), - [sym_goto_statement] = STATE(63), - [sym_seh_try_statement] = STATE(63), - [sym_seh_leave_statement] = STATE(63), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(63), - [ts_builtin_sym_end] = ACTIONS(941), - [sym_identifier] = ACTIONS(927), - [aux_sym_preproc_include_token1] = ACTIONS(789), - [aux_sym_preproc_def_token1] = ACTIONS(789), - [aux_sym_preproc_if_token1] = ACTIONS(789), - [aux_sym_preproc_ifdef_token1] = ACTIONS(789), - [aux_sym_preproc_ifdef_token2] = ACTIONS(789), - [sym_preproc_directive] = ACTIONS(789), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(61), + [sym_labeled_statement] = STATE(61), + [sym_expression_statement] = STATE(61), + [sym_if_statement] = STATE(61), + [sym_switch_statement] = STATE(61), + [sym_while_statement] = STATE(61), + [sym_do_statement] = STATE(61), + [sym_for_statement] = STATE(61), + [sym_return_statement] = STATE(61), + [sym_break_statement] = STATE(61), + [sym_continue_statement] = STATE(61), + [sym_goto_statement] = STATE(61), + [sym_seh_try_statement] = STATE(61), + [sym_seh_leave_statement] = STATE(61), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(61), + [sym_identifier] = ACTIONS(993), + [aux_sym_preproc_include_token1] = ACTIONS(791), + [aux_sym_preproc_def_token1] = ACTIONS(791), + [aux_sym_preproc_if_token1] = ACTIONS(791), + [aux_sym_preproc_if_token2] = ACTIONS(791), + [aux_sym_preproc_ifdef_token1] = ACTIONS(791), + [aux_sym_preproc_ifdef_token2] = ACTIONS(791), + [sym_preproc_directive] = ACTIONS(791), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22470,21 +22860,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(29), - [anon_sym_typedef] = ACTIONS(31), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(506), + [anon_sym_typedef] = ACTIONS(508), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___cdecl] = ACTIONS(789), - [anon_sym___clrcall] = ACTIONS(789), - [anon_sym___stdcall] = ACTIONS(789), - [anon_sym___fastcall] = ACTIONS(789), - [anon_sym___thiscall] = ACTIONS(789), - [anon_sym___vectorcall] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym___cdecl] = ACTIONS(791), + [anon_sym___clrcall] = ACTIONS(791), + [anon_sym___stdcall] = ACTIONS(791), + [anon_sym___fastcall] = ACTIONS(791), + [anon_sym___thiscall] = ACTIONS(791), + [anon_sym___vectorcall] = ACTIONS(791), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -22513,20 +22903,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_else] = ACTIONS(789), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(789), - [anon_sym_default] = ACTIONS(789), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym_if] = ACTIONS(514), + [anon_sym_else] = ACTIONS(791), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(791), + [anon_sym_default] = ACTIONS(791), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -22557,69 +22947,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [63] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(63)] = { + [sym_declaration] = STATE(63), + [sym_type_definition] = STATE(63), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym_seh_try_statement] = STATE(64), - [sym_seh_leave_statement] = STATE(64), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(64), - [ts_builtin_sym_end] = ACTIONS(939), - [sym_identifier] = ACTIONS(927), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(63), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(63), + [sym_labeled_statement] = STATE(63), + [sym_expression_statement] = STATE(63), + [sym_if_statement] = STATE(63), + [sym_switch_statement] = STATE(63), + [sym_while_statement] = STATE(63), + [sym_do_statement] = STATE(63), + [sym_for_statement] = STATE(63), + [sym_return_statement] = STATE(63), + [sym_break_statement] = STATE(63), + [sym_continue_statement] = STATE(63), + [sym_goto_statement] = STATE(63), + [sym_seh_try_statement] = STATE(63), + [sym_seh_leave_statement] = STATE(63), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(63), + [ts_builtin_sym_end] = ACTIONS(958), + [sym_identifier] = ACTIONS(1043), + [aux_sym_preproc_include_token1] = ACTIONS(798), + [aux_sym_preproc_def_token1] = ACTIONS(798), + [aux_sym_preproc_if_token1] = ACTIONS(798), + [aux_sym_preproc_ifdef_token1] = ACTIONS(798), + [aux_sym_preproc_ifdef_token2] = ACTIONS(798), + [sym_preproc_directive] = ACTIONS(798), + [anon_sym_LPAREN2] = ACTIONS(800), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_AMP] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(1046), + [anon_sym___extension__] = ACTIONS(1049), + [anon_sym_typedef] = ACTIONS(1052), + [anon_sym_extern] = ACTIONS(821), + [anon_sym___attribute__] = ACTIONS(824), + [anon_sym___attribute] = ACTIONS(824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(827), + [anon_sym___declspec] = ACTIONS(830), + [anon_sym___cdecl] = ACTIONS(798), + [anon_sym___clrcall] = ACTIONS(798), + [anon_sym___stdcall] = ACTIONS(798), + [anon_sym___fastcall] = ACTIONS(798), + [anon_sym___thiscall] = ACTIONS(798), + [anon_sym___vectorcall] = ACTIONS(798), + [anon_sym_LBRACE] = ACTIONS(1055), + [anon_sym_signed] = ACTIONS(836), + [anon_sym_unsigned] = ACTIONS(836), + [anon_sym_long] = ACTIONS(836), + [anon_sym_short] = ACTIONS(836), + [anon_sym_static] = ACTIONS(821), + [anon_sym_auto] = ACTIONS(821), + [anon_sym_register] = ACTIONS(821), + [anon_sym_inline] = ACTIONS(821), + [anon_sym___inline] = ACTIONS(821), + [anon_sym___inline__] = ACTIONS(821), + [anon_sym___forceinline] = ACTIONS(821), + [anon_sym_thread_local] = ACTIONS(821), + [anon_sym___thread] = ACTIONS(821), + [anon_sym_const] = ACTIONS(839), + [anon_sym_constexpr] = ACTIONS(839), + [anon_sym_volatile] = ACTIONS(839), + [anon_sym_restrict] = ACTIONS(839), + [anon_sym___restrict__] = ACTIONS(839), + [anon_sym__Atomic] = ACTIONS(839), + [anon_sym__Noreturn] = ACTIONS(839), + [anon_sym_noreturn] = ACTIONS(839), + [anon_sym__Nonnull] = ACTIONS(839), + [anon_sym_alignas] = ACTIONS(842), + [anon_sym__Alignas] = ACTIONS(842), + [sym_primitive_type] = ACTIONS(845), + [anon_sym_enum] = ACTIONS(848), + [anon_sym_struct] = ACTIONS(851), + [anon_sym_union] = ACTIONS(854), + [anon_sym_if] = ACTIONS(1058), + [anon_sym_else] = ACTIONS(798), + [anon_sym_switch] = ACTIONS(1061), + [anon_sym_case] = ACTIONS(798), + [anon_sym_default] = ACTIONS(798), + [anon_sym_while] = ACTIONS(1064), + [anon_sym_do] = ACTIONS(1067), + [anon_sym_for] = ACTIONS(1070), + [anon_sym_return] = ACTIONS(1073), + [anon_sym_break] = ACTIONS(1076), + [anon_sym_continue] = ACTIONS(1079), + [anon_sym_goto] = ACTIONS(1082), + [anon_sym___try] = ACTIONS(1085), + [anon_sym___leave] = ACTIONS(1088), + [anon_sym_DASH_DASH] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_sizeof] = ACTIONS(893), + [anon_sym___alignof__] = ACTIONS(896), + [anon_sym___alignof] = ACTIONS(896), + [anon_sym__alignof] = ACTIONS(896), + [anon_sym_alignof] = ACTIONS(896), + [anon_sym__Alignof] = ACTIONS(896), + [anon_sym_offsetof] = ACTIONS(899), + [anon_sym__Generic] = ACTIONS(902), + [anon_sym_asm] = ACTIONS(905), + [anon_sym___asm__] = ACTIONS(905), + [anon_sym___asm] = ACTIONS(905), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(911), + [anon_sym_u_SQUOTE] = ACTIONS(911), + [anon_sym_U_SQUOTE] = ACTIONS(911), + [anon_sym_u8_SQUOTE] = ACTIONS(911), + [anon_sym_SQUOTE] = ACTIONS(911), + [anon_sym_L_DQUOTE] = ACTIONS(914), + [anon_sym_u_DQUOTE] = ACTIONS(914), + [anon_sym_U_DQUOTE] = ACTIONS(914), + [anon_sym_u8_DQUOTE] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym_true] = ACTIONS(917), + [sym_false] = ACTIONS(917), + [anon_sym_NULL] = ACTIONS(920), + [anon_sym_nullptr] = ACTIONS(920), + [sym_comment] = ACTIONS(3), + }, + [STATE(64)] = { + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(407), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_statement] = STATE(53), + [sym_while_statement] = STATE(53), + [sym_do_statement] = STATE(53), + [sym_for_statement] = STATE(53), + [sym_return_statement] = STATE(53), + [sym_break_statement] = STATE(53), + [sym_continue_statement] = STATE(53), + [sym_goto_statement] = STATE(53), + [sym_seh_try_statement] = STATE(53), + [sym_seh_leave_statement] = STATE(53), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [aux_sym_case_statement_repeat1] = STATE(53), + [ts_builtin_sym_end] = ACTIONS(937), + [sym_identifier] = ACTIONS(929), [aux_sym_preproc_include_token1] = ACTIONS(793), [aux_sym_preproc_def_token1] = ACTIONS(793), [aux_sym_preproc_if_token1] = ACTIONS(793), @@ -22633,7 +23186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), + [anon_sym_SEMI] = ACTIONS(931), [anon_sym___extension__] = ACTIONS(29), [anon_sym_typedef] = ACTIONS(31), [anon_sym_extern] = ACTIONS(47), @@ -22688,8 +23241,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(77), [anon_sym_continue] = ACTIONS(79), [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -22720,231 +23273,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [64] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(65)] = { + [sym_declaration] = STATE(159), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1144), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym_seh_try_statement] = STATE(64), - [sym_seh_leave_statement] = STATE(64), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [aux_sym_case_statement_repeat1] = STATE(64), - [ts_builtin_sym_end] = ACTIONS(958), - [sym_identifier] = ACTIONS(1043), - [aux_sym_preproc_include_token1] = ACTIONS(800), - [aux_sym_preproc_def_token1] = ACTIONS(800), - [aux_sym_preproc_if_token1] = ACTIONS(800), - [aux_sym_preproc_ifdef_token1] = ACTIONS(800), - [aux_sym_preproc_ifdef_token2] = ACTIONS(800), - [sym_preproc_directive] = ACTIONS(800), - [anon_sym_LPAREN2] = ACTIONS(802), - [anon_sym_BANG] = ACTIONS(805), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_AMP] = ACTIONS(811), - [anon_sym_SEMI] = ACTIONS(1046), - [anon_sym___extension__] = ACTIONS(1049), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(823), - [anon_sym___attribute__] = ACTIONS(826), - [anon_sym___attribute] = ACTIONS(826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(829), - [anon_sym___declspec] = ACTIONS(832), - [anon_sym___cdecl] = ACTIONS(800), - [anon_sym___clrcall] = ACTIONS(800), - [anon_sym___stdcall] = ACTIONS(800), - [anon_sym___fastcall] = ACTIONS(800), - [anon_sym___thiscall] = ACTIONS(800), - [anon_sym___vectorcall] = ACTIONS(800), - [anon_sym_LBRACE] = ACTIONS(1055), - [anon_sym_signed] = ACTIONS(838), - [anon_sym_unsigned] = ACTIONS(838), - [anon_sym_long] = ACTIONS(838), - [anon_sym_short] = ACTIONS(838), - [anon_sym_static] = ACTIONS(823), - [anon_sym_auto] = ACTIONS(823), - [anon_sym_register] = ACTIONS(823), - [anon_sym_inline] = ACTIONS(823), - [anon_sym___inline] = ACTIONS(823), - [anon_sym___inline__] = ACTIONS(823), - [anon_sym___forceinline] = ACTIONS(823), - [anon_sym_thread_local] = ACTIONS(823), - [anon_sym___thread] = ACTIONS(823), - [anon_sym_const] = ACTIONS(841), - [anon_sym_constexpr] = ACTIONS(841), - [anon_sym_volatile] = ACTIONS(841), - [anon_sym_restrict] = ACTIONS(841), - [anon_sym___restrict__] = ACTIONS(841), - [anon_sym__Atomic] = ACTIONS(841), - [anon_sym__Noreturn] = ACTIONS(841), - [anon_sym_noreturn] = ACTIONS(841), - [anon_sym__Nonnull] = ACTIONS(841), - [anon_sym_alignas] = ACTIONS(844), - [anon_sym__Alignas] = ACTIONS(844), - [sym_primitive_type] = ACTIONS(847), - [anon_sym_enum] = ACTIONS(850), - [anon_sym_struct] = ACTIONS(853), - [anon_sym_union] = ACTIONS(856), - [anon_sym_if] = ACTIONS(1058), - [anon_sym_else] = ACTIONS(800), - [anon_sym_switch] = ACTIONS(1061), - [anon_sym_case] = ACTIONS(800), - [anon_sym_default] = ACTIONS(800), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1067), - [anon_sym_for] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1073), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1079), - [anon_sym_goto] = ACTIONS(1082), - [anon_sym___try] = ACTIONS(1085), - [anon_sym___leave] = ACTIONS(1088), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(895), - [anon_sym___alignof__] = ACTIONS(898), - [anon_sym___alignof] = ACTIONS(898), - [anon_sym__alignof] = ACTIONS(898), - [anon_sym_alignof] = ACTIONS(898), - [anon_sym__Alignof] = ACTIONS(898), - [anon_sym_offsetof] = ACTIONS(901), - [anon_sym__Generic] = ACTIONS(904), - [anon_sym_asm] = ACTIONS(907), - [anon_sym___asm__] = ACTIONS(907), - [anon_sym___asm] = ACTIONS(907), - [sym_number_literal] = ACTIONS(910), - [anon_sym_L_SQUOTE] = ACTIONS(913), - [anon_sym_u_SQUOTE] = ACTIONS(913), - [anon_sym_U_SQUOTE] = ACTIONS(913), - [anon_sym_u8_SQUOTE] = ACTIONS(913), - [anon_sym_SQUOTE] = ACTIONS(913), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(919), - [sym_false] = ACTIONS(919), - [anon_sym_NULL] = ACTIONS(922), - [anon_sym_nullptr] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - }, - [65] = { - [sym_declaration] = STATE(192), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1158), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(192), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(937), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(159), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(925), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -23031,67 +23421,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [66] = { - [sym_declaration] = STATE(85), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1149), - [sym_attribute_specifier] = STATE(710), + [STATE(66)] = { + [sym_declaration] = STATE(91), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1152), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(110), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(85), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(118), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(91), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(787), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -23179,23 +23569,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [67] = { + [STATE(67)] = { [sym_declaration] = STATE(70), [sym_type_definition] = STATE(70), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(70), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(70), [sym_labeled_statement] = STATE(70), [sym_expression_statement] = STATE(70), @@ -23210,35 +23600,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(70), [sym_seh_try_statement] = STATE(70), [sym_seh_leave_statement] = STATE(70), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(70), [sym_identifier] = ACTIONS(1093), [anon_sym_LPAREN2] = ACTIONS(19), @@ -23286,7 +23676,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(1095), - [anon_sym_else] = ACTIONS(791), + [anon_sym_else] = ACTIONS(793), [anon_sym_switch] = ACTIONS(63), [anon_sym_while] = ACTIONS(1097), [anon_sym_do] = ACTIONS(71), @@ -23327,67 +23717,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [68] = { - [sym_declaration] = STATE(227), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(68)] = { + [sym_declaration] = STATE(165), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(250), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(227), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(172), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(165), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(1093), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -23475,23 +23865,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [69] = { + [STATE(69)] = { [sym_declaration] = STATE(71), [sym_type_definition] = STATE(71), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(71), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(71), [sym_labeled_statement] = STATE(71), [sym_expression_statement] = STATE(71), @@ -23506,35 +23896,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(71), [sym_seh_try_statement] = STATE(71), [sym_seh_leave_statement] = STATE(71), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(71), [sym_identifier] = ACTIONS(1093), [anon_sym_LPAREN2] = ACTIONS(19), @@ -23623,23 +24013,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [70] = { + [STATE(70)] = { [sym_declaration] = STATE(72), [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(72), [sym_labeled_statement] = STATE(72), [sym_expression_statement] = STATE(72), @@ -23654,35 +24044,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(72), [sym_seh_try_statement] = STATE(72), [sym_seh_leave_statement] = STATE(72), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(72), [sym_identifier] = ACTIONS(1093), [anon_sym_LPAREN2] = ACTIONS(19), @@ -23730,7 +24120,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(1095), - [anon_sym_else] = ACTIONS(795), + [anon_sym_else] = ACTIONS(923), [anon_sym_switch] = ACTIONS(63), [anon_sym_while] = ACTIONS(1097), [anon_sym_do] = ACTIONS(71), @@ -23771,23 +24161,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [71] = { + [STATE(71)] = { [sym_declaration] = STATE(72), [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(72), [sym_labeled_statement] = STATE(72), [sym_expression_statement] = STATE(72), @@ -23802,35 +24192,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(72), [sym_seh_try_statement] = STATE(72), [sym_seh_leave_statement] = STATE(72), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(72), [sym_identifier] = ACTIONS(1093), [anon_sym_LPAREN2] = ACTIONS(19), @@ -23878,7 +24268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_if] = ACTIONS(1095), - [anon_sym_else] = ACTIONS(793), + [anon_sym_else] = ACTIONS(791), [anon_sym_switch] = ACTIONS(63), [anon_sym_while] = ACTIONS(1097), [anon_sym_do] = ACTIONS(71), @@ -23919,23 +24309,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [72] = { + [STATE(72)] = { [sym_declaration] = STATE(72), [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), + [sym_ms_declspec_modifier] = STATE(698), [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym_attributed_statement] = STATE(72), [sym_labeled_statement] = STATE(72), [sym_expression_statement] = STATE(72), @@ -23950,83 +24340,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_goto_statement] = STATE(72), [sym_seh_try_statement] = STATE(72), [sym_seh_leave_statement] = STATE(72), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [aux_sym_case_statement_repeat1] = STATE(72), [sym_identifier] = ACTIONS(1107), - [anon_sym_LPAREN2] = ACTIONS(802), - [anon_sym_BANG] = ACTIONS(805), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_AMP] = ACTIONS(811), + [anon_sym_LPAREN2] = ACTIONS(800), + [anon_sym_BANG] = ACTIONS(803), + [anon_sym_TILDE] = ACTIONS(803), + [anon_sym_DASH] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_AMP] = ACTIONS(809), [anon_sym_SEMI] = ACTIONS(946), [anon_sym___extension__] = ACTIONS(1049), [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(823), - [anon_sym___attribute__] = ACTIONS(826), - [anon_sym___attribute] = ACTIONS(826), - [anon_sym_LBRACK_LBRACK] = ACTIONS(829), - [anon_sym___declspec] = ACTIONS(832), + [anon_sym_extern] = ACTIONS(821), + [anon_sym___attribute__] = ACTIONS(824), + [anon_sym___attribute] = ACTIONS(824), + [anon_sym_LBRACK_LBRACK] = ACTIONS(827), + [anon_sym___declspec] = ACTIONS(830), [anon_sym_LBRACE] = ACTIONS(1055), - [anon_sym_signed] = ACTIONS(838), - [anon_sym_unsigned] = ACTIONS(838), - [anon_sym_long] = ACTIONS(838), - [anon_sym_short] = ACTIONS(838), - [anon_sym_static] = ACTIONS(823), - [anon_sym_auto] = ACTIONS(823), - [anon_sym_register] = ACTIONS(823), - [anon_sym_inline] = ACTIONS(823), - [anon_sym___inline] = ACTIONS(823), - [anon_sym___inline__] = ACTIONS(823), - [anon_sym___forceinline] = ACTIONS(823), - [anon_sym_thread_local] = ACTIONS(823), - [anon_sym___thread] = ACTIONS(823), - [anon_sym_const] = ACTIONS(841), - [anon_sym_constexpr] = ACTIONS(841), - [anon_sym_volatile] = ACTIONS(841), - [anon_sym_restrict] = ACTIONS(841), - [anon_sym___restrict__] = ACTIONS(841), - [anon_sym__Atomic] = ACTIONS(841), - [anon_sym__Noreturn] = ACTIONS(841), - [anon_sym_noreturn] = ACTIONS(841), - [anon_sym__Nonnull] = ACTIONS(841), - [anon_sym_alignas] = ACTIONS(844), - [anon_sym__Alignas] = ACTIONS(844), - [sym_primitive_type] = ACTIONS(847), - [anon_sym_enum] = ACTIONS(850), - [anon_sym_struct] = ACTIONS(853), - [anon_sym_union] = ACTIONS(856), + [anon_sym_signed] = ACTIONS(836), + [anon_sym_unsigned] = ACTIONS(836), + [anon_sym_long] = ACTIONS(836), + [anon_sym_short] = ACTIONS(836), + [anon_sym_static] = ACTIONS(821), + [anon_sym_auto] = ACTIONS(821), + [anon_sym_register] = ACTIONS(821), + [anon_sym_inline] = ACTIONS(821), + [anon_sym___inline] = ACTIONS(821), + [anon_sym___inline__] = ACTIONS(821), + [anon_sym___forceinline] = ACTIONS(821), + [anon_sym_thread_local] = ACTIONS(821), + [anon_sym___thread] = ACTIONS(821), + [anon_sym_const] = ACTIONS(839), + [anon_sym_constexpr] = ACTIONS(839), + [anon_sym_volatile] = ACTIONS(839), + [anon_sym_restrict] = ACTIONS(839), + [anon_sym___restrict__] = ACTIONS(839), + [anon_sym__Atomic] = ACTIONS(839), + [anon_sym__Noreturn] = ACTIONS(839), + [anon_sym_noreturn] = ACTIONS(839), + [anon_sym__Nonnull] = ACTIONS(839), + [anon_sym_alignas] = ACTIONS(842), + [anon_sym__Alignas] = ACTIONS(842), + [sym_primitive_type] = ACTIONS(845), + [anon_sym_enum] = ACTIONS(848), + [anon_sym_struct] = ACTIONS(851), + [anon_sym_union] = ACTIONS(854), [anon_sym_if] = ACTIONS(1110), - [anon_sym_else] = ACTIONS(800), + [anon_sym_else] = ACTIONS(798), [anon_sym_switch] = ACTIONS(1061), [anon_sym_while] = ACTIONS(1113), [anon_sym_do] = ACTIONS(1067), @@ -24037,98 +24427,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1082), [anon_sym___try] = ACTIONS(1119), [anon_sym___leave] = ACTIONS(990), - [anon_sym_DASH_DASH] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_sizeof] = ACTIONS(895), - [anon_sym___alignof__] = ACTIONS(898), - [anon_sym___alignof] = ACTIONS(898), - [anon_sym__alignof] = ACTIONS(898), - [anon_sym_alignof] = ACTIONS(898), - [anon_sym__Alignof] = ACTIONS(898), - [anon_sym_offsetof] = ACTIONS(901), - [anon_sym__Generic] = ACTIONS(904), - [anon_sym_asm] = ACTIONS(907), - [anon_sym___asm__] = ACTIONS(907), - [anon_sym___asm] = ACTIONS(907), - [sym_number_literal] = ACTIONS(910), - [anon_sym_L_SQUOTE] = ACTIONS(913), - [anon_sym_u_SQUOTE] = ACTIONS(913), - [anon_sym_U_SQUOTE] = ACTIONS(913), - [anon_sym_u8_SQUOTE] = ACTIONS(913), - [anon_sym_SQUOTE] = ACTIONS(913), - [anon_sym_L_DQUOTE] = ACTIONS(916), - [anon_sym_u_DQUOTE] = ACTIONS(916), - [anon_sym_U_DQUOTE] = ACTIONS(916), - [anon_sym_u8_DQUOTE] = ACTIONS(916), - [anon_sym_DQUOTE] = ACTIONS(916), - [sym_true] = ACTIONS(919), - [sym_false] = ACTIONS(919), - [anon_sym_NULL] = ACTIONS(922), - [anon_sym_nullptr] = ACTIONS(922), + [anon_sym_DASH_DASH] = ACTIONS(890), + [anon_sym_PLUS_PLUS] = ACTIONS(890), + [anon_sym_sizeof] = ACTIONS(893), + [anon_sym___alignof__] = ACTIONS(896), + [anon_sym___alignof] = ACTIONS(896), + [anon_sym__alignof] = ACTIONS(896), + [anon_sym_alignof] = ACTIONS(896), + [anon_sym__Alignof] = ACTIONS(896), + [anon_sym_offsetof] = ACTIONS(899), + [anon_sym__Generic] = ACTIONS(902), + [anon_sym_asm] = ACTIONS(905), + [anon_sym___asm__] = ACTIONS(905), + [anon_sym___asm] = ACTIONS(905), + [sym_number_literal] = ACTIONS(908), + [anon_sym_L_SQUOTE] = ACTIONS(911), + [anon_sym_u_SQUOTE] = ACTIONS(911), + [anon_sym_U_SQUOTE] = ACTIONS(911), + [anon_sym_u8_SQUOTE] = ACTIONS(911), + [anon_sym_SQUOTE] = ACTIONS(911), + [anon_sym_L_DQUOTE] = ACTIONS(914), + [anon_sym_u_DQUOTE] = ACTIONS(914), + [anon_sym_U_DQUOTE] = ACTIONS(914), + [anon_sym_u8_DQUOTE] = ACTIONS(914), + [anon_sym_DQUOTE] = ACTIONS(914), + [sym_true] = ACTIONS(917), + [sym_false] = ACTIONS(917), + [anon_sym_NULL] = ACTIONS(920), + [anon_sym_nullptr] = ACTIONS(920), [sym_comment] = ACTIONS(3), }, - [73] = { - [sym_declaration] = STATE(227), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1154), - [sym_attribute_specifier] = STATE(710), + [STATE(73)] = { + [sym_declaration] = STATE(212), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1146), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(159), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(227), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(927), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(199), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(212), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(993), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24136,14 +24526,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), + [anon_sym_SEMI] = ACTIONS(504), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(512), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -24172,19 +24562,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(65), - [anon_sym_default] = ACTIONS(67), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -24215,68 +24605,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [74] = { - [sym_declaration] = STATE(196), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1152), - [sym_attribute_specifier] = STATE(710), + [STATE(74)] = { + [sym_declaration] = STATE(165), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), [sym_attribute_declaration] = STATE(407), - [sym_ms_declspec_modifier] = STATE(710), - [sym_compound_statement] = STATE(180), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(196), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(993), + [sym_ms_declspec_modifier] = STATE(698), + [sym_compound_statement] = STATE(251), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(165), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(929), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24284,14 +24674,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), + [anon_sym_SEMI] = ACTIONS(931), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym___declspec] = ACTIONS(39), - [anon_sym_LBRACE] = ACTIONS(506), + [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -24320,19 +24710,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_if] = ACTIONS(61), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(65), + [anon_sym_default] = ACTIONS(67), + [anon_sym_while] = ACTIONS(69), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -24363,50 +24753,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [75] = { - [sym_declaration] = STATE(491), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1160), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__for_statement_body] = STATE(1874), - [sym_expression] = STATE(1058), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1837), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [STATE(75)] = { + [sym_declaration] = STATE(470), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__for_statement_body] = STATE(1909), + [sym_expression] = STATE(1063), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1972), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(1122), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -24480,50 +24870,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [76] = { - [sym_declaration] = STATE(491), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1160), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__for_statement_body] = STATE(1995), - [sym_expression] = STATE(1058), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1837), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [STATE(76)] = { + [sym_declaration] = STATE(470), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__for_statement_body] = STATE(1912), + [sym_expression] = STATE(1063), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1972), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(1122), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -24597,50 +24987,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [77] = { - [sym_declaration] = STATE(491), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1160), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__for_statement_body] = STATE(1815), - [sym_expression] = STATE(1058), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1837), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [STATE(77)] = { + [sym_declaration] = STATE(470), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__for_statement_body] = STATE(1818), + [sym_expression] = STATE(1063), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1972), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(1122), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -24714,50 +25104,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [78] = { - [sym_declaration] = STATE(491), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1160), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__for_statement_body] = STATE(1937), - [sym_expression] = STATE(1058), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1837), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [STATE(78)] = { + [sym_declaration] = STATE(470), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__for_statement_body] = STATE(1777), + [sym_expression] = STATE(1063), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1972), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(1122), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -24831,50 +25221,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [79] = { - [sym_declaration] = STATE(491), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1160), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__for_statement_body] = STATE(1838), - [sym_expression] = STATE(1058), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1837), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), + [STATE(79)] = { + [sym_declaration] = STATE(470), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1151), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__for_statement_body] = STATE(1850), + [sym_expression] = STATE(1063), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1972), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), [sym_identifier] = ACTIONS(1122), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -24948,8 +25338,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [80] = { - [sym_else_clause] = STATE(90), + [STATE(80)] = { + [sym_else_clause] = STATE(96), [sym_identifier] = ACTIONS(1128), [aux_sym_preproc_include_token1] = ACTIONS(1128), [aux_sym_preproc_def_token1] = ACTIONS(1128), @@ -25056,7 +25446,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1128), [sym_comment] = ACTIONS(3), }, - [81] = { + [STATE(81)] = { [sym_identifier] = ACTIONS(1134), [aux_sym_preproc_include_token1] = ACTIONS(1134), [aux_sym_preproc_def_token1] = ACTIONS(1134), @@ -25163,7 +25553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1134), [sym_comment] = ACTIONS(3), }, - [82] = { + [STATE(82)] = { [sym_identifier] = ACTIONS(1138), [aux_sym_preproc_include_token1] = ACTIONS(1138), [aux_sym_preproc_def_token1] = ACTIONS(1138), @@ -25270,114 +25660,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1138), [sym_comment] = ACTIONS(3), }, - [83] = { - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token2] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [aux_sym_preproc_else_token1] = ACTIONS(1142), - [aux_sym_preproc_elif_token1] = ACTIONS(1142), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym___extension__] = ACTIONS(1142), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym___attribute] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym___inline] = ACTIONS(1142), - [anon_sym___inline__] = ACTIONS(1142), - [anon_sym___forceinline] = ACTIONS(1142), - [anon_sym_thread_local] = ACTIONS(1142), - [anon_sym___thread] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_constexpr] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_noreturn] = ACTIONS(1142), - [anon_sym__Nonnull] = ACTIONS(1142), - [anon_sym_alignas] = ACTIONS(1142), - [anon_sym__Alignas] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_else] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym___try] = ACTIONS(1142), - [anon_sym___leave] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym___alignof__] = ACTIONS(1142), - [anon_sym___alignof] = ACTIONS(1142), - [anon_sym__alignof] = ACTIONS(1142), - [anon_sym_alignof] = ACTIONS(1142), - [anon_sym__Alignof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [anon_sym___asm] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [anon_sym_NULL] = ACTIONS(1142), - [anon_sym_nullptr] = ACTIONS(1142), + [STATE(83)] = { + [ts_builtin_sym_end] = ACTIONS(1142), + [sym_identifier] = ACTIONS(1144), + [aux_sym_preproc_include_token1] = ACTIONS(1144), + [aux_sym_preproc_def_token1] = ACTIONS(1144), + [anon_sym_COMMA] = ACTIONS(1142), + [anon_sym_RPAREN] = ACTIONS(1142), + [aux_sym_preproc_if_token1] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1144), + [sym_preproc_directive] = ACTIONS(1144), + [anon_sym_LPAREN2] = ACTIONS(1142), + [anon_sym_BANG] = ACTIONS(1142), + [anon_sym_TILDE] = ACTIONS(1142), + [anon_sym_DASH] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1144), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1142), + [anon_sym___extension__] = ACTIONS(1144), + [anon_sym_typedef] = ACTIONS(1144), + [anon_sym_extern] = ACTIONS(1144), + [anon_sym___attribute__] = ACTIONS(1144), + [anon_sym___attribute] = ACTIONS(1144), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1142), + [anon_sym___declspec] = ACTIONS(1144), + [anon_sym___cdecl] = ACTIONS(1144), + [anon_sym___clrcall] = ACTIONS(1144), + [anon_sym___stdcall] = ACTIONS(1144), + [anon_sym___fastcall] = ACTIONS(1144), + [anon_sym___thiscall] = ACTIONS(1144), + [anon_sym___vectorcall] = ACTIONS(1144), + [anon_sym_LBRACE] = ACTIONS(1142), + [anon_sym_signed] = ACTIONS(1144), + [anon_sym_unsigned] = ACTIONS(1144), + [anon_sym_long] = ACTIONS(1144), + [anon_sym_short] = ACTIONS(1144), + [anon_sym_static] = ACTIONS(1144), + [anon_sym_auto] = ACTIONS(1144), + [anon_sym_register] = ACTIONS(1144), + [anon_sym_inline] = ACTIONS(1144), + [anon_sym___inline] = ACTIONS(1144), + [anon_sym___inline__] = ACTIONS(1144), + [anon_sym___forceinline] = ACTIONS(1144), + [anon_sym_thread_local] = ACTIONS(1144), + [anon_sym___thread] = ACTIONS(1144), + [anon_sym_const] = ACTIONS(1144), + [anon_sym_constexpr] = ACTIONS(1144), + [anon_sym_volatile] = ACTIONS(1144), + [anon_sym_restrict] = ACTIONS(1144), + [anon_sym___restrict__] = ACTIONS(1144), + [anon_sym__Atomic] = ACTIONS(1144), + [anon_sym__Noreturn] = ACTIONS(1144), + [anon_sym_noreturn] = ACTIONS(1144), + [anon_sym__Nonnull] = ACTIONS(1144), + [anon_sym_alignas] = ACTIONS(1144), + [anon_sym__Alignas] = ACTIONS(1144), + [sym_primitive_type] = ACTIONS(1144), + [anon_sym_enum] = ACTIONS(1144), + [anon_sym_struct] = ACTIONS(1144), + [anon_sym_union] = ACTIONS(1144), + [anon_sym_if] = ACTIONS(1144), + [anon_sym_else] = ACTIONS(1144), + [anon_sym_switch] = ACTIONS(1144), + [anon_sym_case] = ACTIONS(1144), + [anon_sym_default] = ACTIONS(1144), + [anon_sym_while] = ACTIONS(1144), + [anon_sym_do] = ACTIONS(1144), + [anon_sym_for] = ACTIONS(1144), + [anon_sym_return] = ACTIONS(1144), + [anon_sym_break] = ACTIONS(1144), + [anon_sym_continue] = ACTIONS(1144), + [anon_sym_goto] = ACTIONS(1144), + [anon_sym___try] = ACTIONS(1144), + [anon_sym___except] = ACTIONS(1144), + [anon_sym___finally] = ACTIONS(1144), + [anon_sym___leave] = ACTIONS(1144), + [anon_sym_DASH_DASH] = ACTIONS(1142), + [anon_sym_PLUS_PLUS] = ACTIONS(1142), + [anon_sym_sizeof] = ACTIONS(1144), + [anon_sym___alignof__] = ACTIONS(1144), + [anon_sym___alignof] = ACTIONS(1144), + [anon_sym__alignof] = ACTIONS(1144), + [anon_sym_alignof] = ACTIONS(1144), + [anon_sym__Alignof] = ACTIONS(1144), + [anon_sym_offsetof] = ACTIONS(1144), + [anon_sym__Generic] = ACTIONS(1144), + [anon_sym_asm] = ACTIONS(1144), + [anon_sym___asm__] = ACTIONS(1144), + [anon_sym___asm] = ACTIONS(1144), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1142), + [anon_sym_u_SQUOTE] = ACTIONS(1142), + [anon_sym_U_SQUOTE] = ACTIONS(1142), + [anon_sym_u8_SQUOTE] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1142), + [anon_sym_L_DQUOTE] = ACTIONS(1142), + [anon_sym_u_DQUOTE] = ACTIONS(1142), + [anon_sym_U_DQUOTE] = ACTIONS(1142), + [anon_sym_u8_DQUOTE] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(1142), + [sym_true] = ACTIONS(1144), + [sym_false] = ACTIONS(1144), + [anon_sym_NULL] = ACTIONS(1144), + [anon_sym_nullptr] = ACTIONS(1144), [sym_comment] = ACTIONS(3), }, - [84] = { + [STATE(84)] = { [sym_identifier] = ACTIONS(1146), [aux_sym_preproc_include_token1] = ACTIONS(1146), [aux_sym_preproc_def_token1] = ACTIONS(1146), @@ -25484,7 +25874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1146), [sym_comment] = ACTIONS(3), }, - [85] = { + [STATE(85)] = { [sym_identifier] = ACTIONS(1150), [aux_sym_preproc_include_token1] = ACTIONS(1150), [aux_sym_preproc_def_token1] = ACTIONS(1150), @@ -25591,7 +25981,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1150), [sym_comment] = ACTIONS(3), }, - [86] = { + [STATE(86)] = { [sym_identifier] = ACTIONS(1154), [aux_sym_preproc_include_token1] = ACTIONS(1154), [aux_sym_preproc_def_token1] = ACTIONS(1154), @@ -25698,114 +26088,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1154), [sym_comment] = ACTIONS(3), }, - [87] = { - [sym_identifier] = ACTIONS(1154), - [aux_sym_preproc_include_token1] = ACTIONS(1154), - [aux_sym_preproc_def_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token2] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), - [aux_sym_preproc_else_token1] = ACTIONS(1154), - [aux_sym_preproc_elif_token1] = ACTIONS(1154), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1154), - [sym_preproc_directive] = ACTIONS(1154), - [anon_sym_LPAREN2] = ACTIONS(1156), - [anon_sym_BANG] = ACTIONS(1156), - [anon_sym_TILDE] = ACTIONS(1156), - [anon_sym_DASH] = ACTIONS(1154), - [anon_sym_PLUS] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1156), - [anon_sym___extension__] = ACTIONS(1154), - [anon_sym_typedef] = ACTIONS(1154), - [anon_sym_extern] = ACTIONS(1154), - [anon_sym___attribute__] = ACTIONS(1154), - [anon_sym___attribute] = ACTIONS(1154), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), + [STATE(87)] = { + [sym_identifier] = ACTIONS(1144), + [aux_sym_preproc_include_token1] = ACTIONS(1144), + [aux_sym_preproc_def_token1] = ACTIONS(1144), + [aux_sym_preproc_if_token1] = ACTIONS(1144), + [aux_sym_preproc_if_token2] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1144), + [aux_sym_preproc_else_token1] = ACTIONS(1144), + [aux_sym_preproc_elif_token1] = ACTIONS(1144), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1144), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1144), + [sym_preproc_directive] = ACTIONS(1144), + [anon_sym_LPAREN2] = ACTIONS(1142), + [anon_sym_BANG] = ACTIONS(1142), + [anon_sym_TILDE] = ACTIONS(1142), + [anon_sym_DASH] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1144), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1142), + [anon_sym___extension__] = ACTIONS(1144), + [anon_sym_typedef] = ACTIONS(1144), + [anon_sym_extern] = ACTIONS(1144), + [anon_sym___attribute__] = ACTIONS(1144), + [anon_sym___attribute] = ACTIONS(1144), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1142), + [anon_sym___declspec] = ACTIONS(1144), + [anon_sym___cdecl] = ACTIONS(1144), + [anon_sym___clrcall] = ACTIONS(1144), + [anon_sym___stdcall] = ACTIONS(1144), + [anon_sym___fastcall] = ACTIONS(1144), + [anon_sym___thiscall] = ACTIONS(1144), + [anon_sym___vectorcall] = ACTIONS(1144), + [anon_sym_LBRACE] = ACTIONS(1142), + [anon_sym_signed] = ACTIONS(1144), + [anon_sym_unsigned] = ACTIONS(1144), + [anon_sym_long] = ACTIONS(1144), + [anon_sym_short] = ACTIONS(1144), + [anon_sym_static] = ACTIONS(1144), + [anon_sym_auto] = ACTIONS(1144), + [anon_sym_register] = ACTIONS(1144), + [anon_sym_inline] = ACTIONS(1144), + [anon_sym___inline] = ACTIONS(1144), + [anon_sym___inline__] = ACTIONS(1144), + [anon_sym___forceinline] = ACTIONS(1144), + [anon_sym_thread_local] = ACTIONS(1144), + [anon_sym___thread] = ACTIONS(1144), + [anon_sym_const] = ACTIONS(1144), + [anon_sym_constexpr] = ACTIONS(1144), + [anon_sym_volatile] = ACTIONS(1144), + [anon_sym_restrict] = ACTIONS(1144), + [anon_sym___restrict__] = ACTIONS(1144), + [anon_sym__Atomic] = ACTIONS(1144), + [anon_sym__Noreturn] = ACTIONS(1144), + [anon_sym_noreturn] = ACTIONS(1144), + [anon_sym__Nonnull] = ACTIONS(1144), + [anon_sym_alignas] = ACTIONS(1144), + [anon_sym__Alignas] = ACTIONS(1144), + [sym_primitive_type] = ACTIONS(1144), + [anon_sym_enum] = ACTIONS(1144), + [anon_sym_struct] = ACTIONS(1144), + [anon_sym_union] = ACTIONS(1144), + [anon_sym_if] = ACTIONS(1144), + [anon_sym_else] = ACTIONS(1144), + [anon_sym_switch] = ACTIONS(1144), + [anon_sym_case] = ACTIONS(1144), + [anon_sym_default] = ACTIONS(1144), + [anon_sym_while] = ACTIONS(1144), + [anon_sym_do] = ACTIONS(1144), + [anon_sym_for] = ACTIONS(1144), + [anon_sym_return] = ACTIONS(1144), + [anon_sym_break] = ACTIONS(1144), + [anon_sym_continue] = ACTIONS(1144), + [anon_sym_goto] = ACTIONS(1144), + [anon_sym___try] = ACTIONS(1144), + [anon_sym___leave] = ACTIONS(1144), + [anon_sym_DASH_DASH] = ACTIONS(1142), + [anon_sym_PLUS_PLUS] = ACTIONS(1142), + [anon_sym_sizeof] = ACTIONS(1144), + [anon_sym___alignof__] = ACTIONS(1144), + [anon_sym___alignof] = ACTIONS(1144), + [anon_sym__alignof] = ACTIONS(1144), + [anon_sym_alignof] = ACTIONS(1144), + [anon_sym__Alignof] = ACTIONS(1144), + [anon_sym_offsetof] = ACTIONS(1144), + [anon_sym__Generic] = ACTIONS(1144), + [anon_sym_asm] = ACTIONS(1144), + [anon_sym___asm__] = ACTIONS(1144), + [anon_sym___asm] = ACTIONS(1144), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1142), + [anon_sym_u_SQUOTE] = ACTIONS(1142), + [anon_sym_U_SQUOTE] = ACTIONS(1142), + [anon_sym_u8_SQUOTE] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1142), + [anon_sym_L_DQUOTE] = ACTIONS(1142), + [anon_sym_u_DQUOTE] = ACTIONS(1142), + [anon_sym_U_DQUOTE] = ACTIONS(1142), + [anon_sym_u8_DQUOTE] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(1142), + [sym_true] = ACTIONS(1144), + [sym_false] = ACTIONS(1144), + [anon_sym_NULL] = ACTIONS(1144), + [anon_sym_nullptr] = ACTIONS(1144), [sym_comment] = ACTIONS(3), }, - [88] = { + [STATE(88)] = { [sym_identifier] = ACTIONS(1158), [aux_sym_preproc_include_token1] = ACTIONS(1158), [aux_sym_preproc_def_token1] = ACTIONS(1158), @@ -25912,7 +26302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1158), [sym_comment] = ACTIONS(3), }, - [89] = { + [STATE(89)] = { [sym_identifier] = ACTIONS(1162), [aux_sym_preproc_include_token1] = ACTIONS(1162), [aux_sym_preproc_def_token1] = ACTIONS(1162), @@ -26019,7 +26409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1162), [sym_comment] = ACTIONS(3), }, - [90] = { + [STATE(90)] = { [sym_identifier] = ACTIONS(1166), [aux_sym_preproc_include_token1] = ACTIONS(1166), [aux_sym_preproc_def_token1] = ACTIONS(1166), @@ -26126,114 +26516,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1166), [sym_comment] = ACTIONS(3), }, - [91] = { - [sym_identifier] = ACTIONS(1170), - [aux_sym_preproc_include_token1] = ACTIONS(1170), - [aux_sym_preproc_def_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token2] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), - [aux_sym_preproc_else_token1] = ACTIONS(1170), - [aux_sym_preproc_elif_token1] = ACTIONS(1170), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1170), - [sym_preproc_directive] = ACTIONS(1170), - [anon_sym_LPAREN2] = ACTIONS(1172), - [anon_sym_BANG] = ACTIONS(1172), - [anon_sym_TILDE] = ACTIONS(1172), - [anon_sym_DASH] = ACTIONS(1170), - [anon_sym_PLUS] = ACTIONS(1170), - [anon_sym_STAR] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1172), - [anon_sym_SEMI] = ACTIONS(1172), - [anon_sym___extension__] = ACTIONS(1170), - [anon_sym_typedef] = ACTIONS(1170), - [anon_sym_extern] = ACTIONS(1170), - [anon_sym___attribute__] = ACTIONS(1170), - [anon_sym___attribute] = ACTIONS(1170), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), - [anon_sym___declspec] = ACTIONS(1170), - [anon_sym___cdecl] = ACTIONS(1170), - [anon_sym___clrcall] = ACTIONS(1170), - [anon_sym___stdcall] = ACTIONS(1170), - [anon_sym___fastcall] = ACTIONS(1170), - [anon_sym___thiscall] = ACTIONS(1170), - [anon_sym___vectorcall] = ACTIONS(1170), - [anon_sym_LBRACE] = ACTIONS(1172), - [anon_sym_signed] = ACTIONS(1170), - [anon_sym_unsigned] = ACTIONS(1170), - [anon_sym_long] = ACTIONS(1170), - [anon_sym_short] = ACTIONS(1170), - [anon_sym_static] = ACTIONS(1170), - [anon_sym_auto] = ACTIONS(1170), - [anon_sym_register] = ACTIONS(1170), - [anon_sym_inline] = ACTIONS(1170), - [anon_sym___inline] = ACTIONS(1170), - [anon_sym___inline__] = ACTIONS(1170), - [anon_sym___forceinline] = ACTIONS(1170), - [anon_sym_thread_local] = ACTIONS(1170), - [anon_sym___thread] = ACTIONS(1170), - [anon_sym_const] = ACTIONS(1170), - [anon_sym_constexpr] = ACTIONS(1170), - [anon_sym_volatile] = ACTIONS(1170), - [anon_sym_restrict] = ACTIONS(1170), - [anon_sym___restrict__] = ACTIONS(1170), - [anon_sym__Atomic] = ACTIONS(1170), - [anon_sym__Noreturn] = ACTIONS(1170), - [anon_sym_noreturn] = ACTIONS(1170), - [anon_sym__Nonnull] = ACTIONS(1170), - [anon_sym_alignas] = ACTIONS(1170), - [anon_sym__Alignas] = ACTIONS(1170), - [sym_primitive_type] = ACTIONS(1170), - [anon_sym_enum] = ACTIONS(1170), - [anon_sym_struct] = ACTIONS(1170), - [anon_sym_union] = ACTIONS(1170), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_else] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1170), - [anon_sym_case] = ACTIONS(1170), - [anon_sym_default] = ACTIONS(1170), - [anon_sym_while] = ACTIONS(1170), - [anon_sym_do] = ACTIONS(1170), - [anon_sym_for] = ACTIONS(1170), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1170), - [anon_sym_goto] = ACTIONS(1170), - [anon_sym___try] = ACTIONS(1170), - [anon_sym___leave] = ACTIONS(1170), - [anon_sym_DASH_DASH] = ACTIONS(1172), - [anon_sym_PLUS_PLUS] = ACTIONS(1172), - [anon_sym_sizeof] = ACTIONS(1170), - [anon_sym___alignof__] = ACTIONS(1170), - [anon_sym___alignof] = ACTIONS(1170), - [anon_sym__alignof] = ACTIONS(1170), - [anon_sym_alignof] = ACTIONS(1170), - [anon_sym__Alignof] = ACTIONS(1170), - [anon_sym_offsetof] = ACTIONS(1170), - [anon_sym__Generic] = ACTIONS(1170), - [anon_sym_asm] = ACTIONS(1170), - [anon_sym___asm__] = ACTIONS(1170), - [anon_sym___asm] = ACTIONS(1170), - [sym_number_literal] = ACTIONS(1172), - [anon_sym_L_SQUOTE] = ACTIONS(1172), - [anon_sym_u_SQUOTE] = ACTIONS(1172), - [anon_sym_U_SQUOTE] = ACTIONS(1172), - [anon_sym_u8_SQUOTE] = ACTIONS(1172), - [anon_sym_SQUOTE] = ACTIONS(1172), - [anon_sym_L_DQUOTE] = ACTIONS(1172), - [anon_sym_u_DQUOTE] = ACTIONS(1172), - [anon_sym_U_DQUOTE] = ACTIONS(1172), - [anon_sym_u8_DQUOTE] = ACTIONS(1172), - [anon_sym_DQUOTE] = ACTIONS(1172), - [sym_true] = ACTIONS(1170), - [sym_false] = ACTIONS(1170), - [anon_sym_NULL] = ACTIONS(1170), - [anon_sym_nullptr] = ACTIONS(1170), - [sym_comment] = ACTIONS(3), - }, - [92] = { + [STATE(91)] = { [sym_identifier] = ACTIONS(1170), [aux_sym_preproc_include_token1] = ACTIONS(1170), [aux_sym_preproc_def_token1] = ACTIONS(1170), @@ -26340,7 +26623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1170), [sym_comment] = ACTIONS(3), }, - [93] = { + [STATE(92)] = { [sym_identifier] = ACTIONS(1174), [aux_sym_preproc_include_token1] = ACTIONS(1174), [aux_sym_preproc_def_token1] = ACTIONS(1174), @@ -26447,7 +26730,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [94] = { + [STATE(93)] = { [sym_identifier] = ACTIONS(1174), [aux_sym_preproc_include_token1] = ACTIONS(1174), [aux_sym_preproc_def_token1] = ACTIONS(1174), @@ -26554,7 +26837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [95] = { + [STATE(94)] = { [sym_identifier] = ACTIONS(1178), [aux_sym_preproc_include_token1] = ACTIONS(1178), [aux_sym_preproc_def_token1] = ACTIONS(1178), @@ -26661,7 +26944,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1178), [sym_comment] = ACTIONS(3), }, - [96] = { + [STATE(95)] = { [sym_identifier] = ACTIONS(1182), [aux_sym_preproc_include_token1] = ACTIONS(1182), [aux_sym_preproc_def_token1] = ACTIONS(1182), @@ -26768,7 +27051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1182), [sym_comment] = ACTIONS(3), }, - [97] = { + [STATE(96)] = { [sym_identifier] = ACTIONS(1186), [aux_sym_preproc_include_token1] = ACTIONS(1186), [aux_sym_preproc_def_token1] = ACTIONS(1186), @@ -26875,7 +27158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1186), [sym_comment] = ACTIONS(3), }, - [98] = { + [STATE(97)] = { [sym_identifier] = ACTIONS(1190), [aux_sym_preproc_include_token1] = ACTIONS(1190), [aux_sym_preproc_def_token1] = ACTIONS(1190), @@ -26982,7 +27265,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1190), [sym_comment] = ACTIONS(3), }, - [99] = { + [STATE(98)] = { + [ts_builtin_sym_end] = ACTIONS(1140), + [sym_identifier] = ACTIONS(1138), + [aux_sym_preproc_include_token1] = ACTIONS(1138), + [aux_sym_preproc_def_token1] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1140), + [anon_sym_RPAREN] = ACTIONS(1140), + [aux_sym_preproc_if_token1] = ACTIONS(1138), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), + [sym_preproc_directive] = ACTIONS(1138), + [anon_sym_LPAREN2] = ACTIONS(1140), + [anon_sym_BANG] = ACTIONS(1140), + [anon_sym_TILDE] = ACTIONS(1140), + [anon_sym_DASH] = ACTIONS(1138), + [anon_sym_PLUS] = ACTIONS(1138), + [anon_sym_STAR] = ACTIONS(1140), + [anon_sym_AMP] = ACTIONS(1140), + [anon_sym_SEMI] = ACTIONS(1140), + [anon_sym___extension__] = ACTIONS(1138), + [anon_sym_typedef] = ACTIONS(1138), + [anon_sym_extern] = ACTIONS(1138), + [anon_sym___attribute__] = ACTIONS(1138), + [anon_sym___attribute] = ACTIONS(1138), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), + [anon_sym___declspec] = ACTIONS(1138), + [anon_sym___cdecl] = ACTIONS(1138), + [anon_sym___clrcall] = ACTIONS(1138), + [anon_sym___stdcall] = ACTIONS(1138), + [anon_sym___fastcall] = ACTIONS(1138), + [anon_sym___thiscall] = ACTIONS(1138), + [anon_sym___vectorcall] = ACTIONS(1138), + [anon_sym_LBRACE] = ACTIONS(1140), + [anon_sym_signed] = ACTIONS(1138), + [anon_sym_unsigned] = ACTIONS(1138), + [anon_sym_long] = ACTIONS(1138), + [anon_sym_short] = ACTIONS(1138), + [anon_sym_static] = ACTIONS(1138), + [anon_sym_auto] = ACTIONS(1138), + [anon_sym_register] = ACTIONS(1138), + [anon_sym_inline] = ACTIONS(1138), + [anon_sym___inline] = ACTIONS(1138), + [anon_sym___inline__] = ACTIONS(1138), + [anon_sym___forceinline] = ACTIONS(1138), + [anon_sym_thread_local] = ACTIONS(1138), + [anon_sym___thread] = ACTIONS(1138), + [anon_sym_const] = ACTIONS(1138), + [anon_sym_constexpr] = ACTIONS(1138), + [anon_sym_volatile] = ACTIONS(1138), + [anon_sym_restrict] = ACTIONS(1138), + [anon_sym___restrict__] = ACTIONS(1138), + [anon_sym__Atomic] = ACTIONS(1138), + [anon_sym__Noreturn] = ACTIONS(1138), + [anon_sym_noreturn] = ACTIONS(1138), + [anon_sym__Nonnull] = ACTIONS(1138), + [anon_sym_alignas] = ACTIONS(1138), + [anon_sym__Alignas] = ACTIONS(1138), + [sym_primitive_type] = ACTIONS(1138), + [anon_sym_enum] = ACTIONS(1138), + [anon_sym_struct] = ACTIONS(1138), + [anon_sym_union] = ACTIONS(1138), + [anon_sym_if] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1138), + [anon_sym_switch] = ACTIONS(1138), + [anon_sym_case] = ACTIONS(1138), + [anon_sym_default] = ACTIONS(1138), + [anon_sym_while] = ACTIONS(1138), + [anon_sym_do] = ACTIONS(1138), + [anon_sym_for] = ACTIONS(1138), + [anon_sym_return] = ACTIONS(1138), + [anon_sym_break] = ACTIONS(1138), + [anon_sym_continue] = ACTIONS(1138), + [anon_sym_goto] = ACTIONS(1138), + [anon_sym___try] = ACTIONS(1138), + [anon_sym___except] = ACTIONS(1138), + [anon_sym___finally] = ACTIONS(1138), + [anon_sym___leave] = ACTIONS(1138), + [anon_sym_DASH_DASH] = ACTIONS(1140), + [anon_sym_PLUS_PLUS] = ACTIONS(1140), + [anon_sym_sizeof] = ACTIONS(1138), + [anon_sym___alignof__] = ACTIONS(1138), + [anon_sym___alignof] = ACTIONS(1138), + [anon_sym__alignof] = ACTIONS(1138), + [anon_sym_alignof] = ACTIONS(1138), + [anon_sym__Alignof] = ACTIONS(1138), + [anon_sym_offsetof] = ACTIONS(1138), + [anon_sym__Generic] = ACTIONS(1138), + [anon_sym_asm] = ACTIONS(1138), + [anon_sym___asm__] = ACTIONS(1138), + [anon_sym___asm] = ACTIONS(1138), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1140), + [anon_sym_u_SQUOTE] = ACTIONS(1140), + [anon_sym_U_SQUOTE] = ACTIONS(1140), + [anon_sym_u8_SQUOTE] = ACTIONS(1140), + [anon_sym_SQUOTE] = ACTIONS(1140), + [anon_sym_L_DQUOTE] = ACTIONS(1140), + [anon_sym_u_DQUOTE] = ACTIONS(1140), + [anon_sym_U_DQUOTE] = ACTIONS(1140), + [anon_sym_u8_DQUOTE] = ACTIONS(1140), + [anon_sym_DQUOTE] = ACTIONS(1140), + [sym_true] = ACTIONS(1138), + [sym_false] = ACTIONS(1138), + [anon_sym_NULL] = ACTIONS(1138), + [anon_sym_nullptr] = ACTIONS(1138), + [sym_comment] = ACTIONS(3), + }, + [STATE(99)] = { [sym_identifier] = ACTIONS(1194), [aux_sym_preproc_include_token1] = ACTIONS(1194), [aux_sym_preproc_def_token1] = ACTIONS(1194), @@ -27089,7 +27479,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1194), [sym_comment] = ACTIONS(3), }, - [100] = { + [STATE(100)] = { + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token2] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [aux_sym_preproc_else_token1] = ACTIONS(1194), + [aux_sym_preproc_elif_token1] = ACTIONS(1194), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), + [sym_comment] = ACTIONS(3), + }, + [STATE(101)] = { [sym_identifier] = ACTIONS(1198), [aux_sym_preproc_include_token1] = ACTIONS(1198), [aux_sym_preproc_def_token1] = ACTIONS(1198), @@ -27196,114 +27693,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1198), [sym_comment] = ACTIONS(3), }, - [101] = { - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1202), - [aux_sym_preproc_def_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token2] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), - [aux_sym_preproc_else_token1] = ACTIONS(1202), - [aux_sym_preproc_elif_token1] = ACTIONS(1202), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1202), - [sym_preproc_directive] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym___extension__] = ACTIONS(1202), - [anon_sym_typedef] = ACTIONS(1202), - [anon_sym_extern] = ACTIONS(1202), - [anon_sym___attribute__] = ACTIONS(1202), - [anon_sym___attribute] = ACTIONS(1202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), - [anon_sym___declspec] = ACTIONS(1202), - [anon_sym___cdecl] = ACTIONS(1202), - [anon_sym___clrcall] = ACTIONS(1202), - [anon_sym___stdcall] = ACTIONS(1202), - [anon_sym___fastcall] = ACTIONS(1202), - [anon_sym___thiscall] = ACTIONS(1202), - [anon_sym___vectorcall] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_signed] = ACTIONS(1202), - [anon_sym_unsigned] = ACTIONS(1202), - [anon_sym_long] = ACTIONS(1202), - [anon_sym_short] = ACTIONS(1202), - [anon_sym_static] = ACTIONS(1202), - [anon_sym_auto] = ACTIONS(1202), - [anon_sym_register] = ACTIONS(1202), - [anon_sym_inline] = ACTIONS(1202), - [anon_sym___inline] = ACTIONS(1202), - [anon_sym___inline__] = ACTIONS(1202), - [anon_sym___forceinline] = ACTIONS(1202), - [anon_sym_thread_local] = ACTIONS(1202), - [anon_sym___thread] = ACTIONS(1202), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_constexpr] = ACTIONS(1202), - [anon_sym_volatile] = ACTIONS(1202), - [anon_sym_restrict] = ACTIONS(1202), - [anon_sym___restrict__] = ACTIONS(1202), - [anon_sym__Atomic] = ACTIONS(1202), - [anon_sym__Noreturn] = ACTIONS(1202), - [anon_sym_noreturn] = ACTIONS(1202), - [anon_sym__Nonnull] = ACTIONS(1202), - [anon_sym_alignas] = ACTIONS(1202), - [anon_sym__Alignas] = ACTIONS(1202), - [sym_primitive_type] = ACTIONS(1202), - [anon_sym_enum] = ACTIONS(1202), - [anon_sym_struct] = ACTIONS(1202), - [anon_sym_union] = ACTIONS(1202), - [anon_sym_if] = ACTIONS(1202), - [anon_sym_else] = ACTIONS(1202), - [anon_sym_switch] = ACTIONS(1202), - [anon_sym_case] = ACTIONS(1202), - [anon_sym_default] = ACTIONS(1202), - [anon_sym_while] = ACTIONS(1202), - [anon_sym_do] = ACTIONS(1202), - [anon_sym_for] = ACTIONS(1202), - [anon_sym_return] = ACTIONS(1202), - [anon_sym_break] = ACTIONS(1202), - [anon_sym_continue] = ACTIONS(1202), - [anon_sym_goto] = ACTIONS(1202), - [anon_sym___try] = ACTIONS(1202), - [anon_sym___leave] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [anon_sym_sizeof] = ACTIONS(1202), - [anon_sym___alignof__] = ACTIONS(1202), - [anon_sym___alignof] = ACTIONS(1202), - [anon_sym__alignof] = ACTIONS(1202), - [anon_sym_alignof] = ACTIONS(1202), - [anon_sym__Alignof] = ACTIONS(1202), - [anon_sym_offsetof] = ACTIONS(1202), - [anon_sym__Generic] = ACTIONS(1202), - [anon_sym_asm] = ACTIONS(1202), - [anon_sym___asm__] = ACTIONS(1202), - [anon_sym___asm] = ACTIONS(1202), - [sym_number_literal] = ACTIONS(1204), - [anon_sym_L_SQUOTE] = ACTIONS(1204), - [anon_sym_u_SQUOTE] = ACTIONS(1204), - [anon_sym_U_SQUOTE] = ACTIONS(1204), - [anon_sym_u8_SQUOTE] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_L_DQUOTE] = ACTIONS(1204), - [anon_sym_u_DQUOTE] = ACTIONS(1204), - [anon_sym_U_DQUOTE] = ACTIONS(1204), - [anon_sym_u8_DQUOTE] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [sym_true] = ACTIONS(1202), - [sym_false] = ACTIONS(1202), - [anon_sym_NULL] = ACTIONS(1202), - [anon_sym_nullptr] = ACTIONS(1202), + [STATE(102)] = { + [sym_identifier] = ACTIONS(1198), + [aux_sym_preproc_include_token1] = ACTIONS(1198), + [aux_sym_preproc_def_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token2] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), + [aux_sym_preproc_else_token1] = ACTIONS(1198), + [aux_sym_preproc_elif_token1] = ACTIONS(1198), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1198), + [sym_preproc_directive] = ACTIONS(1198), + [anon_sym_LPAREN2] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym___extension__] = ACTIONS(1198), + [anon_sym_typedef] = ACTIONS(1198), + [anon_sym_extern] = ACTIONS(1198), + [anon_sym___attribute__] = ACTIONS(1198), + [anon_sym___attribute] = ACTIONS(1198), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), + [anon_sym___declspec] = ACTIONS(1198), + [anon_sym___cdecl] = ACTIONS(1198), + [anon_sym___clrcall] = ACTIONS(1198), + [anon_sym___stdcall] = ACTIONS(1198), + [anon_sym___fastcall] = ACTIONS(1198), + [anon_sym___thiscall] = ACTIONS(1198), + [anon_sym___vectorcall] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1198), + [anon_sym_unsigned] = ACTIONS(1198), + [anon_sym_long] = ACTIONS(1198), + [anon_sym_short] = ACTIONS(1198), + [anon_sym_static] = ACTIONS(1198), + [anon_sym_auto] = ACTIONS(1198), + [anon_sym_register] = ACTIONS(1198), + [anon_sym_inline] = ACTIONS(1198), + [anon_sym___inline] = ACTIONS(1198), + [anon_sym___inline__] = ACTIONS(1198), + [anon_sym___forceinline] = ACTIONS(1198), + [anon_sym_thread_local] = ACTIONS(1198), + [anon_sym___thread] = ACTIONS(1198), + [anon_sym_const] = ACTIONS(1198), + [anon_sym_constexpr] = ACTIONS(1198), + [anon_sym_volatile] = ACTIONS(1198), + [anon_sym_restrict] = ACTIONS(1198), + [anon_sym___restrict__] = ACTIONS(1198), + [anon_sym__Atomic] = ACTIONS(1198), + [anon_sym__Noreturn] = ACTIONS(1198), + [anon_sym_noreturn] = ACTIONS(1198), + [anon_sym__Nonnull] = ACTIONS(1198), + [anon_sym_alignas] = ACTIONS(1198), + [anon_sym__Alignas] = ACTIONS(1198), + [sym_primitive_type] = ACTIONS(1198), + [anon_sym_enum] = ACTIONS(1198), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_union] = ACTIONS(1198), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(1198), + [anon_sym_switch] = ACTIONS(1198), + [anon_sym_case] = ACTIONS(1198), + [anon_sym_default] = ACTIONS(1198), + [anon_sym_while] = ACTIONS(1198), + [anon_sym_do] = ACTIONS(1198), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1198), + [anon_sym_goto] = ACTIONS(1198), + [anon_sym___try] = ACTIONS(1198), + [anon_sym___leave] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_sizeof] = ACTIONS(1198), + [anon_sym___alignof__] = ACTIONS(1198), + [anon_sym___alignof] = ACTIONS(1198), + [anon_sym__alignof] = ACTIONS(1198), + [anon_sym_alignof] = ACTIONS(1198), + [anon_sym__Alignof] = ACTIONS(1198), + [anon_sym_offsetof] = ACTIONS(1198), + [anon_sym__Generic] = ACTIONS(1198), + [anon_sym_asm] = ACTIONS(1198), + [anon_sym___asm__] = ACTIONS(1198), + [anon_sym___asm] = ACTIONS(1198), + [sym_number_literal] = ACTIONS(1200), + [anon_sym_L_SQUOTE] = ACTIONS(1200), + [anon_sym_u_SQUOTE] = ACTIONS(1200), + [anon_sym_U_SQUOTE] = ACTIONS(1200), + [anon_sym_u8_SQUOTE] = ACTIONS(1200), + [anon_sym_SQUOTE] = ACTIONS(1200), + [anon_sym_L_DQUOTE] = ACTIONS(1200), + [anon_sym_u_DQUOTE] = ACTIONS(1200), + [anon_sym_U_DQUOTE] = ACTIONS(1200), + [anon_sym_u8_DQUOTE] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_true] = ACTIONS(1198), + [sym_false] = ACTIONS(1198), + [anon_sym_NULL] = ACTIONS(1198), + [anon_sym_nullptr] = ACTIONS(1198), [sym_comment] = ACTIONS(3), }, - [102] = { + [STATE(103)] = { [sym_identifier] = ACTIONS(1202), [aux_sym_preproc_include_token1] = ACTIONS(1202), [aux_sym_preproc_def_token1] = ACTIONS(1202), @@ -27410,7 +27907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1202), [sym_comment] = ACTIONS(3), }, - [103] = { + [STATE(104)] = { [sym_identifier] = ACTIONS(1206), [aux_sym_preproc_include_token1] = ACTIONS(1206), [aux_sym_preproc_def_token1] = ACTIONS(1206), @@ -27517,7 +28014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1206), [sym_comment] = ACTIONS(3), }, - [104] = { + [STATE(105)] = { [sym_identifier] = ACTIONS(1210), [aux_sym_preproc_include_token1] = ACTIONS(1210), [aux_sym_preproc_def_token1] = ACTIONS(1210), @@ -27624,7 +28121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1210), [sym_comment] = ACTIONS(3), }, - [105] = { + [STATE(106)] = { [sym_identifier] = ACTIONS(1214), [aux_sym_preproc_include_token1] = ACTIONS(1214), [aux_sym_preproc_def_token1] = ACTIONS(1214), @@ -27731,7 +28228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1214), [sym_comment] = ACTIONS(3), }, - [106] = { + [STATE(107)] = { [sym_identifier] = ACTIONS(1218), [aux_sym_preproc_include_token1] = ACTIONS(1218), [aux_sym_preproc_def_token1] = ACTIONS(1218), @@ -27838,7 +28335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1218), [sym_comment] = ACTIONS(3), }, - [107] = { + [STATE(108)] = { [sym_identifier] = ACTIONS(1222), [aux_sym_preproc_include_token1] = ACTIONS(1222), [aux_sym_preproc_def_token1] = ACTIONS(1222), @@ -27945,7 +28442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1222), [sym_comment] = ACTIONS(3), }, - [108] = { + [STATE(109)] = { [sym_identifier] = ACTIONS(1226), [aux_sym_preproc_include_token1] = ACTIONS(1226), [aux_sym_preproc_def_token1] = ACTIONS(1226), @@ -28052,7 +28549,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1226), [sym_comment] = ACTIONS(3), }, - [109] = { + [STATE(110)] = { + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token2] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [aux_sym_preproc_else_token1] = ACTIONS(1230), + [aux_sym_preproc_elif_token1] = ACTIONS(1230), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), + [sym_comment] = ACTIONS(3), + }, + [STATE(111)] = { [sym_identifier] = ACTIONS(1230), [aux_sym_preproc_include_token1] = ACTIONS(1230), [aux_sym_preproc_def_token1] = ACTIONS(1230), @@ -28159,7 +28763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1230), [sym_comment] = ACTIONS(3), }, - [110] = { + [STATE(112)] = { [sym_identifier] = ACTIONS(1234), [aux_sym_preproc_include_token1] = ACTIONS(1234), [aux_sym_preproc_def_token1] = ACTIONS(1234), @@ -28266,7 +28870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1234), [sym_comment] = ACTIONS(3), }, - [111] = { + [STATE(113)] = { [sym_identifier] = ACTIONS(1238), [aux_sym_preproc_include_token1] = ACTIONS(1238), [aux_sym_preproc_def_token1] = ACTIONS(1238), @@ -28373,7 +28977,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1238), [sym_comment] = ACTIONS(3), }, - [112] = { + [STATE(114)] = { [sym_identifier] = ACTIONS(1242), [aux_sym_preproc_include_token1] = ACTIONS(1242), [aux_sym_preproc_def_token1] = ACTIONS(1242), @@ -28480,7 +29084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1242), [sym_comment] = ACTIONS(3), }, - [113] = { + [STATE(115)] = { [sym_identifier] = ACTIONS(1246), [aux_sym_preproc_include_token1] = ACTIONS(1246), [aux_sym_preproc_def_token1] = ACTIONS(1246), @@ -28587,7 +29191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1246), [sym_comment] = ACTIONS(3), }, - [114] = { + [STATE(116)] = { [sym_identifier] = ACTIONS(1250), [aux_sym_preproc_include_token1] = ACTIONS(1250), [aux_sym_preproc_def_token1] = ACTIONS(1250), @@ -28694,114 +29298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1250), [sym_comment] = ACTIONS(3), }, - [115] = { - [ts_builtin_sym_end] = ACTIONS(1232), - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [anon_sym_COMMA] = ACTIONS(1232), - [anon_sym_RPAREN] = ACTIONS(1232), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym___extension__] = ACTIONS(1230), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym___attribute] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym___inline] = ACTIONS(1230), - [anon_sym___inline__] = ACTIONS(1230), - [anon_sym___forceinline] = ACTIONS(1230), - [anon_sym_thread_local] = ACTIONS(1230), - [anon_sym___thread] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_constexpr] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_noreturn] = ACTIONS(1230), - [anon_sym__Nonnull] = ACTIONS(1230), - [anon_sym_alignas] = ACTIONS(1230), - [anon_sym__Alignas] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_else] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym___try] = ACTIONS(1230), - [anon_sym___except] = ACTIONS(1230), - [anon_sym___finally] = ACTIONS(1230), - [anon_sym___leave] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym___alignof__] = ACTIONS(1230), - [anon_sym___alignof] = ACTIONS(1230), - [anon_sym__alignof] = ACTIONS(1230), - [anon_sym_alignof] = ACTIONS(1230), - [anon_sym__Alignof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [anon_sym___asm] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [anon_sym_NULL] = ACTIONS(1230), - [anon_sym_nullptr] = ACTIONS(1230), - [sym_comment] = ACTIONS(3), - }, - [116] = { + [STATE(117)] = { [sym_identifier] = ACTIONS(1254), [aux_sym_preproc_include_token1] = ACTIONS(1254), [aux_sym_preproc_def_token1] = ACTIONS(1254), @@ -28908,114 +29405,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1254), [sym_comment] = ACTIONS(3), }, - [117] = { - [ts_builtin_sym_end] = ACTIONS(1220), - [sym_identifier] = ACTIONS(1218), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [anon_sym_COMMA] = ACTIONS(1220), - [anon_sym_RPAREN] = ACTIONS(1220), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1220), - [anon_sym_BANG] = ACTIONS(1220), - [anon_sym_TILDE] = ACTIONS(1220), - [anon_sym_DASH] = ACTIONS(1218), - [anon_sym_PLUS] = ACTIONS(1218), - [anon_sym_STAR] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1220), - [anon_sym_SEMI] = ACTIONS(1220), - [anon_sym___extension__] = ACTIONS(1218), - [anon_sym_typedef] = ACTIONS(1218), - [anon_sym_extern] = ACTIONS(1218), - [anon_sym___attribute__] = ACTIONS(1218), - [anon_sym___attribute] = ACTIONS(1218), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1220), - [anon_sym___declspec] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), - [anon_sym_LBRACE] = ACTIONS(1220), - [anon_sym_signed] = ACTIONS(1218), - [anon_sym_unsigned] = ACTIONS(1218), - [anon_sym_long] = ACTIONS(1218), - [anon_sym_short] = ACTIONS(1218), - [anon_sym_static] = ACTIONS(1218), - [anon_sym_auto] = ACTIONS(1218), - [anon_sym_register] = ACTIONS(1218), - [anon_sym_inline] = ACTIONS(1218), - [anon_sym___inline] = ACTIONS(1218), - [anon_sym___inline__] = ACTIONS(1218), - [anon_sym___forceinline] = ACTIONS(1218), - [anon_sym_thread_local] = ACTIONS(1218), - [anon_sym___thread] = ACTIONS(1218), - [anon_sym_const] = ACTIONS(1218), - [anon_sym_constexpr] = ACTIONS(1218), - [anon_sym_volatile] = ACTIONS(1218), - [anon_sym_restrict] = ACTIONS(1218), - [anon_sym___restrict__] = ACTIONS(1218), - [anon_sym__Atomic] = ACTIONS(1218), - [anon_sym__Noreturn] = ACTIONS(1218), - [anon_sym_noreturn] = ACTIONS(1218), - [anon_sym__Nonnull] = ACTIONS(1218), - [anon_sym_alignas] = ACTIONS(1218), - [anon_sym__Alignas] = ACTIONS(1218), - [sym_primitive_type] = ACTIONS(1218), - [anon_sym_enum] = ACTIONS(1218), - [anon_sym_struct] = ACTIONS(1218), - [anon_sym_union] = ACTIONS(1218), - [anon_sym_if] = ACTIONS(1218), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(1218), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), - [anon_sym_while] = ACTIONS(1218), - [anon_sym_do] = ACTIONS(1218), - [anon_sym_for] = ACTIONS(1218), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_break] = ACTIONS(1218), - [anon_sym_continue] = ACTIONS(1218), - [anon_sym_goto] = ACTIONS(1218), - [anon_sym___try] = ACTIONS(1218), - [anon_sym___except] = ACTIONS(1218), - [anon_sym___finally] = ACTIONS(1218), - [anon_sym___leave] = ACTIONS(1218), - [anon_sym_DASH_DASH] = ACTIONS(1220), - [anon_sym_PLUS_PLUS] = ACTIONS(1220), - [anon_sym_sizeof] = ACTIONS(1218), - [anon_sym___alignof__] = ACTIONS(1218), - [anon_sym___alignof] = ACTIONS(1218), - [anon_sym__alignof] = ACTIONS(1218), - [anon_sym_alignof] = ACTIONS(1218), - [anon_sym__Alignof] = ACTIONS(1218), - [anon_sym_offsetof] = ACTIONS(1218), - [anon_sym__Generic] = ACTIONS(1218), - [anon_sym_asm] = ACTIONS(1218), - [anon_sym___asm__] = ACTIONS(1218), - [anon_sym___asm] = ACTIONS(1218), - [sym_number_literal] = ACTIONS(1220), - [anon_sym_L_SQUOTE] = ACTIONS(1220), - [anon_sym_u_SQUOTE] = ACTIONS(1220), - [anon_sym_U_SQUOTE] = ACTIONS(1220), - [anon_sym_u8_SQUOTE] = ACTIONS(1220), - [anon_sym_SQUOTE] = ACTIONS(1220), - [anon_sym_L_DQUOTE] = ACTIONS(1220), - [anon_sym_u_DQUOTE] = ACTIONS(1220), - [anon_sym_U_DQUOTE] = ACTIONS(1220), - [anon_sym_u8_DQUOTE] = ACTIONS(1220), - [anon_sym_DQUOTE] = ACTIONS(1220), - [sym_true] = ACTIONS(1218), - [sym_false] = ACTIONS(1218), - [anon_sym_NULL] = ACTIONS(1218), - [anon_sym_nullptr] = ACTIONS(1218), - [sym_comment] = ACTIONS(3), - }, - [118] = { + [STATE(118)] = { [sym_identifier] = ACTIONS(1258), [aux_sym_preproc_include_token1] = ACTIONS(1258), [aux_sym_preproc_def_token1] = ACTIONS(1258), @@ -29122,7 +29512,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1258), [sym_comment] = ACTIONS(3), }, - [119] = { + [STATE(119)] = { [sym_identifier] = ACTIONS(1262), [aux_sym_preproc_include_token1] = ACTIONS(1262), [aux_sym_preproc_def_token1] = ACTIONS(1262), @@ -29135,20 +29525,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_elifdef_token1] = ACTIONS(1262), [aux_sym_preproc_elifdef_token2] = ACTIONS(1262), [sym_preproc_directive] = ACTIONS(1262), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_LPAREN2] = ACTIONS(1264), + [anon_sym_BANG] = ACTIONS(1264), + [anon_sym_TILDE] = ACTIONS(1264), [anon_sym_DASH] = ACTIONS(1262), [anon_sym_PLUS] = ACTIONS(1262), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_SEMI] = ACTIONS(1264), [anon_sym___extension__] = ACTIONS(1262), [anon_sym_typedef] = ACTIONS(1262), [anon_sym_extern] = ACTIONS(1262), [anon_sym___attribute__] = ACTIONS(1262), [anon_sym___attribute] = ACTIONS(1262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), [anon_sym___declspec] = ACTIONS(1262), [anon_sym___cdecl] = ACTIONS(1262), [anon_sym___clrcall] = ACTIONS(1262), @@ -29156,7 +29546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(1262), [anon_sym___thiscall] = ACTIONS(1262), [anon_sym___vectorcall] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_LBRACE] = ACTIONS(1264), [anon_sym_signed] = ACTIONS(1262), [anon_sym_unsigned] = ACTIONS(1262), [anon_sym_long] = ACTIONS(1262), @@ -29198,8 +29588,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_goto] = ACTIONS(1262), [anon_sym___try] = ACTIONS(1262), [anon_sym___leave] = ACTIONS(1262), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), [anon_sym_sizeof] = ACTIONS(1262), [anon_sym___alignof__] = ACTIONS(1262), [anon_sym___alignof] = ACTIONS(1262), @@ -29211,130 +29601,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(1262), [anon_sym___asm__] = ACTIONS(1262), [anon_sym___asm] = ACTIONS(1262), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), + [sym_number_literal] = ACTIONS(1264), + [anon_sym_L_SQUOTE] = ACTIONS(1264), + [anon_sym_u_SQUOTE] = ACTIONS(1264), + [anon_sym_U_SQUOTE] = ACTIONS(1264), + [anon_sym_u8_SQUOTE] = ACTIONS(1264), + [anon_sym_SQUOTE] = ACTIONS(1264), + [anon_sym_L_DQUOTE] = ACTIONS(1264), + [anon_sym_u_DQUOTE] = ACTIONS(1264), + [anon_sym_U_DQUOTE] = ACTIONS(1264), + [anon_sym_u8_DQUOTE] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1264), [sym_true] = ACTIONS(1262), [sym_false] = ACTIONS(1262), [anon_sym_NULL] = ACTIONS(1262), [anon_sym_nullptr] = ACTIONS(1262), [sym_comment] = ACTIONS(3), }, - [120] = { - [sym_identifier] = ACTIONS(1268), - [aux_sym_preproc_include_token1] = ACTIONS(1268), - [aux_sym_preproc_def_token1] = ACTIONS(1268), - [aux_sym_preproc_if_token1] = ACTIONS(1268), - [aux_sym_preproc_if_token2] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1268), - [aux_sym_preproc_else_token1] = ACTIONS(1268), - [aux_sym_preproc_elif_token1] = ACTIONS(1268), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1268), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1268), - [sym_preproc_directive] = ACTIONS(1268), - [anon_sym_LPAREN2] = ACTIONS(1270), - [anon_sym_BANG] = ACTIONS(1270), - [anon_sym_TILDE] = ACTIONS(1270), - [anon_sym_DASH] = ACTIONS(1268), - [anon_sym_PLUS] = ACTIONS(1268), - [anon_sym_STAR] = ACTIONS(1270), - [anon_sym_AMP] = ACTIONS(1270), - [anon_sym_SEMI] = ACTIONS(1270), - [anon_sym___extension__] = ACTIONS(1268), - [anon_sym_typedef] = ACTIONS(1268), - [anon_sym_extern] = ACTIONS(1268), - [anon_sym___attribute__] = ACTIONS(1268), - [anon_sym___attribute] = ACTIONS(1268), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1270), - [anon_sym___declspec] = ACTIONS(1268), - [anon_sym___cdecl] = ACTIONS(1268), - [anon_sym___clrcall] = ACTIONS(1268), - [anon_sym___stdcall] = ACTIONS(1268), - [anon_sym___fastcall] = ACTIONS(1268), - [anon_sym___thiscall] = ACTIONS(1268), - [anon_sym___vectorcall] = ACTIONS(1268), - [anon_sym_LBRACE] = ACTIONS(1270), - [anon_sym_signed] = ACTIONS(1268), - [anon_sym_unsigned] = ACTIONS(1268), - [anon_sym_long] = ACTIONS(1268), - [anon_sym_short] = ACTIONS(1268), - [anon_sym_static] = ACTIONS(1268), - [anon_sym_auto] = ACTIONS(1268), - [anon_sym_register] = ACTIONS(1268), - [anon_sym_inline] = ACTIONS(1268), - [anon_sym___inline] = ACTIONS(1268), - [anon_sym___inline__] = ACTIONS(1268), - [anon_sym___forceinline] = ACTIONS(1268), - [anon_sym_thread_local] = ACTIONS(1268), - [anon_sym___thread] = ACTIONS(1268), - [anon_sym_const] = ACTIONS(1268), - [anon_sym_constexpr] = ACTIONS(1268), - [anon_sym_volatile] = ACTIONS(1268), - [anon_sym_restrict] = ACTIONS(1268), - [anon_sym___restrict__] = ACTIONS(1268), - [anon_sym__Atomic] = ACTIONS(1268), - [anon_sym__Noreturn] = ACTIONS(1268), - [anon_sym_noreturn] = ACTIONS(1268), - [anon_sym__Nonnull] = ACTIONS(1268), - [anon_sym_alignas] = ACTIONS(1268), - [anon_sym__Alignas] = ACTIONS(1268), - [sym_primitive_type] = ACTIONS(1268), - [anon_sym_enum] = ACTIONS(1268), - [anon_sym_struct] = ACTIONS(1268), - [anon_sym_union] = ACTIONS(1268), - [anon_sym_if] = ACTIONS(1268), - [anon_sym_switch] = ACTIONS(1268), - [anon_sym_case] = ACTIONS(1268), - [anon_sym_default] = ACTIONS(1268), - [anon_sym_while] = ACTIONS(1268), - [anon_sym_do] = ACTIONS(1268), - [anon_sym_for] = ACTIONS(1268), - [anon_sym_return] = ACTIONS(1268), - [anon_sym_break] = ACTIONS(1268), - [anon_sym_continue] = ACTIONS(1268), - [anon_sym_goto] = ACTIONS(1268), - [anon_sym___try] = ACTIONS(1268), - [anon_sym___leave] = ACTIONS(1268), - [anon_sym_DASH_DASH] = ACTIONS(1270), - [anon_sym_PLUS_PLUS] = ACTIONS(1270), - [anon_sym_sizeof] = ACTIONS(1268), - [anon_sym___alignof__] = ACTIONS(1268), - [anon_sym___alignof] = ACTIONS(1268), - [anon_sym__alignof] = ACTIONS(1268), - [anon_sym_alignof] = ACTIONS(1268), - [anon_sym__Alignof] = ACTIONS(1268), - [anon_sym_offsetof] = ACTIONS(1268), - [anon_sym__Generic] = ACTIONS(1268), - [anon_sym_asm] = ACTIONS(1268), - [anon_sym___asm__] = ACTIONS(1268), - [anon_sym___asm] = ACTIONS(1268), - [sym_number_literal] = ACTIONS(1270), - [anon_sym_L_SQUOTE] = ACTIONS(1270), - [anon_sym_u_SQUOTE] = ACTIONS(1270), - [anon_sym_U_SQUOTE] = ACTIONS(1270), - [anon_sym_u8_SQUOTE] = ACTIONS(1270), - [anon_sym_SQUOTE] = ACTIONS(1270), - [anon_sym_L_DQUOTE] = ACTIONS(1270), - [anon_sym_u_DQUOTE] = ACTIONS(1270), - [anon_sym_U_DQUOTE] = ACTIONS(1270), - [anon_sym_u8_DQUOTE] = ACTIONS(1270), - [anon_sym_DQUOTE] = ACTIONS(1270), - [sym_true] = ACTIONS(1268), - [sym_false] = ACTIONS(1268), - [anon_sym_NULL] = ACTIONS(1268), - [anon_sym_nullptr] = ACTIONS(1268), + [STATE(120)] = { + [sym_identifier] = ACTIONS(1266), + [aux_sym_preproc_include_token1] = ACTIONS(1266), + [aux_sym_preproc_def_token1] = ACTIONS(1266), + [aux_sym_preproc_if_token1] = ACTIONS(1266), + [aux_sym_preproc_if_token2] = ACTIONS(1266), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1266), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1266), + [aux_sym_preproc_else_token1] = ACTIONS(1266), + [aux_sym_preproc_elif_token1] = ACTIONS(1266), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1266), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1266), + [sym_preproc_directive] = ACTIONS(1266), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1266), + [anon_sym_PLUS] = ACTIONS(1266), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1266), + [anon_sym_typedef] = ACTIONS(1266), + [anon_sym_extern] = ACTIONS(1266), + [anon_sym___attribute__] = ACTIONS(1266), + [anon_sym___attribute] = ACTIONS(1266), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1266), + [anon_sym___cdecl] = ACTIONS(1266), + [anon_sym___clrcall] = ACTIONS(1266), + [anon_sym___stdcall] = ACTIONS(1266), + [anon_sym___fastcall] = ACTIONS(1266), + [anon_sym___thiscall] = ACTIONS(1266), + [anon_sym___vectorcall] = ACTIONS(1266), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1266), + [anon_sym_unsigned] = ACTIONS(1266), + [anon_sym_long] = ACTIONS(1266), + [anon_sym_short] = ACTIONS(1266), + [anon_sym_static] = ACTIONS(1266), + [anon_sym_auto] = ACTIONS(1266), + [anon_sym_register] = ACTIONS(1266), + [anon_sym_inline] = ACTIONS(1266), + [anon_sym___inline] = ACTIONS(1266), + [anon_sym___inline__] = ACTIONS(1266), + [anon_sym___forceinline] = ACTIONS(1266), + [anon_sym_thread_local] = ACTIONS(1266), + [anon_sym___thread] = ACTIONS(1266), + [anon_sym_const] = ACTIONS(1266), + [anon_sym_constexpr] = ACTIONS(1266), + [anon_sym_volatile] = ACTIONS(1266), + [anon_sym_restrict] = ACTIONS(1266), + [anon_sym___restrict__] = ACTIONS(1266), + [anon_sym__Atomic] = ACTIONS(1266), + [anon_sym__Noreturn] = ACTIONS(1266), + [anon_sym_noreturn] = ACTIONS(1266), + [anon_sym__Nonnull] = ACTIONS(1266), + [anon_sym_alignas] = ACTIONS(1266), + [anon_sym__Alignas] = ACTIONS(1266), + [sym_primitive_type] = ACTIONS(1266), + [anon_sym_enum] = ACTIONS(1266), + [anon_sym_struct] = ACTIONS(1266), + [anon_sym_union] = ACTIONS(1266), + [anon_sym_if] = ACTIONS(1266), + [anon_sym_switch] = ACTIONS(1266), + [anon_sym_case] = ACTIONS(1266), + [anon_sym_default] = ACTIONS(1266), + [anon_sym_while] = ACTIONS(1266), + [anon_sym_do] = ACTIONS(1266), + [anon_sym_for] = ACTIONS(1266), + [anon_sym_return] = ACTIONS(1266), + [anon_sym_break] = ACTIONS(1266), + [anon_sym_continue] = ACTIONS(1266), + [anon_sym_goto] = ACTIONS(1266), + [anon_sym___try] = ACTIONS(1266), + [anon_sym___leave] = ACTIONS(1266), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1266), + [anon_sym___alignof__] = ACTIONS(1266), + [anon_sym___alignof] = ACTIONS(1266), + [anon_sym__alignof] = ACTIONS(1266), + [anon_sym_alignof] = ACTIONS(1266), + [anon_sym__Alignof] = ACTIONS(1266), + [anon_sym_offsetof] = ACTIONS(1266), + [anon_sym__Generic] = ACTIONS(1266), + [anon_sym_asm] = ACTIONS(1266), + [anon_sym___asm__] = ACTIONS(1266), + [anon_sym___asm] = ACTIONS(1266), + [sym_number_literal] = ACTIONS(1269), + [anon_sym_L_SQUOTE] = ACTIONS(1269), + [anon_sym_u_SQUOTE] = ACTIONS(1269), + [anon_sym_U_SQUOTE] = ACTIONS(1269), + [anon_sym_u8_SQUOTE] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1269), + [anon_sym_L_DQUOTE] = ACTIONS(1269), + [anon_sym_u_DQUOTE] = ACTIONS(1269), + [anon_sym_U_DQUOTE] = ACTIONS(1269), + [anon_sym_u8_DQUOTE] = ACTIONS(1269), + [anon_sym_DQUOTE] = ACTIONS(1269), + [sym_true] = ACTIONS(1266), + [sym_false] = ACTIONS(1266), + [anon_sym_NULL] = ACTIONS(1266), + [anon_sym_nullptr] = ACTIONS(1266), [sym_comment] = ACTIONS(3), }, - [121] = { + [STATE(121)] = { [sym_identifier] = ACTIONS(1272), [aux_sym_preproc_include_token1] = ACTIONS(1272), [aux_sym_preproc_def_token1] = ACTIONS(1272), @@ -29440,7 +29830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1272), [sym_comment] = ACTIONS(3), }, - [122] = { + [STATE(122)] = { [sym_identifier] = ACTIONS(1276), [aux_sym_preproc_include_token1] = ACTIONS(1276), [aux_sym_preproc_def_token1] = ACTIONS(1276), @@ -29546,7 +29936,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1276), [sym_comment] = ACTIONS(3), }, - [123] = { + [STATE(123)] = { [sym_identifier] = ACTIONS(1280), [aux_sym_preproc_include_token1] = ACTIONS(1280), [aux_sym_preproc_def_token1] = ACTIONS(1280), @@ -29652,7 +30042,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1280), [sym_comment] = ACTIONS(3), }, - [124] = { + [STATE(124)] = { [sym_identifier] = ACTIONS(1284), [aux_sym_preproc_include_token1] = ACTIONS(1284), [aux_sym_preproc_def_token1] = ACTIONS(1284), @@ -29758,7 +30148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1284), [sym_comment] = ACTIONS(3), }, - [125] = { + [STATE(125)] = { [sym_identifier] = ACTIONS(1288), [aux_sym_preproc_include_token1] = ACTIONS(1288), [aux_sym_preproc_def_token1] = ACTIONS(1288), @@ -29864,7 +30254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1288), [sym_comment] = ACTIONS(3), }, - [126] = { + [STATE(126)] = { [sym_identifier] = ACTIONS(1292), [aux_sym_preproc_include_token1] = ACTIONS(1292), [aux_sym_preproc_def_token1] = ACTIONS(1292), @@ -29970,7 +30360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, - [127] = { + [STATE(127)] = { [sym_identifier] = ACTIONS(1296), [aux_sym_preproc_include_token1] = ACTIONS(1296), [aux_sym_preproc_def_token1] = ACTIONS(1296), @@ -30076,7 +30466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1296), [sym_comment] = ACTIONS(3), }, - [128] = { + [STATE(128)] = { [sym_identifier] = ACTIONS(1300), [aux_sym_preproc_include_token1] = ACTIONS(1300), [aux_sym_preproc_def_token1] = ACTIONS(1300), @@ -30182,7 +30572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1300), [sym_comment] = ACTIONS(3), }, - [129] = { + [STATE(129)] = { [sym_identifier] = ACTIONS(1304), [aux_sym_preproc_include_token1] = ACTIONS(1304), [aux_sym_preproc_def_token1] = ACTIONS(1304), @@ -30288,7 +30678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1304), [sym_comment] = ACTIONS(3), }, - [130] = { + [STATE(130)] = { [sym_identifier] = ACTIONS(1308), [aux_sym_preproc_include_token1] = ACTIONS(1308), [aux_sym_preproc_def_token1] = ACTIONS(1308), @@ -30394,7 +30784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1308), [sym_comment] = ACTIONS(3), }, - [131] = { + [STATE(131)] = { [sym_identifier] = ACTIONS(1312), [aux_sym_preproc_include_token1] = ACTIONS(1312), [aux_sym_preproc_def_token1] = ACTIONS(1312), @@ -30500,7 +30890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1312), [sym_comment] = ACTIONS(3), }, - [132] = { + [STATE(132)] = { [sym_identifier] = ACTIONS(1316), [aux_sym_preproc_include_token1] = ACTIONS(1316), [aux_sym_preproc_def_token1] = ACTIONS(1316), @@ -30606,7 +30996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1316), [sym_comment] = ACTIONS(3), }, - [133] = { + [STATE(133)] = { [sym_identifier] = ACTIONS(1320), [aux_sym_preproc_include_token1] = ACTIONS(1320), [aux_sym_preproc_def_token1] = ACTIONS(1320), @@ -30712,7 +31102,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1320), [sym_comment] = ACTIONS(3), }, - [134] = { + [STATE(134)] = { [sym_identifier] = ACTIONS(1324), [aux_sym_preproc_include_token1] = ACTIONS(1324), [aux_sym_preproc_def_token1] = ACTIONS(1324), @@ -30818,7 +31208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1324), [sym_comment] = ACTIONS(3), }, - [135] = { + [STATE(135)] = { [sym_identifier] = ACTIONS(1328), [aux_sym_preproc_include_token1] = ACTIONS(1328), [aux_sym_preproc_def_token1] = ACTIONS(1328), @@ -30924,7 +31314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1328), [sym_comment] = ACTIONS(3), }, - [136] = { + [STATE(136)] = { [sym_identifier] = ACTIONS(1332), [aux_sym_preproc_include_token1] = ACTIONS(1332), [aux_sym_preproc_def_token1] = ACTIONS(1332), @@ -31030,7 +31420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1332), [sym_comment] = ACTIONS(3), }, - [137] = { + [STATE(137)] = { [sym_identifier] = ACTIONS(1336), [aux_sym_preproc_include_token1] = ACTIONS(1336), [aux_sym_preproc_def_token1] = ACTIONS(1336), @@ -31136,7 +31526,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, - [138] = { + [STATE(138)] = { [sym_identifier] = ACTIONS(1340), [aux_sym_preproc_include_token1] = ACTIONS(1340), [aux_sym_preproc_def_token1] = ACTIONS(1340), @@ -31242,7 +31632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1340), [sym_comment] = ACTIONS(3), }, - [139] = { + [STATE(139)] = { [sym_identifier] = ACTIONS(1344), [aux_sym_preproc_include_token1] = ACTIONS(1344), [aux_sym_preproc_def_token1] = ACTIONS(1344), @@ -31348,7 +31738,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1344), [sym_comment] = ACTIONS(3), }, - [140] = { + [STATE(140)] = { [sym_identifier] = ACTIONS(1348), [aux_sym_preproc_include_token1] = ACTIONS(1348), [aux_sym_preproc_def_token1] = ACTIONS(1348), @@ -31454,7 +31844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1348), [sym_comment] = ACTIONS(3), }, - [141] = { + [STATE(141)] = { [sym_identifier] = ACTIONS(1352), [aux_sym_preproc_include_token1] = ACTIONS(1352), [aux_sym_preproc_def_token1] = ACTIONS(1352), @@ -31560,7 +31950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1352), [sym_comment] = ACTIONS(3), }, - [142] = { + [STATE(142)] = { [sym_identifier] = ACTIONS(1356), [aux_sym_preproc_include_token1] = ACTIONS(1356), [aux_sym_preproc_def_token1] = ACTIONS(1356), @@ -31666,7 +32056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1356), [sym_comment] = ACTIONS(3), }, - [143] = { + [STATE(143)] = { [sym_identifier] = ACTIONS(1360), [aux_sym_preproc_include_token1] = ACTIONS(1360), [aux_sym_preproc_def_token1] = ACTIONS(1360), @@ -31772,7 +32162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, - [144] = { + [STATE(144)] = { [sym_identifier] = ACTIONS(1364), [aux_sym_preproc_include_token1] = ACTIONS(1364), [aux_sym_preproc_def_token1] = ACTIONS(1364), @@ -31878,7 +32268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1364), [sym_comment] = ACTIONS(3), }, - [145] = { + [STATE(145)] = { [sym_identifier] = ACTIONS(1368), [aux_sym_preproc_include_token1] = ACTIONS(1368), [aux_sym_preproc_def_token1] = ACTIONS(1368), @@ -31984,7 +32374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1368), [sym_comment] = ACTIONS(3), }, - [146] = { + [STATE(146)] = { [sym_identifier] = ACTIONS(1372), [aux_sym_preproc_include_token1] = ACTIONS(1372), [aux_sym_preproc_def_token1] = ACTIONS(1372), @@ -32090,7 +32480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1372), [sym_comment] = ACTIONS(3), }, - [147] = { + [STATE(147)] = { [sym_identifier] = ACTIONS(1376), [aux_sym_preproc_include_token1] = ACTIONS(1376), [aux_sym_preproc_def_token1] = ACTIONS(1376), @@ -32196,13 +32586,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1376), [sym_comment] = ACTIONS(3), }, - [148] = { - [sym_else_clause] = STATE(199), + [STATE(148)] = { + [sym_else_clause] = STATE(171), [sym_identifier] = ACTIONS(1128), [aux_sym_preproc_include_token1] = ACTIONS(1128), [aux_sym_preproc_def_token1] = ACTIONS(1128), [aux_sym_preproc_if_token1] = ACTIONS(1128), - [aux_sym_preproc_if_token2] = ACTIONS(1128), [aux_sym_preproc_ifdef_token1] = ACTIONS(1128), [aux_sym_preproc_ifdef_token2] = ACTIONS(1128), [sym_preproc_directive] = ACTIONS(1128), @@ -32228,6 +32617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1128), [anon_sym___vectorcall] = ACTIONS(1128), [anon_sym_LBRACE] = ACTIONS(1130), + [anon_sym_RBRACE] = ACTIONS(1130), [anon_sym_signed] = ACTIONS(1128), [anon_sym_unsigned] = ACTIONS(1128), [anon_sym_long] = ACTIONS(1128), @@ -32300,8 +32690,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1128), [sym_comment] = ACTIONS(3), }, - [149] = { - [sym_else_clause] = STATE(243), + [STATE(149)] = { + [sym_else_clause] = STATE(188), [ts_builtin_sym_end] = ACTIONS(1130), [sym_identifier] = ACTIONS(1128), [aux_sym_preproc_include_token1] = ACTIONS(1128), @@ -32404,12 +32794,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1128), [sym_comment] = ACTIONS(3), }, - [150] = { - [sym_else_clause] = STATE(223), + [STATE(150)] = { + [sym_else_clause] = STATE(215), [sym_identifier] = ACTIONS(1128), [aux_sym_preproc_include_token1] = ACTIONS(1128), [aux_sym_preproc_def_token1] = ACTIONS(1128), [aux_sym_preproc_if_token1] = ACTIONS(1128), + [aux_sym_preproc_if_token2] = ACTIONS(1128), [aux_sym_preproc_ifdef_token1] = ACTIONS(1128), [aux_sym_preproc_ifdef_token2] = ACTIONS(1128), [sym_preproc_directive] = ACTIONS(1128), @@ -32435,7 +32826,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1128), [anon_sym___vectorcall] = ACTIONS(1128), [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_RBRACE] = ACTIONS(1130), [anon_sym_signed] = ACTIONS(1128), [anon_sym_unsigned] = ACTIONS(1128), [anon_sym_long] = ACTIONS(1128), @@ -32508,4029 +32898,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1128), [sym_comment] = ACTIONS(3), }, - [151] = { - [ts_builtin_sym_end] = ACTIONS(1172), - [sym_identifier] = ACTIONS(1170), - [aux_sym_preproc_include_token1] = ACTIONS(1170), - [aux_sym_preproc_def_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), - [sym_preproc_directive] = ACTIONS(1170), - [anon_sym_LPAREN2] = ACTIONS(1172), - [anon_sym_BANG] = ACTIONS(1172), - [anon_sym_TILDE] = ACTIONS(1172), - [anon_sym_DASH] = ACTIONS(1170), - [anon_sym_PLUS] = ACTIONS(1170), - [anon_sym_STAR] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1172), - [anon_sym_SEMI] = ACTIONS(1172), - [anon_sym___extension__] = ACTIONS(1170), - [anon_sym_typedef] = ACTIONS(1170), - [anon_sym_extern] = ACTIONS(1170), - [anon_sym___attribute__] = ACTIONS(1170), - [anon_sym___attribute] = ACTIONS(1170), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), - [anon_sym___declspec] = ACTIONS(1170), - [anon_sym___cdecl] = ACTIONS(1170), - [anon_sym___clrcall] = ACTIONS(1170), - [anon_sym___stdcall] = ACTIONS(1170), - [anon_sym___fastcall] = ACTIONS(1170), - [anon_sym___thiscall] = ACTIONS(1170), - [anon_sym___vectorcall] = ACTIONS(1170), - [anon_sym_LBRACE] = ACTIONS(1172), - [anon_sym_signed] = ACTIONS(1170), - [anon_sym_unsigned] = ACTIONS(1170), - [anon_sym_long] = ACTIONS(1170), - [anon_sym_short] = ACTIONS(1170), - [anon_sym_static] = ACTIONS(1170), - [anon_sym_auto] = ACTIONS(1170), - [anon_sym_register] = ACTIONS(1170), - [anon_sym_inline] = ACTIONS(1170), - [anon_sym___inline] = ACTIONS(1170), - [anon_sym___inline__] = ACTIONS(1170), - [anon_sym___forceinline] = ACTIONS(1170), - [anon_sym_thread_local] = ACTIONS(1170), - [anon_sym___thread] = ACTIONS(1170), - [anon_sym_const] = ACTIONS(1170), - [anon_sym_constexpr] = ACTIONS(1170), - [anon_sym_volatile] = ACTIONS(1170), - [anon_sym_restrict] = ACTIONS(1170), - [anon_sym___restrict__] = ACTIONS(1170), - [anon_sym__Atomic] = ACTIONS(1170), - [anon_sym__Noreturn] = ACTIONS(1170), - [anon_sym_noreturn] = ACTIONS(1170), - [anon_sym__Nonnull] = ACTIONS(1170), - [anon_sym_alignas] = ACTIONS(1170), - [anon_sym__Alignas] = ACTIONS(1170), - [sym_primitive_type] = ACTIONS(1170), - [anon_sym_enum] = ACTIONS(1170), - [anon_sym_struct] = ACTIONS(1170), - [anon_sym_union] = ACTIONS(1170), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_else] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1170), - [anon_sym_case] = ACTIONS(1170), - [anon_sym_default] = ACTIONS(1170), - [anon_sym_while] = ACTIONS(1170), - [anon_sym_do] = ACTIONS(1170), - [anon_sym_for] = ACTIONS(1170), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1170), - [anon_sym_goto] = ACTIONS(1170), - [anon_sym___try] = ACTIONS(1170), - [anon_sym___leave] = ACTIONS(1170), - [anon_sym_DASH_DASH] = ACTIONS(1172), - [anon_sym_PLUS_PLUS] = ACTIONS(1172), - [anon_sym_sizeof] = ACTIONS(1170), - [anon_sym___alignof__] = ACTIONS(1170), - [anon_sym___alignof] = ACTIONS(1170), - [anon_sym__alignof] = ACTIONS(1170), - [anon_sym_alignof] = ACTIONS(1170), - [anon_sym__Alignof] = ACTIONS(1170), - [anon_sym_offsetof] = ACTIONS(1170), - [anon_sym__Generic] = ACTIONS(1170), - [anon_sym_asm] = ACTIONS(1170), - [anon_sym___asm__] = ACTIONS(1170), - [anon_sym___asm] = ACTIONS(1170), - [sym_number_literal] = ACTIONS(1172), - [anon_sym_L_SQUOTE] = ACTIONS(1172), - [anon_sym_u_SQUOTE] = ACTIONS(1172), - [anon_sym_U_SQUOTE] = ACTIONS(1172), - [anon_sym_u8_SQUOTE] = ACTIONS(1172), - [anon_sym_SQUOTE] = ACTIONS(1172), - [anon_sym_L_DQUOTE] = ACTIONS(1172), - [anon_sym_u_DQUOTE] = ACTIONS(1172), - [anon_sym_U_DQUOTE] = ACTIONS(1172), - [anon_sym_u8_DQUOTE] = ACTIONS(1172), - [anon_sym_DQUOTE] = ACTIONS(1172), - [sym_true] = ACTIONS(1170), - [sym_false] = ACTIONS(1170), - [anon_sym_NULL] = ACTIONS(1170), - [anon_sym_nullptr] = ACTIONS(1170), - [sym_comment] = ACTIONS(3), - }, - [152] = { - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1202), - [aux_sym_preproc_def_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), - [sym_preproc_directive] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym___extension__] = ACTIONS(1202), - [anon_sym_typedef] = ACTIONS(1202), - [anon_sym_extern] = ACTIONS(1202), - [anon_sym___attribute__] = ACTIONS(1202), - [anon_sym___attribute] = ACTIONS(1202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), - [anon_sym___declspec] = ACTIONS(1202), - [anon_sym___cdecl] = ACTIONS(1202), - [anon_sym___clrcall] = ACTIONS(1202), - [anon_sym___stdcall] = ACTIONS(1202), - [anon_sym___fastcall] = ACTIONS(1202), - [anon_sym___thiscall] = ACTIONS(1202), - [anon_sym___vectorcall] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_RBRACE] = ACTIONS(1204), - [anon_sym_signed] = ACTIONS(1202), - [anon_sym_unsigned] = ACTIONS(1202), - [anon_sym_long] = ACTIONS(1202), - [anon_sym_short] = ACTIONS(1202), - [anon_sym_static] = ACTIONS(1202), - [anon_sym_auto] = ACTIONS(1202), - [anon_sym_register] = ACTIONS(1202), - [anon_sym_inline] = ACTIONS(1202), - [anon_sym___inline] = ACTIONS(1202), - [anon_sym___inline__] = ACTIONS(1202), - [anon_sym___forceinline] = ACTIONS(1202), - [anon_sym_thread_local] = ACTIONS(1202), - [anon_sym___thread] = ACTIONS(1202), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_constexpr] = ACTIONS(1202), - [anon_sym_volatile] = ACTIONS(1202), - [anon_sym_restrict] = ACTIONS(1202), - [anon_sym___restrict__] = ACTIONS(1202), - [anon_sym__Atomic] = ACTIONS(1202), - [anon_sym__Noreturn] = ACTIONS(1202), - [anon_sym_noreturn] = ACTIONS(1202), - [anon_sym__Nonnull] = ACTIONS(1202), - [anon_sym_alignas] = ACTIONS(1202), - [anon_sym__Alignas] = ACTIONS(1202), - [sym_primitive_type] = ACTIONS(1202), - [anon_sym_enum] = ACTIONS(1202), - [anon_sym_struct] = ACTIONS(1202), - [anon_sym_union] = ACTIONS(1202), - [anon_sym_if] = ACTIONS(1202), - [anon_sym_else] = ACTIONS(1202), - [anon_sym_switch] = ACTIONS(1202), - [anon_sym_case] = ACTIONS(1202), - [anon_sym_default] = ACTIONS(1202), - [anon_sym_while] = ACTIONS(1202), - [anon_sym_do] = ACTIONS(1202), - [anon_sym_for] = ACTIONS(1202), - [anon_sym_return] = ACTIONS(1202), - [anon_sym_break] = ACTIONS(1202), - [anon_sym_continue] = ACTIONS(1202), - [anon_sym_goto] = ACTIONS(1202), - [anon_sym___try] = ACTIONS(1202), - [anon_sym___leave] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [anon_sym_sizeof] = ACTIONS(1202), - [anon_sym___alignof__] = ACTIONS(1202), - [anon_sym___alignof] = ACTIONS(1202), - [anon_sym__alignof] = ACTIONS(1202), - [anon_sym_alignof] = ACTIONS(1202), - [anon_sym__Alignof] = ACTIONS(1202), - [anon_sym_offsetof] = ACTIONS(1202), - [anon_sym__Generic] = ACTIONS(1202), - [anon_sym_asm] = ACTIONS(1202), - [anon_sym___asm__] = ACTIONS(1202), - [anon_sym___asm] = ACTIONS(1202), - [sym_number_literal] = ACTIONS(1204), - [anon_sym_L_SQUOTE] = ACTIONS(1204), - [anon_sym_u_SQUOTE] = ACTIONS(1204), - [anon_sym_U_SQUOTE] = ACTIONS(1204), - [anon_sym_u8_SQUOTE] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_L_DQUOTE] = ACTIONS(1204), - [anon_sym_u_DQUOTE] = ACTIONS(1204), - [anon_sym_U_DQUOTE] = ACTIONS(1204), - [anon_sym_u8_DQUOTE] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [sym_true] = ACTIONS(1202), - [sym_false] = ACTIONS(1202), - [anon_sym_NULL] = ACTIONS(1202), - [anon_sym_nullptr] = ACTIONS(1202), + [STATE(151)] = { + [sym_identifier] = ACTIONS(1242), + [aux_sym_preproc_include_token1] = ACTIONS(1242), + [aux_sym_preproc_def_token1] = ACTIONS(1242), + [aux_sym_preproc_if_token1] = ACTIONS(1242), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1242), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1242), + [sym_preproc_directive] = ACTIONS(1242), + [anon_sym_LPAREN2] = ACTIONS(1244), + [anon_sym_BANG] = ACTIONS(1244), + [anon_sym_TILDE] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1242), + [anon_sym_PLUS] = ACTIONS(1242), + [anon_sym_STAR] = ACTIONS(1244), + [anon_sym_AMP] = ACTIONS(1244), + [anon_sym_SEMI] = ACTIONS(1244), + [anon_sym___extension__] = ACTIONS(1242), + [anon_sym_typedef] = ACTIONS(1242), + [anon_sym_extern] = ACTIONS(1242), + [anon_sym___attribute__] = ACTIONS(1242), + [anon_sym___attribute] = ACTIONS(1242), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1244), + [anon_sym___declspec] = ACTIONS(1242), + [anon_sym___cdecl] = ACTIONS(1242), + [anon_sym___clrcall] = ACTIONS(1242), + [anon_sym___stdcall] = ACTIONS(1242), + [anon_sym___fastcall] = ACTIONS(1242), + [anon_sym___thiscall] = ACTIONS(1242), + [anon_sym___vectorcall] = ACTIONS(1242), + [anon_sym_LBRACE] = ACTIONS(1244), + [anon_sym_RBRACE] = ACTIONS(1244), + [anon_sym_signed] = ACTIONS(1242), + [anon_sym_unsigned] = ACTIONS(1242), + [anon_sym_long] = ACTIONS(1242), + [anon_sym_short] = ACTIONS(1242), + [anon_sym_static] = ACTIONS(1242), + [anon_sym_auto] = ACTIONS(1242), + [anon_sym_register] = ACTIONS(1242), + [anon_sym_inline] = ACTIONS(1242), + [anon_sym___inline] = ACTIONS(1242), + [anon_sym___inline__] = ACTIONS(1242), + [anon_sym___forceinline] = ACTIONS(1242), + [anon_sym_thread_local] = ACTIONS(1242), + [anon_sym___thread] = ACTIONS(1242), + [anon_sym_const] = ACTIONS(1242), + [anon_sym_constexpr] = ACTIONS(1242), + [anon_sym_volatile] = ACTIONS(1242), + [anon_sym_restrict] = ACTIONS(1242), + [anon_sym___restrict__] = ACTIONS(1242), + [anon_sym__Atomic] = ACTIONS(1242), + [anon_sym__Noreturn] = ACTIONS(1242), + [anon_sym_noreturn] = ACTIONS(1242), + [anon_sym__Nonnull] = ACTIONS(1242), + [anon_sym_alignas] = ACTIONS(1242), + [anon_sym__Alignas] = ACTIONS(1242), + [sym_primitive_type] = ACTIONS(1242), + [anon_sym_enum] = ACTIONS(1242), + [anon_sym_struct] = ACTIONS(1242), + [anon_sym_union] = ACTIONS(1242), + [anon_sym_if] = ACTIONS(1242), + [anon_sym_else] = ACTIONS(1242), + [anon_sym_switch] = ACTIONS(1242), + [anon_sym_case] = ACTIONS(1242), + [anon_sym_default] = ACTIONS(1242), + [anon_sym_while] = ACTIONS(1242), + [anon_sym_do] = ACTIONS(1242), + [anon_sym_for] = ACTIONS(1242), + [anon_sym_return] = ACTIONS(1242), + [anon_sym_break] = ACTIONS(1242), + [anon_sym_continue] = ACTIONS(1242), + [anon_sym_goto] = ACTIONS(1242), + [anon_sym___try] = ACTIONS(1242), + [anon_sym___leave] = ACTIONS(1242), + [anon_sym_DASH_DASH] = ACTIONS(1244), + [anon_sym_PLUS_PLUS] = ACTIONS(1244), + [anon_sym_sizeof] = ACTIONS(1242), + [anon_sym___alignof__] = ACTIONS(1242), + [anon_sym___alignof] = ACTIONS(1242), + [anon_sym__alignof] = ACTIONS(1242), + [anon_sym_alignof] = ACTIONS(1242), + [anon_sym__Alignof] = ACTIONS(1242), + [anon_sym_offsetof] = ACTIONS(1242), + [anon_sym__Generic] = ACTIONS(1242), + [anon_sym_asm] = ACTIONS(1242), + [anon_sym___asm__] = ACTIONS(1242), + [anon_sym___asm] = ACTIONS(1242), + [sym_number_literal] = ACTIONS(1244), + [anon_sym_L_SQUOTE] = ACTIONS(1244), + [anon_sym_u_SQUOTE] = ACTIONS(1244), + [anon_sym_U_SQUOTE] = ACTIONS(1244), + [anon_sym_u8_SQUOTE] = ACTIONS(1244), + [anon_sym_SQUOTE] = ACTIONS(1244), + [anon_sym_L_DQUOTE] = ACTIONS(1244), + [anon_sym_u_DQUOTE] = ACTIONS(1244), + [anon_sym_U_DQUOTE] = ACTIONS(1244), + [anon_sym_u8_DQUOTE] = ACTIONS(1244), + [anon_sym_DQUOTE] = ACTIONS(1244), + [sym_true] = ACTIONS(1242), + [sym_false] = ACTIONS(1242), + [anon_sym_NULL] = ACTIONS(1242), + [anon_sym_nullptr] = ACTIONS(1242), [sym_comment] = ACTIONS(3), }, - [153] = { - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1202), - [aux_sym_preproc_def_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), - [sym_preproc_directive] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym___extension__] = ACTIONS(1202), - [anon_sym_typedef] = ACTIONS(1202), - [anon_sym_extern] = ACTIONS(1202), - [anon_sym___attribute__] = ACTIONS(1202), - [anon_sym___attribute] = ACTIONS(1202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), - [anon_sym___declspec] = ACTIONS(1202), - [anon_sym___cdecl] = ACTIONS(1202), - [anon_sym___clrcall] = ACTIONS(1202), - [anon_sym___stdcall] = ACTIONS(1202), - [anon_sym___fastcall] = ACTIONS(1202), - [anon_sym___thiscall] = ACTIONS(1202), - [anon_sym___vectorcall] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_RBRACE] = ACTIONS(1204), - [anon_sym_signed] = ACTIONS(1202), - [anon_sym_unsigned] = ACTIONS(1202), - [anon_sym_long] = ACTIONS(1202), - [anon_sym_short] = ACTIONS(1202), - [anon_sym_static] = ACTIONS(1202), - [anon_sym_auto] = ACTIONS(1202), - [anon_sym_register] = ACTIONS(1202), - [anon_sym_inline] = ACTIONS(1202), - [anon_sym___inline] = ACTIONS(1202), - [anon_sym___inline__] = ACTIONS(1202), - [anon_sym___forceinline] = ACTIONS(1202), - [anon_sym_thread_local] = ACTIONS(1202), - [anon_sym___thread] = ACTIONS(1202), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_constexpr] = ACTIONS(1202), - [anon_sym_volatile] = ACTIONS(1202), - [anon_sym_restrict] = ACTIONS(1202), - [anon_sym___restrict__] = ACTIONS(1202), - [anon_sym__Atomic] = ACTIONS(1202), - [anon_sym__Noreturn] = ACTIONS(1202), - [anon_sym_noreturn] = ACTIONS(1202), - [anon_sym__Nonnull] = ACTIONS(1202), - [anon_sym_alignas] = ACTIONS(1202), - [anon_sym__Alignas] = ACTIONS(1202), - [sym_primitive_type] = ACTIONS(1202), - [anon_sym_enum] = ACTIONS(1202), - [anon_sym_struct] = ACTIONS(1202), - [anon_sym_union] = ACTIONS(1202), - [anon_sym_if] = ACTIONS(1202), - [anon_sym_else] = ACTIONS(1202), - [anon_sym_switch] = ACTIONS(1202), - [anon_sym_case] = ACTIONS(1202), - [anon_sym_default] = ACTIONS(1202), - [anon_sym_while] = ACTIONS(1202), - [anon_sym_do] = ACTIONS(1202), - [anon_sym_for] = ACTIONS(1202), - [anon_sym_return] = ACTIONS(1202), - [anon_sym_break] = ACTIONS(1202), - [anon_sym_continue] = ACTIONS(1202), - [anon_sym_goto] = ACTIONS(1202), - [anon_sym___try] = ACTIONS(1202), - [anon_sym___leave] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [anon_sym_sizeof] = ACTIONS(1202), - [anon_sym___alignof__] = ACTIONS(1202), - [anon_sym___alignof] = ACTIONS(1202), - [anon_sym__alignof] = ACTIONS(1202), - [anon_sym_alignof] = ACTIONS(1202), - [anon_sym__Alignof] = ACTIONS(1202), - [anon_sym_offsetof] = ACTIONS(1202), - [anon_sym__Generic] = ACTIONS(1202), - [anon_sym_asm] = ACTIONS(1202), - [anon_sym___asm__] = ACTIONS(1202), - [anon_sym___asm] = ACTIONS(1202), - [sym_number_literal] = ACTIONS(1204), - [anon_sym_L_SQUOTE] = ACTIONS(1204), - [anon_sym_u_SQUOTE] = ACTIONS(1204), - [anon_sym_U_SQUOTE] = ACTIONS(1204), - [anon_sym_u8_SQUOTE] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_L_DQUOTE] = ACTIONS(1204), - [anon_sym_u_DQUOTE] = ACTIONS(1204), - [anon_sym_U_DQUOTE] = ACTIONS(1204), - [anon_sym_u8_DQUOTE] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [sym_true] = ACTIONS(1202), - [sym_false] = ACTIONS(1202), - [anon_sym_NULL] = ACTIONS(1202), - [anon_sym_nullptr] = ACTIONS(1202), + [STATE(152)] = { + [sym_identifier] = ACTIONS(1250), + [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(1252), + [anon_sym_TILDE] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1250), + [anon_sym_PLUS] = ACTIONS(1250), + [anon_sym_STAR] = ACTIONS(1252), + [anon_sym_AMP] = ACTIONS(1252), + [anon_sym_SEMI] = ACTIONS(1252), + [anon_sym___extension__] = ACTIONS(1250), + [anon_sym_typedef] = ACTIONS(1250), + [anon_sym_extern] = ACTIONS(1250), + [anon_sym___attribute__] = ACTIONS(1250), + [anon_sym___attribute] = ACTIONS(1250), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1252), + [anon_sym___declspec] = 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(1252), + [anon_sym_RBRACE] = ACTIONS(1252), + [anon_sym_signed] = ACTIONS(1250), + [anon_sym_unsigned] = ACTIONS(1250), + [anon_sym_long] = ACTIONS(1250), + [anon_sym_short] = ACTIONS(1250), + [anon_sym_static] = ACTIONS(1250), + [anon_sym_auto] = ACTIONS(1250), + [anon_sym_register] = ACTIONS(1250), + [anon_sym_inline] = ACTIONS(1250), + [anon_sym___inline] = ACTIONS(1250), + [anon_sym___inline__] = ACTIONS(1250), + [anon_sym___forceinline] = ACTIONS(1250), + [anon_sym_thread_local] = ACTIONS(1250), + [anon_sym___thread] = ACTIONS(1250), + [anon_sym_const] = ACTIONS(1250), + [anon_sym_constexpr] = ACTIONS(1250), + [anon_sym_volatile] = ACTIONS(1250), + [anon_sym_restrict] = ACTIONS(1250), + [anon_sym___restrict__] = ACTIONS(1250), + [anon_sym__Atomic] = ACTIONS(1250), + [anon_sym__Noreturn] = ACTIONS(1250), + [anon_sym_noreturn] = ACTIONS(1250), + [anon_sym__Nonnull] = ACTIONS(1250), + [anon_sym_alignas] = ACTIONS(1250), + [anon_sym__Alignas] = ACTIONS(1250), + [sym_primitive_type] = ACTIONS(1250), + [anon_sym_enum] = ACTIONS(1250), + [anon_sym_struct] = ACTIONS(1250), + [anon_sym_union] = ACTIONS(1250), + [anon_sym_if] = ACTIONS(1250), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1250), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1250), + [anon_sym_do] = ACTIONS(1250), + [anon_sym_for] = ACTIONS(1250), + [anon_sym_return] = ACTIONS(1250), + [anon_sym_break] = ACTIONS(1250), + [anon_sym_continue] = ACTIONS(1250), + [anon_sym_goto] = ACTIONS(1250), + [anon_sym___try] = ACTIONS(1250), + [anon_sym___leave] = ACTIONS(1250), + [anon_sym_DASH_DASH] = ACTIONS(1252), + [anon_sym_PLUS_PLUS] = ACTIONS(1252), + [anon_sym_sizeof] = ACTIONS(1250), + [anon_sym___alignof__] = ACTIONS(1250), + [anon_sym___alignof] = ACTIONS(1250), + [anon_sym__alignof] = ACTIONS(1250), + [anon_sym_alignof] = ACTIONS(1250), + [anon_sym__Alignof] = ACTIONS(1250), + [anon_sym_offsetof] = ACTIONS(1250), + [anon_sym__Generic] = ACTIONS(1250), + [anon_sym_asm] = ACTIONS(1250), + [anon_sym___asm__] = ACTIONS(1250), + [anon_sym___asm] = ACTIONS(1250), + [sym_number_literal] = ACTIONS(1252), + [anon_sym_L_SQUOTE] = ACTIONS(1252), + [anon_sym_u_SQUOTE] = ACTIONS(1252), + [anon_sym_U_SQUOTE] = ACTIONS(1252), + [anon_sym_u8_SQUOTE] = ACTIONS(1252), + [anon_sym_SQUOTE] = ACTIONS(1252), + [anon_sym_L_DQUOTE] = ACTIONS(1252), + [anon_sym_u_DQUOTE] = ACTIONS(1252), + [anon_sym_U_DQUOTE] = ACTIONS(1252), + [anon_sym_u8_DQUOTE] = ACTIONS(1252), + [anon_sym_DQUOTE] = ACTIONS(1252), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [anon_sym_NULL] = ACTIONS(1250), + [anon_sym_nullptr] = ACTIONS(1250), [sym_comment] = ACTIONS(3), }, - [154] = { - [sym_identifier] = ACTIONS(1206), - [aux_sym_preproc_include_token1] = ACTIONS(1206), - [aux_sym_preproc_def_token1] = ACTIONS(1206), - [aux_sym_preproc_if_token1] = ACTIONS(1206), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1206), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1206), - [sym_preproc_directive] = ACTIONS(1206), - [anon_sym_LPAREN2] = ACTIONS(1208), - [anon_sym_BANG] = ACTIONS(1208), - [anon_sym_TILDE] = ACTIONS(1208), - [anon_sym_DASH] = ACTIONS(1206), - [anon_sym_PLUS] = ACTIONS(1206), - [anon_sym_STAR] = ACTIONS(1208), - [anon_sym_AMP] = ACTIONS(1208), - [anon_sym_SEMI] = ACTIONS(1208), - [anon_sym___extension__] = ACTIONS(1206), - [anon_sym_typedef] = ACTIONS(1206), - [anon_sym_extern] = ACTIONS(1206), - [anon_sym___attribute__] = ACTIONS(1206), - [anon_sym___attribute] = ACTIONS(1206), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1208), - [anon_sym___declspec] = ACTIONS(1206), - [anon_sym___cdecl] = ACTIONS(1206), - [anon_sym___clrcall] = ACTIONS(1206), - [anon_sym___stdcall] = ACTIONS(1206), - [anon_sym___fastcall] = ACTIONS(1206), - [anon_sym___thiscall] = ACTIONS(1206), - [anon_sym___vectorcall] = ACTIONS(1206), - [anon_sym_LBRACE] = ACTIONS(1208), - [anon_sym_RBRACE] = ACTIONS(1208), - [anon_sym_signed] = ACTIONS(1206), - [anon_sym_unsigned] = ACTIONS(1206), - [anon_sym_long] = ACTIONS(1206), - [anon_sym_short] = ACTIONS(1206), - [anon_sym_static] = ACTIONS(1206), - [anon_sym_auto] = ACTIONS(1206), - [anon_sym_register] = ACTIONS(1206), - [anon_sym_inline] = ACTIONS(1206), - [anon_sym___inline] = ACTIONS(1206), - [anon_sym___inline__] = ACTIONS(1206), - [anon_sym___forceinline] = ACTIONS(1206), - [anon_sym_thread_local] = ACTIONS(1206), - [anon_sym___thread] = ACTIONS(1206), - [anon_sym_const] = ACTIONS(1206), - [anon_sym_constexpr] = ACTIONS(1206), - [anon_sym_volatile] = ACTIONS(1206), - [anon_sym_restrict] = ACTIONS(1206), - [anon_sym___restrict__] = ACTIONS(1206), - [anon_sym__Atomic] = ACTIONS(1206), - [anon_sym__Noreturn] = ACTIONS(1206), - [anon_sym_noreturn] = ACTIONS(1206), - [anon_sym__Nonnull] = ACTIONS(1206), - [anon_sym_alignas] = ACTIONS(1206), - [anon_sym__Alignas] = ACTIONS(1206), - [sym_primitive_type] = ACTIONS(1206), - [anon_sym_enum] = ACTIONS(1206), - [anon_sym_struct] = ACTIONS(1206), - [anon_sym_union] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1206), - [anon_sym_else] = ACTIONS(1206), - [anon_sym_switch] = ACTIONS(1206), - [anon_sym_case] = ACTIONS(1206), - [anon_sym_default] = ACTIONS(1206), - [anon_sym_while] = ACTIONS(1206), - [anon_sym_do] = ACTIONS(1206), - [anon_sym_for] = ACTIONS(1206), - [anon_sym_return] = ACTIONS(1206), - [anon_sym_break] = ACTIONS(1206), - [anon_sym_continue] = ACTIONS(1206), - [anon_sym_goto] = ACTIONS(1206), - [anon_sym___try] = ACTIONS(1206), - [anon_sym___leave] = ACTIONS(1206), - [anon_sym_DASH_DASH] = ACTIONS(1208), - [anon_sym_PLUS_PLUS] = ACTIONS(1208), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym___alignof__] = ACTIONS(1206), - [anon_sym___alignof] = ACTIONS(1206), - [anon_sym__alignof] = ACTIONS(1206), - [anon_sym_alignof] = ACTIONS(1206), - [anon_sym__Alignof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1206), - [anon_sym__Generic] = ACTIONS(1206), - [anon_sym_asm] = ACTIONS(1206), - [anon_sym___asm__] = ACTIONS(1206), - [anon_sym___asm] = ACTIONS(1206), - [sym_number_literal] = ACTIONS(1208), - [anon_sym_L_SQUOTE] = ACTIONS(1208), - [anon_sym_u_SQUOTE] = ACTIONS(1208), - [anon_sym_U_SQUOTE] = ACTIONS(1208), - [anon_sym_u8_SQUOTE] = ACTIONS(1208), - [anon_sym_SQUOTE] = ACTIONS(1208), - [anon_sym_L_DQUOTE] = ACTIONS(1208), - [anon_sym_u_DQUOTE] = ACTIONS(1208), - [anon_sym_U_DQUOTE] = ACTIONS(1208), - [anon_sym_u8_DQUOTE] = ACTIONS(1208), - [anon_sym_DQUOTE] = ACTIONS(1208), - [sym_true] = ACTIONS(1206), - [sym_false] = ACTIONS(1206), - [anon_sym_NULL] = ACTIONS(1206), - [anon_sym_nullptr] = ACTIONS(1206), - [sym_comment] = ACTIONS(3), - }, - [155] = { - [ts_builtin_sym_end] = ACTIONS(1212), - [sym_identifier] = ACTIONS(1210), - [aux_sym_preproc_include_token1] = ACTIONS(1210), - [aux_sym_preproc_def_token1] = ACTIONS(1210), - [aux_sym_preproc_if_token1] = ACTIONS(1210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1210), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1210), - [sym_preproc_directive] = ACTIONS(1210), - [anon_sym_LPAREN2] = ACTIONS(1212), - [anon_sym_BANG] = ACTIONS(1212), - [anon_sym_TILDE] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1210), - [anon_sym_PLUS] = ACTIONS(1210), - [anon_sym_STAR] = ACTIONS(1212), - [anon_sym_AMP] = ACTIONS(1212), - [anon_sym_SEMI] = ACTIONS(1212), - [anon_sym___extension__] = ACTIONS(1210), - [anon_sym_typedef] = ACTIONS(1210), - [anon_sym_extern] = ACTIONS(1210), - [anon_sym___attribute__] = ACTIONS(1210), - [anon_sym___attribute] = ACTIONS(1210), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1212), - [anon_sym___declspec] = ACTIONS(1210), - [anon_sym___cdecl] = ACTIONS(1210), - [anon_sym___clrcall] = ACTIONS(1210), - [anon_sym___stdcall] = ACTIONS(1210), - [anon_sym___fastcall] = ACTIONS(1210), - [anon_sym___thiscall] = ACTIONS(1210), - [anon_sym___vectorcall] = ACTIONS(1210), - [anon_sym_LBRACE] = ACTIONS(1212), - [anon_sym_signed] = ACTIONS(1210), - [anon_sym_unsigned] = ACTIONS(1210), - [anon_sym_long] = ACTIONS(1210), - [anon_sym_short] = ACTIONS(1210), - [anon_sym_static] = ACTIONS(1210), - [anon_sym_auto] = ACTIONS(1210), - [anon_sym_register] = ACTIONS(1210), - [anon_sym_inline] = ACTIONS(1210), - [anon_sym___inline] = ACTIONS(1210), - [anon_sym___inline__] = ACTIONS(1210), - [anon_sym___forceinline] = ACTIONS(1210), - [anon_sym_thread_local] = ACTIONS(1210), - [anon_sym___thread] = ACTIONS(1210), - [anon_sym_const] = ACTIONS(1210), - [anon_sym_constexpr] = ACTIONS(1210), - [anon_sym_volatile] = ACTIONS(1210), - [anon_sym_restrict] = ACTIONS(1210), - [anon_sym___restrict__] = ACTIONS(1210), - [anon_sym__Atomic] = ACTIONS(1210), - [anon_sym__Noreturn] = ACTIONS(1210), - [anon_sym_noreturn] = ACTIONS(1210), - [anon_sym__Nonnull] = ACTIONS(1210), - [anon_sym_alignas] = ACTIONS(1210), - [anon_sym__Alignas] = ACTIONS(1210), - [sym_primitive_type] = ACTIONS(1210), - [anon_sym_enum] = ACTIONS(1210), - [anon_sym_struct] = ACTIONS(1210), - [anon_sym_union] = ACTIONS(1210), - [anon_sym_if] = ACTIONS(1210), - [anon_sym_else] = ACTIONS(1210), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_case] = ACTIONS(1210), - [anon_sym_default] = ACTIONS(1210), - [anon_sym_while] = ACTIONS(1210), - [anon_sym_do] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1210), - [anon_sym_return] = ACTIONS(1210), - [anon_sym_break] = ACTIONS(1210), - [anon_sym_continue] = ACTIONS(1210), - [anon_sym_goto] = ACTIONS(1210), - [anon_sym___try] = ACTIONS(1210), - [anon_sym___leave] = ACTIONS(1210), - [anon_sym_DASH_DASH] = ACTIONS(1212), - [anon_sym_PLUS_PLUS] = ACTIONS(1212), - [anon_sym_sizeof] = ACTIONS(1210), - [anon_sym___alignof__] = ACTIONS(1210), - [anon_sym___alignof] = ACTIONS(1210), - [anon_sym__alignof] = ACTIONS(1210), - [anon_sym_alignof] = ACTIONS(1210), - [anon_sym__Alignof] = ACTIONS(1210), - [anon_sym_offsetof] = ACTIONS(1210), - [anon_sym__Generic] = ACTIONS(1210), - [anon_sym_asm] = ACTIONS(1210), - [anon_sym___asm__] = ACTIONS(1210), - [anon_sym___asm] = ACTIONS(1210), - [sym_number_literal] = ACTIONS(1212), - [anon_sym_L_SQUOTE] = ACTIONS(1212), - [anon_sym_u_SQUOTE] = ACTIONS(1212), - [anon_sym_U_SQUOTE] = ACTIONS(1212), - [anon_sym_u8_SQUOTE] = ACTIONS(1212), - [anon_sym_SQUOTE] = ACTIONS(1212), - [anon_sym_L_DQUOTE] = ACTIONS(1212), - [anon_sym_u_DQUOTE] = ACTIONS(1212), - [anon_sym_U_DQUOTE] = ACTIONS(1212), - [anon_sym_u8_DQUOTE] = ACTIONS(1212), - [anon_sym_DQUOTE] = ACTIONS(1212), - [sym_true] = ACTIONS(1210), - [sym_false] = ACTIONS(1210), - [anon_sym_NULL] = ACTIONS(1210), - [anon_sym_nullptr] = ACTIONS(1210), - [sym_comment] = ACTIONS(3), - }, - [156] = { - [sym_identifier] = ACTIONS(1214), - [aux_sym_preproc_include_token1] = ACTIONS(1214), - [aux_sym_preproc_def_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), - [sym_preproc_directive] = ACTIONS(1214), - [anon_sym_LPAREN2] = ACTIONS(1216), - [anon_sym_BANG] = ACTIONS(1216), - [anon_sym_TILDE] = ACTIONS(1216), - [anon_sym_DASH] = ACTIONS(1214), - [anon_sym_PLUS] = ACTIONS(1214), - [anon_sym_STAR] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1216), - [anon_sym_SEMI] = ACTIONS(1216), - [anon_sym___extension__] = ACTIONS(1214), - [anon_sym_typedef] = ACTIONS(1214), - [anon_sym_extern] = ACTIONS(1214), - [anon_sym___attribute__] = ACTIONS(1214), - [anon_sym___attribute] = ACTIONS(1214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1216), - [anon_sym___declspec] = ACTIONS(1214), - [anon_sym___cdecl] = ACTIONS(1214), - [anon_sym___clrcall] = ACTIONS(1214), - [anon_sym___stdcall] = ACTIONS(1214), - [anon_sym___fastcall] = ACTIONS(1214), - [anon_sym___thiscall] = ACTIONS(1214), - [anon_sym___vectorcall] = ACTIONS(1214), - [anon_sym_LBRACE] = ACTIONS(1216), - [anon_sym_RBRACE] = ACTIONS(1216), - [anon_sym_signed] = ACTIONS(1214), - [anon_sym_unsigned] = ACTIONS(1214), - [anon_sym_long] = ACTIONS(1214), - [anon_sym_short] = ACTIONS(1214), - [anon_sym_static] = ACTIONS(1214), - [anon_sym_auto] = ACTIONS(1214), - [anon_sym_register] = ACTIONS(1214), - [anon_sym_inline] = ACTIONS(1214), - [anon_sym___inline] = ACTIONS(1214), - [anon_sym___inline__] = ACTIONS(1214), - [anon_sym___forceinline] = ACTIONS(1214), - [anon_sym_thread_local] = ACTIONS(1214), - [anon_sym___thread] = ACTIONS(1214), - [anon_sym_const] = ACTIONS(1214), - [anon_sym_constexpr] = ACTIONS(1214), - [anon_sym_volatile] = ACTIONS(1214), - [anon_sym_restrict] = ACTIONS(1214), - [anon_sym___restrict__] = ACTIONS(1214), - [anon_sym__Atomic] = ACTIONS(1214), - [anon_sym__Noreturn] = ACTIONS(1214), - [anon_sym_noreturn] = ACTIONS(1214), - [anon_sym__Nonnull] = ACTIONS(1214), - [anon_sym_alignas] = ACTIONS(1214), - [anon_sym__Alignas] = ACTIONS(1214), - [sym_primitive_type] = ACTIONS(1214), - [anon_sym_enum] = ACTIONS(1214), - [anon_sym_struct] = ACTIONS(1214), - [anon_sym_union] = ACTIONS(1214), - [anon_sym_if] = ACTIONS(1214), - [anon_sym_else] = ACTIONS(1214), - [anon_sym_switch] = ACTIONS(1214), - [anon_sym_case] = ACTIONS(1214), - [anon_sym_default] = ACTIONS(1214), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_do] = ACTIONS(1214), - [anon_sym_for] = ACTIONS(1214), - [anon_sym_return] = ACTIONS(1214), - [anon_sym_break] = ACTIONS(1214), - [anon_sym_continue] = ACTIONS(1214), - [anon_sym_goto] = ACTIONS(1214), - [anon_sym___try] = ACTIONS(1214), - [anon_sym___leave] = ACTIONS(1214), - [anon_sym_DASH_DASH] = ACTIONS(1216), - [anon_sym_PLUS_PLUS] = ACTIONS(1216), - [anon_sym_sizeof] = ACTIONS(1214), - [anon_sym___alignof__] = ACTIONS(1214), - [anon_sym___alignof] = ACTIONS(1214), - [anon_sym__alignof] = ACTIONS(1214), - [anon_sym_alignof] = ACTIONS(1214), - [anon_sym__Alignof] = ACTIONS(1214), - [anon_sym_offsetof] = ACTIONS(1214), - [anon_sym__Generic] = ACTIONS(1214), - [anon_sym_asm] = ACTIONS(1214), - [anon_sym___asm__] = ACTIONS(1214), - [anon_sym___asm] = ACTIONS(1214), - [sym_number_literal] = ACTIONS(1216), - [anon_sym_L_SQUOTE] = ACTIONS(1216), - [anon_sym_u_SQUOTE] = ACTIONS(1216), - [anon_sym_U_SQUOTE] = ACTIONS(1216), - [anon_sym_u8_SQUOTE] = ACTIONS(1216), - [anon_sym_SQUOTE] = ACTIONS(1216), - [anon_sym_L_DQUOTE] = ACTIONS(1216), - [anon_sym_u_DQUOTE] = ACTIONS(1216), - [anon_sym_U_DQUOTE] = ACTIONS(1216), - [anon_sym_u8_DQUOTE] = ACTIONS(1216), - [anon_sym_DQUOTE] = ACTIONS(1216), - [sym_true] = ACTIONS(1214), - [sym_false] = ACTIONS(1214), - [anon_sym_NULL] = ACTIONS(1214), - [anon_sym_nullptr] = ACTIONS(1214), - [sym_comment] = ACTIONS(3), - }, - [157] = { - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym___extension__] = ACTIONS(1230), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym___attribute] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_RBRACE] = ACTIONS(1232), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym___inline] = ACTIONS(1230), - [anon_sym___inline__] = ACTIONS(1230), - [anon_sym___forceinline] = ACTIONS(1230), - [anon_sym_thread_local] = ACTIONS(1230), - [anon_sym___thread] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_constexpr] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_noreturn] = ACTIONS(1230), - [anon_sym__Nonnull] = ACTIONS(1230), - [anon_sym_alignas] = ACTIONS(1230), - [anon_sym__Alignas] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_else] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym___try] = ACTIONS(1230), - [anon_sym___leave] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym___alignof__] = ACTIONS(1230), - [anon_sym___alignof] = ACTIONS(1230), - [anon_sym__alignof] = ACTIONS(1230), - [anon_sym_alignof] = ACTIONS(1230), - [anon_sym__Alignof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [anon_sym___asm] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [anon_sym_NULL] = ACTIONS(1230), - [anon_sym_nullptr] = ACTIONS(1230), - [sym_comment] = ACTIONS(3), - }, - [158] = { - [ts_builtin_sym_end] = ACTIONS(1192), - [sym_identifier] = ACTIONS(1190), - [aux_sym_preproc_include_token1] = ACTIONS(1190), - [aux_sym_preproc_def_token1] = ACTIONS(1190), - [aux_sym_preproc_if_token1] = ACTIONS(1190), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1190), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1190), - [sym_preproc_directive] = ACTIONS(1190), - [anon_sym_LPAREN2] = ACTIONS(1192), - [anon_sym_BANG] = ACTIONS(1192), - [anon_sym_TILDE] = ACTIONS(1192), - [anon_sym_DASH] = ACTIONS(1190), - [anon_sym_PLUS] = ACTIONS(1190), - [anon_sym_STAR] = ACTIONS(1192), - [anon_sym_AMP] = ACTIONS(1192), - [anon_sym_SEMI] = ACTIONS(1192), - [anon_sym___extension__] = ACTIONS(1190), - [anon_sym_typedef] = ACTIONS(1190), - [anon_sym_extern] = ACTIONS(1190), - [anon_sym___attribute__] = ACTIONS(1190), - [anon_sym___attribute] = ACTIONS(1190), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1192), - [anon_sym___declspec] = ACTIONS(1190), - [anon_sym___cdecl] = ACTIONS(1190), - [anon_sym___clrcall] = ACTIONS(1190), - [anon_sym___stdcall] = ACTIONS(1190), - [anon_sym___fastcall] = ACTIONS(1190), - [anon_sym___thiscall] = ACTIONS(1190), - [anon_sym___vectorcall] = ACTIONS(1190), - [anon_sym_LBRACE] = ACTIONS(1192), - [anon_sym_signed] = ACTIONS(1190), - [anon_sym_unsigned] = ACTIONS(1190), - [anon_sym_long] = ACTIONS(1190), - [anon_sym_short] = ACTIONS(1190), - [anon_sym_static] = ACTIONS(1190), - [anon_sym_auto] = ACTIONS(1190), - [anon_sym_register] = ACTIONS(1190), - [anon_sym_inline] = ACTIONS(1190), - [anon_sym___inline] = ACTIONS(1190), - [anon_sym___inline__] = ACTIONS(1190), - [anon_sym___forceinline] = ACTIONS(1190), - [anon_sym_thread_local] = ACTIONS(1190), - [anon_sym___thread] = ACTIONS(1190), - [anon_sym_const] = ACTIONS(1190), - [anon_sym_constexpr] = ACTIONS(1190), - [anon_sym_volatile] = ACTIONS(1190), - [anon_sym_restrict] = ACTIONS(1190), - [anon_sym___restrict__] = ACTIONS(1190), - [anon_sym__Atomic] = ACTIONS(1190), - [anon_sym__Noreturn] = ACTIONS(1190), - [anon_sym_noreturn] = ACTIONS(1190), - [anon_sym__Nonnull] = ACTIONS(1190), - [anon_sym_alignas] = ACTIONS(1190), - [anon_sym__Alignas] = ACTIONS(1190), - [sym_primitive_type] = ACTIONS(1190), - [anon_sym_enum] = ACTIONS(1190), - [anon_sym_struct] = ACTIONS(1190), - [anon_sym_union] = ACTIONS(1190), - [anon_sym_if] = ACTIONS(1190), - [anon_sym_else] = ACTIONS(1190), - [anon_sym_switch] = ACTIONS(1190), - [anon_sym_case] = ACTIONS(1190), - [anon_sym_default] = ACTIONS(1190), - [anon_sym_while] = ACTIONS(1190), - [anon_sym_do] = ACTIONS(1190), - [anon_sym_for] = ACTIONS(1190), - [anon_sym_return] = ACTIONS(1190), - [anon_sym_break] = ACTIONS(1190), - [anon_sym_continue] = ACTIONS(1190), - [anon_sym_goto] = ACTIONS(1190), - [anon_sym___try] = ACTIONS(1190), - [anon_sym___leave] = ACTIONS(1190), - [anon_sym_DASH_DASH] = ACTIONS(1192), - [anon_sym_PLUS_PLUS] = ACTIONS(1192), - [anon_sym_sizeof] = ACTIONS(1190), - [anon_sym___alignof__] = ACTIONS(1190), - [anon_sym___alignof] = ACTIONS(1190), - [anon_sym__alignof] = ACTIONS(1190), - [anon_sym_alignof] = ACTIONS(1190), - [anon_sym__Alignof] = ACTIONS(1190), - [anon_sym_offsetof] = ACTIONS(1190), - [anon_sym__Generic] = ACTIONS(1190), - [anon_sym_asm] = ACTIONS(1190), - [anon_sym___asm__] = ACTIONS(1190), - [anon_sym___asm] = ACTIONS(1190), - [sym_number_literal] = ACTIONS(1192), - [anon_sym_L_SQUOTE] = ACTIONS(1192), - [anon_sym_u_SQUOTE] = ACTIONS(1192), - [anon_sym_U_SQUOTE] = ACTIONS(1192), - [anon_sym_u8_SQUOTE] = ACTIONS(1192), - [anon_sym_SQUOTE] = ACTIONS(1192), - [anon_sym_L_DQUOTE] = ACTIONS(1192), - [anon_sym_u_DQUOTE] = ACTIONS(1192), - [anon_sym_U_DQUOTE] = ACTIONS(1192), - [anon_sym_u8_DQUOTE] = ACTIONS(1192), - [anon_sym_DQUOTE] = ACTIONS(1192), - [sym_true] = ACTIONS(1190), - [sym_false] = ACTIONS(1190), - [anon_sym_NULL] = ACTIONS(1190), - [anon_sym_nullptr] = ACTIONS(1190), - [sym_comment] = ACTIONS(3), - }, - [159] = { - [ts_builtin_sym_end] = ACTIONS(1236), - [sym_identifier] = ACTIONS(1234), - [aux_sym_preproc_include_token1] = ACTIONS(1234), - [aux_sym_preproc_def_token1] = ACTIONS(1234), - [aux_sym_preproc_if_token1] = ACTIONS(1234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1234), - [sym_preproc_directive] = ACTIONS(1234), - [anon_sym_LPAREN2] = ACTIONS(1236), - [anon_sym_BANG] = ACTIONS(1236), - [anon_sym_TILDE] = ACTIONS(1236), - [anon_sym_DASH] = ACTIONS(1234), - [anon_sym_PLUS] = ACTIONS(1234), - [anon_sym_STAR] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1236), - [anon_sym_SEMI] = ACTIONS(1236), - [anon_sym___extension__] = ACTIONS(1234), - [anon_sym_typedef] = ACTIONS(1234), - [anon_sym_extern] = ACTIONS(1234), - [anon_sym___attribute__] = ACTIONS(1234), - [anon_sym___attribute] = ACTIONS(1234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1236), - [anon_sym___declspec] = ACTIONS(1234), - [anon_sym___cdecl] = ACTIONS(1234), - [anon_sym___clrcall] = ACTIONS(1234), - [anon_sym___stdcall] = ACTIONS(1234), - [anon_sym___fastcall] = ACTIONS(1234), - [anon_sym___thiscall] = ACTIONS(1234), - [anon_sym___vectorcall] = ACTIONS(1234), - [anon_sym_LBRACE] = ACTIONS(1236), - [anon_sym_signed] = ACTIONS(1234), - [anon_sym_unsigned] = ACTIONS(1234), - [anon_sym_long] = ACTIONS(1234), - [anon_sym_short] = ACTIONS(1234), - [anon_sym_static] = ACTIONS(1234), - [anon_sym_auto] = ACTIONS(1234), - [anon_sym_register] = ACTIONS(1234), - [anon_sym_inline] = ACTIONS(1234), - [anon_sym___inline] = ACTIONS(1234), - [anon_sym___inline__] = ACTIONS(1234), - [anon_sym___forceinline] = ACTIONS(1234), - [anon_sym_thread_local] = ACTIONS(1234), - [anon_sym___thread] = ACTIONS(1234), - [anon_sym_const] = ACTIONS(1234), - [anon_sym_constexpr] = ACTIONS(1234), - [anon_sym_volatile] = ACTIONS(1234), - [anon_sym_restrict] = ACTIONS(1234), - [anon_sym___restrict__] = ACTIONS(1234), - [anon_sym__Atomic] = ACTIONS(1234), - [anon_sym__Noreturn] = ACTIONS(1234), - [anon_sym_noreturn] = ACTIONS(1234), - [anon_sym__Nonnull] = ACTIONS(1234), - [anon_sym_alignas] = ACTIONS(1234), - [anon_sym__Alignas] = ACTIONS(1234), - [sym_primitive_type] = ACTIONS(1234), - [anon_sym_enum] = ACTIONS(1234), - [anon_sym_struct] = ACTIONS(1234), - [anon_sym_union] = ACTIONS(1234), - [anon_sym_if] = ACTIONS(1234), - [anon_sym_else] = ACTIONS(1234), - [anon_sym_switch] = ACTIONS(1234), - [anon_sym_case] = ACTIONS(1234), - [anon_sym_default] = ACTIONS(1234), - [anon_sym_while] = ACTIONS(1234), - [anon_sym_do] = ACTIONS(1234), - [anon_sym_for] = ACTIONS(1234), - [anon_sym_return] = ACTIONS(1234), - [anon_sym_break] = ACTIONS(1234), - [anon_sym_continue] = ACTIONS(1234), - [anon_sym_goto] = ACTIONS(1234), - [anon_sym___try] = ACTIONS(1234), - [anon_sym___leave] = ACTIONS(1234), - [anon_sym_DASH_DASH] = ACTIONS(1236), - [anon_sym_PLUS_PLUS] = ACTIONS(1236), - [anon_sym_sizeof] = ACTIONS(1234), - [anon_sym___alignof__] = ACTIONS(1234), - [anon_sym___alignof] = ACTIONS(1234), - [anon_sym__alignof] = ACTIONS(1234), - [anon_sym_alignof] = ACTIONS(1234), - [anon_sym__Alignof] = ACTIONS(1234), - [anon_sym_offsetof] = ACTIONS(1234), - [anon_sym__Generic] = ACTIONS(1234), - [anon_sym_asm] = ACTIONS(1234), - [anon_sym___asm__] = ACTIONS(1234), - [anon_sym___asm] = ACTIONS(1234), - [sym_number_literal] = ACTIONS(1236), - [anon_sym_L_SQUOTE] = ACTIONS(1236), - [anon_sym_u_SQUOTE] = ACTIONS(1236), - [anon_sym_U_SQUOTE] = ACTIONS(1236), - [anon_sym_u8_SQUOTE] = ACTIONS(1236), - [anon_sym_SQUOTE] = ACTIONS(1236), - [anon_sym_L_DQUOTE] = ACTIONS(1236), - [anon_sym_u_DQUOTE] = ACTIONS(1236), - [anon_sym_U_DQUOTE] = ACTIONS(1236), - [anon_sym_u8_DQUOTE] = ACTIONS(1236), - [anon_sym_DQUOTE] = ACTIONS(1236), - [sym_true] = ACTIONS(1234), - [sym_false] = ACTIONS(1234), - [anon_sym_NULL] = ACTIONS(1234), - [anon_sym_nullptr] = ACTIONS(1234), - [sym_comment] = ACTIONS(3), - }, - [160] = { - [ts_builtin_sym_end] = ACTIONS(1196), - [sym_identifier] = ACTIONS(1194), - [aux_sym_preproc_include_token1] = ACTIONS(1194), - [aux_sym_preproc_def_token1] = ACTIONS(1194), - [aux_sym_preproc_if_token1] = ACTIONS(1194), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), - [sym_preproc_directive] = ACTIONS(1194), - [anon_sym_LPAREN2] = ACTIONS(1196), - [anon_sym_BANG] = ACTIONS(1196), - [anon_sym_TILDE] = ACTIONS(1196), - [anon_sym_DASH] = ACTIONS(1194), - [anon_sym_PLUS] = ACTIONS(1194), - [anon_sym_STAR] = ACTIONS(1196), - [anon_sym_AMP] = ACTIONS(1196), - [anon_sym_SEMI] = ACTIONS(1196), - [anon_sym___extension__] = ACTIONS(1194), - [anon_sym_typedef] = ACTIONS(1194), - [anon_sym_extern] = ACTIONS(1194), - [anon_sym___attribute__] = ACTIONS(1194), - [anon_sym___attribute] = ACTIONS(1194), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), - [anon_sym___declspec] = ACTIONS(1194), - [anon_sym___cdecl] = ACTIONS(1194), - [anon_sym___clrcall] = ACTIONS(1194), - [anon_sym___stdcall] = ACTIONS(1194), - [anon_sym___fastcall] = ACTIONS(1194), - [anon_sym___thiscall] = ACTIONS(1194), - [anon_sym___vectorcall] = ACTIONS(1194), - [anon_sym_LBRACE] = ACTIONS(1196), - [anon_sym_signed] = ACTIONS(1194), - [anon_sym_unsigned] = ACTIONS(1194), - [anon_sym_long] = ACTIONS(1194), - [anon_sym_short] = ACTIONS(1194), - [anon_sym_static] = ACTIONS(1194), - [anon_sym_auto] = ACTIONS(1194), - [anon_sym_register] = ACTIONS(1194), - [anon_sym_inline] = ACTIONS(1194), - [anon_sym___inline] = ACTIONS(1194), - [anon_sym___inline__] = ACTIONS(1194), - [anon_sym___forceinline] = ACTIONS(1194), - [anon_sym_thread_local] = ACTIONS(1194), - [anon_sym___thread] = ACTIONS(1194), - [anon_sym_const] = ACTIONS(1194), - [anon_sym_constexpr] = ACTIONS(1194), - [anon_sym_volatile] = ACTIONS(1194), - [anon_sym_restrict] = ACTIONS(1194), - [anon_sym___restrict__] = ACTIONS(1194), - [anon_sym__Atomic] = ACTIONS(1194), - [anon_sym__Noreturn] = ACTIONS(1194), - [anon_sym_noreturn] = ACTIONS(1194), - [anon_sym__Nonnull] = ACTIONS(1194), - [anon_sym_alignas] = ACTIONS(1194), - [anon_sym__Alignas] = ACTIONS(1194), - [sym_primitive_type] = ACTIONS(1194), - [anon_sym_enum] = ACTIONS(1194), - [anon_sym_struct] = ACTIONS(1194), - [anon_sym_union] = ACTIONS(1194), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(1194), - [anon_sym_case] = ACTIONS(1194), - [anon_sym_default] = ACTIONS(1194), - [anon_sym_while] = ACTIONS(1194), - [anon_sym_do] = ACTIONS(1194), - [anon_sym_for] = ACTIONS(1194), - [anon_sym_return] = ACTIONS(1194), - [anon_sym_break] = ACTIONS(1194), - [anon_sym_continue] = ACTIONS(1194), - [anon_sym_goto] = ACTIONS(1194), - [anon_sym___try] = ACTIONS(1194), - [anon_sym___leave] = ACTIONS(1194), - [anon_sym_DASH_DASH] = ACTIONS(1196), - [anon_sym_PLUS_PLUS] = ACTIONS(1196), - [anon_sym_sizeof] = ACTIONS(1194), - [anon_sym___alignof__] = ACTIONS(1194), - [anon_sym___alignof] = ACTIONS(1194), - [anon_sym__alignof] = ACTIONS(1194), - [anon_sym_alignof] = ACTIONS(1194), - [anon_sym__Alignof] = ACTIONS(1194), - [anon_sym_offsetof] = ACTIONS(1194), - [anon_sym__Generic] = ACTIONS(1194), - [anon_sym_asm] = ACTIONS(1194), - [anon_sym___asm__] = ACTIONS(1194), - [anon_sym___asm] = ACTIONS(1194), - [sym_number_literal] = ACTIONS(1196), - [anon_sym_L_SQUOTE] = ACTIONS(1196), - [anon_sym_u_SQUOTE] = ACTIONS(1196), - [anon_sym_U_SQUOTE] = ACTIONS(1196), - [anon_sym_u8_SQUOTE] = ACTIONS(1196), - [anon_sym_SQUOTE] = ACTIONS(1196), - [anon_sym_L_DQUOTE] = ACTIONS(1196), - [anon_sym_u_DQUOTE] = ACTIONS(1196), - [anon_sym_U_DQUOTE] = ACTIONS(1196), - [anon_sym_u8_DQUOTE] = ACTIONS(1196), - [anon_sym_DQUOTE] = ACTIONS(1196), - [sym_true] = ACTIONS(1194), - [sym_false] = ACTIONS(1194), - [anon_sym_NULL] = ACTIONS(1194), - [anon_sym_nullptr] = ACTIONS(1194), - [sym_comment] = ACTIONS(3), - }, - [161] = { - [ts_builtin_sym_end] = ACTIONS(1240), - [sym_identifier] = ACTIONS(1238), - [aux_sym_preproc_include_token1] = ACTIONS(1238), - [aux_sym_preproc_def_token1] = ACTIONS(1238), - [aux_sym_preproc_if_token1] = ACTIONS(1238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1238), - [sym_preproc_directive] = ACTIONS(1238), - [anon_sym_LPAREN2] = ACTIONS(1240), - [anon_sym_BANG] = ACTIONS(1240), - [anon_sym_TILDE] = ACTIONS(1240), - [anon_sym_DASH] = ACTIONS(1238), - [anon_sym_PLUS] = ACTIONS(1238), - [anon_sym_STAR] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1240), - [anon_sym___extension__] = ACTIONS(1238), - [anon_sym_typedef] = ACTIONS(1238), - [anon_sym_extern] = ACTIONS(1238), - [anon_sym___attribute__] = ACTIONS(1238), - [anon_sym___attribute] = ACTIONS(1238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1240), - [anon_sym___declspec] = ACTIONS(1238), - [anon_sym___cdecl] = ACTIONS(1238), - [anon_sym___clrcall] = ACTIONS(1238), - [anon_sym___stdcall] = ACTIONS(1238), - [anon_sym___fastcall] = ACTIONS(1238), - [anon_sym___thiscall] = ACTIONS(1238), - [anon_sym___vectorcall] = ACTIONS(1238), - [anon_sym_LBRACE] = ACTIONS(1240), - [anon_sym_signed] = ACTIONS(1238), - [anon_sym_unsigned] = ACTIONS(1238), - [anon_sym_long] = ACTIONS(1238), - [anon_sym_short] = ACTIONS(1238), - [anon_sym_static] = ACTIONS(1238), - [anon_sym_auto] = ACTIONS(1238), - [anon_sym_register] = ACTIONS(1238), - [anon_sym_inline] = ACTIONS(1238), - [anon_sym___inline] = ACTIONS(1238), - [anon_sym___inline__] = ACTIONS(1238), - [anon_sym___forceinline] = ACTIONS(1238), - [anon_sym_thread_local] = ACTIONS(1238), - [anon_sym___thread] = ACTIONS(1238), - [anon_sym_const] = ACTIONS(1238), - [anon_sym_constexpr] = ACTIONS(1238), - [anon_sym_volatile] = ACTIONS(1238), - [anon_sym_restrict] = ACTIONS(1238), - [anon_sym___restrict__] = ACTIONS(1238), - [anon_sym__Atomic] = ACTIONS(1238), - [anon_sym__Noreturn] = ACTIONS(1238), - [anon_sym_noreturn] = ACTIONS(1238), - [anon_sym__Nonnull] = ACTIONS(1238), - [anon_sym_alignas] = ACTIONS(1238), - [anon_sym__Alignas] = ACTIONS(1238), - [sym_primitive_type] = ACTIONS(1238), - [anon_sym_enum] = ACTIONS(1238), - [anon_sym_struct] = ACTIONS(1238), - [anon_sym_union] = ACTIONS(1238), - [anon_sym_if] = ACTIONS(1238), - [anon_sym_else] = ACTIONS(1238), - [anon_sym_switch] = ACTIONS(1238), - [anon_sym_case] = ACTIONS(1238), - [anon_sym_default] = ACTIONS(1238), - [anon_sym_while] = ACTIONS(1238), - [anon_sym_do] = ACTIONS(1238), - [anon_sym_for] = ACTIONS(1238), - [anon_sym_return] = ACTIONS(1238), - [anon_sym_break] = ACTIONS(1238), - [anon_sym_continue] = ACTIONS(1238), - [anon_sym_goto] = ACTIONS(1238), - [anon_sym___try] = ACTIONS(1238), - [anon_sym___leave] = ACTIONS(1238), - [anon_sym_DASH_DASH] = ACTIONS(1240), - [anon_sym_PLUS_PLUS] = ACTIONS(1240), - [anon_sym_sizeof] = ACTIONS(1238), - [anon_sym___alignof__] = ACTIONS(1238), - [anon_sym___alignof] = ACTIONS(1238), - [anon_sym__alignof] = ACTIONS(1238), - [anon_sym_alignof] = ACTIONS(1238), - [anon_sym__Alignof] = ACTIONS(1238), - [anon_sym_offsetof] = ACTIONS(1238), - [anon_sym__Generic] = ACTIONS(1238), - [anon_sym_asm] = ACTIONS(1238), - [anon_sym___asm__] = ACTIONS(1238), - [anon_sym___asm] = ACTIONS(1238), - [sym_number_literal] = ACTIONS(1240), - [anon_sym_L_SQUOTE] = ACTIONS(1240), - [anon_sym_u_SQUOTE] = ACTIONS(1240), - [anon_sym_U_SQUOTE] = ACTIONS(1240), - [anon_sym_u8_SQUOTE] = ACTIONS(1240), - [anon_sym_SQUOTE] = ACTIONS(1240), - [anon_sym_L_DQUOTE] = ACTIONS(1240), - [anon_sym_u_DQUOTE] = ACTIONS(1240), - [anon_sym_U_DQUOTE] = ACTIONS(1240), - [anon_sym_u8_DQUOTE] = ACTIONS(1240), - [anon_sym_DQUOTE] = ACTIONS(1240), - [sym_true] = ACTIONS(1238), - [sym_false] = ACTIONS(1238), - [anon_sym_NULL] = ACTIONS(1238), - [anon_sym_nullptr] = ACTIONS(1238), - [sym_comment] = ACTIONS(3), - }, - [162] = { - [ts_builtin_sym_end] = ACTIONS(1200), - [sym_identifier] = ACTIONS(1198), - [aux_sym_preproc_include_token1] = ACTIONS(1198), - [aux_sym_preproc_def_token1] = ACTIONS(1198), - [aux_sym_preproc_if_token1] = ACTIONS(1198), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), - [sym_preproc_directive] = ACTIONS(1198), - [anon_sym_LPAREN2] = ACTIONS(1200), - [anon_sym_BANG] = ACTIONS(1200), - [anon_sym_TILDE] = ACTIONS(1200), - [anon_sym_DASH] = ACTIONS(1198), - [anon_sym_PLUS] = ACTIONS(1198), - [anon_sym_STAR] = ACTIONS(1200), - [anon_sym_AMP] = ACTIONS(1200), - [anon_sym_SEMI] = ACTIONS(1200), - [anon_sym___extension__] = ACTIONS(1198), - [anon_sym_typedef] = ACTIONS(1198), - [anon_sym_extern] = ACTIONS(1198), - [anon_sym___attribute__] = ACTIONS(1198), - [anon_sym___attribute] = ACTIONS(1198), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), - [anon_sym___declspec] = ACTIONS(1198), - [anon_sym___cdecl] = ACTIONS(1198), - [anon_sym___clrcall] = ACTIONS(1198), - [anon_sym___stdcall] = ACTIONS(1198), - [anon_sym___fastcall] = ACTIONS(1198), - [anon_sym___thiscall] = ACTIONS(1198), - [anon_sym___vectorcall] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_signed] = ACTIONS(1198), - [anon_sym_unsigned] = ACTIONS(1198), - [anon_sym_long] = ACTIONS(1198), - [anon_sym_short] = ACTIONS(1198), - [anon_sym_static] = ACTIONS(1198), - [anon_sym_auto] = ACTIONS(1198), - [anon_sym_register] = ACTIONS(1198), - [anon_sym_inline] = ACTIONS(1198), - [anon_sym___inline] = ACTIONS(1198), - [anon_sym___inline__] = ACTIONS(1198), - [anon_sym___forceinline] = ACTIONS(1198), - [anon_sym_thread_local] = ACTIONS(1198), - [anon_sym___thread] = ACTIONS(1198), - [anon_sym_const] = ACTIONS(1198), - [anon_sym_constexpr] = ACTIONS(1198), - [anon_sym_volatile] = ACTIONS(1198), - [anon_sym_restrict] = ACTIONS(1198), - [anon_sym___restrict__] = ACTIONS(1198), - [anon_sym__Atomic] = ACTIONS(1198), - [anon_sym__Noreturn] = ACTIONS(1198), - [anon_sym_noreturn] = ACTIONS(1198), - [anon_sym__Nonnull] = ACTIONS(1198), - [anon_sym_alignas] = ACTIONS(1198), - [anon_sym__Alignas] = ACTIONS(1198), - [sym_primitive_type] = ACTIONS(1198), - [anon_sym_enum] = ACTIONS(1198), - [anon_sym_struct] = ACTIONS(1198), - [anon_sym_union] = ACTIONS(1198), - [anon_sym_if] = ACTIONS(1198), - [anon_sym_else] = ACTIONS(1198), - [anon_sym_switch] = ACTIONS(1198), - [anon_sym_case] = ACTIONS(1198), - [anon_sym_default] = ACTIONS(1198), - [anon_sym_while] = ACTIONS(1198), - [anon_sym_do] = ACTIONS(1198), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(1198), - [anon_sym_break] = ACTIONS(1198), - [anon_sym_continue] = ACTIONS(1198), - [anon_sym_goto] = ACTIONS(1198), - [anon_sym___try] = ACTIONS(1198), - [anon_sym___leave] = ACTIONS(1198), - [anon_sym_DASH_DASH] = ACTIONS(1200), - [anon_sym_PLUS_PLUS] = ACTIONS(1200), - [anon_sym_sizeof] = ACTIONS(1198), - [anon_sym___alignof__] = ACTIONS(1198), - [anon_sym___alignof] = ACTIONS(1198), - [anon_sym__alignof] = ACTIONS(1198), - [anon_sym_alignof] = ACTIONS(1198), - [anon_sym__Alignof] = ACTIONS(1198), - [anon_sym_offsetof] = ACTIONS(1198), - [anon_sym__Generic] = ACTIONS(1198), - [anon_sym_asm] = ACTIONS(1198), - [anon_sym___asm__] = ACTIONS(1198), - [anon_sym___asm] = ACTIONS(1198), - [sym_number_literal] = ACTIONS(1200), - [anon_sym_L_SQUOTE] = ACTIONS(1200), - [anon_sym_u_SQUOTE] = ACTIONS(1200), - [anon_sym_U_SQUOTE] = ACTIONS(1200), - [anon_sym_u8_SQUOTE] = ACTIONS(1200), - [anon_sym_SQUOTE] = ACTIONS(1200), - [anon_sym_L_DQUOTE] = ACTIONS(1200), - [anon_sym_u_DQUOTE] = ACTIONS(1200), - [anon_sym_U_DQUOTE] = ACTIONS(1200), - [anon_sym_u8_DQUOTE] = ACTIONS(1200), - [anon_sym_DQUOTE] = ACTIONS(1200), - [sym_true] = ACTIONS(1198), - [sym_false] = ACTIONS(1198), - [anon_sym_NULL] = ACTIONS(1198), - [anon_sym_nullptr] = ACTIONS(1198), - [sym_comment] = ACTIONS(3), - }, - [163] = { - [sym_identifier] = ACTIONS(1238), - [aux_sym_preproc_include_token1] = ACTIONS(1238), - [aux_sym_preproc_def_token1] = ACTIONS(1238), - [aux_sym_preproc_if_token1] = ACTIONS(1238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1238), - [sym_preproc_directive] = ACTIONS(1238), - [anon_sym_LPAREN2] = ACTIONS(1240), - [anon_sym_BANG] = ACTIONS(1240), - [anon_sym_TILDE] = ACTIONS(1240), - [anon_sym_DASH] = ACTIONS(1238), - [anon_sym_PLUS] = ACTIONS(1238), - [anon_sym_STAR] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1240), - [anon_sym___extension__] = ACTIONS(1238), - [anon_sym_typedef] = ACTIONS(1238), - [anon_sym_extern] = ACTIONS(1238), - [anon_sym___attribute__] = ACTIONS(1238), - [anon_sym___attribute] = ACTIONS(1238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1240), - [anon_sym___declspec] = ACTIONS(1238), - [anon_sym___cdecl] = ACTIONS(1238), - [anon_sym___clrcall] = ACTIONS(1238), - [anon_sym___stdcall] = ACTIONS(1238), - [anon_sym___fastcall] = ACTIONS(1238), - [anon_sym___thiscall] = ACTIONS(1238), - [anon_sym___vectorcall] = ACTIONS(1238), - [anon_sym_LBRACE] = ACTIONS(1240), - [anon_sym_RBRACE] = ACTIONS(1240), - [anon_sym_signed] = ACTIONS(1238), - [anon_sym_unsigned] = ACTIONS(1238), - [anon_sym_long] = ACTIONS(1238), - [anon_sym_short] = ACTIONS(1238), - [anon_sym_static] = ACTIONS(1238), - [anon_sym_auto] = ACTIONS(1238), - [anon_sym_register] = ACTIONS(1238), - [anon_sym_inline] = ACTIONS(1238), - [anon_sym___inline] = ACTIONS(1238), - [anon_sym___inline__] = ACTIONS(1238), - [anon_sym___forceinline] = ACTIONS(1238), - [anon_sym_thread_local] = ACTIONS(1238), - [anon_sym___thread] = ACTIONS(1238), - [anon_sym_const] = ACTIONS(1238), - [anon_sym_constexpr] = ACTIONS(1238), - [anon_sym_volatile] = ACTIONS(1238), - [anon_sym_restrict] = ACTIONS(1238), - [anon_sym___restrict__] = ACTIONS(1238), - [anon_sym__Atomic] = ACTIONS(1238), - [anon_sym__Noreturn] = ACTIONS(1238), - [anon_sym_noreturn] = ACTIONS(1238), - [anon_sym__Nonnull] = ACTIONS(1238), - [anon_sym_alignas] = ACTIONS(1238), - [anon_sym__Alignas] = ACTIONS(1238), - [sym_primitive_type] = ACTIONS(1238), - [anon_sym_enum] = ACTIONS(1238), - [anon_sym_struct] = ACTIONS(1238), - [anon_sym_union] = ACTIONS(1238), - [anon_sym_if] = ACTIONS(1238), - [anon_sym_else] = ACTIONS(1238), - [anon_sym_switch] = ACTIONS(1238), - [anon_sym_case] = ACTIONS(1238), - [anon_sym_default] = ACTIONS(1238), - [anon_sym_while] = ACTIONS(1238), - [anon_sym_do] = ACTIONS(1238), - [anon_sym_for] = ACTIONS(1238), - [anon_sym_return] = ACTIONS(1238), - [anon_sym_break] = ACTIONS(1238), - [anon_sym_continue] = ACTIONS(1238), - [anon_sym_goto] = ACTIONS(1238), - [anon_sym___try] = ACTIONS(1238), - [anon_sym___leave] = ACTIONS(1238), - [anon_sym_DASH_DASH] = ACTIONS(1240), - [anon_sym_PLUS_PLUS] = ACTIONS(1240), - [anon_sym_sizeof] = ACTIONS(1238), - [anon_sym___alignof__] = ACTIONS(1238), - [anon_sym___alignof] = ACTIONS(1238), - [anon_sym__alignof] = ACTIONS(1238), - [anon_sym_alignof] = ACTIONS(1238), - [anon_sym__Alignof] = ACTIONS(1238), - [anon_sym_offsetof] = ACTIONS(1238), - [anon_sym__Generic] = ACTIONS(1238), - [anon_sym_asm] = ACTIONS(1238), - [anon_sym___asm__] = ACTIONS(1238), - [anon_sym___asm] = ACTIONS(1238), - [sym_number_literal] = ACTIONS(1240), - [anon_sym_L_SQUOTE] = ACTIONS(1240), - [anon_sym_u_SQUOTE] = ACTIONS(1240), - [anon_sym_U_SQUOTE] = ACTIONS(1240), - [anon_sym_u8_SQUOTE] = ACTIONS(1240), - [anon_sym_SQUOTE] = ACTIONS(1240), - [anon_sym_L_DQUOTE] = ACTIONS(1240), - [anon_sym_u_DQUOTE] = ACTIONS(1240), - [anon_sym_U_DQUOTE] = ACTIONS(1240), - [anon_sym_u8_DQUOTE] = ACTIONS(1240), - [anon_sym_DQUOTE] = ACTIONS(1240), - [sym_true] = ACTIONS(1238), - [sym_false] = ACTIONS(1238), - [anon_sym_NULL] = ACTIONS(1238), - [anon_sym_nullptr] = ACTIONS(1238), - [sym_comment] = ACTIONS(3), - }, - [164] = { - [sym_identifier] = ACTIONS(1242), - [aux_sym_preproc_include_token1] = ACTIONS(1242), - [aux_sym_preproc_def_token1] = ACTIONS(1242), - [aux_sym_preproc_if_token1] = ACTIONS(1242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1242), - [sym_preproc_directive] = ACTIONS(1242), - [anon_sym_LPAREN2] = ACTIONS(1244), - [anon_sym_BANG] = ACTIONS(1244), - [anon_sym_TILDE] = ACTIONS(1244), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_STAR] = ACTIONS(1244), - [anon_sym_AMP] = ACTIONS(1244), - [anon_sym_SEMI] = ACTIONS(1244), - [anon_sym___extension__] = ACTIONS(1242), - [anon_sym_typedef] = ACTIONS(1242), - [anon_sym_extern] = ACTIONS(1242), - [anon_sym___attribute__] = ACTIONS(1242), - [anon_sym___attribute] = ACTIONS(1242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1244), - [anon_sym___declspec] = ACTIONS(1242), - [anon_sym___cdecl] = ACTIONS(1242), - [anon_sym___clrcall] = ACTIONS(1242), - [anon_sym___stdcall] = ACTIONS(1242), - [anon_sym___fastcall] = ACTIONS(1242), - [anon_sym___thiscall] = ACTIONS(1242), - [anon_sym___vectorcall] = ACTIONS(1242), - [anon_sym_LBRACE] = ACTIONS(1244), - [anon_sym_RBRACE] = ACTIONS(1244), - [anon_sym_signed] = ACTIONS(1242), - [anon_sym_unsigned] = ACTIONS(1242), - [anon_sym_long] = ACTIONS(1242), - [anon_sym_short] = ACTIONS(1242), - [anon_sym_static] = ACTIONS(1242), - [anon_sym_auto] = ACTIONS(1242), - [anon_sym_register] = ACTIONS(1242), - [anon_sym_inline] = ACTIONS(1242), - [anon_sym___inline] = ACTIONS(1242), - [anon_sym___inline__] = ACTIONS(1242), - [anon_sym___forceinline] = ACTIONS(1242), - [anon_sym_thread_local] = ACTIONS(1242), - [anon_sym___thread] = ACTIONS(1242), - [anon_sym_const] = ACTIONS(1242), - [anon_sym_constexpr] = ACTIONS(1242), - [anon_sym_volatile] = ACTIONS(1242), - [anon_sym_restrict] = ACTIONS(1242), - [anon_sym___restrict__] = ACTIONS(1242), - [anon_sym__Atomic] = ACTIONS(1242), - [anon_sym__Noreturn] = ACTIONS(1242), - [anon_sym_noreturn] = ACTIONS(1242), - [anon_sym__Nonnull] = ACTIONS(1242), - [anon_sym_alignas] = ACTIONS(1242), - [anon_sym__Alignas] = ACTIONS(1242), - [sym_primitive_type] = ACTIONS(1242), - [anon_sym_enum] = ACTIONS(1242), - [anon_sym_struct] = ACTIONS(1242), - [anon_sym_union] = ACTIONS(1242), - [anon_sym_if] = ACTIONS(1242), - [anon_sym_else] = ACTIONS(1242), - [anon_sym_switch] = ACTIONS(1242), - [anon_sym_case] = ACTIONS(1242), - [anon_sym_default] = ACTIONS(1242), - [anon_sym_while] = ACTIONS(1242), - [anon_sym_do] = ACTIONS(1242), - [anon_sym_for] = ACTIONS(1242), - [anon_sym_return] = ACTIONS(1242), - [anon_sym_break] = ACTIONS(1242), - [anon_sym_continue] = ACTIONS(1242), - [anon_sym_goto] = ACTIONS(1242), - [anon_sym___try] = ACTIONS(1242), - [anon_sym___leave] = ACTIONS(1242), - [anon_sym_DASH_DASH] = ACTIONS(1244), - [anon_sym_PLUS_PLUS] = ACTIONS(1244), - [anon_sym_sizeof] = ACTIONS(1242), - [anon_sym___alignof__] = ACTIONS(1242), - [anon_sym___alignof] = ACTIONS(1242), - [anon_sym__alignof] = ACTIONS(1242), - [anon_sym_alignof] = ACTIONS(1242), - [anon_sym__Alignof] = ACTIONS(1242), - [anon_sym_offsetof] = ACTIONS(1242), - [anon_sym__Generic] = ACTIONS(1242), - [anon_sym_asm] = ACTIONS(1242), - [anon_sym___asm__] = ACTIONS(1242), - [anon_sym___asm] = ACTIONS(1242), - [sym_number_literal] = ACTIONS(1244), - [anon_sym_L_SQUOTE] = ACTIONS(1244), - [anon_sym_u_SQUOTE] = ACTIONS(1244), - [anon_sym_U_SQUOTE] = ACTIONS(1244), - [anon_sym_u8_SQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1244), - [anon_sym_L_DQUOTE] = ACTIONS(1244), - [anon_sym_u_DQUOTE] = ACTIONS(1244), - [anon_sym_U_DQUOTE] = ACTIONS(1244), - [anon_sym_u8_DQUOTE] = ACTIONS(1244), - [anon_sym_DQUOTE] = ACTIONS(1244), - [sym_true] = ACTIONS(1242), - [sym_false] = ACTIONS(1242), - [anon_sym_NULL] = ACTIONS(1242), - [anon_sym_nullptr] = ACTIONS(1242), - [sym_comment] = ACTIONS(3), - }, - [165] = { - [sym_identifier] = ACTIONS(1246), - [aux_sym_preproc_include_token1] = ACTIONS(1246), - [aux_sym_preproc_def_token1] = ACTIONS(1246), - [aux_sym_preproc_if_token1] = ACTIONS(1246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1246), - [sym_preproc_directive] = ACTIONS(1246), - [anon_sym_LPAREN2] = ACTIONS(1248), - [anon_sym_BANG] = ACTIONS(1248), - [anon_sym_TILDE] = ACTIONS(1248), - [anon_sym_DASH] = ACTIONS(1246), - [anon_sym_PLUS] = ACTIONS(1246), - [anon_sym_STAR] = ACTIONS(1248), - [anon_sym_AMP] = ACTIONS(1248), - [anon_sym_SEMI] = ACTIONS(1248), - [anon_sym___extension__] = ACTIONS(1246), - [anon_sym_typedef] = ACTIONS(1246), - [anon_sym_extern] = ACTIONS(1246), - [anon_sym___attribute__] = ACTIONS(1246), - [anon_sym___attribute] = ACTIONS(1246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1248), - [anon_sym___declspec] = ACTIONS(1246), - [anon_sym___cdecl] = ACTIONS(1246), - [anon_sym___clrcall] = ACTIONS(1246), - [anon_sym___stdcall] = ACTIONS(1246), - [anon_sym___fastcall] = ACTIONS(1246), - [anon_sym___thiscall] = ACTIONS(1246), - [anon_sym___vectorcall] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_RBRACE] = ACTIONS(1248), - [anon_sym_signed] = ACTIONS(1246), - [anon_sym_unsigned] = ACTIONS(1246), - [anon_sym_long] = ACTIONS(1246), - [anon_sym_short] = ACTIONS(1246), - [anon_sym_static] = ACTIONS(1246), - [anon_sym_auto] = ACTIONS(1246), - [anon_sym_register] = ACTIONS(1246), - [anon_sym_inline] = ACTIONS(1246), - [anon_sym___inline] = ACTIONS(1246), - [anon_sym___inline__] = ACTIONS(1246), - [anon_sym___forceinline] = ACTIONS(1246), - [anon_sym_thread_local] = ACTIONS(1246), - [anon_sym___thread] = ACTIONS(1246), - [anon_sym_const] = ACTIONS(1246), - [anon_sym_constexpr] = ACTIONS(1246), - [anon_sym_volatile] = ACTIONS(1246), - [anon_sym_restrict] = ACTIONS(1246), - [anon_sym___restrict__] = ACTIONS(1246), - [anon_sym__Atomic] = ACTIONS(1246), - [anon_sym__Noreturn] = ACTIONS(1246), - [anon_sym_noreturn] = ACTIONS(1246), - [anon_sym__Nonnull] = ACTIONS(1246), - [anon_sym_alignas] = ACTIONS(1246), - [anon_sym__Alignas] = ACTIONS(1246), - [sym_primitive_type] = ACTIONS(1246), - [anon_sym_enum] = ACTIONS(1246), - [anon_sym_struct] = ACTIONS(1246), - [anon_sym_union] = ACTIONS(1246), - [anon_sym_if] = ACTIONS(1246), - [anon_sym_else] = ACTIONS(1246), - [anon_sym_switch] = ACTIONS(1246), - [anon_sym_case] = ACTIONS(1246), - [anon_sym_default] = ACTIONS(1246), - [anon_sym_while] = ACTIONS(1246), - [anon_sym_do] = ACTIONS(1246), - [anon_sym_for] = ACTIONS(1246), - [anon_sym_return] = ACTIONS(1246), - [anon_sym_break] = ACTIONS(1246), - [anon_sym_continue] = ACTIONS(1246), - [anon_sym_goto] = ACTIONS(1246), - [anon_sym___try] = ACTIONS(1246), - [anon_sym___leave] = ACTIONS(1246), - [anon_sym_DASH_DASH] = ACTIONS(1248), - [anon_sym_PLUS_PLUS] = ACTIONS(1248), - [anon_sym_sizeof] = ACTIONS(1246), - [anon_sym___alignof__] = ACTIONS(1246), - [anon_sym___alignof] = ACTIONS(1246), - [anon_sym__alignof] = ACTIONS(1246), - [anon_sym_alignof] = ACTIONS(1246), - [anon_sym__Alignof] = ACTIONS(1246), - [anon_sym_offsetof] = ACTIONS(1246), - [anon_sym__Generic] = ACTIONS(1246), - [anon_sym_asm] = ACTIONS(1246), - [anon_sym___asm__] = ACTIONS(1246), - [anon_sym___asm] = ACTIONS(1246), - [sym_number_literal] = ACTIONS(1248), - [anon_sym_L_SQUOTE] = ACTIONS(1248), - [anon_sym_u_SQUOTE] = ACTIONS(1248), - [anon_sym_U_SQUOTE] = ACTIONS(1248), - [anon_sym_u8_SQUOTE] = ACTIONS(1248), - [anon_sym_SQUOTE] = ACTIONS(1248), - [anon_sym_L_DQUOTE] = ACTIONS(1248), - [anon_sym_u_DQUOTE] = ACTIONS(1248), - [anon_sym_U_DQUOTE] = ACTIONS(1248), - [anon_sym_u8_DQUOTE] = ACTIONS(1248), - [anon_sym_DQUOTE] = ACTIONS(1248), - [sym_true] = ACTIONS(1246), - [sym_false] = ACTIONS(1246), - [anon_sym_NULL] = ACTIONS(1246), - [anon_sym_nullptr] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - }, - [166] = { - [ts_builtin_sym_end] = ACTIONS(1204), - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1202), - [aux_sym_preproc_def_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), - [sym_preproc_directive] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym___extension__] = ACTIONS(1202), - [anon_sym_typedef] = ACTIONS(1202), - [anon_sym_extern] = ACTIONS(1202), - [anon_sym___attribute__] = ACTIONS(1202), - [anon_sym___attribute] = ACTIONS(1202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), - [anon_sym___declspec] = ACTIONS(1202), - [anon_sym___cdecl] = ACTIONS(1202), - [anon_sym___clrcall] = ACTIONS(1202), - [anon_sym___stdcall] = ACTIONS(1202), - [anon_sym___fastcall] = ACTIONS(1202), - [anon_sym___thiscall] = ACTIONS(1202), - [anon_sym___vectorcall] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_signed] = ACTIONS(1202), - [anon_sym_unsigned] = ACTIONS(1202), - [anon_sym_long] = ACTIONS(1202), - [anon_sym_short] = ACTIONS(1202), - [anon_sym_static] = ACTIONS(1202), - [anon_sym_auto] = ACTIONS(1202), - [anon_sym_register] = ACTIONS(1202), - [anon_sym_inline] = ACTIONS(1202), - [anon_sym___inline] = ACTIONS(1202), - [anon_sym___inline__] = ACTIONS(1202), - [anon_sym___forceinline] = ACTIONS(1202), - [anon_sym_thread_local] = ACTIONS(1202), - [anon_sym___thread] = ACTIONS(1202), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_constexpr] = ACTIONS(1202), - [anon_sym_volatile] = ACTIONS(1202), - [anon_sym_restrict] = ACTIONS(1202), - [anon_sym___restrict__] = ACTIONS(1202), - [anon_sym__Atomic] = ACTIONS(1202), - [anon_sym__Noreturn] = ACTIONS(1202), - [anon_sym_noreturn] = ACTIONS(1202), - [anon_sym__Nonnull] = ACTIONS(1202), - [anon_sym_alignas] = ACTIONS(1202), - [anon_sym__Alignas] = ACTIONS(1202), - [sym_primitive_type] = ACTIONS(1202), - [anon_sym_enum] = ACTIONS(1202), - [anon_sym_struct] = ACTIONS(1202), - [anon_sym_union] = ACTIONS(1202), - [anon_sym_if] = ACTIONS(1202), - [anon_sym_else] = ACTIONS(1202), - [anon_sym_switch] = ACTIONS(1202), - [anon_sym_case] = ACTIONS(1202), - [anon_sym_default] = ACTIONS(1202), - [anon_sym_while] = ACTIONS(1202), - [anon_sym_do] = ACTIONS(1202), - [anon_sym_for] = ACTIONS(1202), - [anon_sym_return] = ACTIONS(1202), - [anon_sym_break] = ACTIONS(1202), - [anon_sym_continue] = ACTIONS(1202), - [anon_sym_goto] = ACTIONS(1202), - [anon_sym___try] = ACTIONS(1202), - [anon_sym___leave] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [anon_sym_sizeof] = ACTIONS(1202), - [anon_sym___alignof__] = ACTIONS(1202), - [anon_sym___alignof] = ACTIONS(1202), - [anon_sym__alignof] = ACTIONS(1202), - [anon_sym_alignof] = ACTIONS(1202), - [anon_sym__Alignof] = ACTIONS(1202), - [anon_sym_offsetof] = ACTIONS(1202), - [anon_sym__Generic] = ACTIONS(1202), - [anon_sym_asm] = ACTIONS(1202), - [anon_sym___asm__] = ACTIONS(1202), - [anon_sym___asm] = ACTIONS(1202), - [sym_number_literal] = ACTIONS(1204), - [anon_sym_L_SQUOTE] = ACTIONS(1204), - [anon_sym_u_SQUOTE] = ACTIONS(1204), - [anon_sym_U_SQUOTE] = ACTIONS(1204), - [anon_sym_u8_SQUOTE] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_L_DQUOTE] = ACTIONS(1204), - [anon_sym_u_DQUOTE] = ACTIONS(1204), - [anon_sym_U_DQUOTE] = ACTIONS(1204), - [anon_sym_u8_DQUOTE] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [sym_true] = ACTIONS(1202), - [sym_false] = ACTIONS(1202), - [anon_sym_NULL] = ACTIONS(1202), - [anon_sym_nullptr] = ACTIONS(1202), - [sym_comment] = ACTIONS(3), - }, - [167] = { - [sym_identifier] = ACTIONS(1250), - [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(1252), - [anon_sym_TILDE] = ACTIONS(1252), - [anon_sym_DASH] = ACTIONS(1250), - [anon_sym_PLUS] = ACTIONS(1250), - [anon_sym_STAR] = ACTIONS(1252), - [anon_sym_AMP] = ACTIONS(1252), - [anon_sym_SEMI] = ACTIONS(1252), - [anon_sym___extension__] = ACTIONS(1250), - [anon_sym_typedef] = ACTIONS(1250), - [anon_sym_extern] = ACTIONS(1250), - [anon_sym___attribute__] = ACTIONS(1250), - [anon_sym___attribute] = ACTIONS(1250), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1252), - [anon_sym___declspec] = 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(1252), - [anon_sym_RBRACE] = ACTIONS(1252), - [anon_sym_signed] = ACTIONS(1250), - [anon_sym_unsigned] = ACTIONS(1250), - [anon_sym_long] = ACTIONS(1250), - [anon_sym_short] = ACTIONS(1250), - [anon_sym_static] = ACTIONS(1250), - [anon_sym_auto] = ACTIONS(1250), - [anon_sym_register] = ACTIONS(1250), - [anon_sym_inline] = ACTIONS(1250), - [anon_sym___inline] = ACTIONS(1250), - [anon_sym___inline__] = ACTIONS(1250), - [anon_sym___forceinline] = ACTIONS(1250), - [anon_sym_thread_local] = ACTIONS(1250), - [anon_sym___thread] = ACTIONS(1250), - [anon_sym_const] = ACTIONS(1250), - [anon_sym_constexpr] = ACTIONS(1250), - [anon_sym_volatile] = ACTIONS(1250), - [anon_sym_restrict] = ACTIONS(1250), - [anon_sym___restrict__] = ACTIONS(1250), - [anon_sym__Atomic] = ACTIONS(1250), - [anon_sym__Noreturn] = ACTIONS(1250), - [anon_sym_noreturn] = ACTIONS(1250), - [anon_sym__Nonnull] = ACTIONS(1250), - [anon_sym_alignas] = ACTIONS(1250), - [anon_sym__Alignas] = ACTIONS(1250), - [sym_primitive_type] = ACTIONS(1250), - [anon_sym_enum] = ACTIONS(1250), - [anon_sym_struct] = ACTIONS(1250), - [anon_sym_union] = ACTIONS(1250), - [anon_sym_if] = ACTIONS(1250), - [anon_sym_else] = ACTIONS(1250), - [anon_sym_switch] = ACTIONS(1250), - [anon_sym_case] = ACTIONS(1250), - [anon_sym_default] = ACTIONS(1250), - [anon_sym_while] = ACTIONS(1250), - [anon_sym_do] = ACTIONS(1250), - [anon_sym_for] = ACTIONS(1250), - [anon_sym_return] = ACTIONS(1250), - [anon_sym_break] = ACTIONS(1250), - [anon_sym_continue] = ACTIONS(1250), - [anon_sym_goto] = ACTIONS(1250), - [anon_sym___try] = ACTIONS(1250), - [anon_sym___leave] = ACTIONS(1250), - [anon_sym_DASH_DASH] = ACTIONS(1252), - [anon_sym_PLUS_PLUS] = ACTIONS(1252), - [anon_sym_sizeof] = ACTIONS(1250), - [anon_sym___alignof__] = ACTIONS(1250), - [anon_sym___alignof] = ACTIONS(1250), - [anon_sym__alignof] = ACTIONS(1250), - [anon_sym_alignof] = ACTIONS(1250), - [anon_sym__Alignof] = ACTIONS(1250), - [anon_sym_offsetof] = ACTIONS(1250), - [anon_sym__Generic] = ACTIONS(1250), - [anon_sym_asm] = ACTIONS(1250), - [anon_sym___asm__] = ACTIONS(1250), - [anon_sym___asm] = ACTIONS(1250), - [sym_number_literal] = ACTIONS(1252), - [anon_sym_L_SQUOTE] = ACTIONS(1252), - [anon_sym_u_SQUOTE] = ACTIONS(1252), - [anon_sym_U_SQUOTE] = ACTIONS(1252), - [anon_sym_u8_SQUOTE] = ACTIONS(1252), - [anon_sym_SQUOTE] = ACTIONS(1252), - [anon_sym_L_DQUOTE] = ACTIONS(1252), - [anon_sym_u_DQUOTE] = ACTIONS(1252), - [anon_sym_U_DQUOTE] = ACTIONS(1252), - [anon_sym_u8_DQUOTE] = ACTIONS(1252), - [anon_sym_DQUOTE] = ACTIONS(1252), - [sym_true] = ACTIONS(1250), - [sym_false] = ACTIONS(1250), - [anon_sym_NULL] = ACTIONS(1250), - [anon_sym_nullptr] = ACTIONS(1250), - [sym_comment] = ACTIONS(3), - }, - [168] = { - [ts_builtin_sym_end] = ACTIONS(1260), - [sym_identifier] = ACTIONS(1258), - [aux_sym_preproc_include_token1] = ACTIONS(1258), - [aux_sym_preproc_def_token1] = ACTIONS(1258), - [aux_sym_preproc_if_token1] = ACTIONS(1258), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1258), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1258), - [sym_preproc_directive] = ACTIONS(1258), - [anon_sym_LPAREN2] = ACTIONS(1260), - [anon_sym_BANG] = ACTIONS(1260), - [anon_sym_TILDE] = ACTIONS(1260), - [anon_sym_DASH] = ACTIONS(1258), - [anon_sym_PLUS] = ACTIONS(1258), - [anon_sym_STAR] = ACTIONS(1260), - [anon_sym_AMP] = ACTIONS(1260), - [anon_sym_SEMI] = ACTIONS(1260), - [anon_sym___extension__] = ACTIONS(1258), - [anon_sym_typedef] = ACTIONS(1258), - [anon_sym_extern] = ACTIONS(1258), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1260), - [anon_sym___declspec] = ACTIONS(1258), - [anon_sym___cdecl] = ACTIONS(1258), - [anon_sym___clrcall] = ACTIONS(1258), - [anon_sym___stdcall] = ACTIONS(1258), - [anon_sym___fastcall] = ACTIONS(1258), - [anon_sym___thiscall] = ACTIONS(1258), - [anon_sym___vectorcall] = ACTIONS(1258), - [anon_sym_LBRACE] = ACTIONS(1260), - [anon_sym_signed] = ACTIONS(1258), - [anon_sym_unsigned] = ACTIONS(1258), - [anon_sym_long] = ACTIONS(1258), - [anon_sym_short] = ACTIONS(1258), - [anon_sym_static] = ACTIONS(1258), - [anon_sym_auto] = ACTIONS(1258), - [anon_sym_register] = ACTIONS(1258), - [anon_sym_inline] = ACTIONS(1258), - [anon_sym___inline] = ACTIONS(1258), - [anon_sym___inline__] = ACTIONS(1258), - [anon_sym___forceinline] = ACTIONS(1258), - [anon_sym_thread_local] = ACTIONS(1258), - [anon_sym___thread] = ACTIONS(1258), - [anon_sym_const] = ACTIONS(1258), - [anon_sym_constexpr] = ACTIONS(1258), - [anon_sym_volatile] = ACTIONS(1258), - [anon_sym_restrict] = ACTIONS(1258), - [anon_sym___restrict__] = ACTIONS(1258), - [anon_sym__Atomic] = ACTIONS(1258), - [anon_sym__Noreturn] = ACTIONS(1258), - [anon_sym_noreturn] = ACTIONS(1258), - [anon_sym__Nonnull] = ACTIONS(1258), - [anon_sym_alignas] = ACTIONS(1258), - [anon_sym__Alignas] = ACTIONS(1258), - [sym_primitive_type] = ACTIONS(1258), - [anon_sym_enum] = ACTIONS(1258), - [anon_sym_struct] = ACTIONS(1258), - [anon_sym_union] = ACTIONS(1258), - [anon_sym_if] = ACTIONS(1258), - [anon_sym_else] = ACTIONS(1258), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_case] = ACTIONS(1258), - [anon_sym_default] = ACTIONS(1258), - [anon_sym_while] = ACTIONS(1258), - [anon_sym_do] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1258), - [anon_sym_return] = ACTIONS(1258), - [anon_sym_break] = ACTIONS(1258), - [anon_sym_continue] = ACTIONS(1258), - [anon_sym_goto] = ACTIONS(1258), - [anon_sym___try] = ACTIONS(1258), - [anon_sym___leave] = ACTIONS(1258), - [anon_sym_DASH_DASH] = ACTIONS(1260), - [anon_sym_PLUS_PLUS] = ACTIONS(1260), - [anon_sym_sizeof] = ACTIONS(1258), - [anon_sym___alignof__] = ACTIONS(1258), - [anon_sym___alignof] = ACTIONS(1258), - [anon_sym__alignof] = ACTIONS(1258), - [anon_sym_alignof] = ACTIONS(1258), - [anon_sym__Alignof] = ACTIONS(1258), - [anon_sym_offsetof] = ACTIONS(1258), - [anon_sym__Generic] = ACTIONS(1258), - [anon_sym_asm] = ACTIONS(1258), - [anon_sym___asm__] = ACTIONS(1258), - [anon_sym___asm] = ACTIONS(1258), - [sym_number_literal] = ACTIONS(1260), - [anon_sym_L_SQUOTE] = ACTIONS(1260), - [anon_sym_u_SQUOTE] = ACTIONS(1260), - [anon_sym_U_SQUOTE] = ACTIONS(1260), - [anon_sym_u8_SQUOTE] = ACTIONS(1260), - [anon_sym_SQUOTE] = ACTIONS(1260), - [anon_sym_L_DQUOTE] = ACTIONS(1260), - [anon_sym_u_DQUOTE] = ACTIONS(1260), - [anon_sym_U_DQUOTE] = ACTIONS(1260), - [anon_sym_u8_DQUOTE] = ACTIONS(1260), - [anon_sym_DQUOTE] = ACTIONS(1260), - [sym_true] = ACTIONS(1258), - [sym_false] = ACTIONS(1258), - [anon_sym_NULL] = ACTIONS(1258), - [anon_sym_nullptr] = ACTIONS(1258), - [sym_comment] = ACTIONS(3), - }, - [169] = { - [ts_builtin_sym_end] = ACTIONS(1228), - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1226), - [aux_sym_preproc_def_token1] = ACTIONS(1226), - [aux_sym_preproc_if_token1] = ACTIONS(1226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1226), - [sym_preproc_directive] = ACTIONS(1226), - [anon_sym_LPAREN2] = ACTIONS(1228), - [anon_sym_BANG] = ACTIONS(1228), - [anon_sym_TILDE] = ACTIONS(1228), - [anon_sym_DASH] = ACTIONS(1226), - [anon_sym_PLUS] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(1228), - [anon_sym_SEMI] = ACTIONS(1228), - [anon_sym___extension__] = ACTIONS(1226), - [anon_sym_typedef] = ACTIONS(1226), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym___attribute__] = ACTIONS(1226), - [anon_sym___attribute] = ACTIONS(1226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1228), - [anon_sym___declspec] = ACTIONS(1226), - [anon_sym___cdecl] = ACTIONS(1226), - [anon_sym___clrcall] = ACTIONS(1226), - [anon_sym___stdcall] = ACTIONS(1226), - [anon_sym___fastcall] = ACTIONS(1226), - [anon_sym___thiscall] = ACTIONS(1226), - [anon_sym___vectorcall] = ACTIONS(1226), - [anon_sym_LBRACE] = ACTIONS(1228), - [anon_sym_signed] = ACTIONS(1226), - [anon_sym_unsigned] = ACTIONS(1226), - [anon_sym_long] = ACTIONS(1226), - [anon_sym_short] = ACTIONS(1226), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym___inline] = ACTIONS(1226), - [anon_sym___inline__] = ACTIONS(1226), - [anon_sym___forceinline] = ACTIONS(1226), - [anon_sym_thread_local] = ACTIONS(1226), - [anon_sym___thread] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1226), - [anon_sym_constexpr] = ACTIONS(1226), - [anon_sym_volatile] = ACTIONS(1226), - [anon_sym_restrict] = ACTIONS(1226), - [anon_sym___restrict__] = ACTIONS(1226), - [anon_sym__Atomic] = ACTIONS(1226), - [anon_sym__Noreturn] = ACTIONS(1226), - [anon_sym_noreturn] = ACTIONS(1226), - [anon_sym__Nonnull] = ACTIONS(1226), - [anon_sym_alignas] = ACTIONS(1226), - [anon_sym__Alignas] = ACTIONS(1226), - [sym_primitive_type] = ACTIONS(1226), - [anon_sym_enum] = ACTIONS(1226), - [anon_sym_struct] = ACTIONS(1226), - [anon_sym_union] = ACTIONS(1226), - [anon_sym_if] = ACTIONS(1226), - [anon_sym_else] = ACTIONS(1226), - [anon_sym_switch] = ACTIONS(1226), - [anon_sym_case] = ACTIONS(1226), - [anon_sym_default] = ACTIONS(1226), - [anon_sym_while] = ACTIONS(1226), - [anon_sym_do] = ACTIONS(1226), - [anon_sym_for] = ACTIONS(1226), - [anon_sym_return] = ACTIONS(1226), - [anon_sym_break] = ACTIONS(1226), - [anon_sym_continue] = ACTIONS(1226), - [anon_sym_goto] = ACTIONS(1226), - [anon_sym___try] = ACTIONS(1226), - [anon_sym___leave] = ACTIONS(1226), - [anon_sym_DASH_DASH] = ACTIONS(1228), - [anon_sym_PLUS_PLUS] = ACTIONS(1228), - [anon_sym_sizeof] = ACTIONS(1226), - [anon_sym___alignof__] = ACTIONS(1226), - [anon_sym___alignof] = ACTIONS(1226), - [anon_sym__alignof] = ACTIONS(1226), - [anon_sym_alignof] = ACTIONS(1226), - [anon_sym__Alignof] = ACTIONS(1226), - [anon_sym_offsetof] = ACTIONS(1226), - [anon_sym__Generic] = ACTIONS(1226), - [anon_sym_asm] = ACTIONS(1226), - [anon_sym___asm__] = ACTIONS(1226), - [anon_sym___asm] = ACTIONS(1226), - [sym_number_literal] = ACTIONS(1228), - [anon_sym_L_SQUOTE] = ACTIONS(1228), - [anon_sym_u_SQUOTE] = ACTIONS(1228), - [anon_sym_U_SQUOTE] = ACTIONS(1228), - [anon_sym_u8_SQUOTE] = ACTIONS(1228), - [anon_sym_SQUOTE] = ACTIONS(1228), - [anon_sym_L_DQUOTE] = ACTIONS(1228), - [anon_sym_u_DQUOTE] = ACTIONS(1228), - [anon_sym_U_DQUOTE] = ACTIONS(1228), - [anon_sym_u8_DQUOTE] = ACTIONS(1228), - [anon_sym_DQUOTE] = ACTIONS(1228), - [sym_true] = ACTIONS(1226), - [sym_false] = ACTIONS(1226), - [anon_sym_NULL] = ACTIONS(1226), - [anon_sym_nullptr] = ACTIONS(1226), - [sym_comment] = ACTIONS(3), - }, - [170] = { - [sym_identifier] = ACTIONS(1218), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1220), - [anon_sym_BANG] = ACTIONS(1220), - [anon_sym_TILDE] = ACTIONS(1220), - [anon_sym_DASH] = ACTIONS(1218), - [anon_sym_PLUS] = ACTIONS(1218), - [anon_sym_STAR] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1220), - [anon_sym_SEMI] = ACTIONS(1220), - [anon_sym___extension__] = ACTIONS(1218), - [anon_sym_typedef] = ACTIONS(1218), - [anon_sym_extern] = ACTIONS(1218), - [anon_sym___attribute__] = ACTIONS(1218), - [anon_sym___attribute] = ACTIONS(1218), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1220), - [anon_sym___declspec] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), - [anon_sym_LBRACE] = ACTIONS(1220), - [anon_sym_RBRACE] = ACTIONS(1220), - [anon_sym_signed] = ACTIONS(1218), - [anon_sym_unsigned] = ACTIONS(1218), - [anon_sym_long] = ACTIONS(1218), - [anon_sym_short] = ACTIONS(1218), - [anon_sym_static] = ACTIONS(1218), - [anon_sym_auto] = ACTIONS(1218), - [anon_sym_register] = ACTIONS(1218), - [anon_sym_inline] = ACTIONS(1218), - [anon_sym___inline] = ACTIONS(1218), - [anon_sym___inline__] = ACTIONS(1218), - [anon_sym___forceinline] = ACTIONS(1218), - [anon_sym_thread_local] = ACTIONS(1218), - [anon_sym___thread] = ACTIONS(1218), - [anon_sym_const] = ACTIONS(1218), - [anon_sym_constexpr] = ACTIONS(1218), - [anon_sym_volatile] = ACTIONS(1218), - [anon_sym_restrict] = ACTIONS(1218), - [anon_sym___restrict__] = ACTIONS(1218), - [anon_sym__Atomic] = ACTIONS(1218), - [anon_sym__Noreturn] = ACTIONS(1218), - [anon_sym_noreturn] = ACTIONS(1218), - [anon_sym__Nonnull] = ACTIONS(1218), - [anon_sym_alignas] = ACTIONS(1218), - [anon_sym__Alignas] = ACTIONS(1218), - [sym_primitive_type] = ACTIONS(1218), - [anon_sym_enum] = ACTIONS(1218), - [anon_sym_struct] = ACTIONS(1218), - [anon_sym_union] = ACTIONS(1218), - [anon_sym_if] = ACTIONS(1218), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(1218), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), - [anon_sym_while] = ACTIONS(1218), - [anon_sym_do] = ACTIONS(1218), - [anon_sym_for] = ACTIONS(1218), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_break] = ACTIONS(1218), - [anon_sym_continue] = ACTIONS(1218), - [anon_sym_goto] = ACTIONS(1218), - [anon_sym___try] = ACTIONS(1218), - [anon_sym___leave] = ACTIONS(1218), - [anon_sym_DASH_DASH] = ACTIONS(1220), - [anon_sym_PLUS_PLUS] = ACTIONS(1220), - [anon_sym_sizeof] = ACTIONS(1218), - [anon_sym___alignof__] = ACTIONS(1218), - [anon_sym___alignof] = ACTIONS(1218), - [anon_sym__alignof] = ACTIONS(1218), - [anon_sym_alignof] = ACTIONS(1218), - [anon_sym__Alignof] = ACTIONS(1218), - [anon_sym_offsetof] = ACTIONS(1218), - [anon_sym__Generic] = ACTIONS(1218), - [anon_sym_asm] = ACTIONS(1218), - [anon_sym___asm__] = ACTIONS(1218), - [anon_sym___asm] = ACTIONS(1218), - [sym_number_literal] = ACTIONS(1220), - [anon_sym_L_SQUOTE] = ACTIONS(1220), - [anon_sym_u_SQUOTE] = ACTIONS(1220), - [anon_sym_U_SQUOTE] = ACTIONS(1220), - [anon_sym_u8_SQUOTE] = ACTIONS(1220), - [anon_sym_SQUOTE] = ACTIONS(1220), - [anon_sym_L_DQUOTE] = ACTIONS(1220), - [anon_sym_u_DQUOTE] = ACTIONS(1220), - [anon_sym_U_DQUOTE] = ACTIONS(1220), - [anon_sym_u8_DQUOTE] = ACTIONS(1220), - [anon_sym_DQUOTE] = ACTIONS(1220), - [sym_true] = ACTIONS(1218), - [sym_false] = ACTIONS(1218), - [anon_sym_NULL] = ACTIONS(1218), - [anon_sym_nullptr] = ACTIONS(1218), - [sym_comment] = ACTIONS(3), - }, - [171] = { - [ts_builtin_sym_end] = ACTIONS(1204), - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1202), - [aux_sym_preproc_def_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), - [sym_preproc_directive] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym___extension__] = ACTIONS(1202), - [anon_sym_typedef] = ACTIONS(1202), - [anon_sym_extern] = ACTIONS(1202), - [anon_sym___attribute__] = ACTIONS(1202), - [anon_sym___attribute] = ACTIONS(1202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), - [anon_sym___declspec] = ACTIONS(1202), - [anon_sym___cdecl] = ACTIONS(1202), - [anon_sym___clrcall] = ACTIONS(1202), - [anon_sym___stdcall] = ACTIONS(1202), - [anon_sym___fastcall] = ACTIONS(1202), - [anon_sym___thiscall] = ACTIONS(1202), - [anon_sym___vectorcall] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_signed] = ACTIONS(1202), - [anon_sym_unsigned] = ACTIONS(1202), - [anon_sym_long] = ACTIONS(1202), - [anon_sym_short] = ACTIONS(1202), - [anon_sym_static] = ACTIONS(1202), - [anon_sym_auto] = ACTIONS(1202), - [anon_sym_register] = ACTIONS(1202), - [anon_sym_inline] = ACTIONS(1202), - [anon_sym___inline] = ACTIONS(1202), - [anon_sym___inline__] = ACTIONS(1202), - [anon_sym___forceinline] = ACTIONS(1202), - [anon_sym_thread_local] = ACTIONS(1202), - [anon_sym___thread] = ACTIONS(1202), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_constexpr] = ACTIONS(1202), - [anon_sym_volatile] = ACTIONS(1202), - [anon_sym_restrict] = ACTIONS(1202), - [anon_sym___restrict__] = ACTIONS(1202), - [anon_sym__Atomic] = ACTIONS(1202), - [anon_sym__Noreturn] = ACTIONS(1202), - [anon_sym_noreturn] = ACTIONS(1202), - [anon_sym__Nonnull] = ACTIONS(1202), - [anon_sym_alignas] = ACTIONS(1202), - [anon_sym__Alignas] = ACTIONS(1202), - [sym_primitive_type] = ACTIONS(1202), - [anon_sym_enum] = ACTIONS(1202), - [anon_sym_struct] = ACTIONS(1202), - [anon_sym_union] = ACTIONS(1202), - [anon_sym_if] = ACTIONS(1202), - [anon_sym_else] = ACTIONS(1202), - [anon_sym_switch] = ACTIONS(1202), - [anon_sym_case] = ACTIONS(1202), - [anon_sym_default] = ACTIONS(1202), - [anon_sym_while] = ACTIONS(1202), - [anon_sym_do] = ACTIONS(1202), - [anon_sym_for] = ACTIONS(1202), - [anon_sym_return] = ACTIONS(1202), - [anon_sym_break] = ACTIONS(1202), - [anon_sym_continue] = ACTIONS(1202), - [anon_sym_goto] = ACTIONS(1202), - [anon_sym___try] = ACTIONS(1202), - [anon_sym___leave] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [anon_sym_sizeof] = ACTIONS(1202), - [anon_sym___alignof__] = ACTIONS(1202), - [anon_sym___alignof] = ACTIONS(1202), - [anon_sym__alignof] = ACTIONS(1202), - [anon_sym_alignof] = ACTIONS(1202), - [anon_sym__Alignof] = ACTIONS(1202), - [anon_sym_offsetof] = ACTIONS(1202), - [anon_sym__Generic] = ACTIONS(1202), - [anon_sym_asm] = ACTIONS(1202), - [anon_sym___asm__] = ACTIONS(1202), - [anon_sym___asm] = ACTIONS(1202), - [sym_number_literal] = ACTIONS(1204), - [anon_sym_L_SQUOTE] = ACTIONS(1204), - [anon_sym_u_SQUOTE] = ACTIONS(1204), - [anon_sym_U_SQUOTE] = ACTIONS(1204), - [anon_sym_u8_SQUOTE] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_L_DQUOTE] = ACTIONS(1204), - [anon_sym_u_DQUOTE] = ACTIONS(1204), - [anon_sym_U_DQUOTE] = ACTIONS(1204), - [anon_sym_u8_DQUOTE] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [sym_true] = ACTIONS(1202), - [sym_false] = ACTIONS(1202), - [anon_sym_NULL] = ACTIONS(1202), - [anon_sym_nullptr] = ACTIONS(1202), - [sym_comment] = ACTIONS(3), - }, - [172] = { - [ts_builtin_sym_end] = ACTIONS(1188), - [sym_identifier] = ACTIONS(1186), - [aux_sym_preproc_include_token1] = ACTIONS(1186), - [aux_sym_preproc_def_token1] = ACTIONS(1186), - [aux_sym_preproc_if_token1] = ACTIONS(1186), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1186), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1186), - [sym_preproc_directive] = ACTIONS(1186), - [anon_sym_LPAREN2] = ACTIONS(1188), - [anon_sym_BANG] = ACTIONS(1188), - [anon_sym_TILDE] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_STAR] = ACTIONS(1188), - [anon_sym_AMP] = ACTIONS(1188), - [anon_sym_SEMI] = ACTIONS(1188), - [anon_sym___extension__] = ACTIONS(1186), - [anon_sym_typedef] = ACTIONS(1186), - [anon_sym_extern] = ACTIONS(1186), - [anon_sym___attribute__] = ACTIONS(1186), - [anon_sym___attribute] = ACTIONS(1186), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1188), - [anon_sym___declspec] = ACTIONS(1186), - [anon_sym___cdecl] = ACTIONS(1186), - [anon_sym___clrcall] = ACTIONS(1186), - [anon_sym___stdcall] = ACTIONS(1186), - [anon_sym___fastcall] = ACTIONS(1186), - [anon_sym___thiscall] = ACTIONS(1186), - [anon_sym___vectorcall] = ACTIONS(1186), - [anon_sym_LBRACE] = ACTIONS(1188), - [anon_sym_signed] = ACTIONS(1186), - [anon_sym_unsigned] = ACTIONS(1186), - [anon_sym_long] = ACTIONS(1186), - [anon_sym_short] = ACTIONS(1186), - [anon_sym_static] = ACTIONS(1186), - [anon_sym_auto] = ACTIONS(1186), - [anon_sym_register] = ACTIONS(1186), - [anon_sym_inline] = ACTIONS(1186), - [anon_sym___inline] = ACTIONS(1186), - [anon_sym___inline__] = ACTIONS(1186), - [anon_sym___forceinline] = ACTIONS(1186), - [anon_sym_thread_local] = ACTIONS(1186), - [anon_sym___thread] = ACTIONS(1186), - [anon_sym_const] = ACTIONS(1186), - [anon_sym_constexpr] = ACTIONS(1186), - [anon_sym_volatile] = ACTIONS(1186), - [anon_sym_restrict] = ACTIONS(1186), - [anon_sym___restrict__] = ACTIONS(1186), - [anon_sym__Atomic] = ACTIONS(1186), - [anon_sym__Noreturn] = ACTIONS(1186), - [anon_sym_noreturn] = ACTIONS(1186), - [anon_sym__Nonnull] = ACTIONS(1186), - [anon_sym_alignas] = ACTIONS(1186), - [anon_sym__Alignas] = ACTIONS(1186), - [sym_primitive_type] = ACTIONS(1186), - [anon_sym_enum] = ACTIONS(1186), - [anon_sym_struct] = ACTIONS(1186), - [anon_sym_union] = ACTIONS(1186), - [anon_sym_if] = ACTIONS(1186), - [anon_sym_else] = ACTIONS(1186), - [anon_sym_switch] = ACTIONS(1186), - [anon_sym_case] = ACTIONS(1186), - [anon_sym_default] = ACTIONS(1186), - [anon_sym_while] = ACTIONS(1186), - [anon_sym_do] = ACTIONS(1186), - [anon_sym_for] = ACTIONS(1186), - [anon_sym_return] = ACTIONS(1186), - [anon_sym_break] = ACTIONS(1186), - [anon_sym_continue] = ACTIONS(1186), - [anon_sym_goto] = ACTIONS(1186), - [anon_sym___try] = ACTIONS(1186), - [anon_sym___leave] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1188), - [anon_sym_PLUS_PLUS] = ACTIONS(1188), - [anon_sym_sizeof] = ACTIONS(1186), - [anon_sym___alignof__] = ACTIONS(1186), - [anon_sym___alignof] = ACTIONS(1186), - [anon_sym__alignof] = ACTIONS(1186), - [anon_sym_alignof] = ACTIONS(1186), - [anon_sym__Alignof] = ACTIONS(1186), - [anon_sym_offsetof] = ACTIONS(1186), - [anon_sym__Generic] = ACTIONS(1186), - [anon_sym_asm] = ACTIONS(1186), - [anon_sym___asm__] = ACTIONS(1186), - [anon_sym___asm] = ACTIONS(1186), - [sym_number_literal] = ACTIONS(1188), - [anon_sym_L_SQUOTE] = ACTIONS(1188), - [anon_sym_u_SQUOTE] = ACTIONS(1188), - [anon_sym_U_SQUOTE] = ACTIONS(1188), - [anon_sym_u8_SQUOTE] = ACTIONS(1188), - [anon_sym_SQUOTE] = ACTIONS(1188), - [anon_sym_L_DQUOTE] = ACTIONS(1188), - [anon_sym_u_DQUOTE] = ACTIONS(1188), - [anon_sym_U_DQUOTE] = ACTIONS(1188), - [anon_sym_u8_DQUOTE] = ACTIONS(1188), - [anon_sym_DQUOTE] = ACTIONS(1188), - [sym_true] = ACTIONS(1186), - [sym_false] = ACTIONS(1186), - [anon_sym_NULL] = ACTIONS(1186), - [anon_sym_nullptr] = ACTIONS(1186), - [sym_comment] = ACTIONS(3), - }, - [173] = { - [sym_identifier] = ACTIONS(1254), - [aux_sym_preproc_include_token1] = ACTIONS(1254), - [aux_sym_preproc_def_token1] = ACTIONS(1254), - [aux_sym_preproc_if_token1] = ACTIONS(1254), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1254), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1254), - [sym_preproc_directive] = ACTIONS(1254), - [anon_sym_LPAREN2] = ACTIONS(1256), - [anon_sym_BANG] = ACTIONS(1256), - [anon_sym_TILDE] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1254), - [anon_sym_STAR] = ACTIONS(1256), - [anon_sym_AMP] = ACTIONS(1256), - [anon_sym_SEMI] = ACTIONS(1256), - [anon_sym___extension__] = ACTIONS(1254), - [anon_sym_typedef] = ACTIONS(1254), - [anon_sym_extern] = ACTIONS(1254), - [anon_sym___attribute__] = ACTIONS(1254), - [anon_sym___attribute] = ACTIONS(1254), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1256), - [anon_sym___declspec] = ACTIONS(1254), - [anon_sym___cdecl] = ACTIONS(1254), - [anon_sym___clrcall] = ACTIONS(1254), - [anon_sym___stdcall] = ACTIONS(1254), - [anon_sym___fastcall] = ACTIONS(1254), - [anon_sym___thiscall] = ACTIONS(1254), - [anon_sym___vectorcall] = ACTIONS(1254), - [anon_sym_LBRACE] = ACTIONS(1256), - [anon_sym_RBRACE] = ACTIONS(1256), - [anon_sym_signed] = ACTIONS(1254), - [anon_sym_unsigned] = ACTIONS(1254), - [anon_sym_long] = ACTIONS(1254), - [anon_sym_short] = ACTIONS(1254), - [anon_sym_static] = ACTIONS(1254), - [anon_sym_auto] = ACTIONS(1254), - [anon_sym_register] = ACTIONS(1254), - [anon_sym_inline] = ACTIONS(1254), - [anon_sym___inline] = ACTIONS(1254), - [anon_sym___inline__] = ACTIONS(1254), - [anon_sym___forceinline] = ACTIONS(1254), - [anon_sym_thread_local] = ACTIONS(1254), - [anon_sym___thread] = ACTIONS(1254), - [anon_sym_const] = ACTIONS(1254), - [anon_sym_constexpr] = ACTIONS(1254), - [anon_sym_volatile] = ACTIONS(1254), - [anon_sym_restrict] = ACTIONS(1254), - [anon_sym___restrict__] = ACTIONS(1254), - [anon_sym__Atomic] = ACTIONS(1254), - [anon_sym__Noreturn] = ACTIONS(1254), - [anon_sym_noreturn] = ACTIONS(1254), - [anon_sym__Nonnull] = ACTIONS(1254), - [anon_sym_alignas] = ACTIONS(1254), - [anon_sym__Alignas] = ACTIONS(1254), - [sym_primitive_type] = ACTIONS(1254), - [anon_sym_enum] = ACTIONS(1254), - [anon_sym_struct] = ACTIONS(1254), - [anon_sym_union] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1254), - [anon_sym_else] = ACTIONS(1254), - [anon_sym_switch] = ACTIONS(1254), - [anon_sym_case] = ACTIONS(1254), - [anon_sym_default] = ACTIONS(1254), - [anon_sym_while] = ACTIONS(1254), - [anon_sym_do] = ACTIONS(1254), - [anon_sym_for] = ACTIONS(1254), - [anon_sym_return] = ACTIONS(1254), - [anon_sym_break] = ACTIONS(1254), - [anon_sym_continue] = ACTIONS(1254), - [anon_sym_goto] = ACTIONS(1254), - [anon_sym___try] = ACTIONS(1254), - [anon_sym___leave] = ACTIONS(1254), - [anon_sym_DASH_DASH] = ACTIONS(1256), - [anon_sym_PLUS_PLUS] = ACTIONS(1256), - [anon_sym_sizeof] = ACTIONS(1254), - [anon_sym___alignof__] = ACTIONS(1254), - [anon_sym___alignof] = ACTIONS(1254), - [anon_sym__alignof] = ACTIONS(1254), - [anon_sym_alignof] = ACTIONS(1254), - [anon_sym__Alignof] = ACTIONS(1254), - [anon_sym_offsetof] = ACTIONS(1254), - [anon_sym__Generic] = ACTIONS(1254), - [anon_sym_asm] = ACTIONS(1254), - [anon_sym___asm__] = ACTIONS(1254), - [anon_sym___asm] = ACTIONS(1254), - [sym_number_literal] = ACTIONS(1256), - [anon_sym_L_SQUOTE] = ACTIONS(1256), - [anon_sym_u_SQUOTE] = ACTIONS(1256), - [anon_sym_U_SQUOTE] = ACTIONS(1256), - [anon_sym_u8_SQUOTE] = ACTIONS(1256), - [anon_sym_SQUOTE] = ACTIONS(1256), - [anon_sym_L_DQUOTE] = ACTIONS(1256), - [anon_sym_u_DQUOTE] = ACTIONS(1256), - [anon_sym_U_DQUOTE] = ACTIONS(1256), - [anon_sym_u8_DQUOTE] = ACTIONS(1256), - [anon_sym_DQUOTE] = ACTIONS(1256), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [anon_sym_NULL] = ACTIONS(1254), - [anon_sym_nullptr] = ACTIONS(1254), - [sym_comment] = ACTIONS(3), - }, - [174] = { - [ts_builtin_sym_end] = ACTIONS(1208), - [sym_identifier] = ACTIONS(1206), - [aux_sym_preproc_include_token1] = ACTIONS(1206), - [aux_sym_preproc_def_token1] = ACTIONS(1206), - [aux_sym_preproc_if_token1] = ACTIONS(1206), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1206), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1206), - [sym_preproc_directive] = ACTIONS(1206), - [anon_sym_LPAREN2] = ACTIONS(1208), - [anon_sym_BANG] = ACTIONS(1208), - [anon_sym_TILDE] = ACTIONS(1208), - [anon_sym_DASH] = ACTIONS(1206), - [anon_sym_PLUS] = ACTIONS(1206), - [anon_sym_STAR] = ACTIONS(1208), - [anon_sym_AMP] = ACTIONS(1208), - [anon_sym_SEMI] = ACTIONS(1208), - [anon_sym___extension__] = ACTIONS(1206), - [anon_sym_typedef] = ACTIONS(1206), - [anon_sym_extern] = ACTIONS(1206), - [anon_sym___attribute__] = ACTIONS(1206), - [anon_sym___attribute] = ACTIONS(1206), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1208), - [anon_sym___declspec] = ACTIONS(1206), - [anon_sym___cdecl] = ACTIONS(1206), - [anon_sym___clrcall] = ACTIONS(1206), - [anon_sym___stdcall] = ACTIONS(1206), - [anon_sym___fastcall] = ACTIONS(1206), - [anon_sym___thiscall] = ACTIONS(1206), - [anon_sym___vectorcall] = ACTIONS(1206), - [anon_sym_LBRACE] = ACTIONS(1208), - [anon_sym_signed] = ACTIONS(1206), - [anon_sym_unsigned] = ACTIONS(1206), - [anon_sym_long] = ACTIONS(1206), - [anon_sym_short] = ACTIONS(1206), - [anon_sym_static] = ACTIONS(1206), - [anon_sym_auto] = ACTIONS(1206), - [anon_sym_register] = ACTIONS(1206), - [anon_sym_inline] = ACTIONS(1206), - [anon_sym___inline] = ACTIONS(1206), - [anon_sym___inline__] = ACTIONS(1206), - [anon_sym___forceinline] = ACTIONS(1206), - [anon_sym_thread_local] = ACTIONS(1206), - [anon_sym___thread] = ACTIONS(1206), - [anon_sym_const] = ACTIONS(1206), - [anon_sym_constexpr] = ACTIONS(1206), - [anon_sym_volatile] = ACTIONS(1206), - [anon_sym_restrict] = ACTIONS(1206), - [anon_sym___restrict__] = ACTIONS(1206), - [anon_sym__Atomic] = ACTIONS(1206), - [anon_sym__Noreturn] = ACTIONS(1206), - [anon_sym_noreturn] = ACTIONS(1206), - [anon_sym__Nonnull] = ACTIONS(1206), - [anon_sym_alignas] = ACTIONS(1206), - [anon_sym__Alignas] = ACTIONS(1206), - [sym_primitive_type] = ACTIONS(1206), - [anon_sym_enum] = ACTIONS(1206), - [anon_sym_struct] = ACTIONS(1206), - [anon_sym_union] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1206), - [anon_sym_else] = ACTIONS(1206), - [anon_sym_switch] = ACTIONS(1206), - [anon_sym_case] = ACTIONS(1206), - [anon_sym_default] = ACTIONS(1206), - [anon_sym_while] = ACTIONS(1206), - [anon_sym_do] = ACTIONS(1206), - [anon_sym_for] = ACTIONS(1206), - [anon_sym_return] = ACTIONS(1206), - [anon_sym_break] = ACTIONS(1206), - [anon_sym_continue] = ACTIONS(1206), - [anon_sym_goto] = ACTIONS(1206), - [anon_sym___try] = ACTIONS(1206), - [anon_sym___leave] = ACTIONS(1206), - [anon_sym_DASH_DASH] = ACTIONS(1208), - [anon_sym_PLUS_PLUS] = ACTIONS(1208), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym___alignof__] = ACTIONS(1206), - [anon_sym___alignof] = ACTIONS(1206), - [anon_sym__alignof] = ACTIONS(1206), - [anon_sym_alignof] = ACTIONS(1206), - [anon_sym__Alignof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1206), - [anon_sym__Generic] = ACTIONS(1206), - [anon_sym_asm] = ACTIONS(1206), - [anon_sym___asm__] = ACTIONS(1206), - [anon_sym___asm] = ACTIONS(1206), - [sym_number_literal] = ACTIONS(1208), - [anon_sym_L_SQUOTE] = ACTIONS(1208), - [anon_sym_u_SQUOTE] = ACTIONS(1208), - [anon_sym_U_SQUOTE] = ACTIONS(1208), - [anon_sym_u8_SQUOTE] = ACTIONS(1208), - [anon_sym_SQUOTE] = ACTIONS(1208), - [anon_sym_L_DQUOTE] = ACTIONS(1208), - [anon_sym_u_DQUOTE] = ACTIONS(1208), - [anon_sym_U_DQUOTE] = ACTIONS(1208), - [anon_sym_u8_DQUOTE] = ACTIONS(1208), - [anon_sym_DQUOTE] = ACTIONS(1208), - [sym_true] = ACTIONS(1206), - [sym_false] = ACTIONS(1206), - [anon_sym_NULL] = ACTIONS(1206), - [anon_sym_nullptr] = ACTIONS(1206), - [sym_comment] = ACTIONS(3), - }, - [175] = { - [sym_identifier] = ACTIONS(1258), - [aux_sym_preproc_include_token1] = ACTIONS(1258), - [aux_sym_preproc_def_token1] = ACTIONS(1258), - [aux_sym_preproc_if_token1] = ACTIONS(1258), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1258), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1258), - [sym_preproc_directive] = ACTIONS(1258), - [anon_sym_LPAREN2] = ACTIONS(1260), - [anon_sym_BANG] = ACTIONS(1260), - [anon_sym_TILDE] = ACTIONS(1260), - [anon_sym_DASH] = ACTIONS(1258), - [anon_sym_PLUS] = ACTIONS(1258), - [anon_sym_STAR] = ACTIONS(1260), - [anon_sym_AMP] = ACTIONS(1260), - [anon_sym_SEMI] = ACTIONS(1260), - [anon_sym___extension__] = ACTIONS(1258), - [anon_sym_typedef] = ACTIONS(1258), - [anon_sym_extern] = ACTIONS(1258), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1260), - [anon_sym___declspec] = ACTIONS(1258), - [anon_sym___cdecl] = ACTIONS(1258), - [anon_sym___clrcall] = ACTIONS(1258), - [anon_sym___stdcall] = ACTIONS(1258), - [anon_sym___fastcall] = ACTIONS(1258), - [anon_sym___thiscall] = ACTIONS(1258), - [anon_sym___vectorcall] = ACTIONS(1258), - [anon_sym_LBRACE] = ACTIONS(1260), - [anon_sym_RBRACE] = ACTIONS(1260), - [anon_sym_signed] = ACTIONS(1258), - [anon_sym_unsigned] = ACTIONS(1258), - [anon_sym_long] = ACTIONS(1258), - [anon_sym_short] = ACTIONS(1258), - [anon_sym_static] = ACTIONS(1258), - [anon_sym_auto] = ACTIONS(1258), - [anon_sym_register] = ACTIONS(1258), - [anon_sym_inline] = ACTIONS(1258), - [anon_sym___inline] = ACTIONS(1258), - [anon_sym___inline__] = ACTIONS(1258), - [anon_sym___forceinline] = ACTIONS(1258), - [anon_sym_thread_local] = ACTIONS(1258), - [anon_sym___thread] = ACTIONS(1258), - [anon_sym_const] = ACTIONS(1258), - [anon_sym_constexpr] = ACTIONS(1258), - [anon_sym_volatile] = ACTIONS(1258), - [anon_sym_restrict] = ACTIONS(1258), - [anon_sym___restrict__] = ACTIONS(1258), - [anon_sym__Atomic] = ACTIONS(1258), - [anon_sym__Noreturn] = ACTIONS(1258), - [anon_sym_noreturn] = ACTIONS(1258), - [anon_sym__Nonnull] = ACTIONS(1258), - [anon_sym_alignas] = ACTIONS(1258), - [anon_sym__Alignas] = ACTIONS(1258), - [sym_primitive_type] = ACTIONS(1258), - [anon_sym_enum] = ACTIONS(1258), - [anon_sym_struct] = ACTIONS(1258), - [anon_sym_union] = ACTIONS(1258), - [anon_sym_if] = ACTIONS(1258), - [anon_sym_else] = ACTIONS(1258), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_case] = ACTIONS(1258), - [anon_sym_default] = ACTIONS(1258), - [anon_sym_while] = ACTIONS(1258), - [anon_sym_do] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1258), - [anon_sym_return] = ACTIONS(1258), - [anon_sym_break] = ACTIONS(1258), - [anon_sym_continue] = ACTIONS(1258), - [anon_sym_goto] = ACTIONS(1258), - [anon_sym___try] = ACTIONS(1258), - [anon_sym___leave] = ACTIONS(1258), - [anon_sym_DASH_DASH] = ACTIONS(1260), - [anon_sym_PLUS_PLUS] = ACTIONS(1260), - [anon_sym_sizeof] = ACTIONS(1258), - [anon_sym___alignof__] = ACTIONS(1258), - [anon_sym___alignof] = ACTIONS(1258), - [anon_sym__alignof] = ACTIONS(1258), - [anon_sym_alignof] = ACTIONS(1258), - [anon_sym__Alignof] = ACTIONS(1258), - [anon_sym_offsetof] = ACTIONS(1258), - [anon_sym__Generic] = ACTIONS(1258), - [anon_sym_asm] = ACTIONS(1258), - [anon_sym___asm__] = ACTIONS(1258), - [anon_sym___asm] = ACTIONS(1258), - [sym_number_literal] = ACTIONS(1260), - [anon_sym_L_SQUOTE] = ACTIONS(1260), - [anon_sym_u_SQUOTE] = ACTIONS(1260), - [anon_sym_U_SQUOTE] = ACTIONS(1260), - [anon_sym_u8_SQUOTE] = ACTIONS(1260), - [anon_sym_SQUOTE] = ACTIONS(1260), - [anon_sym_L_DQUOTE] = ACTIONS(1260), - [anon_sym_u_DQUOTE] = ACTIONS(1260), - [anon_sym_U_DQUOTE] = ACTIONS(1260), - [anon_sym_u8_DQUOTE] = ACTIONS(1260), - [anon_sym_DQUOTE] = ACTIONS(1260), - [sym_true] = ACTIONS(1258), - [sym_false] = ACTIONS(1258), - [anon_sym_NULL] = ACTIONS(1258), - [anon_sym_nullptr] = ACTIONS(1258), - [sym_comment] = ACTIONS(3), - }, - [176] = { - [sym_identifier] = ACTIONS(1210), - [aux_sym_preproc_include_token1] = ACTIONS(1210), - [aux_sym_preproc_def_token1] = ACTIONS(1210), - [aux_sym_preproc_if_token1] = ACTIONS(1210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1210), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1210), - [sym_preproc_directive] = ACTIONS(1210), - [anon_sym_LPAREN2] = ACTIONS(1212), - [anon_sym_BANG] = ACTIONS(1212), - [anon_sym_TILDE] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1210), - [anon_sym_PLUS] = ACTIONS(1210), - [anon_sym_STAR] = ACTIONS(1212), - [anon_sym_AMP] = ACTIONS(1212), - [anon_sym_SEMI] = ACTIONS(1212), - [anon_sym___extension__] = ACTIONS(1210), - [anon_sym_typedef] = ACTIONS(1210), - [anon_sym_extern] = ACTIONS(1210), - [anon_sym___attribute__] = ACTIONS(1210), - [anon_sym___attribute] = ACTIONS(1210), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1212), - [anon_sym___declspec] = ACTIONS(1210), - [anon_sym___cdecl] = ACTIONS(1210), - [anon_sym___clrcall] = ACTIONS(1210), - [anon_sym___stdcall] = ACTIONS(1210), - [anon_sym___fastcall] = ACTIONS(1210), - [anon_sym___thiscall] = ACTIONS(1210), - [anon_sym___vectorcall] = ACTIONS(1210), - [anon_sym_LBRACE] = ACTIONS(1212), - [anon_sym_RBRACE] = ACTIONS(1212), - [anon_sym_signed] = ACTIONS(1210), - [anon_sym_unsigned] = ACTIONS(1210), - [anon_sym_long] = ACTIONS(1210), - [anon_sym_short] = ACTIONS(1210), - [anon_sym_static] = ACTIONS(1210), - [anon_sym_auto] = ACTIONS(1210), - [anon_sym_register] = ACTIONS(1210), - [anon_sym_inline] = ACTIONS(1210), - [anon_sym___inline] = ACTIONS(1210), - [anon_sym___inline__] = ACTIONS(1210), - [anon_sym___forceinline] = ACTIONS(1210), - [anon_sym_thread_local] = ACTIONS(1210), - [anon_sym___thread] = ACTIONS(1210), - [anon_sym_const] = ACTIONS(1210), - [anon_sym_constexpr] = ACTIONS(1210), - [anon_sym_volatile] = ACTIONS(1210), - [anon_sym_restrict] = ACTIONS(1210), - [anon_sym___restrict__] = ACTIONS(1210), - [anon_sym__Atomic] = ACTIONS(1210), - [anon_sym__Noreturn] = ACTIONS(1210), - [anon_sym_noreturn] = ACTIONS(1210), - [anon_sym__Nonnull] = ACTIONS(1210), - [anon_sym_alignas] = ACTIONS(1210), - [anon_sym__Alignas] = ACTIONS(1210), - [sym_primitive_type] = ACTIONS(1210), - [anon_sym_enum] = ACTIONS(1210), - [anon_sym_struct] = ACTIONS(1210), - [anon_sym_union] = ACTIONS(1210), - [anon_sym_if] = ACTIONS(1210), - [anon_sym_else] = ACTIONS(1210), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_case] = ACTIONS(1210), - [anon_sym_default] = ACTIONS(1210), - [anon_sym_while] = ACTIONS(1210), - [anon_sym_do] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1210), - [anon_sym_return] = ACTIONS(1210), - [anon_sym_break] = ACTIONS(1210), - [anon_sym_continue] = ACTIONS(1210), - [anon_sym_goto] = ACTIONS(1210), - [anon_sym___try] = ACTIONS(1210), - [anon_sym___leave] = ACTIONS(1210), - [anon_sym_DASH_DASH] = ACTIONS(1212), - [anon_sym_PLUS_PLUS] = ACTIONS(1212), - [anon_sym_sizeof] = ACTIONS(1210), - [anon_sym___alignof__] = ACTIONS(1210), - [anon_sym___alignof] = ACTIONS(1210), - [anon_sym__alignof] = ACTIONS(1210), - [anon_sym_alignof] = ACTIONS(1210), - [anon_sym__Alignof] = ACTIONS(1210), - [anon_sym_offsetof] = ACTIONS(1210), - [anon_sym__Generic] = ACTIONS(1210), - [anon_sym_asm] = ACTIONS(1210), - [anon_sym___asm__] = ACTIONS(1210), - [anon_sym___asm] = ACTIONS(1210), - [sym_number_literal] = ACTIONS(1212), - [anon_sym_L_SQUOTE] = ACTIONS(1212), - [anon_sym_u_SQUOTE] = ACTIONS(1212), - [anon_sym_U_SQUOTE] = ACTIONS(1212), - [anon_sym_u8_SQUOTE] = ACTIONS(1212), - [anon_sym_SQUOTE] = ACTIONS(1212), - [anon_sym_L_DQUOTE] = ACTIONS(1212), - [anon_sym_u_DQUOTE] = ACTIONS(1212), - [anon_sym_U_DQUOTE] = ACTIONS(1212), - [anon_sym_u8_DQUOTE] = ACTIONS(1212), - [anon_sym_DQUOTE] = ACTIONS(1212), - [sym_true] = ACTIONS(1210), - [sym_false] = ACTIONS(1210), - [anon_sym_NULL] = ACTIONS(1210), - [anon_sym_nullptr] = ACTIONS(1210), - [sym_comment] = ACTIONS(3), - }, - [177] = { - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym___extension__] = ACTIONS(1138), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym___attribute] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_RBRACE] = ACTIONS(1140), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym___inline] = ACTIONS(1138), - [anon_sym___inline__] = ACTIONS(1138), - [anon_sym___forceinline] = ACTIONS(1138), - [anon_sym_thread_local] = ACTIONS(1138), - [anon_sym___thread] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_constexpr] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_noreturn] = ACTIONS(1138), - [anon_sym__Nonnull] = ACTIONS(1138), - [anon_sym_alignas] = ACTIONS(1138), - [anon_sym__Alignas] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_else] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym___try] = ACTIONS(1138), - [anon_sym___leave] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym___alignof__] = ACTIONS(1138), - [anon_sym___alignof] = ACTIONS(1138), - [anon_sym__alignof] = ACTIONS(1138), - [anon_sym_alignof] = ACTIONS(1138), - [anon_sym__Alignof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [anon_sym___asm] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [anon_sym_NULL] = ACTIONS(1138), - [anon_sym_nullptr] = ACTIONS(1138), - [sym_comment] = ACTIONS(3), - }, - [178] = { - [sym_identifier] = ACTIONS(1222), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token2] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1224), - [anon_sym_BANG] = ACTIONS(1224), - [anon_sym_TILDE] = ACTIONS(1224), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_STAR] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1224), - [anon_sym_SEMI] = ACTIONS(1224), - [anon_sym___extension__] = ACTIONS(1222), - [anon_sym_typedef] = ACTIONS(1222), - [anon_sym_extern] = ACTIONS(1222), - [anon_sym___attribute__] = ACTIONS(1222), - [anon_sym___attribute] = ACTIONS(1222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1224), - [anon_sym___declspec] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(1224), - [anon_sym_signed] = ACTIONS(1222), - [anon_sym_unsigned] = ACTIONS(1222), - [anon_sym_long] = ACTIONS(1222), - [anon_sym_short] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1222), - [anon_sym_auto] = ACTIONS(1222), - [anon_sym_register] = ACTIONS(1222), - [anon_sym_inline] = ACTIONS(1222), - [anon_sym___inline] = ACTIONS(1222), - [anon_sym___inline__] = ACTIONS(1222), - [anon_sym___forceinline] = ACTIONS(1222), - [anon_sym_thread_local] = ACTIONS(1222), - [anon_sym___thread] = ACTIONS(1222), - [anon_sym_const] = ACTIONS(1222), - [anon_sym_constexpr] = ACTIONS(1222), - [anon_sym_volatile] = ACTIONS(1222), - [anon_sym_restrict] = ACTIONS(1222), - [anon_sym___restrict__] = ACTIONS(1222), - [anon_sym__Atomic] = ACTIONS(1222), - [anon_sym__Noreturn] = ACTIONS(1222), - [anon_sym_noreturn] = ACTIONS(1222), - [anon_sym__Nonnull] = ACTIONS(1222), - [anon_sym_alignas] = ACTIONS(1222), - [anon_sym__Alignas] = ACTIONS(1222), - [sym_primitive_type] = ACTIONS(1222), - [anon_sym_enum] = ACTIONS(1222), - [anon_sym_struct] = ACTIONS(1222), - [anon_sym_union] = ACTIONS(1222), - [anon_sym_if] = ACTIONS(1222), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(1222), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [anon_sym_while] = ACTIONS(1222), - [anon_sym_do] = ACTIONS(1222), - [anon_sym_for] = ACTIONS(1222), - [anon_sym_return] = ACTIONS(1222), - [anon_sym_break] = ACTIONS(1222), - [anon_sym_continue] = ACTIONS(1222), - [anon_sym_goto] = ACTIONS(1222), - [anon_sym___try] = ACTIONS(1222), - [anon_sym___leave] = ACTIONS(1222), - [anon_sym_DASH_DASH] = ACTIONS(1224), - [anon_sym_PLUS_PLUS] = ACTIONS(1224), - [anon_sym_sizeof] = ACTIONS(1222), - [anon_sym___alignof__] = ACTIONS(1222), - [anon_sym___alignof] = ACTIONS(1222), - [anon_sym__alignof] = ACTIONS(1222), - [anon_sym_alignof] = ACTIONS(1222), - [anon_sym__Alignof] = ACTIONS(1222), - [anon_sym_offsetof] = ACTIONS(1222), - [anon_sym__Generic] = ACTIONS(1222), - [anon_sym_asm] = ACTIONS(1222), - [anon_sym___asm__] = ACTIONS(1222), - [anon_sym___asm] = ACTIONS(1222), - [sym_number_literal] = ACTIONS(1224), - [anon_sym_L_SQUOTE] = ACTIONS(1224), - [anon_sym_u_SQUOTE] = ACTIONS(1224), - [anon_sym_U_SQUOTE] = ACTIONS(1224), - [anon_sym_u8_SQUOTE] = ACTIONS(1224), - [anon_sym_SQUOTE] = ACTIONS(1224), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1222), - [sym_false] = ACTIONS(1222), - [anon_sym_NULL] = ACTIONS(1222), - [anon_sym_nullptr] = ACTIONS(1222), - [sym_comment] = ACTIONS(3), - }, - [179] = { - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1230), - [aux_sym_preproc_def_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token1] = ACTIONS(1230), - [aux_sym_preproc_if_token2] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), - [sym_preproc_directive] = ACTIONS(1230), - [anon_sym_LPAREN2] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [anon_sym___extension__] = ACTIONS(1230), - [anon_sym_typedef] = ACTIONS(1230), - [anon_sym_extern] = ACTIONS(1230), - [anon_sym___attribute__] = ACTIONS(1230), - [anon_sym___attribute] = ACTIONS(1230), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), - [anon_sym___declspec] = ACTIONS(1230), - [anon_sym___cdecl] = ACTIONS(1230), - [anon_sym___clrcall] = ACTIONS(1230), - [anon_sym___stdcall] = ACTIONS(1230), - [anon_sym___fastcall] = ACTIONS(1230), - [anon_sym___thiscall] = ACTIONS(1230), - [anon_sym___vectorcall] = ACTIONS(1230), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_signed] = ACTIONS(1230), - [anon_sym_unsigned] = ACTIONS(1230), - [anon_sym_long] = ACTIONS(1230), - [anon_sym_short] = ACTIONS(1230), - [anon_sym_static] = ACTIONS(1230), - [anon_sym_auto] = ACTIONS(1230), - [anon_sym_register] = ACTIONS(1230), - [anon_sym_inline] = ACTIONS(1230), - [anon_sym___inline] = ACTIONS(1230), - [anon_sym___inline__] = ACTIONS(1230), - [anon_sym___forceinline] = ACTIONS(1230), - [anon_sym_thread_local] = ACTIONS(1230), - [anon_sym___thread] = ACTIONS(1230), - [anon_sym_const] = ACTIONS(1230), - [anon_sym_constexpr] = ACTIONS(1230), - [anon_sym_volatile] = ACTIONS(1230), - [anon_sym_restrict] = ACTIONS(1230), - [anon_sym___restrict__] = ACTIONS(1230), - [anon_sym__Atomic] = ACTIONS(1230), - [anon_sym__Noreturn] = ACTIONS(1230), - [anon_sym_noreturn] = ACTIONS(1230), - [anon_sym__Nonnull] = ACTIONS(1230), - [anon_sym_alignas] = ACTIONS(1230), - [anon_sym__Alignas] = ACTIONS(1230), - [sym_primitive_type] = ACTIONS(1230), - [anon_sym_enum] = ACTIONS(1230), - [anon_sym_struct] = ACTIONS(1230), - [anon_sym_union] = ACTIONS(1230), - [anon_sym_if] = ACTIONS(1230), - [anon_sym_else] = ACTIONS(1230), - [anon_sym_switch] = ACTIONS(1230), - [anon_sym_case] = ACTIONS(1230), - [anon_sym_default] = ACTIONS(1230), - [anon_sym_while] = ACTIONS(1230), - [anon_sym_do] = ACTIONS(1230), - [anon_sym_for] = ACTIONS(1230), - [anon_sym_return] = ACTIONS(1230), - [anon_sym_break] = ACTIONS(1230), - [anon_sym_continue] = ACTIONS(1230), - [anon_sym_goto] = ACTIONS(1230), - [anon_sym___try] = ACTIONS(1230), - [anon_sym___leave] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [anon_sym_sizeof] = ACTIONS(1230), - [anon_sym___alignof__] = ACTIONS(1230), - [anon_sym___alignof] = ACTIONS(1230), - [anon_sym__alignof] = ACTIONS(1230), - [anon_sym_alignof] = ACTIONS(1230), - [anon_sym__Alignof] = ACTIONS(1230), - [anon_sym_offsetof] = ACTIONS(1230), - [anon_sym__Generic] = ACTIONS(1230), - [anon_sym_asm] = ACTIONS(1230), - [anon_sym___asm__] = ACTIONS(1230), - [anon_sym___asm] = ACTIONS(1230), - [sym_number_literal] = ACTIONS(1232), - [anon_sym_L_SQUOTE] = ACTIONS(1232), - [anon_sym_u_SQUOTE] = ACTIONS(1232), - [anon_sym_U_SQUOTE] = ACTIONS(1232), - [anon_sym_u8_SQUOTE] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_L_DQUOTE] = ACTIONS(1232), - [anon_sym_u_DQUOTE] = ACTIONS(1232), - [anon_sym_U_DQUOTE] = ACTIONS(1232), - [anon_sym_u8_DQUOTE] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [sym_true] = ACTIONS(1230), - [sym_false] = ACTIONS(1230), - [anon_sym_NULL] = ACTIONS(1230), - [anon_sym_nullptr] = ACTIONS(1230), - [sym_comment] = ACTIONS(3), - }, - [180] = { - [sym_identifier] = ACTIONS(1234), - [aux_sym_preproc_include_token1] = ACTIONS(1234), - [aux_sym_preproc_def_token1] = ACTIONS(1234), - [aux_sym_preproc_if_token1] = ACTIONS(1234), - [aux_sym_preproc_if_token2] = ACTIONS(1234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1234), - [sym_preproc_directive] = ACTIONS(1234), - [anon_sym_LPAREN2] = ACTIONS(1236), - [anon_sym_BANG] = ACTIONS(1236), - [anon_sym_TILDE] = ACTIONS(1236), - [anon_sym_DASH] = ACTIONS(1234), - [anon_sym_PLUS] = ACTIONS(1234), - [anon_sym_STAR] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1236), - [anon_sym_SEMI] = ACTIONS(1236), - [anon_sym___extension__] = ACTIONS(1234), - [anon_sym_typedef] = ACTIONS(1234), - [anon_sym_extern] = ACTIONS(1234), - [anon_sym___attribute__] = ACTIONS(1234), - [anon_sym___attribute] = ACTIONS(1234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1236), - [anon_sym___declspec] = ACTIONS(1234), - [anon_sym___cdecl] = ACTIONS(1234), - [anon_sym___clrcall] = ACTIONS(1234), - [anon_sym___stdcall] = ACTIONS(1234), - [anon_sym___fastcall] = ACTIONS(1234), - [anon_sym___thiscall] = ACTIONS(1234), - [anon_sym___vectorcall] = ACTIONS(1234), - [anon_sym_LBRACE] = ACTIONS(1236), - [anon_sym_signed] = ACTIONS(1234), - [anon_sym_unsigned] = ACTIONS(1234), - [anon_sym_long] = ACTIONS(1234), - [anon_sym_short] = ACTIONS(1234), - [anon_sym_static] = ACTIONS(1234), - [anon_sym_auto] = ACTIONS(1234), - [anon_sym_register] = ACTIONS(1234), - [anon_sym_inline] = ACTIONS(1234), - [anon_sym___inline] = ACTIONS(1234), - [anon_sym___inline__] = ACTIONS(1234), - [anon_sym___forceinline] = ACTIONS(1234), - [anon_sym_thread_local] = ACTIONS(1234), - [anon_sym___thread] = ACTIONS(1234), - [anon_sym_const] = ACTIONS(1234), - [anon_sym_constexpr] = ACTIONS(1234), - [anon_sym_volatile] = ACTIONS(1234), - [anon_sym_restrict] = ACTIONS(1234), - [anon_sym___restrict__] = ACTIONS(1234), - [anon_sym__Atomic] = ACTIONS(1234), - [anon_sym__Noreturn] = ACTIONS(1234), - [anon_sym_noreturn] = ACTIONS(1234), - [anon_sym__Nonnull] = ACTIONS(1234), - [anon_sym_alignas] = ACTIONS(1234), - [anon_sym__Alignas] = ACTIONS(1234), - [sym_primitive_type] = ACTIONS(1234), - [anon_sym_enum] = ACTIONS(1234), - [anon_sym_struct] = ACTIONS(1234), - [anon_sym_union] = ACTIONS(1234), - [anon_sym_if] = ACTIONS(1234), - [anon_sym_else] = ACTIONS(1234), - [anon_sym_switch] = ACTIONS(1234), - [anon_sym_case] = ACTIONS(1234), - [anon_sym_default] = ACTIONS(1234), - [anon_sym_while] = ACTIONS(1234), - [anon_sym_do] = ACTIONS(1234), - [anon_sym_for] = ACTIONS(1234), - [anon_sym_return] = ACTIONS(1234), - [anon_sym_break] = ACTIONS(1234), - [anon_sym_continue] = ACTIONS(1234), - [anon_sym_goto] = ACTIONS(1234), - [anon_sym___try] = ACTIONS(1234), - [anon_sym___leave] = ACTIONS(1234), - [anon_sym_DASH_DASH] = ACTIONS(1236), - [anon_sym_PLUS_PLUS] = ACTIONS(1236), - [anon_sym_sizeof] = ACTIONS(1234), - [anon_sym___alignof__] = ACTIONS(1234), - [anon_sym___alignof] = ACTIONS(1234), - [anon_sym__alignof] = ACTIONS(1234), - [anon_sym_alignof] = ACTIONS(1234), - [anon_sym__Alignof] = ACTIONS(1234), - [anon_sym_offsetof] = ACTIONS(1234), - [anon_sym__Generic] = ACTIONS(1234), - [anon_sym_asm] = ACTIONS(1234), - [anon_sym___asm__] = ACTIONS(1234), - [anon_sym___asm] = ACTIONS(1234), - [sym_number_literal] = ACTIONS(1236), - [anon_sym_L_SQUOTE] = ACTIONS(1236), - [anon_sym_u_SQUOTE] = ACTIONS(1236), - [anon_sym_U_SQUOTE] = ACTIONS(1236), - [anon_sym_u8_SQUOTE] = ACTIONS(1236), - [anon_sym_SQUOTE] = ACTIONS(1236), - [anon_sym_L_DQUOTE] = ACTIONS(1236), - [anon_sym_u_DQUOTE] = ACTIONS(1236), - [anon_sym_U_DQUOTE] = ACTIONS(1236), - [anon_sym_u8_DQUOTE] = ACTIONS(1236), - [anon_sym_DQUOTE] = ACTIONS(1236), - [sym_true] = ACTIONS(1234), - [sym_false] = ACTIONS(1234), - [anon_sym_NULL] = ACTIONS(1234), - [anon_sym_nullptr] = ACTIONS(1234), - [sym_comment] = ACTIONS(3), - }, - [181] = { - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1226), - [aux_sym_preproc_def_token1] = ACTIONS(1226), - [aux_sym_preproc_if_token1] = ACTIONS(1226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1226), - [sym_preproc_directive] = ACTIONS(1226), - [anon_sym_LPAREN2] = ACTIONS(1228), - [anon_sym_BANG] = ACTIONS(1228), - [anon_sym_TILDE] = ACTIONS(1228), - [anon_sym_DASH] = ACTIONS(1226), - [anon_sym_PLUS] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(1228), - [anon_sym_SEMI] = ACTIONS(1228), - [anon_sym___extension__] = ACTIONS(1226), - [anon_sym_typedef] = ACTIONS(1226), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym___attribute__] = ACTIONS(1226), - [anon_sym___attribute] = ACTIONS(1226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1228), - [anon_sym___declspec] = ACTIONS(1226), - [anon_sym___cdecl] = ACTIONS(1226), - [anon_sym___clrcall] = ACTIONS(1226), - [anon_sym___stdcall] = ACTIONS(1226), - [anon_sym___fastcall] = ACTIONS(1226), - [anon_sym___thiscall] = ACTIONS(1226), - [anon_sym___vectorcall] = ACTIONS(1226), - [anon_sym_LBRACE] = ACTIONS(1228), - [anon_sym_RBRACE] = ACTIONS(1228), - [anon_sym_signed] = ACTIONS(1226), - [anon_sym_unsigned] = ACTIONS(1226), - [anon_sym_long] = ACTIONS(1226), - [anon_sym_short] = ACTIONS(1226), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym___inline] = ACTIONS(1226), - [anon_sym___inline__] = ACTIONS(1226), - [anon_sym___forceinline] = ACTIONS(1226), - [anon_sym_thread_local] = ACTIONS(1226), - [anon_sym___thread] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1226), - [anon_sym_constexpr] = ACTIONS(1226), - [anon_sym_volatile] = ACTIONS(1226), - [anon_sym_restrict] = ACTIONS(1226), - [anon_sym___restrict__] = ACTIONS(1226), - [anon_sym__Atomic] = ACTIONS(1226), - [anon_sym__Noreturn] = ACTIONS(1226), - [anon_sym_noreturn] = ACTIONS(1226), - [anon_sym__Nonnull] = ACTIONS(1226), - [anon_sym_alignas] = ACTIONS(1226), - [anon_sym__Alignas] = ACTIONS(1226), - [sym_primitive_type] = ACTIONS(1226), - [anon_sym_enum] = ACTIONS(1226), - [anon_sym_struct] = ACTIONS(1226), - [anon_sym_union] = ACTIONS(1226), - [anon_sym_if] = ACTIONS(1226), - [anon_sym_else] = ACTIONS(1226), - [anon_sym_switch] = ACTIONS(1226), - [anon_sym_case] = ACTIONS(1226), - [anon_sym_default] = ACTIONS(1226), - [anon_sym_while] = ACTIONS(1226), - [anon_sym_do] = ACTIONS(1226), - [anon_sym_for] = ACTIONS(1226), - [anon_sym_return] = ACTIONS(1226), - [anon_sym_break] = ACTIONS(1226), - [anon_sym_continue] = ACTIONS(1226), - [anon_sym_goto] = ACTIONS(1226), - [anon_sym___try] = ACTIONS(1226), - [anon_sym___leave] = ACTIONS(1226), - [anon_sym_DASH_DASH] = ACTIONS(1228), - [anon_sym_PLUS_PLUS] = ACTIONS(1228), - [anon_sym_sizeof] = ACTIONS(1226), - [anon_sym___alignof__] = ACTIONS(1226), - [anon_sym___alignof] = ACTIONS(1226), - [anon_sym__alignof] = ACTIONS(1226), - [anon_sym_alignof] = ACTIONS(1226), - [anon_sym__Alignof] = ACTIONS(1226), - [anon_sym_offsetof] = ACTIONS(1226), - [anon_sym__Generic] = ACTIONS(1226), - [anon_sym_asm] = ACTIONS(1226), - [anon_sym___asm__] = ACTIONS(1226), - [anon_sym___asm] = ACTIONS(1226), - [sym_number_literal] = ACTIONS(1228), - [anon_sym_L_SQUOTE] = ACTIONS(1228), - [anon_sym_u_SQUOTE] = ACTIONS(1228), - [anon_sym_U_SQUOTE] = ACTIONS(1228), - [anon_sym_u8_SQUOTE] = ACTIONS(1228), - [anon_sym_SQUOTE] = ACTIONS(1228), - [anon_sym_L_DQUOTE] = ACTIONS(1228), - [anon_sym_u_DQUOTE] = ACTIONS(1228), - [anon_sym_U_DQUOTE] = ACTIONS(1228), - [anon_sym_u8_DQUOTE] = ACTIONS(1228), - [anon_sym_DQUOTE] = ACTIONS(1228), - [sym_true] = ACTIONS(1226), - [sym_false] = ACTIONS(1226), - [anon_sym_NULL] = ACTIONS(1226), - [anon_sym_nullptr] = ACTIONS(1226), - [sym_comment] = ACTIONS(3), - }, - [182] = { - [sym_identifier] = ACTIONS(1238), - [aux_sym_preproc_include_token1] = ACTIONS(1238), - [aux_sym_preproc_def_token1] = ACTIONS(1238), - [aux_sym_preproc_if_token1] = ACTIONS(1238), - [aux_sym_preproc_if_token2] = ACTIONS(1238), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1238), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1238), - [sym_preproc_directive] = ACTIONS(1238), - [anon_sym_LPAREN2] = ACTIONS(1240), - [anon_sym_BANG] = ACTIONS(1240), - [anon_sym_TILDE] = ACTIONS(1240), - [anon_sym_DASH] = ACTIONS(1238), - [anon_sym_PLUS] = ACTIONS(1238), - [anon_sym_STAR] = ACTIONS(1240), - [anon_sym_AMP] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1240), - [anon_sym___extension__] = ACTIONS(1238), - [anon_sym_typedef] = ACTIONS(1238), - [anon_sym_extern] = ACTIONS(1238), - [anon_sym___attribute__] = ACTIONS(1238), - [anon_sym___attribute] = ACTIONS(1238), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1240), - [anon_sym___declspec] = ACTIONS(1238), - [anon_sym___cdecl] = ACTIONS(1238), - [anon_sym___clrcall] = ACTIONS(1238), - [anon_sym___stdcall] = ACTIONS(1238), - [anon_sym___fastcall] = ACTIONS(1238), - [anon_sym___thiscall] = ACTIONS(1238), - [anon_sym___vectorcall] = ACTIONS(1238), - [anon_sym_LBRACE] = ACTIONS(1240), - [anon_sym_signed] = ACTIONS(1238), - [anon_sym_unsigned] = ACTIONS(1238), - [anon_sym_long] = ACTIONS(1238), - [anon_sym_short] = ACTIONS(1238), - [anon_sym_static] = ACTIONS(1238), - [anon_sym_auto] = ACTIONS(1238), - [anon_sym_register] = ACTIONS(1238), - [anon_sym_inline] = ACTIONS(1238), - [anon_sym___inline] = ACTIONS(1238), - [anon_sym___inline__] = ACTIONS(1238), - [anon_sym___forceinline] = ACTIONS(1238), - [anon_sym_thread_local] = ACTIONS(1238), - [anon_sym___thread] = ACTIONS(1238), - [anon_sym_const] = ACTIONS(1238), - [anon_sym_constexpr] = ACTIONS(1238), - [anon_sym_volatile] = ACTIONS(1238), - [anon_sym_restrict] = ACTIONS(1238), - [anon_sym___restrict__] = ACTIONS(1238), - [anon_sym__Atomic] = ACTIONS(1238), - [anon_sym__Noreturn] = ACTIONS(1238), - [anon_sym_noreturn] = ACTIONS(1238), - [anon_sym__Nonnull] = ACTIONS(1238), - [anon_sym_alignas] = ACTIONS(1238), - [anon_sym__Alignas] = ACTIONS(1238), - [sym_primitive_type] = ACTIONS(1238), - [anon_sym_enum] = ACTIONS(1238), - [anon_sym_struct] = ACTIONS(1238), - [anon_sym_union] = ACTIONS(1238), - [anon_sym_if] = ACTIONS(1238), - [anon_sym_else] = ACTIONS(1238), - [anon_sym_switch] = ACTIONS(1238), - [anon_sym_case] = ACTIONS(1238), - [anon_sym_default] = ACTIONS(1238), - [anon_sym_while] = ACTIONS(1238), - [anon_sym_do] = ACTIONS(1238), - [anon_sym_for] = ACTIONS(1238), - [anon_sym_return] = ACTIONS(1238), - [anon_sym_break] = ACTIONS(1238), - [anon_sym_continue] = ACTIONS(1238), - [anon_sym_goto] = ACTIONS(1238), - [anon_sym___try] = ACTIONS(1238), - [anon_sym___leave] = ACTIONS(1238), - [anon_sym_DASH_DASH] = ACTIONS(1240), - [anon_sym_PLUS_PLUS] = ACTIONS(1240), - [anon_sym_sizeof] = ACTIONS(1238), - [anon_sym___alignof__] = ACTIONS(1238), - [anon_sym___alignof] = ACTIONS(1238), - [anon_sym__alignof] = ACTIONS(1238), - [anon_sym_alignof] = ACTIONS(1238), - [anon_sym__Alignof] = ACTIONS(1238), - [anon_sym_offsetof] = ACTIONS(1238), - [anon_sym__Generic] = ACTIONS(1238), - [anon_sym_asm] = ACTIONS(1238), - [anon_sym___asm__] = ACTIONS(1238), - [anon_sym___asm] = ACTIONS(1238), - [sym_number_literal] = ACTIONS(1240), - [anon_sym_L_SQUOTE] = ACTIONS(1240), - [anon_sym_u_SQUOTE] = ACTIONS(1240), - [anon_sym_U_SQUOTE] = ACTIONS(1240), - [anon_sym_u8_SQUOTE] = ACTIONS(1240), - [anon_sym_SQUOTE] = ACTIONS(1240), - [anon_sym_L_DQUOTE] = ACTIONS(1240), - [anon_sym_u_DQUOTE] = ACTIONS(1240), - [anon_sym_U_DQUOTE] = ACTIONS(1240), - [anon_sym_u8_DQUOTE] = ACTIONS(1240), - [anon_sym_DQUOTE] = ACTIONS(1240), - [sym_true] = ACTIONS(1238), - [sym_false] = ACTIONS(1238), - [anon_sym_NULL] = ACTIONS(1238), - [anon_sym_nullptr] = ACTIONS(1238), - [sym_comment] = ACTIONS(3), - }, - [183] = { - [sym_identifier] = ACTIONS(1242), - [aux_sym_preproc_include_token1] = ACTIONS(1242), - [aux_sym_preproc_def_token1] = ACTIONS(1242), - [aux_sym_preproc_if_token1] = ACTIONS(1242), - [aux_sym_preproc_if_token2] = ACTIONS(1242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1242), - [sym_preproc_directive] = ACTIONS(1242), - [anon_sym_LPAREN2] = ACTIONS(1244), - [anon_sym_BANG] = ACTIONS(1244), - [anon_sym_TILDE] = ACTIONS(1244), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_STAR] = ACTIONS(1244), - [anon_sym_AMP] = ACTIONS(1244), - [anon_sym_SEMI] = ACTIONS(1244), - [anon_sym___extension__] = ACTIONS(1242), - [anon_sym_typedef] = ACTIONS(1242), - [anon_sym_extern] = ACTIONS(1242), - [anon_sym___attribute__] = ACTIONS(1242), - [anon_sym___attribute] = ACTIONS(1242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1244), - [anon_sym___declspec] = ACTIONS(1242), - [anon_sym___cdecl] = ACTIONS(1242), - [anon_sym___clrcall] = ACTIONS(1242), - [anon_sym___stdcall] = ACTIONS(1242), - [anon_sym___fastcall] = ACTIONS(1242), - [anon_sym___thiscall] = ACTIONS(1242), - [anon_sym___vectorcall] = ACTIONS(1242), - [anon_sym_LBRACE] = ACTIONS(1244), - [anon_sym_signed] = ACTIONS(1242), - [anon_sym_unsigned] = ACTIONS(1242), - [anon_sym_long] = ACTIONS(1242), - [anon_sym_short] = ACTIONS(1242), - [anon_sym_static] = ACTIONS(1242), - [anon_sym_auto] = ACTIONS(1242), - [anon_sym_register] = ACTIONS(1242), - [anon_sym_inline] = ACTIONS(1242), - [anon_sym___inline] = ACTIONS(1242), - [anon_sym___inline__] = ACTIONS(1242), - [anon_sym___forceinline] = ACTIONS(1242), - [anon_sym_thread_local] = ACTIONS(1242), - [anon_sym___thread] = ACTIONS(1242), - [anon_sym_const] = ACTIONS(1242), - [anon_sym_constexpr] = ACTIONS(1242), - [anon_sym_volatile] = ACTIONS(1242), - [anon_sym_restrict] = ACTIONS(1242), - [anon_sym___restrict__] = ACTIONS(1242), - [anon_sym__Atomic] = ACTIONS(1242), - [anon_sym__Noreturn] = ACTIONS(1242), - [anon_sym_noreturn] = ACTIONS(1242), - [anon_sym__Nonnull] = ACTIONS(1242), - [anon_sym_alignas] = ACTIONS(1242), - [anon_sym__Alignas] = ACTIONS(1242), - [sym_primitive_type] = ACTIONS(1242), - [anon_sym_enum] = ACTIONS(1242), - [anon_sym_struct] = ACTIONS(1242), - [anon_sym_union] = ACTIONS(1242), - [anon_sym_if] = ACTIONS(1242), - [anon_sym_else] = ACTIONS(1242), - [anon_sym_switch] = ACTIONS(1242), - [anon_sym_case] = ACTIONS(1242), - [anon_sym_default] = ACTIONS(1242), - [anon_sym_while] = ACTIONS(1242), - [anon_sym_do] = ACTIONS(1242), - [anon_sym_for] = ACTIONS(1242), - [anon_sym_return] = ACTIONS(1242), - [anon_sym_break] = ACTIONS(1242), - [anon_sym_continue] = ACTIONS(1242), - [anon_sym_goto] = ACTIONS(1242), - [anon_sym___try] = ACTIONS(1242), - [anon_sym___leave] = ACTIONS(1242), - [anon_sym_DASH_DASH] = ACTIONS(1244), - [anon_sym_PLUS_PLUS] = ACTIONS(1244), - [anon_sym_sizeof] = ACTIONS(1242), - [anon_sym___alignof__] = ACTIONS(1242), - [anon_sym___alignof] = ACTIONS(1242), - [anon_sym__alignof] = ACTIONS(1242), - [anon_sym_alignof] = ACTIONS(1242), - [anon_sym__Alignof] = ACTIONS(1242), - [anon_sym_offsetof] = ACTIONS(1242), - [anon_sym__Generic] = ACTIONS(1242), - [anon_sym_asm] = ACTIONS(1242), - [anon_sym___asm__] = ACTIONS(1242), - [anon_sym___asm] = ACTIONS(1242), - [sym_number_literal] = ACTIONS(1244), - [anon_sym_L_SQUOTE] = ACTIONS(1244), - [anon_sym_u_SQUOTE] = ACTIONS(1244), - [anon_sym_U_SQUOTE] = ACTIONS(1244), - [anon_sym_u8_SQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1244), - [anon_sym_L_DQUOTE] = ACTIONS(1244), - [anon_sym_u_DQUOTE] = ACTIONS(1244), - [anon_sym_U_DQUOTE] = ACTIONS(1244), - [anon_sym_u8_DQUOTE] = ACTIONS(1244), - [anon_sym_DQUOTE] = ACTIONS(1244), - [sym_true] = ACTIONS(1242), - [sym_false] = ACTIONS(1242), - [anon_sym_NULL] = ACTIONS(1242), - [anon_sym_nullptr] = ACTIONS(1242), - [sym_comment] = ACTIONS(3), - }, - [184] = { - [sym_identifier] = ACTIONS(1246), - [aux_sym_preproc_include_token1] = ACTIONS(1246), - [aux_sym_preproc_def_token1] = ACTIONS(1246), - [aux_sym_preproc_if_token1] = ACTIONS(1246), - [aux_sym_preproc_if_token2] = ACTIONS(1246), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1246), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1246), - [sym_preproc_directive] = ACTIONS(1246), - [anon_sym_LPAREN2] = ACTIONS(1248), - [anon_sym_BANG] = ACTIONS(1248), - [anon_sym_TILDE] = ACTIONS(1248), - [anon_sym_DASH] = ACTIONS(1246), - [anon_sym_PLUS] = ACTIONS(1246), - [anon_sym_STAR] = ACTIONS(1248), - [anon_sym_AMP] = ACTIONS(1248), - [anon_sym_SEMI] = ACTIONS(1248), - [anon_sym___extension__] = ACTIONS(1246), - [anon_sym_typedef] = ACTIONS(1246), - [anon_sym_extern] = ACTIONS(1246), - [anon_sym___attribute__] = ACTIONS(1246), - [anon_sym___attribute] = ACTIONS(1246), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1248), - [anon_sym___declspec] = ACTIONS(1246), - [anon_sym___cdecl] = ACTIONS(1246), - [anon_sym___clrcall] = ACTIONS(1246), - [anon_sym___stdcall] = ACTIONS(1246), - [anon_sym___fastcall] = ACTIONS(1246), - [anon_sym___thiscall] = ACTIONS(1246), - [anon_sym___vectorcall] = ACTIONS(1246), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_signed] = ACTIONS(1246), - [anon_sym_unsigned] = ACTIONS(1246), - [anon_sym_long] = ACTIONS(1246), - [anon_sym_short] = ACTIONS(1246), - [anon_sym_static] = ACTIONS(1246), - [anon_sym_auto] = ACTIONS(1246), - [anon_sym_register] = ACTIONS(1246), - [anon_sym_inline] = ACTIONS(1246), - [anon_sym___inline] = ACTIONS(1246), - [anon_sym___inline__] = ACTIONS(1246), - [anon_sym___forceinline] = ACTIONS(1246), - [anon_sym_thread_local] = ACTIONS(1246), - [anon_sym___thread] = ACTIONS(1246), - [anon_sym_const] = ACTIONS(1246), - [anon_sym_constexpr] = ACTIONS(1246), - [anon_sym_volatile] = ACTIONS(1246), - [anon_sym_restrict] = ACTIONS(1246), - [anon_sym___restrict__] = ACTIONS(1246), - [anon_sym__Atomic] = ACTIONS(1246), - [anon_sym__Noreturn] = ACTIONS(1246), - [anon_sym_noreturn] = ACTIONS(1246), - [anon_sym__Nonnull] = ACTIONS(1246), - [anon_sym_alignas] = ACTIONS(1246), - [anon_sym__Alignas] = ACTIONS(1246), - [sym_primitive_type] = ACTIONS(1246), - [anon_sym_enum] = ACTIONS(1246), - [anon_sym_struct] = ACTIONS(1246), - [anon_sym_union] = ACTIONS(1246), - [anon_sym_if] = ACTIONS(1246), - [anon_sym_else] = ACTIONS(1246), - [anon_sym_switch] = ACTIONS(1246), - [anon_sym_case] = ACTIONS(1246), - [anon_sym_default] = ACTIONS(1246), - [anon_sym_while] = ACTIONS(1246), - [anon_sym_do] = ACTIONS(1246), - [anon_sym_for] = ACTIONS(1246), - [anon_sym_return] = ACTIONS(1246), - [anon_sym_break] = ACTIONS(1246), - [anon_sym_continue] = ACTIONS(1246), - [anon_sym_goto] = ACTIONS(1246), - [anon_sym___try] = ACTIONS(1246), - [anon_sym___leave] = ACTIONS(1246), - [anon_sym_DASH_DASH] = ACTIONS(1248), - [anon_sym_PLUS_PLUS] = ACTIONS(1248), - [anon_sym_sizeof] = ACTIONS(1246), - [anon_sym___alignof__] = ACTIONS(1246), - [anon_sym___alignof] = ACTIONS(1246), - [anon_sym__alignof] = ACTIONS(1246), - [anon_sym_alignof] = ACTIONS(1246), - [anon_sym__Alignof] = ACTIONS(1246), - [anon_sym_offsetof] = ACTIONS(1246), - [anon_sym__Generic] = ACTIONS(1246), - [anon_sym_asm] = ACTIONS(1246), - [anon_sym___asm__] = ACTIONS(1246), - [anon_sym___asm] = ACTIONS(1246), - [sym_number_literal] = ACTIONS(1248), - [anon_sym_L_SQUOTE] = ACTIONS(1248), - [anon_sym_u_SQUOTE] = ACTIONS(1248), - [anon_sym_U_SQUOTE] = ACTIONS(1248), - [anon_sym_u8_SQUOTE] = ACTIONS(1248), - [anon_sym_SQUOTE] = ACTIONS(1248), - [anon_sym_L_DQUOTE] = ACTIONS(1248), - [anon_sym_u_DQUOTE] = ACTIONS(1248), - [anon_sym_U_DQUOTE] = ACTIONS(1248), - [anon_sym_u8_DQUOTE] = ACTIONS(1248), - [anon_sym_DQUOTE] = ACTIONS(1248), - [sym_true] = ACTIONS(1246), - [sym_false] = ACTIONS(1246), - [anon_sym_NULL] = ACTIONS(1246), - [anon_sym_nullptr] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - }, - [185] = { - [sym_identifier] = ACTIONS(1250), - [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(1252), - [anon_sym_TILDE] = ACTIONS(1252), - [anon_sym_DASH] = ACTIONS(1250), - [anon_sym_PLUS] = ACTIONS(1250), - [anon_sym_STAR] = ACTIONS(1252), - [anon_sym_AMP] = ACTIONS(1252), - [anon_sym_SEMI] = ACTIONS(1252), - [anon_sym___extension__] = ACTIONS(1250), - [anon_sym_typedef] = ACTIONS(1250), - [anon_sym_extern] = ACTIONS(1250), - [anon_sym___attribute__] = ACTIONS(1250), - [anon_sym___attribute] = ACTIONS(1250), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1252), - [anon_sym___declspec] = 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(1252), - [anon_sym_signed] = ACTIONS(1250), - [anon_sym_unsigned] = ACTIONS(1250), - [anon_sym_long] = ACTIONS(1250), - [anon_sym_short] = ACTIONS(1250), - [anon_sym_static] = ACTIONS(1250), - [anon_sym_auto] = ACTIONS(1250), - [anon_sym_register] = ACTIONS(1250), - [anon_sym_inline] = ACTIONS(1250), - [anon_sym___inline] = ACTIONS(1250), - [anon_sym___inline__] = ACTIONS(1250), - [anon_sym___forceinline] = ACTIONS(1250), - [anon_sym_thread_local] = ACTIONS(1250), - [anon_sym___thread] = ACTIONS(1250), - [anon_sym_const] = ACTIONS(1250), - [anon_sym_constexpr] = ACTIONS(1250), - [anon_sym_volatile] = ACTIONS(1250), - [anon_sym_restrict] = ACTIONS(1250), - [anon_sym___restrict__] = ACTIONS(1250), - [anon_sym__Atomic] = ACTIONS(1250), - [anon_sym__Noreturn] = ACTIONS(1250), - [anon_sym_noreturn] = ACTIONS(1250), - [anon_sym__Nonnull] = ACTIONS(1250), - [anon_sym_alignas] = ACTIONS(1250), - [anon_sym__Alignas] = ACTIONS(1250), - [sym_primitive_type] = ACTIONS(1250), - [anon_sym_enum] = ACTIONS(1250), - [anon_sym_struct] = ACTIONS(1250), - [anon_sym_union] = ACTIONS(1250), - [anon_sym_if] = ACTIONS(1250), - [anon_sym_else] = ACTIONS(1250), - [anon_sym_switch] = ACTIONS(1250), - [anon_sym_case] = ACTIONS(1250), - [anon_sym_default] = ACTIONS(1250), - [anon_sym_while] = ACTIONS(1250), - [anon_sym_do] = ACTIONS(1250), - [anon_sym_for] = ACTIONS(1250), - [anon_sym_return] = ACTIONS(1250), - [anon_sym_break] = ACTIONS(1250), - [anon_sym_continue] = ACTIONS(1250), - [anon_sym_goto] = ACTIONS(1250), - [anon_sym___try] = ACTIONS(1250), - [anon_sym___leave] = ACTIONS(1250), - [anon_sym_DASH_DASH] = ACTIONS(1252), - [anon_sym_PLUS_PLUS] = ACTIONS(1252), - [anon_sym_sizeof] = ACTIONS(1250), - [anon_sym___alignof__] = ACTIONS(1250), - [anon_sym___alignof] = ACTIONS(1250), - [anon_sym__alignof] = ACTIONS(1250), - [anon_sym_alignof] = ACTIONS(1250), - [anon_sym__Alignof] = ACTIONS(1250), - [anon_sym_offsetof] = ACTIONS(1250), - [anon_sym__Generic] = ACTIONS(1250), - [anon_sym_asm] = ACTIONS(1250), - [anon_sym___asm__] = ACTIONS(1250), - [anon_sym___asm] = ACTIONS(1250), - [sym_number_literal] = ACTIONS(1252), - [anon_sym_L_SQUOTE] = ACTIONS(1252), - [anon_sym_u_SQUOTE] = ACTIONS(1252), - [anon_sym_U_SQUOTE] = ACTIONS(1252), - [anon_sym_u8_SQUOTE] = ACTIONS(1252), - [anon_sym_SQUOTE] = ACTIONS(1252), - [anon_sym_L_DQUOTE] = ACTIONS(1252), - [anon_sym_u_DQUOTE] = ACTIONS(1252), - [anon_sym_U_DQUOTE] = ACTIONS(1252), - [anon_sym_u8_DQUOTE] = ACTIONS(1252), - [anon_sym_DQUOTE] = ACTIONS(1252), - [sym_true] = ACTIONS(1250), - [sym_false] = ACTIONS(1250), - [anon_sym_NULL] = ACTIONS(1250), - [anon_sym_nullptr] = ACTIONS(1250), - [sym_comment] = ACTIONS(3), - }, - [186] = { - [sym_identifier] = ACTIONS(1258), - [aux_sym_preproc_include_token1] = ACTIONS(1258), - [aux_sym_preproc_def_token1] = ACTIONS(1258), - [aux_sym_preproc_if_token1] = ACTIONS(1258), - [aux_sym_preproc_if_token2] = ACTIONS(1258), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1258), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1258), - [sym_preproc_directive] = ACTIONS(1258), - [anon_sym_LPAREN2] = ACTIONS(1260), - [anon_sym_BANG] = ACTIONS(1260), - [anon_sym_TILDE] = ACTIONS(1260), - [anon_sym_DASH] = ACTIONS(1258), - [anon_sym_PLUS] = ACTIONS(1258), - [anon_sym_STAR] = ACTIONS(1260), - [anon_sym_AMP] = ACTIONS(1260), - [anon_sym_SEMI] = ACTIONS(1260), - [anon_sym___extension__] = ACTIONS(1258), - [anon_sym_typedef] = ACTIONS(1258), - [anon_sym_extern] = ACTIONS(1258), - [anon_sym___attribute__] = ACTIONS(1258), - [anon_sym___attribute] = ACTIONS(1258), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1260), - [anon_sym___declspec] = ACTIONS(1258), - [anon_sym___cdecl] = ACTIONS(1258), - [anon_sym___clrcall] = ACTIONS(1258), - [anon_sym___stdcall] = ACTIONS(1258), - [anon_sym___fastcall] = ACTIONS(1258), - [anon_sym___thiscall] = ACTIONS(1258), - [anon_sym___vectorcall] = ACTIONS(1258), - [anon_sym_LBRACE] = ACTIONS(1260), - [anon_sym_signed] = ACTIONS(1258), - [anon_sym_unsigned] = ACTIONS(1258), - [anon_sym_long] = ACTIONS(1258), - [anon_sym_short] = ACTIONS(1258), - [anon_sym_static] = ACTIONS(1258), - [anon_sym_auto] = ACTIONS(1258), - [anon_sym_register] = ACTIONS(1258), - [anon_sym_inline] = ACTIONS(1258), - [anon_sym___inline] = ACTIONS(1258), - [anon_sym___inline__] = ACTIONS(1258), - [anon_sym___forceinline] = ACTIONS(1258), - [anon_sym_thread_local] = ACTIONS(1258), - [anon_sym___thread] = ACTIONS(1258), - [anon_sym_const] = ACTIONS(1258), - [anon_sym_constexpr] = ACTIONS(1258), - [anon_sym_volatile] = ACTIONS(1258), - [anon_sym_restrict] = ACTIONS(1258), - [anon_sym___restrict__] = ACTIONS(1258), - [anon_sym__Atomic] = ACTIONS(1258), - [anon_sym__Noreturn] = ACTIONS(1258), - [anon_sym_noreturn] = ACTIONS(1258), - [anon_sym__Nonnull] = ACTIONS(1258), - [anon_sym_alignas] = ACTIONS(1258), - [anon_sym__Alignas] = ACTIONS(1258), - [sym_primitive_type] = ACTIONS(1258), - [anon_sym_enum] = ACTIONS(1258), - [anon_sym_struct] = ACTIONS(1258), - [anon_sym_union] = ACTIONS(1258), - [anon_sym_if] = ACTIONS(1258), - [anon_sym_else] = ACTIONS(1258), - [anon_sym_switch] = ACTIONS(1258), - [anon_sym_case] = ACTIONS(1258), - [anon_sym_default] = ACTIONS(1258), - [anon_sym_while] = ACTIONS(1258), - [anon_sym_do] = ACTIONS(1258), - [anon_sym_for] = ACTIONS(1258), - [anon_sym_return] = ACTIONS(1258), - [anon_sym_break] = ACTIONS(1258), - [anon_sym_continue] = ACTIONS(1258), - [anon_sym_goto] = ACTIONS(1258), - [anon_sym___try] = ACTIONS(1258), - [anon_sym___leave] = ACTIONS(1258), - [anon_sym_DASH_DASH] = ACTIONS(1260), - [anon_sym_PLUS_PLUS] = ACTIONS(1260), - [anon_sym_sizeof] = ACTIONS(1258), - [anon_sym___alignof__] = ACTIONS(1258), - [anon_sym___alignof] = ACTIONS(1258), - [anon_sym__alignof] = ACTIONS(1258), - [anon_sym_alignof] = ACTIONS(1258), - [anon_sym__Alignof] = ACTIONS(1258), - [anon_sym_offsetof] = ACTIONS(1258), - [anon_sym__Generic] = ACTIONS(1258), - [anon_sym_asm] = ACTIONS(1258), - [anon_sym___asm__] = ACTIONS(1258), - [anon_sym___asm] = ACTIONS(1258), - [sym_number_literal] = ACTIONS(1260), - [anon_sym_L_SQUOTE] = ACTIONS(1260), - [anon_sym_u_SQUOTE] = ACTIONS(1260), - [anon_sym_U_SQUOTE] = ACTIONS(1260), - [anon_sym_u8_SQUOTE] = ACTIONS(1260), - [anon_sym_SQUOTE] = ACTIONS(1260), - [anon_sym_L_DQUOTE] = ACTIONS(1260), - [anon_sym_u_DQUOTE] = ACTIONS(1260), - [anon_sym_U_DQUOTE] = ACTIONS(1260), - [anon_sym_u8_DQUOTE] = ACTIONS(1260), - [anon_sym_DQUOTE] = ACTIONS(1260), - [sym_true] = ACTIONS(1258), - [sym_false] = ACTIONS(1258), - [anon_sym_NULL] = ACTIONS(1258), - [anon_sym_nullptr] = ACTIONS(1258), - [sym_comment] = ACTIONS(3), - }, - [187] = { - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1226), - [aux_sym_preproc_def_token1] = ACTIONS(1226), - [aux_sym_preproc_if_token1] = ACTIONS(1226), - [aux_sym_preproc_if_token2] = ACTIONS(1226), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1226), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1226), - [sym_preproc_directive] = ACTIONS(1226), - [anon_sym_LPAREN2] = ACTIONS(1228), - [anon_sym_BANG] = ACTIONS(1228), - [anon_sym_TILDE] = ACTIONS(1228), - [anon_sym_DASH] = ACTIONS(1226), - [anon_sym_PLUS] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(1228), - [anon_sym_SEMI] = ACTIONS(1228), - [anon_sym___extension__] = ACTIONS(1226), - [anon_sym_typedef] = ACTIONS(1226), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym___attribute__] = ACTIONS(1226), - [anon_sym___attribute] = ACTIONS(1226), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1228), - [anon_sym___declspec] = ACTIONS(1226), - [anon_sym___cdecl] = ACTIONS(1226), - [anon_sym___clrcall] = ACTIONS(1226), - [anon_sym___stdcall] = ACTIONS(1226), - [anon_sym___fastcall] = ACTIONS(1226), - [anon_sym___thiscall] = ACTIONS(1226), - [anon_sym___vectorcall] = ACTIONS(1226), - [anon_sym_LBRACE] = ACTIONS(1228), - [anon_sym_signed] = ACTIONS(1226), - [anon_sym_unsigned] = ACTIONS(1226), - [anon_sym_long] = ACTIONS(1226), - [anon_sym_short] = ACTIONS(1226), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym___inline] = ACTIONS(1226), - [anon_sym___inline__] = ACTIONS(1226), - [anon_sym___forceinline] = ACTIONS(1226), - [anon_sym_thread_local] = ACTIONS(1226), - [anon_sym___thread] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1226), - [anon_sym_constexpr] = ACTIONS(1226), - [anon_sym_volatile] = ACTIONS(1226), - [anon_sym_restrict] = ACTIONS(1226), - [anon_sym___restrict__] = ACTIONS(1226), - [anon_sym__Atomic] = ACTIONS(1226), - [anon_sym__Noreturn] = ACTIONS(1226), - [anon_sym_noreturn] = ACTIONS(1226), - [anon_sym__Nonnull] = ACTIONS(1226), - [anon_sym_alignas] = ACTIONS(1226), - [anon_sym__Alignas] = ACTIONS(1226), - [sym_primitive_type] = ACTIONS(1226), - [anon_sym_enum] = ACTIONS(1226), - [anon_sym_struct] = ACTIONS(1226), - [anon_sym_union] = ACTIONS(1226), - [anon_sym_if] = ACTIONS(1226), - [anon_sym_else] = ACTIONS(1226), - [anon_sym_switch] = ACTIONS(1226), - [anon_sym_case] = ACTIONS(1226), - [anon_sym_default] = ACTIONS(1226), - [anon_sym_while] = ACTIONS(1226), - [anon_sym_do] = ACTIONS(1226), - [anon_sym_for] = ACTIONS(1226), - [anon_sym_return] = ACTIONS(1226), - [anon_sym_break] = ACTIONS(1226), - [anon_sym_continue] = ACTIONS(1226), - [anon_sym_goto] = ACTIONS(1226), - [anon_sym___try] = ACTIONS(1226), - [anon_sym___leave] = ACTIONS(1226), - [anon_sym_DASH_DASH] = ACTIONS(1228), - [anon_sym_PLUS_PLUS] = ACTIONS(1228), - [anon_sym_sizeof] = ACTIONS(1226), - [anon_sym___alignof__] = ACTIONS(1226), - [anon_sym___alignof] = ACTIONS(1226), - [anon_sym__alignof] = ACTIONS(1226), - [anon_sym_alignof] = ACTIONS(1226), - [anon_sym__Alignof] = ACTIONS(1226), - [anon_sym_offsetof] = ACTIONS(1226), - [anon_sym__Generic] = ACTIONS(1226), - [anon_sym_asm] = ACTIONS(1226), - [anon_sym___asm__] = ACTIONS(1226), - [anon_sym___asm] = ACTIONS(1226), - [sym_number_literal] = ACTIONS(1228), - [anon_sym_L_SQUOTE] = ACTIONS(1228), - [anon_sym_u_SQUOTE] = ACTIONS(1228), - [anon_sym_U_SQUOTE] = ACTIONS(1228), - [anon_sym_u8_SQUOTE] = ACTIONS(1228), - [anon_sym_SQUOTE] = ACTIONS(1228), - [anon_sym_L_DQUOTE] = ACTIONS(1228), - [anon_sym_u_DQUOTE] = ACTIONS(1228), - [anon_sym_U_DQUOTE] = ACTIONS(1228), - [anon_sym_u8_DQUOTE] = ACTIONS(1228), - [anon_sym_DQUOTE] = ACTIONS(1228), - [sym_true] = ACTIONS(1226), - [sym_false] = ACTIONS(1226), - [anon_sym_NULL] = ACTIONS(1226), - [anon_sym_nullptr] = ACTIONS(1226), - [sym_comment] = ACTIONS(3), - }, - [188] = { - [sym_identifier] = ACTIONS(1218), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token2] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1220), - [anon_sym_BANG] = ACTIONS(1220), - [anon_sym_TILDE] = ACTIONS(1220), - [anon_sym_DASH] = ACTIONS(1218), - [anon_sym_PLUS] = ACTIONS(1218), - [anon_sym_STAR] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1220), - [anon_sym_SEMI] = ACTIONS(1220), - [anon_sym___extension__] = ACTIONS(1218), - [anon_sym_typedef] = ACTIONS(1218), - [anon_sym_extern] = ACTIONS(1218), - [anon_sym___attribute__] = ACTIONS(1218), - [anon_sym___attribute] = ACTIONS(1218), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1220), - [anon_sym___declspec] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), - [anon_sym_LBRACE] = ACTIONS(1220), - [anon_sym_signed] = ACTIONS(1218), - [anon_sym_unsigned] = ACTIONS(1218), - [anon_sym_long] = ACTIONS(1218), - [anon_sym_short] = ACTIONS(1218), - [anon_sym_static] = ACTIONS(1218), - [anon_sym_auto] = ACTIONS(1218), - [anon_sym_register] = ACTIONS(1218), - [anon_sym_inline] = ACTIONS(1218), - [anon_sym___inline] = ACTIONS(1218), - [anon_sym___inline__] = ACTIONS(1218), - [anon_sym___forceinline] = ACTIONS(1218), - [anon_sym_thread_local] = ACTIONS(1218), - [anon_sym___thread] = ACTIONS(1218), - [anon_sym_const] = ACTIONS(1218), - [anon_sym_constexpr] = ACTIONS(1218), - [anon_sym_volatile] = ACTIONS(1218), - [anon_sym_restrict] = ACTIONS(1218), - [anon_sym___restrict__] = ACTIONS(1218), - [anon_sym__Atomic] = ACTIONS(1218), - [anon_sym__Noreturn] = ACTIONS(1218), - [anon_sym_noreturn] = ACTIONS(1218), - [anon_sym__Nonnull] = ACTIONS(1218), - [anon_sym_alignas] = ACTIONS(1218), - [anon_sym__Alignas] = ACTIONS(1218), - [sym_primitive_type] = ACTIONS(1218), - [anon_sym_enum] = ACTIONS(1218), - [anon_sym_struct] = ACTIONS(1218), - [anon_sym_union] = ACTIONS(1218), - [anon_sym_if] = ACTIONS(1218), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(1218), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), - [anon_sym_while] = ACTIONS(1218), - [anon_sym_do] = ACTIONS(1218), - [anon_sym_for] = ACTIONS(1218), - [anon_sym_return] = ACTIONS(1218), - [anon_sym_break] = ACTIONS(1218), - [anon_sym_continue] = ACTIONS(1218), - [anon_sym_goto] = ACTIONS(1218), - [anon_sym___try] = ACTIONS(1218), - [anon_sym___leave] = ACTIONS(1218), - [anon_sym_DASH_DASH] = ACTIONS(1220), - [anon_sym_PLUS_PLUS] = ACTIONS(1220), - [anon_sym_sizeof] = ACTIONS(1218), - [anon_sym___alignof__] = ACTIONS(1218), - [anon_sym___alignof] = ACTIONS(1218), - [anon_sym__alignof] = ACTIONS(1218), - [anon_sym_alignof] = ACTIONS(1218), - [anon_sym__Alignof] = ACTIONS(1218), - [anon_sym_offsetof] = ACTIONS(1218), - [anon_sym__Generic] = ACTIONS(1218), - [anon_sym_asm] = ACTIONS(1218), - [anon_sym___asm__] = ACTIONS(1218), - [anon_sym___asm] = ACTIONS(1218), - [sym_number_literal] = ACTIONS(1220), - [anon_sym_L_SQUOTE] = ACTIONS(1220), - [anon_sym_u_SQUOTE] = ACTIONS(1220), - [anon_sym_U_SQUOTE] = ACTIONS(1220), - [anon_sym_u8_SQUOTE] = ACTIONS(1220), - [anon_sym_SQUOTE] = ACTIONS(1220), - [anon_sym_L_DQUOTE] = ACTIONS(1220), - [anon_sym_u_DQUOTE] = ACTIONS(1220), - [anon_sym_U_DQUOTE] = ACTIONS(1220), - [anon_sym_u8_DQUOTE] = ACTIONS(1220), - [anon_sym_DQUOTE] = ACTIONS(1220), - [sym_true] = ACTIONS(1218), - [sym_false] = ACTIONS(1218), - [anon_sym_NULL] = ACTIONS(1218), - [anon_sym_nullptr] = ACTIONS(1218), - [sym_comment] = ACTIONS(3), - }, - [189] = { - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym___extension__] = ACTIONS(1142), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym___attribute] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_RBRACE] = ACTIONS(1144), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym___inline] = ACTIONS(1142), - [anon_sym___inline__] = ACTIONS(1142), - [anon_sym___forceinline] = ACTIONS(1142), - [anon_sym_thread_local] = ACTIONS(1142), - [anon_sym___thread] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_constexpr] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_noreturn] = ACTIONS(1142), - [anon_sym__Nonnull] = ACTIONS(1142), - [anon_sym_alignas] = ACTIONS(1142), - [anon_sym__Alignas] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_else] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym___try] = ACTIONS(1142), - [anon_sym___leave] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym___alignof__] = ACTIONS(1142), - [anon_sym___alignof] = ACTIONS(1142), - [anon_sym__alignof] = ACTIONS(1142), - [anon_sym_alignof] = ACTIONS(1142), - [anon_sym__Alignof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [anon_sym___asm] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [anon_sym_NULL] = ACTIONS(1142), - [anon_sym_nullptr] = ACTIONS(1142), - [sym_comment] = ACTIONS(3), - }, - [190] = { + [STATE(153)] = { [sym_identifier] = ACTIONS(1254), [aux_sym_preproc_include_token1] = ACTIONS(1254), [aux_sym_preproc_def_token1] = ACTIONS(1254), [aux_sym_preproc_if_token1] = ACTIONS(1254), - [aux_sym_preproc_if_token2] = ACTIONS(1254), [aux_sym_preproc_ifdef_token1] = ACTIONS(1254), [aux_sym_preproc_ifdef_token2] = ACTIONS(1254), [sym_preproc_directive] = ACTIONS(1254), @@ -36556,6 +33134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1254), [anon_sym___vectorcall] = ACTIONS(1254), [anon_sym_LBRACE] = ACTIONS(1256), + [anon_sym_RBRACE] = ACTIONS(1256), [anon_sym_signed] = ACTIONS(1254), [anon_sym_unsigned] = ACTIONS(1254), [anon_sym_long] = ACTIONS(1254), @@ -36628,110 +33207,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1254), [sym_comment] = ACTIONS(3), }, - [191] = { - [sym_identifier] = ACTIONS(1146), - [aux_sym_preproc_include_token1] = ACTIONS(1146), - [aux_sym_preproc_def_token1] = ACTIONS(1146), - [aux_sym_preproc_if_token1] = ACTIONS(1146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1146), - [sym_preproc_directive] = ACTIONS(1146), - [anon_sym_LPAREN2] = ACTIONS(1148), - [anon_sym_BANG] = ACTIONS(1148), - [anon_sym_TILDE] = ACTIONS(1148), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(1146), - [anon_sym_STAR] = ACTIONS(1148), - [anon_sym_AMP] = ACTIONS(1148), - [anon_sym_SEMI] = ACTIONS(1148), - [anon_sym___extension__] = ACTIONS(1146), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym___attribute__] = ACTIONS(1146), - [anon_sym___attribute] = ACTIONS(1146), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), - [anon_sym___declspec] = ACTIONS(1146), - [anon_sym___cdecl] = ACTIONS(1146), - [anon_sym___clrcall] = ACTIONS(1146), - [anon_sym___stdcall] = ACTIONS(1146), - [anon_sym___fastcall] = ACTIONS(1146), - [anon_sym___thiscall] = ACTIONS(1146), - [anon_sym___vectorcall] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1148), - [anon_sym_RBRACE] = ACTIONS(1148), - [anon_sym_signed] = ACTIONS(1146), - [anon_sym_unsigned] = ACTIONS(1146), - [anon_sym_long] = ACTIONS(1146), - [anon_sym_short] = ACTIONS(1146), - [anon_sym_static] = ACTIONS(1146), - [anon_sym_auto] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_inline] = ACTIONS(1146), - [anon_sym___inline] = ACTIONS(1146), - [anon_sym___inline__] = ACTIONS(1146), - [anon_sym___forceinline] = ACTIONS(1146), - [anon_sym_thread_local] = ACTIONS(1146), - [anon_sym___thread] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [anon_sym_constexpr] = ACTIONS(1146), - [anon_sym_volatile] = ACTIONS(1146), - [anon_sym_restrict] = ACTIONS(1146), - [anon_sym___restrict__] = ACTIONS(1146), - [anon_sym__Atomic] = ACTIONS(1146), - [anon_sym__Noreturn] = ACTIONS(1146), - [anon_sym_noreturn] = ACTIONS(1146), - [anon_sym__Nonnull] = ACTIONS(1146), - [anon_sym_alignas] = ACTIONS(1146), - [anon_sym__Alignas] = ACTIONS(1146), - [sym_primitive_type] = ACTIONS(1146), - [anon_sym_enum] = ACTIONS(1146), - [anon_sym_struct] = ACTIONS(1146), - [anon_sym_union] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_else] = ACTIONS(1146), - [anon_sym_switch] = ACTIONS(1146), - [anon_sym_case] = ACTIONS(1146), - [anon_sym_default] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1146), - [anon_sym___try] = ACTIONS(1146), - [anon_sym___leave] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1148), - [anon_sym_PLUS_PLUS] = ACTIONS(1148), - [anon_sym_sizeof] = ACTIONS(1146), - [anon_sym___alignof__] = ACTIONS(1146), - [anon_sym___alignof] = ACTIONS(1146), - [anon_sym__alignof] = ACTIONS(1146), - [anon_sym_alignof] = ACTIONS(1146), - [anon_sym__Alignof] = ACTIONS(1146), - [anon_sym_offsetof] = ACTIONS(1146), - [anon_sym__Generic] = ACTIONS(1146), - [anon_sym_asm] = ACTIONS(1146), - [anon_sym___asm__] = ACTIONS(1146), - [anon_sym___asm] = ACTIONS(1146), - [sym_number_literal] = ACTIONS(1148), - [anon_sym_L_SQUOTE] = ACTIONS(1148), - [anon_sym_u_SQUOTE] = ACTIONS(1148), - [anon_sym_U_SQUOTE] = ACTIONS(1148), - [anon_sym_u8_SQUOTE] = ACTIONS(1148), - [anon_sym_SQUOTE] = ACTIONS(1148), - [anon_sym_L_DQUOTE] = ACTIONS(1148), - [anon_sym_u_DQUOTE] = ACTIONS(1148), - [anon_sym_U_DQUOTE] = ACTIONS(1148), - [anon_sym_u8_DQUOTE] = ACTIONS(1148), - [anon_sym_DQUOTE] = ACTIONS(1148), - [sym_true] = ACTIONS(1146), - [sym_false] = ACTIONS(1146), - [anon_sym_NULL] = ACTIONS(1146), - [anon_sym_nullptr] = ACTIONS(1146), + [STATE(154)] = { + [ts_builtin_sym_end] = ACTIONS(1256), + [sym_identifier] = ACTIONS(1254), + [aux_sym_preproc_include_token1] = ACTIONS(1254), + [aux_sym_preproc_def_token1] = ACTIONS(1254), + [aux_sym_preproc_if_token1] = ACTIONS(1254), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1254), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1254), + [sym_preproc_directive] = ACTIONS(1254), + [anon_sym_LPAREN2] = ACTIONS(1256), + [anon_sym_BANG] = ACTIONS(1256), + [anon_sym_TILDE] = ACTIONS(1256), + [anon_sym_DASH] = ACTIONS(1254), + [anon_sym_PLUS] = ACTIONS(1254), + [anon_sym_STAR] = ACTIONS(1256), + [anon_sym_AMP] = ACTIONS(1256), + [anon_sym_SEMI] = ACTIONS(1256), + [anon_sym___extension__] = ACTIONS(1254), + [anon_sym_typedef] = ACTIONS(1254), + [anon_sym_extern] = ACTIONS(1254), + [anon_sym___attribute__] = ACTIONS(1254), + [anon_sym___attribute] = ACTIONS(1254), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1256), + [anon_sym___declspec] = ACTIONS(1254), + [anon_sym___cdecl] = ACTIONS(1254), + [anon_sym___clrcall] = ACTIONS(1254), + [anon_sym___stdcall] = ACTIONS(1254), + [anon_sym___fastcall] = ACTIONS(1254), + [anon_sym___thiscall] = ACTIONS(1254), + [anon_sym___vectorcall] = ACTIONS(1254), + [anon_sym_LBRACE] = ACTIONS(1256), + [anon_sym_signed] = ACTIONS(1254), + [anon_sym_unsigned] = ACTIONS(1254), + [anon_sym_long] = ACTIONS(1254), + [anon_sym_short] = ACTIONS(1254), + [anon_sym_static] = ACTIONS(1254), + [anon_sym_auto] = ACTIONS(1254), + [anon_sym_register] = ACTIONS(1254), + [anon_sym_inline] = ACTIONS(1254), + [anon_sym___inline] = ACTIONS(1254), + [anon_sym___inline__] = ACTIONS(1254), + [anon_sym___forceinline] = ACTIONS(1254), + [anon_sym_thread_local] = ACTIONS(1254), + [anon_sym___thread] = ACTIONS(1254), + [anon_sym_const] = ACTIONS(1254), + [anon_sym_constexpr] = ACTIONS(1254), + [anon_sym_volatile] = ACTIONS(1254), + [anon_sym_restrict] = ACTIONS(1254), + [anon_sym___restrict__] = ACTIONS(1254), + [anon_sym__Atomic] = ACTIONS(1254), + [anon_sym__Noreturn] = ACTIONS(1254), + [anon_sym_noreturn] = ACTIONS(1254), + [anon_sym__Nonnull] = ACTIONS(1254), + [anon_sym_alignas] = ACTIONS(1254), + [anon_sym__Alignas] = ACTIONS(1254), + [sym_primitive_type] = ACTIONS(1254), + [anon_sym_enum] = ACTIONS(1254), + [anon_sym_struct] = ACTIONS(1254), + [anon_sym_union] = ACTIONS(1254), + [anon_sym_if] = ACTIONS(1254), + [anon_sym_else] = ACTIONS(1254), + [anon_sym_switch] = ACTIONS(1254), + [anon_sym_case] = ACTIONS(1254), + [anon_sym_default] = ACTIONS(1254), + [anon_sym_while] = ACTIONS(1254), + [anon_sym_do] = ACTIONS(1254), + [anon_sym_for] = ACTIONS(1254), + [anon_sym_return] = ACTIONS(1254), + [anon_sym_break] = ACTIONS(1254), + [anon_sym_continue] = ACTIONS(1254), + [anon_sym_goto] = ACTIONS(1254), + [anon_sym___try] = ACTIONS(1254), + [anon_sym___leave] = ACTIONS(1254), + [anon_sym_DASH_DASH] = ACTIONS(1256), + [anon_sym_PLUS_PLUS] = ACTIONS(1256), + [anon_sym_sizeof] = ACTIONS(1254), + [anon_sym___alignof__] = ACTIONS(1254), + [anon_sym___alignof] = ACTIONS(1254), + [anon_sym__alignof] = ACTIONS(1254), + [anon_sym_alignof] = ACTIONS(1254), + [anon_sym__Alignof] = ACTIONS(1254), + [anon_sym_offsetof] = ACTIONS(1254), + [anon_sym__Generic] = ACTIONS(1254), + [anon_sym_asm] = ACTIONS(1254), + [anon_sym___asm__] = ACTIONS(1254), + [anon_sym___asm] = ACTIONS(1254), + [sym_number_literal] = ACTIONS(1256), + [anon_sym_L_SQUOTE] = ACTIONS(1256), + [anon_sym_u_SQUOTE] = ACTIONS(1256), + [anon_sym_U_SQUOTE] = ACTIONS(1256), + [anon_sym_u8_SQUOTE] = ACTIONS(1256), + [anon_sym_SQUOTE] = ACTIONS(1256), + [anon_sym_L_DQUOTE] = ACTIONS(1256), + [anon_sym_u_DQUOTE] = ACTIONS(1256), + [anon_sym_U_DQUOTE] = ACTIONS(1256), + [anon_sym_u8_DQUOTE] = ACTIONS(1256), + [anon_sym_DQUOTE] = ACTIONS(1256), + [sym_true] = ACTIONS(1254), + [sym_false] = ACTIONS(1254), + [anon_sym_NULL] = ACTIONS(1254), + [anon_sym_nullptr] = ACTIONS(1254), [sym_comment] = ACTIONS(3), }, - [192] = { + [STATE(155)] = { [sym_identifier] = ACTIONS(1150), [aux_sym_preproc_include_token1] = ACTIONS(1150), [aux_sym_preproc_def_token1] = ACTIONS(1150), @@ -36834,321 +33413,527 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1150), [sym_comment] = ACTIONS(3), }, - [193] = { - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token2] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym___extension__] = ACTIONS(1138), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym___attribute] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym___inline] = ACTIONS(1138), - [anon_sym___inline__] = ACTIONS(1138), - [anon_sym___forceinline] = ACTIONS(1138), - [anon_sym_thread_local] = ACTIONS(1138), - [anon_sym___thread] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_constexpr] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_noreturn] = ACTIONS(1138), - [anon_sym__Nonnull] = ACTIONS(1138), - [anon_sym_alignas] = ACTIONS(1138), - [anon_sym__Alignas] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_else] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym___try] = ACTIONS(1138), - [anon_sym___leave] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym___alignof__] = ACTIONS(1138), - [anon_sym___alignof] = ACTIONS(1138), - [anon_sym__alignof] = ACTIONS(1138), - [anon_sym_alignof] = ACTIONS(1138), - [anon_sym__Alignof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [anon_sym___asm] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [anon_sym_NULL] = ACTIONS(1138), - [anon_sym_nullptr] = ACTIONS(1138), + [STATE(156)] = { + [sym_identifier] = ACTIONS(1158), + [aux_sym_preproc_include_token1] = ACTIONS(1158), + [aux_sym_preproc_def_token1] = ACTIONS(1158), + [aux_sym_preproc_if_token1] = ACTIONS(1158), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1158), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1158), + [sym_preproc_directive] = ACTIONS(1158), + [anon_sym_LPAREN2] = ACTIONS(1160), + [anon_sym_BANG] = ACTIONS(1160), + [anon_sym_TILDE] = ACTIONS(1160), + [anon_sym_DASH] = ACTIONS(1158), + [anon_sym_PLUS] = ACTIONS(1158), + [anon_sym_STAR] = ACTIONS(1160), + [anon_sym_AMP] = ACTIONS(1160), + [anon_sym_SEMI] = ACTIONS(1160), + [anon_sym___extension__] = ACTIONS(1158), + [anon_sym_typedef] = ACTIONS(1158), + [anon_sym_extern] = ACTIONS(1158), + [anon_sym___attribute__] = ACTIONS(1158), + [anon_sym___attribute] = ACTIONS(1158), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1160), + [anon_sym___declspec] = ACTIONS(1158), + [anon_sym___cdecl] = ACTIONS(1158), + [anon_sym___clrcall] = ACTIONS(1158), + [anon_sym___stdcall] = ACTIONS(1158), + [anon_sym___fastcall] = ACTIONS(1158), + [anon_sym___thiscall] = ACTIONS(1158), + [anon_sym___vectorcall] = ACTIONS(1158), + [anon_sym_LBRACE] = ACTIONS(1160), + [anon_sym_RBRACE] = ACTIONS(1160), + [anon_sym_signed] = ACTIONS(1158), + [anon_sym_unsigned] = ACTIONS(1158), + [anon_sym_long] = ACTIONS(1158), + [anon_sym_short] = ACTIONS(1158), + [anon_sym_static] = ACTIONS(1158), + [anon_sym_auto] = ACTIONS(1158), + [anon_sym_register] = ACTIONS(1158), + [anon_sym_inline] = ACTIONS(1158), + [anon_sym___inline] = ACTIONS(1158), + [anon_sym___inline__] = ACTIONS(1158), + [anon_sym___forceinline] = ACTIONS(1158), + [anon_sym_thread_local] = ACTIONS(1158), + [anon_sym___thread] = ACTIONS(1158), + [anon_sym_const] = ACTIONS(1158), + [anon_sym_constexpr] = ACTIONS(1158), + [anon_sym_volatile] = ACTIONS(1158), + [anon_sym_restrict] = ACTIONS(1158), + [anon_sym___restrict__] = ACTIONS(1158), + [anon_sym__Atomic] = ACTIONS(1158), + [anon_sym__Noreturn] = ACTIONS(1158), + [anon_sym_noreturn] = ACTIONS(1158), + [anon_sym__Nonnull] = ACTIONS(1158), + [anon_sym_alignas] = ACTIONS(1158), + [anon_sym__Alignas] = ACTIONS(1158), + [sym_primitive_type] = ACTIONS(1158), + [anon_sym_enum] = ACTIONS(1158), + [anon_sym_struct] = ACTIONS(1158), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_if] = ACTIONS(1158), + [anon_sym_else] = ACTIONS(1158), + [anon_sym_switch] = ACTIONS(1158), + [anon_sym_case] = ACTIONS(1158), + [anon_sym_default] = ACTIONS(1158), + [anon_sym_while] = ACTIONS(1158), + [anon_sym_do] = ACTIONS(1158), + [anon_sym_for] = ACTIONS(1158), + [anon_sym_return] = ACTIONS(1158), + [anon_sym_break] = ACTIONS(1158), + [anon_sym_continue] = ACTIONS(1158), + [anon_sym_goto] = ACTIONS(1158), + [anon_sym___try] = ACTIONS(1158), + [anon_sym___leave] = ACTIONS(1158), + [anon_sym_DASH_DASH] = ACTIONS(1160), + [anon_sym_PLUS_PLUS] = ACTIONS(1160), + [anon_sym_sizeof] = ACTIONS(1158), + [anon_sym___alignof__] = ACTIONS(1158), + [anon_sym___alignof] = ACTIONS(1158), + [anon_sym__alignof] = ACTIONS(1158), + [anon_sym_alignof] = ACTIONS(1158), + [anon_sym__Alignof] = ACTIONS(1158), + [anon_sym_offsetof] = ACTIONS(1158), + [anon_sym__Generic] = ACTIONS(1158), + [anon_sym_asm] = ACTIONS(1158), + [anon_sym___asm__] = ACTIONS(1158), + [anon_sym___asm] = ACTIONS(1158), + [sym_number_literal] = ACTIONS(1160), + [anon_sym_L_SQUOTE] = ACTIONS(1160), + [anon_sym_u_SQUOTE] = ACTIONS(1160), + [anon_sym_U_SQUOTE] = ACTIONS(1160), + [anon_sym_u8_SQUOTE] = ACTIONS(1160), + [anon_sym_SQUOTE] = ACTIONS(1160), + [anon_sym_L_DQUOTE] = ACTIONS(1160), + [anon_sym_u_DQUOTE] = ACTIONS(1160), + [anon_sym_U_DQUOTE] = ACTIONS(1160), + [anon_sym_u8_DQUOTE] = ACTIONS(1160), + [anon_sym_DQUOTE] = ACTIONS(1160), + [sym_true] = ACTIONS(1158), + [sym_false] = ACTIONS(1158), + [anon_sym_NULL] = ACTIONS(1158), + [anon_sym_nullptr] = ACTIONS(1158), + [sym_comment] = ACTIONS(3), + }, + [STATE(157)] = { + [sym_identifier] = ACTIONS(1162), + [aux_sym_preproc_include_token1] = ACTIONS(1162), + [aux_sym_preproc_def_token1] = ACTIONS(1162), + [aux_sym_preproc_if_token1] = ACTIONS(1162), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1162), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1162), + [sym_preproc_directive] = ACTIONS(1162), + [anon_sym_LPAREN2] = ACTIONS(1164), + [anon_sym_BANG] = ACTIONS(1164), + [anon_sym_TILDE] = ACTIONS(1164), + [anon_sym_DASH] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1162), + [anon_sym_STAR] = ACTIONS(1164), + [anon_sym_AMP] = ACTIONS(1164), + [anon_sym_SEMI] = ACTIONS(1164), + [anon_sym___extension__] = ACTIONS(1162), + [anon_sym_typedef] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1162), + [anon_sym___attribute__] = ACTIONS(1162), + [anon_sym___attribute] = ACTIONS(1162), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1164), + [anon_sym___declspec] = ACTIONS(1162), + [anon_sym___cdecl] = ACTIONS(1162), + [anon_sym___clrcall] = ACTIONS(1162), + [anon_sym___stdcall] = ACTIONS(1162), + [anon_sym___fastcall] = ACTIONS(1162), + [anon_sym___thiscall] = ACTIONS(1162), + [anon_sym___vectorcall] = ACTIONS(1162), + [anon_sym_LBRACE] = ACTIONS(1164), + [anon_sym_RBRACE] = ACTIONS(1164), + [anon_sym_signed] = ACTIONS(1162), + [anon_sym_unsigned] = ACTIONS(1162), + [anon_sym_long] = ACTIONS(1162), + [anon_sym_short] = ACTIONS(1162), + [anon_sym_static] = ACTIONS(1162), + [anon_sym_auto] = ACTIONS(1162), + [anon_sym_register] = ACTIONS(1162), + [anon_sym_inline] = ACTIONS(1162), + [anon_sym___inline] = ACTIONS(1162), + [anon_sym___inline__] = ACTIONS(1162), + [anon_sym___forceinline] = ACTIONS(1162), + [anon_sym_thread_local] = ACTIONS(1162), + [anon_sym___thread] = ACTIONS(1162), + [anon_sym_const] = ACTIONS(1162), + [anon_sym_constexpr] = ACTIONS(1162), + [anon_sym_volatile] = ACTIONS(1162), + [anon_sym_restrict] = ACTIONS(1162), + [anon_sym___restrict__] = ACTIONS(1162), + [anon_sym__Atomic] = ACTIONS(1162), + [anon_sym__Noreturn] = ACTIONS(1162), + [anon_sym_noreturn] = ACTIONS(1162), + [anon_sym__Nonnull] = ACTIONS(1162), + [anon_sym_alignas] = ACTIONS(1162), + [anon_sym__Alignas] = ACTIONS(1162), + [sym_primitive_type] = ACTIONS(1162), + [anon_sym_enum] = ACTIONS(1162), + [anon_sym_struct] = ACTIONS(1162), + [anon_sym_union] = ACTIONS(1162), + [anon_sym_if] = ACTIONS(1162), + [anon_sym_else] = ACTIONS(1162), + [anon_sym_switch] = ACTIONS(1162), + [anon_sym_case] = ACTIONS(1162), + [anon_sym_default] = ACTIONS(1162), + [anon_sym_while] = ACTIONS(1162), + [anon_sym_do] = ACTIONS(1162), + [anon_sym_for] = ACTIONS(1162), + [anon_sym_return] = ACTIONS(1162), + [anon_sym_break] = ACTIONS(1162), + [anon_sym_continue] = ACTIONS(1162), + [anon_sym_goto] = ACTIONS(1162), + [anon_sym___try] = ACTIONS(1162), + [anon_sym___leave] = ACTIONS(1162), + [anon_sym_DASH_DASH] = ACTIONS(1164), + [anon_sym_PLUS_PLUS] = ACTIONS(1164), + [anon_sym_sizeof] = ACTIONS(1162), + [anon_sym___alignof__] = ACTIONS(1162), + [anon_sym___alignof] = ACTIONS(1162), + [anon_sym__alignof] = ACTIONS(1162), + [anon_sym_alignof] = ACTIONS(1162), + [anon_sym__Alignof] = ACTIONS(1162), + [anon_sym_offsetof] = ACTIONS(1162), + [anon_sym__Generic] = ACTIONS(1162), + [anon_sym_asm] = ACTIONS(1162), + [anon_sym___asm__] = ACTIONS(1162), + [anon_sym___asm] = ACTIONS(1162), + [sym_number_literal] = ACTIONS(1164), + [anon_sym_L_SQUOTE] = ACTIONS(1164), + [anon_sym_u_SQUOTE] = ACTIONS(1164), + [anon_sym_U_SQUOTE] = ACTIONS(1164), + [anon_sym_u8_SQUOTE] = ACTIONS(1164), + [anon_sym_SQUOTE] = ACTIONS(1164), + [anon_sym_L_DQUOTE] = ACTIONS(1164), + [anon_sym_u_DQUOTE] = ACTIONS(1164), + [anon_sym_U_DQUOTE] = ACTIONS(1164), + [anon_sym_u8_DQUOTE] = ACTIONS(1164), + [anon_sym_DQUOTE] = ACTIONS(1164), + [sym_true] = ACTIONS(1162), + [sym_false] = ACTIONS(1162), + [anon_sym_NULL] = ACTIONS(1162), + [anon_sym_nullptr] = ACTIONS(1162), [sym_comment] = ACTIONS(3), }, - [194] = { - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token2] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym___extension__] = ACTIONS(1142), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym___attribute] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym___inline] = ACTIONS(1142), - [anon_sym___inline__] = ACTIONS(1142), - [anon_sym___forceinline] = ACTIONS(1142), - [anon_sym_thread_local] = ACTIONS(1142), - [anon_sym___thread] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_constexpr] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_noreturn] = ACTIONS(1142), - [anon_sym__Nonnull] = ACTIONS(1142), - [anon_sym_alignas] = ACTIONS(1142), - [anon_sym__Alignas] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_else] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym___try] = ACTIONS(1142), - [anon_sym___leave] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym___alignof__] = ACTIONS(1142), - [anon_sym___alignof] = ACTIONS(1142), - [anon_sym__alignof] = ACTIONS(1142), - [anon_sym_alignof] = ACTIONS(1142), - [anon_sym__Alignof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [anon_sym___asm] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [anon_sym_NULL] = ACTIONS(1142), - [anon_sym_nullptr] = ACTIONS(1142), + [STATE(158)] = { + [sym_identifier] = ACTIONS(1166), + [aux_sym_preproc_include_token1] = ACTIONS(1166), + [aux_sym_preproc_def_token1] = ACTIONS(1166), + [aux_sym_preproc_if_token1] = ACTIONS(1166), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1166), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1166), + [sym_preproc_directive] = ACTIONS(1166), + [anon_sym_LPAREN2] = ACTIONS(1168), + [anon_sym_BANG] = ACTIONS(1168), + [anon_sym_TILDE] = ACTIONS(1168), + [anon_sym_DASH] = ACTIONS(1166), + [anon_sym_PLUS] = ACTIONS(1166), + [anon_sym_STAR] = ACTIONS(1168), + [anon_sym_AMP] = ACTIONS(1168), + [anon_sym_SEMI] = ACTIONS(1168), + [anon_sym___extension__] = ACTIONS(1166), + [anon_sym_typedef] = ACTIONS(1166), + [anon_sym_extern] = ACTIONS(1166), + [anon_sym___attribute__] = ACTIONS(1166), + [anon_sym___attribute] = ACTIONS(1166), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1168), + [anon_sym___declspec] = ACTIONS(1166), + [anon_sym___cdecl] = ACTIONS(1166), + [anon_sym___clrcall] = ACTIONS(1166), + [anon_sym___stdcall] = ACTIONS(1166), + [anon_sym___fastcall] = ACTIONS(1166), + [anon_sym___thiscall] = ACTIONS(1166), + [anon_sym___vectorcall] = ACTIONS(1166), + [anon_sym_LBRACE] = ACTIONS(1168), + [anon_sym_RBRACE] = ACTIONS(1168), + [anon_sym_signed] = ACTIONS(1166), + [anon_sym_unsigned] = ACTIONS(1166), + [anon_sym_long] = ACTIONS(1166), + [anon_sym_short] = ACTIONS(1166), + [anon_sym_static] = ACTIONS(1166), + [anon_sym_auto] = ACTIONS(1166), + [anon_sym_register] = ACTIONS(1166), + [anon_sym_inline] = ACTIONS(1166), + [anon_sym___inline] = ACTIONS(1166), + [anon_sym___inline__] = ACTIONS(1166), + [anon_sym___forceinline] = ACTIONS(1166), + [anon_sym_thread_local] = ACTIONS(1166), + [anon_sym___thread] = ACTIONS(1166), + [anon_sym_const] = ACTIONS(1166), + [anon_sym_constexpr] = ACTIONS(1166), + [anon_sym_volatile] = ACTIONS(1166), + [anon_sym_restrict] = ACTIONS(1166), + [anon_sym___restrict__] = ACTIONS(1166), + [anon_sym__Atomic] = ACTIONS(1166), + [anon_sym__Noreturn] = ACTIONS(1166), + [anon_sym_noreturn] = ACTIONS(1166), + [anon_sym__Nonnull] = ACTIONS(1166), + [anon_sym_alignas] = ACTIONS(1166), + [anon_sym__Alignas] = ACTIONS(1166), + [sym_primitive_type] = ACTIONS(1166), + [anon_sym_enum] = ACTIONS(1166), + [anon_sym_struct] = ACTIONS(1166), + [anon_sym_union] = ACTIONS(1166), + [anon_sym_if] = ACTIONS(1166), + [anon_sym_else] = ACTIONS(1166), + [anon_sym_switch] = ACTIONS(1166), + [anon_sym_case] = ACTIONS(1166), + [anon_sym_default] = ACTIONS(1166), + [anon_sym_while] = ACTIONS(1166), + [anon_sym_do] = ACTIONS(1166), + [anon_sym_for] = ACTIONS(1166), + [anon_sym_return] = ACTIONS(1166), + [anon_sym_break] = ACTIONS(1166), + [anon_sym_continue] = ACTIONS(1166), + [anon_sym_goto] = ACTIONS(1166), + [anon_sym___try] = ACTIONS(1166), + [anon_sym___leave] = ACTIONS(1166), + [anon_sym_DASH_DASH] = ACTIONS(1168), + [anon_sym_PLUS_PLUS] = ACTIONS(1168), + [anon_sym_sizeof] = ACTIONS(1166), + [anon_sym___alignof__] = ACTIONS(1166), + [anon_sym___alignof] = ACTIONS(1166), + [anon_sym__alignof] = ACTIONS(1166), + [anon_sym_alignof] = ACTIONS(1166), + [anon_sym__Alignof] = ACTIONS(1166), + [anon_sym_offsetof] = ACTIONS(1166), + [anon_sym__Generic] = ACTIONS(1166), + [anon_sym_asm] = ACTIONS(1166), + [anon_sym___asm__] = ACTIONS(1166), + [anon_sym___asm] = ACTIONS(1166), + [sym_number_literal] = ACTIONS(1168), + [anon_sym_L_SQUOTE] = ACTIONS(1168), + [anon_sym_u_SQUOTE] = ACTIONS(1168), + [anon_sym_U_SQUOTE] = ACTIONS(1168), + [anon_sym_u8_SQUOTE] = ACTIONS(1168), + [anon_sym_SQUOTE] = ACTIONS(1168), + [anon_sym_L_DQUOTE] = ACTIONS(1168), + [anon_sym_u_DQUOTE] = ACTIONS(1168), + [anon_sym_U_DQUOTE] = ACTIONS(1168), + [anon_sym_u8_DQUOTE] = ACTIONS(1168), + [anon_sym_DQUOTE] = ACTIONS(1168), + [sym_true] = ACTIONS(1166), + [sym_false] = ACTIONS(1166), + [anon_sym_NULL] = ACTIONS(1166), + [anon_sym_nullptr] = ACTIONS(1166), [sym_comment] = ACTIONS(3), }, - [195] = { - [sym_identifier] = ACTIONS(1146), - [aux_sym_preproc_include_token1] = ACTIONS(1146), - [aux_sym_preproc_def_token1] = ACTIONS(1146), - [aux_sym_preproc_if_token1] = ACTIONS(1146), - [aux_sym_preproc_if_token2] = ACTIONS(1146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1146), - [sym_preproc_directive] = ACTIONS(1146), - [anon_sym_LPAREN2] = ACTIONS(1148), - [anon_sym_BANG] = ACTIONS(1148), - [anon_sym_TILDE] = ACTIONS(1148), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(1146), - [anon_sym_STAR] = ACTIONS(1148), - [anon_sym_AMP] = ACTIONS(1148), - [anon_sym_SEMI] = ACTIONS(1148), - [anon_sym___extension__] = ACTIONS(1146), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym___attribute__] = ACTIONS(1146), - [anon_sym___attribute] = ACTIONS(1146), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), - [anon_sym___declspec] = ACTIONS(1146), - [anon_sym___cdecl] = ACTIONS(1146), - [anon_sym___clrcall] = ACTIONS(1146), - [anon_sym___stdcall] = ACTIONS(1146), - [anon_sym___fastcall] = ACTIONS(1146), - [anon_sym___thiscall] = ACTIONS(1146), - [anon_sym___vectorcall] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1148), - [anon_sym_signed] = ACTIONS(1146), - [anon_sym_unsigned] = ACTIONS(1146), - [anon_sym_long] = ACTIONS(1146), - [anon_sym_short] = ACTIONS(1146), - [anon_sym_static] = ACTIONS(1146), - [anon_sym_auto] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_inline] = ACTIONS(1146), - [anon_sym___inline] = ACTIONS(1146), - [anon_sym___inline__] = ACTIONS(1146), - [anon_sym___forceinline] = ACTIONS(1146), - [anon_sym_thread_local] = ACTIONS(1146), - [anon_sym___thread] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [anon_sym_constexpr] = ACTIONS(1146), - [anon_sym_volatile] = ACTIONS(1146), - [anon_sym_restrict] = ACTIONS(1146), - [anon_sym___restrict__] = ACTIONS(1146), - [anon_sym__Atomic] = ACTIONS(1146), - [anon_sym__Noreturn] = ACTIONS(1146), - [anon_sym_noreturn] = ACTIONS(1146), - [anon_sym__Nonnull] = ACTIONS(1146), - [anon_sym_alignas] = ACTIONS(1146), - [anon_sym__Alignas] = ACTIONS(1146), - [sym_primitive_type] = ACTIONS(1146), - [anon_sym_enum] = ACTIONS(1146), - [anon_sym_struct] = ACTIONS(1146), - [anon_sym_union] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_else] = ACTIONS(1146), - [anon_sym_switch] = ACTIONS(1146), - [anon_sym_case] = ACTIONS(1146), - [anon_sym_default] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1146), - [anon_sym___try] = ACTIONS(1146), - [anon_sym___leave] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1148), - [anon_sym_PLUS_PLUS] = ACTIONS(1148), - [anon_sym_sizeof] = ACTIONS(1146), - [anon_sym___alignof__] = ACTIONS(1146), - [anon_sym___alignof] = ACTIONS(1146), - [anon_sym__alignof] = ACTIONS(1146), - [anon_sym_alignof] = ACTIONS(1146), - [anon_sym__Alignof] = ACTIONS(1146), - [anon_sym_offsetof] = ACTIONS(1146), - [anon_sym__Generic] = ACTIONS(1146), - [anon_sym_asm] = ACTIONS(1146), - [anon_sym___asm__] = ACTIONS(1146), - [anon_sym___asm] = ACTIONS(1146), - [sym_number_literal] = ACTIONS(1148), - [anon_sym_L_SQUOTE] = ACTIONS(1148), - [anon_sym_u_SQUOTE] = ACTIONS(1148), - [anon_sym_U_SQUOTE] = ACTIONS(1148), - [anon_sym_u8_SQUOTE] = ACTIONS(1148), - [anon_sym_SQUOTE] = ACTIONS(1148), - [anon_sym_L_DQUOTE] = ACTIONS(1148), - [anon_sym_u_DQUOTE] = ACTIONS(1148), - [anon_sym_U_DQUOTE] = ACTIONS(1148), - [anon_sym_u8_DQUOTE] = ACTIONS(1148), - [anon_sym_DQUOTE] = ACTIONS(1148), - [sym_true] = ACTIONS(1146), - [sym_false] = ACTIONS(1146), - [anon_sym_NULL] = ACTIONS(1146), - [anon_sym_nullptr] = ACTIONS(1146), + [STATE(159)] = { + [sym_identifier] = ACTIONS(1170), + [aux_sym_preproc_include_token1] = ACTIONS(1170), + [aux_sym_preproc_def_token1] = ACTIONS(1170), + [aux_sym_preproc_if_token1] = ACTIONS(1170), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), + [sym_preproc_directive] = ACTIONS(1170), + [anon_sym_LPAREN2] = ACTIONS(1172), + [anon_sym_BANG] = ACTIONS(1172), + [anon_sym_TILDE] = ACTIONS(1172), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_STAR] = ACTIONS(1172), + [anon_sym_AMP] = ACTIONS(1172), + [anon_sym_SEMI] = ACTIONS(1172), + [anon_sym___extension__] = ACTIONS(1170), + [anon_sym_typedef] = ACTIONS(1170), + [anon_sym_extern] = ACTIONS(1170), + [anon_sym___attribute__] = ACTIONS(1170), + [anon_sym___attribute] = ACTIONS(1170), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), + [anon_sym___declspec] = ACTIONS(1170), + [anon_sym___cdecl] = ACTIONS(1170), + [anon_sym___clrcall] = ACTIONS(1170), + [anon_sym___stdcall] = ACTIONS(1170), + [anon_sym___fastcall] = ACTIONS(1170), + [anon_sym___thiscall] = ACTIONS(1170), + [anon_sym___vectorcall] = ACTIONS(1170), + [anon_sym_LBRACE] = ACTIONS(1172), + [anon_sym_RBRACE] = ACTIONS(1172), + [anon_sym_signed] = ACTIONS(1170), + [anon_sym_unsigned] = ACTIONS(1170), + [anon_sym_long] = ACTIONS(1170), + [anon_sym_short] = ACTIONS(1170), + [anon_sym_static] = ACTIONS(1170), + [anon_sym_auto] = ACTIONS(1170), + [anon_sym_register] = ACTIONS(1170), + [anon_sym_inline] = ACTIONS(1170), + [anon_sym___inline] = ACTIONS(1170), + [anon_sym___inline__] = ACTIONS(1170), + [anon_sym___forceinline] = ACTIONS(1170), + [anon_sym_thread_local] = ACTIONS(1170), + [anon_sym___thread] = ACTIONS(1170), + [anon_sym_const] = ACTIONS(1170), + [anon_sym_constexpr] = ACTIONS(1170), + [anon_sym_volatile] = ACTIONS(1170), + [anon_sym_restrict] = ACTIONS(1170), + [anon_sym___restrict__] = ACTIONS(1170), + [anon_sym__Atomic] = ACTIONS(1170), + [anon_sym__Noreturn] = ACTIONS(1170), + [anon_sym_noreturn] = ACTIONS(1170), + [anon_sym__Nonnull] = ACTIONS(1170), + [anon_sym_alignas] = ACTIONS(1170), + [anon_sym__Alignas] = ACTIONS(1170), + [sym_primitive_type] = ACTIONS(1170), + [anon_sym_enum] = ACTIONS(1170), + [anon_sym_struct] = ACTIONS(1170), + [anon_sym_union] = ACTIONS(1170), + [anon_sym_if] = ACTIONS(1170), + [anon_sym_else] = ACTIONS(1170), + [anon_sym_switch] = ACTIONS(1170), + [anon_sym_case] = ACTIONS(1170), + [anon_sym_default] = ACTIONS(1170), + [anon_sym_while] = ACTIONS(1170), + [anon_sym_do] = ACTIONS(1170), + [anon_sym_for] = ACTIONS(1170), + [anon_sym_return] = ACTIONS(1170), + [anon_sym_break] = ACTIONS(1170), + [anon_sym_continue] = ACTIONS(1170), + [anon_sym_goto] = ACTIONS(1170), + [anon_sym___try] = ACTIONS(1170), + [anon_sym___leave] = ACTIONS(1170), + [anon_sym_DASH_DASH] = ACTIONS(1172), + [anon_sym_PLUS_PLUS] = ACTIONS(1172), + [anon_sym_sizeof] = ACTIONS(1170), + [anon_sym___alignof__] = ACTIONS(1170), + [anon_sym___alignof] = ACTIONS(1170), + [anon_sym__alignof] = ACTIONS(1170), + [anon_sym_alignof] = ACTIONS(1170), + [anon_sym__Alignof] = ACTIONS(1170), + [anon_sym_offsetof] = ACTIONS(1170), + [anon_sym__Generic] = ACTIONS(1170), + [anon_sym_asm] = ACTIONS(1170), + [anon_sym___asm__] = ACTIONS(1170), + [anon_sym___asm] = ACTIONS(1170), + [sym_number_literal] = ACTIONS(1172), + [anon_sym_L_SQUOTE] = ACTIONS(1172), + [anon_sym_u_SQUOTE] = ACTIONS(1172), + [anon_sym_U_SQUOTE] = ACTIONS(1172), + [anon_sym_u8_SQUOTE] = ACTIONS(1172), + [anon_sym_SQUOTE] = ACTIONS(1172), + [anon_sym_L_DQUOTE] = ACTIONS(1172), + [anon_sym_u_DQUOTE] = ACTIONS(1172), + [anon_sym_U_DQUOTE] = ACTIONS(1172), + [anon_sym_u8_DQUOTE] = ACTIONS(1172), + [anon_sym_DQUOTE] = ACTIONS(1172), + [sym_true] = ACTIONS(1170), + [sym_false] = ACTIONS(1170), + [anon_sym_NULL] = ACTIONS(1170), + [anon_sym_nullptr] = ACTIONS(1170), + [sym_comment] = ACTIONS(3), + }, + [STATE(160)] = { + [sym_identifier] = ACTIONS(1174), + [aux_sym_preproc_include_token1] = ACTIONS(1174), + [aux_sym_preproc_def_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), + [sym_preproc_directive] = ACTIONS(1174), + [anon_sym_LPAREN2] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym___extension__] = ACTIONS(1174), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(1174), + [anon_sym___attribute__] = ACTIONS(1174), + [anon_sym___attribute] = ACTIONS(1174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), + [anon_sym___declspec] = ACTIONS(1174), + [anon_sym___cdecl] = ACTIONS(1174), + [anon_sym___clrcall] = ACTIONS(1174), + [anon_sym___stdcall] = ACTIONS(1174), + [anon_sym___fastcall] = ACTIONS(1174), + [anon_sym___thiscall] = ACTIONS(1174), + [anon_sym___vectorcall] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_RBRACE] = ACTIONS(1176), + [anon_sym_signed] = ACTIONS(1174), + [anon_sym_unsigned] = ACTIONS(1174), + [anon_sym_long] = ACTIONS(1174), + [anon_sym_short] = ACTIONS(1174), + [anon_sym_static] = ACTIONS(1174), + [anon_sym_auto] = ACTIONS(1174), + [anon_sym_register] = ACTIONS(1174), + [anon_sym_inline] = ACTIONS(1174), + [anon_sym___inline] = ACTIONS(1174), + [anon_sym___inline__] = ACTIONS(1174), + [anon_sym___forceinline] = ACTIONS(1174), + [anon_sym_thread_local] = ACTIONS(1174), + [anon_sym___thread] = ACTIONS(1174), + [anon_sym_const] = ACTIONS(1174), + [anon_sym_constexpr] = ACTIONS(1174), + [anon_sym_volatile] = ACTIONS(1174), + [anon_sym_restrict] = ACTIONS(1174), + [anon_sym___restrict__] = ACTIONS(1174), + [anon_sym__Atomic] = ACTIONS(1174), + [anon_sym__Noreturn] = ACTIONS(1174), + [anon_sym_noreturn] = ACTIONS(1174), + [anon_sym__Nonnull] = ACTIONS(1174), + [anon_sym_alignas] = ACTIONS(1174), + [anon_sym__Alignas] = ACTIONS(1174), + [sym_primitive_type] = ACTIONS(1174), + [anon_sym_enum] = ACTIONS(1174), + [anon_sym_struct] = ACTIONS(1174), + [anon_sym_union] = ACTIONS(1174), + [anon_sym_if] = ACTIONS(1174), + [anon_sym_else] = ACTIONS(1174), + [anon_sym_switch] = ACTIONS(1174), + [anon_sym_case] = ACTIONS(1174), + [anon_sym_default] = ACTIONS(1174), + [anon_sym_while] = ACTIONS(1174), + [anon_sym_do] = ACTIONS(1174), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1174), + [anon_sym_continue] = ACTIONS(1174), + [anon_sym_goto] = ACTIONS(1174), + [anon_sym___try] = ACTIONS(1174), + [anon_sym___leave] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1174), + [anon_sym___alignof__] = ACTIONS(1174), + [anon_sym___alignof] = ACTIONS(1174), + [anon_sym__alignof] = ACTIONS(1174), + [anon_sym_alignof] = ACTIONS(1174), + [anon_sym__Alignof] = ACTIONS(1174), + [anon_sym_offsetof] = ACTIONS(1174), + [anon_sym__Generic] = ACTIONS(1174), + [anon_sym_asm] = ACTIONS(1174), + [anon_sym___asm__] = ACTIONS(1174), + [anon_sym___asm] = ACTIONS(1174), + [sym_number_literal] = ACTIONS(1176), + [anon_sym_L_SQUOTE] = ACTIONS(1176), + [anon_sym_u_SQUOTE] = ACTIONS(1176), + [anon_sym_U_SQUOTE] = ACTIONS(1176), + [anon_sym_u8_SQUOTE] = ACTIONS(1176), + [anon_sym_SQUOTE] = ACTIONS(1176), + [anon_sym_L_DQUOTE] = ACTIONS(1176), + [anon_sym_u_DQUOTE] = ACTIONS(1176), + [anon_sym_U_DQUOTE] = ACTIONS(1176), + [anon_sym_u8_DQUOTE] = ACTIONS(1176), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_true] = ACTIONS(1174), + [sym_false] = ACTIONS(1174), + [anon_sym_NULL] = ACTIONS(1174), + [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [196] = { + [STATE(161)] = { + [ts_builtin_sym_end] = ACTIONS(1152), [sym_identifier] = ACTIONS(1150), [aux_sym_preproc_include_token1] = ACTIONS(1150), [aux_sym_preproc_def_token1] = ACTIONS(1150), [aux_sym_preproc_if_token1] = ACTIONS(1150), - [aux_sym_preproc_if_token2] = ACTIONS(1150), [aux_sym_preproc_ifdef_token1] = ACTIONS(1150), [aux_sym_preproc_ifdef_token2] = ACTIONS(1150), [sym_preproc_directive] = ACTIONS(1150), @@ -37246,12 +34031,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1150), [sym_comment] = ACTIONS(3), }, - [197] = { + [STATE(162)] = { + [ts_builtin_sym_end] = ACTIONS(1160), [sym_identifier] = ACTIONS(1158), [aux_sym_preproc_include_token1] = ACTIONS(1158), [aux_sym_preproc_def_token1] = ACTIONS(1158), [aux_sym_preproc_if_token1] = ACTIONS(1158), - [aux_sym_preproc_if_token2] = ACTIONS(1158), [aux_sym_preproc_ifdef_token1] = ACTIONS(1158), [aux_sym_preproc_ifdef_token2] = ACTIONS(1158), [sym_preproc_directive] = ACTIONS(1158), @@ -37349,12 +34134,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1158), [sym_comment] = ACTIONS(3), }, - [198] = { + [STATE(163)] = { + [ts_builtin_sym_end] = ACTIONS(1164), [sym_identifier] = ACTIONS(1162), [aux_sym_preproc_include_token1] = ACTIONS(1162), [aux_sym_preproc_def_token1] = ACTIONS(1162), [aux_sym_preproc_if_token1] = ACTIONS(1162), - [aux_sym_preproc_if_token2] = ACTIONS(1162), [aux_sym_preproc_ifdef_token1] = ACTIONS(1162), [aux_sym_preproc_ifdef_token2] = ACTIONS(1162), [sym_preproc_directive] = ACTIONS(1162), @@ -37452,12 +34237,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1162), [sym_comment] = ACTIONS(3), }, - [199] = { + [STATE(164)] = { + [ts_builtin_sym_end] = ACTIONS(1168), [sym_identifier] = ACTIONS(1166), [aux_sym_preproc_include_token1] = ACTIONS(1166), [aux_sym_preproc_def_token1] = ACTIONS(1166), [aux_sym_preproc_if_token1] = ACTIONS(1166), - [aux_sym_preproc_if_token2] = ACTIONS(1166), [aux_sym_preproc_ifdef_token1] = ACTIONS(1166), [aux_sym_preproc_ifdef_token2] = ACTIONS(1166), [sym_preproc_directive] = ACTIONS(1166), @@ -37555,218 +34340,423 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1166), [sym_comment] = ACTIONS(3), }, - [200] = { - [sym_identifier] = ACTIONS(1154), - [aux_sym_preproc_include_token1] = ACTIONS(1154), - [aux_sym_preproc_def_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), - [sym_preproc_directive] = ACTIONS(1154), - [anon_sym_LPAREN2] = ACTIONS(1156), - [anon_sym_BANG] = ACTIONS(1156), - [anon_sym_TILDE] = ACTIONS(1156), - [anon_sym_DASH] = ACTIONS(1154), - [anon_sym_PLUS] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1156), - [anon_sym___extension__] = ACTIONS(1154), - [anon_sym_typedef] = ACTIONS(1154), - [anon_sym_extern] = ACTIONS(1154), - [anon_sym___attribute__] = ACTIONS(1154), - [anon_sym___attribute] = ACTIONS(1154), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_RBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), + [STATE(165)] = { + [ts_builtin_sym_end] = ACTIONS(1172), + [sym_identifier] = ACTIONS(1170), + [aux_sym_preproc_include_token1] = ACTIONS(1170), + [aux_sym_preproc_def_token1] = ACTIONS(1170), + [aux_sym_preproc_if_token1] = ACTIONS(1170), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), + [sym_preproc_directive] = ACTIONS(1170), + [anon_sym_LPAREN2] = ACTIONS(1172), + [anon_sym_BANG] = ACTIONS(1172), + [anon_sym_TILDE] = ACTIONS(1172), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_STAR] = ACTIONS(1172), + [anon_sym_AMP] = ACTIONS(1172), + [anon_sym_SEMI] = ACTIONS(1172), + [anon_sym___extension__] = ACTIONS(1170), + [anon_sym_typedef] = ACTIONS(1170), + [anon_sym_extern] = ACTIONS(1170), + [anon_sym___attribute__] = ACTIONS(1170), + [anon_sym___attribute] = ACTIONS(1170), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), + [anon_sym___declspec] = ACTIONS(1170), + [anon_sym___cdecl] = ACTIONS(1170), + [anon_sym___clrcall] = ACTIONS(1170), + [anon_sym___stdcall] = ACTIONS(1170), + [anon_sym___fastcall] = ACTIONS(1170), + [anon_sym___thiscall] = ACTIONS(1170), + [anon_sym___vectorcall] = ACTIONS(1170), + [anon_sym_LBRACE] = ACTIONS(1172), + [anon_sym_signed] = ACTIONS(1170), + [anon_sym_unsigned] = ACTIONS(1170), + [anon_sym_long] = ACTIONS(1170), + [anon_sym_short] = ACTIONS(1170), + [anon_sym_static] = ACTIONS(1170), + [anon_sym_auto] = ACTIONS(1170), + [anon_sym_register] = ACTIONS(1170), + [anon_sym_inline] = ACTIONS(1170), + [anon_sym___inline] = ACTIONS(1170), + [anon_sym___inline__] = ACTIONS(1170), + [anon_sym___forceinline] = ACTIONS(1170), + [anon_sym_thread_local] = ACTIONS(1170), + [anon_sym___thread] = ACTIONS(1170), + [anon_sym_const] = ACTIONS(1170), + [anon_sym_constexpr] = ACTIONS(1170), + [anon_sym_volatile] = ACTIONS(1170), + [anon_sym_restrict] = ACTIONS(1170), + [anon_sym___restrict__] = ACTIONS(1170), + [anon_sym__Atomic] = ACTIONS(1170), + [anon_sym__Noreturn] = ACTIONS(1170), + [anon_sym_noreturn] = ACTIONS(1170), + [anon_sym__Nonnull] = ACTIONS(1170), + [anon_sym_alignas] = ACTIONS(1170), + [anon_sym__Alignas] = ACTIONS(1170), + [sym_primitive_type] = ACTIONS(1170), + [anon_sym_enum] = ACTIONS(1170), + [anon_sym_struct] = ACTIONS(1170), + [anon_sym_union] = ACTIONS(1170), + [anon_sym_if] = ACTIONS(1170), + [anon_sym_else] = ACTIONS(1170), + [anon_sym_switch] = ACTIONS(1170), + [anon_sym_case] = ACTIONS(1170), + [anon_sym_default] = ACTIONS(1170), + [anon_sym_while] = ACTIONS(1170), + [anon_sym_do] = ACTIONS(1170), + [anon_sym_for] = ACTIONS(1170), + [anon_sym_return] = ACTIONS(1170), + [anon_sym_break] = ACTIONS(1170), + [anon_sym_continue] = ACTIONS(1170), + [anon_sym_goto] = ACTIONS(1170), + [anon_sym___try] = ACTIONS(1170), + [anon_sym___leave] = ACTIONS(1170), + [anon_sym_DASH_DASH] = ACTIONS(1172), + [anon_sym_PLUS_PLUS] = ACTIONS(1172), + [anon_sym_sizeof] = ACTIONS(1170), + [anon_sym___alignof__] = ACTIONS(1170), + [anon_sym___alignof] = ACTIONS(1170), + [anon_sym__alignof] = ACTIONS(1170), + [anon_sym_alignof] = ACTIONS(1170), + [anon_sym__Alignof] = ACTIONS(1170), + [anon_sym_offsetof] = ACTIONS(1170), + [anon_sym__Generic] = ACTIONS(1170), + [anon_sym_asm] = ACTIONS(1170), + [anon_sym___asm__] = ACTIONS(1170), + [anon_sym___asm] = ACTIONS(1170), + [sym_number_literal] = ACTIONS(1172), + [anon_sym_L_SQUOTE] = ACTIONS(1172), + [anon_sym_u_SQUOTE] = ACTIONS(1172), + [anon_sym_U_SQUOTE] = ACTIONS(1172), + [anon_sym_u8_SQUOTE] = ACTIONS(1172), + [anon_sym_SQUOTE] = ACTIONS(1172), + [anon_sym_L_DQUOTE] = ACTIONS(1172), + [anon_sym_u_DQUOTE] = ACTIONS(1172), + [anon_sym_U_DQUOTE] = ACTIONS(1172), + [anon_sym_u8_DQUOTE] = ACTIONS(1172), + [anon_sym_DQUOTE] = ACTIONS(1172), + [sym_true] = ACTIONS(1170), + [sym_false] = ACTIONS(1170), + [anon_sym_NULL] = ACTIONS(1170), + [anon_sym_nullptr] = ACTIONS(1170), + [sym_comment] = ACTIONS(3), + }, + [STATE(166)] = { + [ts_builtin_sym_end] = ACTIONS(1176), + [sym_identifier] = ACTIONS(1174), + [aux_sym_preproc_include_token1] = ACTIONS(1174), + [aux_sym_preproc_def_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), + [sym_preproc_directive] = ACTIONS(1174), + [anon_sym_LPAREN2] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym___extension__] = ACTIONS(1174), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(1174), + [anon_sym___attribute__] = ACTIONS(1174), + [anon_sym___attribute] = ACTIONS(1174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), + [anon_sym___declspec] = ACTIONS(1174), + [anon_sym___cdecl] = ACTIONS(1174), + [anon_sym___clrcall] = ACTIONS(1174), + [anon_sym___stdcall] = ACTIONS(1174), + [anon_sym___fastcall] = ACTIONS(1174), + [anon_sym___thiscall] = ACTIONS(1174), + [anon_sym___vectorcall] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_signed] = ACTIONS(1174), + [anon_sym_unsigned] = ACTIONS(1174), + [anon_sym_long] = ACTIONS(1174), + [anon_sym_short] = ACTIONS(1174), + [anon_sym_static] = ACTIONS(1174), + [anon_sym_auto] = ACTIONS(1174), + [anon_sym_register] = ACTIONS(1174), + [anon_sym_inline] = ACTIONS(1174), + [anon_sym___inline] = ACTIONS(1174), + [anon_sym___inline__] = ACTIONS(1174), + [anon_sym___forceinline] = ACTIONS(1174), + [anon_sym_thread_local] = ACTIONS(1174), + [anon_sym___thread] = ACTIONS(1174), + [anon_sym_const] = ACTIONS(1174), + [anon_sym_constexpr] = ACTIONS(1174), + [anon_sym_volatile] = ACTIONS(1174), + [anon_sym_restrict] = ACTIONS(1174), + [anon_sym___restrict__] = ACTIONS(1174), + [anon_sym__Atomic] = ACTIONS(1174), + [anon_sym__Noreturn] = ACTIONS(1174), + [anon_sym_noreturn] = ACTIONS(1174), + [anon_sym__Nonnull] = ACTIONS(1174), + [anon_sym_alignas] = ACTIONS(1174), + [anon_sym__Alignas] = ACTIONS(1174), + [sym_primitive_type] = ACTIONS(1174), + [anon_sym_enum] = ACTIONS(1174), + [anon_sym_struct] = ACTIONS(1174), + [anon_sym_union] = ACTIONS(1174), + [anon_sym_if] = ACTIONS(1174), + [anon_sym_else] = ACTIONS(1174), + [anon_sym_switch] = ACTIONS(1174), + [anon_sym_case] = ACTIONS(1174), + [anon_sym_default] = ACTIONS(1174), + [anon_sym_while] = ACTIONS(1174), + [anon_sym_do] = ACTIONS(1174), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1174), + [anon_sym_continue] = ACTIONS(1174), + [anon_sym_goto] = ACTIONS(1174), + [anon_sym___try] = ACTIONS(1174), + [anon_sym___leave] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1174), + [anon_sym___alignof__] = ACTIONS(1174), + [anon_sym___alignof] = ACTIONS(1174), + [anon_sym__alignof] = ACTIONS(1174), + [anon_sym_alignof] = ACTIONS(1174), + [anon_sym__Alignof] = ACTIONS(1174), + [anon_sym_offsetof] = ACTIONS(1174), + [anon_sym__Generic] = ACTIONS(1174), + [anon_sym_asm] = ACTIONS(1174), + [anon_sym___asm__] = ACTIONS(1174), + [anon_sym___asm] = ACTIONS(1174), + [sym_number_literal] = ACTIONS(1176), + [anon_sym_L_SQUOTE] = ACTIONS(1176), + [anon_sym_u_SQUOTE] = ACTIONS(1176), + [anon_sym_U_SQUOTE] = ACTIONS(1176), + [anon_sym_u8_SQUOTE] = ACTIONS(1176), + [anon_sym_SQUOTE] = ACTIONS(1176), + [anon_sym_L_DQUOTE] = ACTIONS(1176), + [anon_sym_u_DQUOTE] = ACTIONS(1176), + [anon_sym_U_DQUOTE] = ACTIONS(1176), + [anon_sym_u8_DQUOTE] = ACTIONS(1176), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_true] = ACTIONS(1174), + [sym_false] = ACTIONS(1174), + [anon_sym_NULL] = ACTIONS(1174), + [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [201] = { - [sym_identifier] = ACTIONS(1154), - [aux_sym_preproc_include_token1] = ACTIONS(1154), - [aux_sym_preproc_def_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), - [sym_preproc_directive] = ACTIONS(1154), - [anon_sym_LPAREN2] = ACTIONS(1156), - [anon_sym_BANG] = ACTIONS(1156), - [anon_sym_TILDE] = ACTIONS(1156), - [anon_sym_DASH] = ACTIONS(1154), - [anon_sym_PLUS] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1156), - [anon_sym___extension__] = ACTIONS(1154), - [anon_sym_typedef] = ACTIONS(1154), - [anon_sym_extern] = ACTIONS(1154), - [anon_sym___attribute__] = ACTIONS(1154), - [anon_sym___attribute] = ACTIONS(1154), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_RBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), + [STATE(167)] = { + [ts_builtin_sym_end] = ACTIONS(1176), + [sym_identifier] = ACTIONS(1174), + [aux_sym_preproc_include_token1] = ACTIONS(1174), + [aux_sym_preproc_def_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), + [sym_preproc_directive] = ACTIONS(1174), + [anon_sym_LPAREN2] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym___extension__] = ACTIONS(1174), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(1174), + [anon_sym___attribute__] = ACTIONS(1174), + [anon_sym___attribute] = ACTIONS(1174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), + [anon_sym___declspec] = ACTIONS(1174), + [anon_sym___cdecl] = ACTIONS(1174), + [anon_sym___clrcall] = ACTIONS(1174), + [anon_sym___stdcall] = ACTIONS(1174), + [anon_sym___fastcall] = ACTIONS(1174), + [anon_sym___thiscall] = ACTIONS(1174), + [anon_sym___vectorcall] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_signed] = ACTIONS(1174), + [anon_sym_unsigned] = ACTIONS(1174), + [anon_sym_long] = ACTIONS(1174), + [anon_sym_short] = ACTIONS(1174), + [anon_sym_static] = ACTIONS(1174), + [anon_sym_auto] = ACTIONS(1174), + [anon_sym_register] = ACTIONS(1174), + [anon_sym_inline] = ACTIONS(1174), + [anon_sym___inline] = ACTIONS(1174), + [anon_sym___inline__] = ACTIONS(1174), + [anon_sym___forceinline] = ACTIONS(1174), + [anon_sym_thread_local] = ACTIONS(1174), + [anon_sym___thread] = ACTIONS(1174), + [anon_sym_const] = ACTIONS(1174), + [anon_sym_constexpr] = ACTIONS(1174), + [anon_sym_volatile] = ACTIONS(1174), + [anon_sym_restrict] = ACTIONS(1174), + [anon_sym___restrict__] = ACTIONS(1174), + [anon_sym__Atomic] = ACTIONS(1174), + [anon_sym__Noreturn] = ACTIONS(1174), + [anon_sym_noreturn] = ACTIONS(1174), + [anon_sym__Nonnull] = ACTIONS(1174), + [anon_sym_alignas] = ACTIONS(1174), + [anon_sym__Alignas] = ACTIONS(1174), + [sym_primitive_type] = ACTIONS(1174), + [anon_sym_enum] = ACTIONS(1174), + [anon_sym_struct] = ACTIONS(1174), + [anon_sym_union] = ACTIONS(1174), + [anon_sym_if] = ACTIONS(1174), + [anon_sym_else] = ACTIONS(1174), + [anon_sym_switch] = ACTIONS(1174), + [anon_sym_case] = ACTIONS(1174), + [anon_sym_default] = ACTIONS(1174), + [anon_sym_while] = ACTIONS(1174), + [anon_sym_do] = ACTIONS(1174), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1174), + [anon_sym_continue] = ACTIONS(1174), + [anon_sym_goto] = ACTIONS(1174), + [anon_sym___try] = ACTIONS(1174), + [anon_sym___leave] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1174), + [anon_sym___alignof__] = ACTIONS(1174), + [anon_sym___alignof] = ACTIONS(1174), + [anon_sym__alignof] = ACTIONS(1174), + [anon_sym_alignof] = ACTIONS(1174), + [anon_sym__Alignof] = ACTIONS(1174), + [anon_sym_offsetof] = ACTIONS(1174), + [anon_sym__Generic] = ACTIONS(1174), + [anon_sym_asm] = ACTIONS(1174), + [anon_sym___asm__] = ACTIONS(1174), + [anon_sym___asm] = ACTIONS(1174), + [sym_number_literal] = ACTIONS(1176), + [anon_sym_L_SQUOTE] = ACTIONS(1176), + [anon_sym_u_SQUOTE] = ACTIONS(1176), + [anon_sym_U_SQUOTE] = ACTIONS(1176), + [anon_sym_u8_SQUOTE] = ACTIONS(1176), + [anon_sym_SQUOTE] = ACTIONS(1176), + [anon_sym_L_DQUOTE] = ACTIONS(1176), + [anon_sym_u_DQUOTE] = ACTIONS(1176), + [anon_sym_U_DQUOTE] = ACTIONS(1176), + [anon_sym_u8_DQUOTE] = ACTIONS(1176), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_true] = ACTIONS(1174), + [sym_false] = ACTIONS(1174), + [anon_sym_NULL] = ACTIONS(1174), + [anon_sym_nullptr] = ACTIONS(1174), + [sym_comment] = ACTIONS(3), + }, + [STATE(168)] = { + [sym_identifier] = ACTIONS(1174), + [aux_sym_preproc_include_token1] = ACTIONS(1174), + [aux_sym_preproc_def_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), + [sym_preproc_directive] = ACTIONS(1174), + [anon_sym_LPAREN2] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym___extension__] = ACTIONS(1174), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(1174), + [anon_sym___attribute__] = ACTIONS(1174), + [anon_sym___attribute] = ACTIONS(1174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), + [anon_sym___declspec] = ACTIONS(1174), + [anon_sym___cdecl] = ACTIONS(1174), + [anon_sym___clrcall] = ACTIONS(1174), + [anon_sym___stdcall] = ACTIONS(1174), + [anon_sym___fastcall] = ACTIONS(1174), + [anon_sym___thiscall] = ACTIONS(1174), + [anon_sym___vectorcall] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_RBRACE] = ACTIONS(1176), + [anon_sym_signed] = ACTIONS(1174), + [anon_sym_unsigned] = ACTIONS(1174), + [anon_sym_long] = ACTIONS(1174), + [anon_sym_short] = ACTIONS(1174), + [anon_sym_static] = ACTIONS(1174), + [anon_sym_auto] = ACTIONS(1174), + [anon_sym_register] = ACTIONS(1174), + [anon_sym_inline] = ACTIONS(1174), + [anon_sym___inline] = ACTIONS(1174), + [anon_sym___inline__] = ACTIONS(1174), + [anon_sym___forceinline] = ACTIONS(1174), + [anon_sym_thread_local] = ACTIONS(1174), + [anon_sym___thread] = ACTIONS(1174), + [anon_sym_const] = ACTIONS(1174), + [anon_sym_constexpr] = ACTIONS(1174), + [anon_sym_volatile] = ACTIONS(1174), + [anon_sym_restrict] = ACTIONS(1174), + [anon_sym___restrict__] = ACTIONS(1174), + [anon_sym__Atomic] = ACTIONS(1174), + [anon_sym__Noreturn] = ACTIONS(1174), + [anon_sym_noreturn] = ACTIONS(1174), + [anon_sym__Nonnull] = ACTIONS(1174), + [anon_sym_alignas] = ACTIONS(1174), + [anon_sym__Alignas] = ACTIONS(1174), + [sym_primitive_type] = ACTIONS(1174), + [anon_sym_enum] = ACTIONS(1174), + [anon_sym_struct] = ACTIONS(1174), + [anon_sym_union] = ACTIONS(1174), + [anon_sym_if] = ACTIONS(1174), + [anon_sym_else] = ACTIONS(1174), + [anon_sym_switch] = ACTIONS(1174), + [anon_sym_case] = ACTIONS(1174), + [anon_sym_default] = ACTIONS(1174), + [anon_sym_while] = ACTIONS(1174), + [anon_sym_do] = ACTIONS(1174), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1174), + [anon_sym_continue] = ACTIONS(1174), + [anon_sym_goto] = ACTIONS(1174), + [anon_sym___try] = ACTIONS(1174), + [anon_sym___leave] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1174), + [anon_sym___alignof__] = ACTIONS(1174), + [anon_sym___alignof] = ACTIONS(1174), + [anon_sym__alignof] = ACTIONS(1174), + [anon_sym_alignof] = ACTIONS(1174), + [anon_sym__Alignof] = ACTIONS(1174), + [anon_sym_offsetof] = ACTIONS(1174), + [anon_sym__Generic] = ACTIONS(1174), + [anon_sym_asm] = ACTIONS(1174), + [anon_sym___asm__] = ACTIONS(1174), + [anon_sym___asm] = ACTIONS(1174), + [sym_number_literal] = ACTIONS(1176), + [anon_sym_L_SQUOTE] = ACTIONS(1176), + [anon_sym_u_SQUOTE] = ACTIONS(1176), + [anon_sym_U_SQUOTE] = ACTIONS(1176), + [anon_sym_u8_SQUOTE] = ACTIONS(1176), + [anon_sym_SQUOTE] = ACTIONS(1176), + [anon_sym_L_DQUOTE] = ACTIONS(1176), + [anon_sym_u_DQUOTE] = ACTIONS(1176), + [anon_sym_U_DQUOTE] = ACTIONS(1176), + [anon_sym_u8_DQUOTE] = ACTIONS(1176), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_true] = ACTIONS(1174), + [sym_false] = ACTIONS(1174), + [anon_sym_NULL] = ACTIONS(1174), + [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [202] = { + [STATE(169)] = { [sym_identifier] = ACTIONS(1178), [aux_sym_preproc_include_token1] = ACTIONS(1178), [aux_sym_preproc_def_token1] = ACTIONS(1178), [aux_sym_preproc_if_token1] = ACTIONS(1178), - [aux_sym_preproc_if_token2] = ACTIONS(1178), [aux_sym_preproc_ifdef_token1] = ACTIONS(1178), [aux_sym_preproc_ifdef_token2] = ACTIONS(1178), [sym_preproc_directive] = ACTIONS(1178), @@ -37792,6 +34782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1178), [anon_sym___vectorcall] = ACTIONS(1178), [anon_sym_LBRACE] = ACTIONS(1180), + [anon_sym_RBRACE] = ACTIONS(1180), [anon_sym_signed] = ACTIONS(1178), [anon_sym_unsigned] = ACTIONS(1178), [anon_sym_long] = ACTIONS(1178), @@ -37842,441 +34833,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__alignof] = ACTIONS(1178), [anon_sym_alignof] = ACTIONS(1178), [anon_sym__Alignof] = ACTIONS(1178), - [anon_sym_offsetof] = ACTIONS(1178), - [anon_sym__Generic] = ACTIONS(1178), - [anon_sym_asm] = ACTIONS(1178), - [anon_sym___asm__] = ACTIONS(1178), - [anon_sym___asm] = ACTIONS(1178), - [sym_number_literal] = ACTIONS(1180), - [anon_sym_L_SQUOTE] = ACTIONS(1180), - [anon_sym_u_SQUOTE] = ACTIONS(1180), - [anon_sym_U_SQUOTE] = ACTIONS(1180), - [anon_sym_u8_SQUOTE] = ACTIONS(1180), - [anon_sym_SQUOTE] = ACTIONS(1180), - [anon_sym_L_DQUOTE] = ACTIONS(1180), - [anon_sym_u_DQUOTE] = ACTIONS(1180), - [anon_sym_U_DQUOTE] = ACTIONS(1180), - [anon_sym_u8_DQUOTE] = ACTIONS(1180), - [anon_sym_DQUOTE] = ACTIONS(1180), - [sym_true] = ACTIONS(1178), - [sym_false] = ACTIONS(1178), - [anon_sym_NULL] = ACTIONS(1178), - [anon_sym_nullptr] = ACTIONS(1178), - [sym_comment] = ACTIONS(3), - }, - [203] = { - [sym_identifier] = ACTIONS(1182), - [aux_sym_preproc_include_token1] = ACTIONS(1182), - [aux_sym_preproc_def_token1] = ACTIONS(1182), - [aux_sym_preproc_if_token1] = ACTIONS(1182), - [aux_sym_preproc_if_token2] = ACTIONS(1182), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1182), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1182), - [sym_preproc_directive] = ACTIONS(1182), - [anon_sym_LPAREN2] = ACTIONS(1184), - [anon_sym_BANG] = ACTIONS(1184), - [anon_sym_TILDE] = ACTIONS(1184), - [anon_sym_DASH] = ACTIONS(1182), - [anon_sym_PLUS] = ACTIONS(1182), - [anon_sym_STAR] = ACTIONS(1184), - [anon_sym_AMP] = ACTIONS(1184), - [anon_sym_SEMI] = ACTIONS(1184), - [anon_sym___extension__] = ACTIONS(1182), - [anon_sym_typedef] = ACTIONS(1182), - [anon_sym_extern] = ACTIONS(1182), - [anon_sym___attribute__] = ACTIONS(1182), - [anon_sym___attribute] = ACTIONS(1182), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1184), - [anon_sym___declspec] = ACTIONS(1182), - [anon_sym___cdecl] = ACTIONS(1182), - [anon_sym___clrcall] = ACTIONS(1182), - [anon_sym___stdcall] = ACTIONS(1182), - [anon_sym___fastcall] = ACTIONS(1182), - [anon_sym___thiscall] = ACTIONS(1182), - [anon_sym___vectorcall] = ACTIONS(1182), - [anon_sym_LBRACE] = ACTIONS(1184), - [anon_sym_signed] = ACTIONS(1182), - [anon_sym_unsigned] = ACTIONS(1182), - [anon_sym_long] = ACTIONS(1182), - [anon_sym_short] = ACTIONS(1182), - [anon_sym_static] = ACTIONS(1182), - [anon_sym_auto] = ACTIONS(1182), - [anon_sym_register] = ACTIONS(1182), - [anon_sym_inline] = ACTIONS(1182), - [anon_sym___inline] = ACTIONS(1182), - [anon_sym___inline__] = ACTIONS(1182), - [anon_sym___forceinline] = ACTIONS(1182), - [anon_sym_thread_local] = ACTIONS(1182), - [anon_sym___thread] = ACTIONS(1182), - [anon_sym_const] = ACTIONS(1182), - [anon_sym_constexpr] = ACTIONS(1182), - [anon_sym_volatile] = ACTIONS(1182), - [anon_sym_restrict] = ACTIONS(1182), - [anon_sym___restrict__] = ACTIONS(1182), - [anon_sym__Atomic] = ACTIONS(1182), - [anon_sym__Noreturn] = ACTIONS(1182), - [anon_sym_noreturn] = ACTIONS(1182), - [anon_sym__Nonnull] = ACTIONS(1182), - [anon_sym_alignas] = ACTIONS(1182), - [anon_sym__Alignas] = ACTIONS(1182), - [sym_primitive_type] = ACTIONS(1182), - [anon_sym_enum] = ACTIONS(1182), - [anon_sym_struct] = ACTIONS(1182), - [anon_sym_union] = ACTIONS(1182), - [anon_sym_if] = ACTIONS(1182), - [anon_sym_else] = ACTIONS(1182), - [anon_sym_switch] = ACTIONS(1182), - [anon_sym_case] = ACTIONS(1182), - [anon_sym_default] = ACTIONS(1182), - [anon_sym_while] = ACTIONS(1182), - [anon_sym_do] = ACTIONS(1182), - [anon_sym_for] = ACTIONS(1182), - [anon_sym_return] = ACTIONS(1182), - [anon_sym_break] = ACTIONS(1182), - [anon_sym_continue] = ACTIONS(1182), - [anon_sym_goto] = ACTIONS(1182), - [anon_sym___try] = ACTIONS(1182), - [anon_sym___leave] = ACTIONS(1182), - [anon_sym_DASH_DASH] = ACTIONS(1184), - [anon_sym_PLUS_PLUS] = ACTIONS(1184), - [anon_sym_sizeof] = ACTIONS(1182), - [anon_sym___alignof__] = ACTIONS(1182), - [anon_sym___alignof] = ACTIONS(1182), - [anon_sym__alignof] = ACTIONS(1182), - [anon_sym_alignof] = ACTIONS(1182), - [anon_sym__Alignof] = ACTIONS(1182), - [anon_sym_offsetof] = ACTIONS(1182), - [anon_sym__Generic] = ACTIONS(1182), - [anon_sym_asm] = ACTIONS(1182), - [anon_sym___asm__] = ACTIONS(1182), - [anon_sym___asm] = ACTIONS(1182), - [sym_number_literal] = ACTIONS(1184), - [anon_sym_L_SQUOTE] = ACTIONS(1184), - [anon_sym_u_SQUOTE] = ACTIONS(1184), - [anon_sym_U_SQUOTE] = ACTIONS(1184), - [anon_sym_u8_SQUOTE] = ACTIONS(1184), - [anon_sym_SQUOTE] = ACTIONS(1184), - [anon_sym_L_DQUOTE] = ACTIONS(1184), - [anon_sym_u_DQUOTE] = ACTIONS(1184), - [anon_sym_U_DQUOTE] = ACTIONS(1184), - [anon_sym_u8_DQUOTE] = ACTIONS(1184), - [anon_sym_DQUOTE] = ACTIONS(1184), - [sym_true] = ACTIONS(1182), - [sym_false] = ACTIONS(1182), - [anon_sym_NULL] = ACTIONS(1182), - [anon_sym_nullptr] = ACTIONS(1182), - [sym_comment] = ACTIONS(3), - }, - [204] = { - [sym_identifier] = ACTIONS(1134), - [aux_sym_preproc_include_token1] = ACTIONS(1134), - [aux_sym_preproc_def_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token2] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), - [sym_preproc_directive] = ACTIONS(1134), - [anon_sym_LPAREN2] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1136), - [anon_sym_AMP] = ACTIONS(1136), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym___extension__] = ACTIONS(1134), - [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym___attribute] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym___inline] = ACTIONS(1134), - [anon_sym___inline__] = ACTIONS(1134), - [anon_sym___forceinline] = ACTIONS(1134), - [anon_sym_thread_local] = ACTIONS(1134), - [anon_sym___thread] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_constexpr] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_noreturn] = ACTIONS(1134), - [anon_sym__Nonnull] = ACTIONS(1134), - [anon_sym_alignas] = ACTIONS(1134), - [anon_sym__Alignas] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_else] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym___try] = ACTIONS(1134), - [anon_sym___leave] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [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(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [anon_sym___asm] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [anon_sym_NULL] = ACTIONS(1134), - [anon_sym_nullptr] = ACTIONS(1134), - [sym_comment] = ACTIONS(3), - }, - [205] = { - [sym_identifier] = ACTIONS(1186), - [aux_sym_preproc_include_token1] = ACTIONS(1186), - [aux_sym_preproc_def_token1] = ACTIONS(1186), - [aux_sym_preproc_if_token1] = ACTIONS(1186), - [aux_sym_preproc_if_token2] = ACTIONS(1186), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1186), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1186), - [sym_preproc_directive] = ACTIONS(1186), - [anon_sym_LPAREN2] = ACTIONS(1188), - [anon_sym_BANG] = ACTIONS(1188), - [anon_sym_TILDE] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_STAR] = ACTIONS(1188), - [anon_sym_AMP] = ACTIONS(1188), - [anon_sym_SEMI] = ACTIONS(1188), - [anon_sym___extension__] = ACTIONS(1186), - [anon_sym_typedef] = ACTIONS(1186), - [anon_sym_extern] = ACTIONS(1186), - [anon_sym___attribute__] = ACTIONS(1186), - [anon_sym___attribute] = ACTIONS(1186), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1188), - [anon_sym___declspec] = ACTIONS(1186), - [anon_sym___cdecl] = ACTIONS(1186), - [anon_sym___clrcall] = ACTIONS(1186), - [anon_sym___stdcall] = ACTIONS(1186), - [anon_sym___fastcall] = ACTIONS(1186), - [anon_sym___thiscall] = ACTIONS(1186), - [anon_sym___vectorcall] = ACTIONS(1186), - [anon_sym_LBRACE] = ACTIONS(1188), - [anon_sym_signed] = ACTIONS(1186), - [anon_sym_unsigned] = ACTIONS(1186), - [anon_sym_long] = ACTIONS(1186), - [anon_sym_short] = ACTIONS(1186), - [anon_sym_static] = ACTIONS(1186), - [anon_sym_auto] = ACTIONS(1186), - [anon_sym_register] = ACTIONS(1186), - [anon_sym_inline] = ACTIONS(1186), - [anon_sym___inline] = ACTIONS(1186), - [anon_sym___inline__] = ACTIONS(1186), - [anon_sym___forceinline] = ACTIONS(1186), - [anon_sym_thread_local] = ACTIONS(1186), - [anon_sym___thread] = ACTIONS(1186), - [anon_sym_const] = ACTIONS(1186), - [anon_sym_constexpr] = ACTIONS(1186), - [anon_sym_volatile] = ACTIONS(1186), - [anon_sym_restrict] = ACTIONS(1186), - [anon_sym___restrict__] = ACTIONS(1186), - [anon_sym__Atomic] = ACTIONS(1186), - [anon_sym__Noreturn] = ACTIONS(1186), - [anon_sym_noreturn] = ACTIONS(1186), - [anon_sym__Nonnull] = ACTIONS(1186), - [anon_sym_alignas] = ACTIONS(1186), - [anon_sym__Alignas] = ACTIONS(1186), - [sym_primitive_type] = ACTIONS(1186), - [anon_sym_enum] = ACTIONS(1186), - [anon_sym_struct] = ACTIONS(1186), - [anon_sym_union] = ACTIONS(1186), - [anon_sym_if] = ACTIONS(1186), - [anon_sym_else] = ACTIONS(1186), - [anon_sym_switch] = ACTIONS(1186), - [anon_sym_case] = ACTIONS(1186), - [anon_sym_default] = ACTIONS(1186), - [anon_sym_while] = ACTIONS(1186), - [anon_sym_do] = ACTIONS(1186), - [anon_sym_for] = ACTIONS(1186), - [anon_sym_return] = ACTIONS(1186), - [anon_sym_break] = ACTIONS(1186), - [anon_sym_continue] = ACTIONS(1186), - [anon_sym_goto] = ACTIONS(1186), - [anon_sym___try] = ACTIONS(1186), - [anon_sym___leave] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1188), - [anon_sym_PLUS_PLUS] = ACTIONS(1188), - [anon_sym_sizeof] = ACTIONS(1186), - [anon_sym___alignof__] = ACTIONS(1186), - [anon_sym___alignof] = ACTIONS(1186), - [anon_sym__alignof] = ACTIONS(1186), - [anon_sym_alignof] = ACTIONS(1186), - [anon_sym__Alignof] = ACTIONS(1186), - [anon_sym_offsetof] = ACTIONS(1186), - [anon_sym__Generic] = ACTIONS(1186), - [anon_sym_asm] = ACTIONS(1186), - [anon_sym___asm__] = ACTIONS(1186), - [anon_sym___asm] = ACTIONS(1186), - [sym_number_literal] = ACTIONS(1188), - [anon_sym_L_SQUOTE] = ACTIONS(1188), - [anon_sym_u_SQUOTE] = ACTIONS(1188), - [anon_sym_U_SQUOTE] = ACTIONS(1188), - [anon_sym_u8_SQUOTE] = ACTIONS(1188), - [anon_sym_SQUOTE] = ACTIONS(1188), - [anon_sym_L_DQUOTE] = ACTIONS(1188), - [anon_sym_u_DQUOTE] = ACTIONS(1188), - [anon_sym_U_DQUOTE] = ACTIONS(1188), - [anon_sym_u8_DQUOTE] = ACTIONS(1188), - [anon_sym_DQUOTE] = ACTIONS(1188), - [sym_true] = ACTIONS(1186), - [sym_false] = ACTIONS(1186), - [anon_sym_NULL] = ACTIONS(1186), - [anon_sym_nullptr] = ACTIONS(1186), - [sym_comment] = ACTIONS(3), - }, - [206] = { - [sym_identifier] = ACTIONS(1190), - [aux_sym_preproc_include_token1] = ACTIONS(1190), - [aux_sym_preproc_def_token1] = ACTIONS(1190), - [aux_sym_preproc_if_token1] = ACTIONS(1190), - [aux_sym_preproc_if_token2] = ACTIONS(1190), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1190), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1190), - [sym_preproc_directive] = ACTIONS(1190), - [anon_sym_LPAREN2] = ACTIONS(1192), - [anon_sym_BANG] = ACTIONS(1192), - [anon_sym_TILDE] = ACTIONS(1192), - [anon_sym_DASH] = ACTIONS(1190), - [anon_sym_PLUS] = ACTIONS(1190), - [anon_sym_STAR] = ACTIONS(1192), - [anon_sym_AMP] = ACTIONS(1192), - [anon_sym_SEMI] = ACTIONS(1192), - [anon_sym___extension__] = ACTIONS(1190), - [anon_sym_typedef] = ACTIONS(1190), - [anon_sym_extern] = ACTIONS(1190), - [anon_sym___attribute__] = ACTIONS(1190), - [anon_sym___attribute] = ACTIONS(1190), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1192), - [anon_sym___declspec] = ACTIONS(1190), - [anon_sym___cdecl] = ACTIONS(1190), - [anon_sym___clrcall] = ACTIONS(1190), - [anon_sym___stdcall] = ACTIONS(1190), - [anon_sym___fastcall] = ACTIONS(1190), - [anon_sym___thiscall] = ACTIONS(1190), - [anon_sym___vectorcall] = ACTIONS(1190), - [anon_sym_LBRACE] = ACTIONS(1192), - [anon_sym_signed] = ACTIONS(1190), - [anon_sym_unsigned] = ACTIONS(1190), - [anon_sym_long] = ACTIONS(1190), - [anon_sym_short] = ACTIONS(1190), - [anon_sym_static] = ACTIONS(1190), - [anon_sym_auto] = ACTIONS(1190), - [anon_sym_register] = ACTIONS(1190), - [anon_sym_inline] = ACTIONS(1190), - [anon_sym___inline] = ACTIONS(1190), - [anon_sym___inline__] = ACTIONS(1190), - [anon_sym___forceinline] = ACTIONS(1190), - [anon_sym_thread_local] = ACTIONS(1190), - [anon_sym___thread] = ACTIONS(1190), - [anon_sym_const] = ACTIONS(1190), - [anon_sym_constexpr] = ACTIONS(1190), - [anon_sym_volatile] = ACTIONS(1190), - [anon_sym_restrict] = ACTIONS(1190), - [anon_sym___restrict__] = ACTIONS(1190), - [anon_sym__Atomic] = ACTIONS(1190), - [anon_sym__Noreturn] = ACTIONS(1190), - [anon_sym_noreturn] = ACTIONS(1190), - [anon_sym__Nonnull] = ACTIONS(1190), - [anon_sym_alignas] = ACTIONS(1190), - [anon_sym__Alignas] = ACTIONS(1190), - [sym_primitive_type] = ACTIONS(1190), - [anon_sym_enum] = ACTIONS(1190), - [anon_sym_struct] = ACTIONS(1190), - [anon_sym_union] = ACTIONS(1190), - [anon_sym_if] = ACTIONS(1190), - [anon_sym_else] = ACTIONS(1190), - [anon_sym_switch] = ACTIONS(1190), - [anon_sym_case] = ACTIONS(1190), - [anon_sym_default] = ACTIONS(1190), - [anon_sym_while] = ACTIONS(1190), - [anon_sym_do] = ACTIONS(1190), - [anon_sym_for] = ACTIONS(1190), - [anon_sym_return] = ACTIONS(1190), - [anon_sym_break] = ACTIONS(1190), - [anon_sym_continue] = ACTIONS(1190), - [anon_sym_goto] = ACTIONS(1190), - [anon_sym___try] = ACTIONS(1190), - [anon_sym___leave] = ACTIONS(1190), - [anon_sym_DASH_DASH] = ACTIONS(1192), - [anon_sym_PLUS_PLUS] = ACTIONS(1192), - [anon_sym_sizeof] = ACTIONS(1190), - [anon_sym___alignof__] = ACTIONS(1190), - [anon_sym___alignof] = ACTIONS(1190), - [anon_sym__alignof] = ACTIONS(1190), - [anon_sym_alignof] = ACTIONS(1190), - [anon_sym__Alignof] = ACTIONS(1190), - [anon_sym_offsetof] = ACTIONS(1190), - [anon_sym__Generic] = ACTIONS(1190), - [anon_sym_asm] = ACTIONS(1190), - [anon_sym___asm__] = ACTIONS(1190), - [anon_sym___asm] = ACTIONS(1190), - [sym_number_literal] = ACTIONS(1192), - [anon_sym_L_SQUOTE] = ACTIONS(1192), - [anon_sym_u_SQUOTE] = ACTIONS(1192), - [anon_sym_U_SQUOTE] = ACTIONS(1192), - [anon_sym_u8_SQUOTE] = ACTIONS(1192), - [anon_sym_SQUOTE] = ACTIONS(1192), - [anon_sym_L_DQUOTE] = ACTIONS(1192), - [anon_sym_u_DQUOTE] = ACTIONS(1192), - [anon_sym_U_DQUOTE] = ACTIONS(1192), - [anon_sym_u8_DQUOTE] = ACTIONS(1192), - [anon_sym_DQUOTE] = ACTIONS(1192), - [sym_true] = ACTIONS(1190), - [sym_false] = ACTIONS(1190), - [anon_sym_NULL] = ACTIONS(1190), - [anon_sym_nullptr] = ACTIONS(1190), + [anon_sym_offsetof] = ACTIONS(1178), + [anon_sym__Generic] = ACTIONS(1178), + [anon_sym_asm] = ACTIONS(1178), + [anon_sym___asm__] = ACTIONS(1178), + [anon_sym___asm] = ACTIONS(1178), + [sym_number_literal] = ACTIONS(1180), + [anon_sym_L_SQUOTE] = ACTIONS(1180), + [anon_sym_u_SQUOTE] = ACTIONS(1180), + [anon_sym_U_SQUOTE] = ACTIONS(1180), + [anon_sym_u8_SQUOTE] = ACTIONS(1180), + [anon_sym_SQUOTE] = ACTIONS(1180), + [anon_sym_L_DQUOTE] = ACTIONS(1180), + [anon_sym_u_DQUOTE] = ACTIONS(1180), + [anon_sym_U_DQUOTE] = ACTIONS(1180), + [anon_sym_u8_DQUOTE] = ACTIONS(1180), + [anon_sym_DQUOTE] = ACTIONS(1180), + [sym_true] = ACTIONS(1178), + [sym_false] = ACTIONS(1178), + [anon_sym_NULL] = ACTIONS(1178), + [anon_sym_nullptr] = ACTIONS(1178), [sym_comment] = ACTIONS(3), }, - [207] = { + [STATE(170)] = { + [ts_builtin_sym_end] = ACTIONS(1136), [sym_identifier] = ACTIONS(1134), [aux_sym_preproc_include_token1] = ACTIONS(1134), [aux_sym_preproc_def_token1] = ACTIONS(1134), @@ -38294,921 +34874,816 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(1136), [anon_sym___extension__] = ACTIONS(1134), [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym___attribute] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_RBRACE] = ACTIONS(1136), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym___inline] = ACTIONS(1134), - [anon_sym___inline__] = ACTIONS(1134), - [anon_sym___forceinline] = ACTIONS(1134), - [anon_sym_thread_local] = ACTIONS(1134), - [anon_sym___thread] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_constexpr] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_noreturn] = ACTIONS(1134), - [anon_sym__Nonnull] = ACTIONS(1134), - [anon_sym_alignas] = ACTIONS(1134), - [anon_sym__Alignas] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_else] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym___try] = ACTIONS(1134), - [anon_sym___leave] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [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(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [anon_sym___asm] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [anon_sym_NULL] = ACTIONS(1134), - [anon_sym_nullptr] = ACTIONS(1134), - [sym_comment] = ACTIONS(3), - }, - [208] = { - [sym_identifier] = ACTIONS(1206), - [aux_sym_preproc_include_token1] = ACTIONS(1206), - [aux_sym_preproc_def_token1] = ACTIONS(1206), - [aux_sym_preproc_if_token1] = ACTIONS(1206), - [aux_sym_preproc_if_token2] = ACTIONS(1206), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1206), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1206), - [sym_preproc_directive] = ACTIONS(1206), - [anon_sym_LPAREN2] = ACTIONS(1208), - [anon_sym_BANG] = ACTIONS(1208), - [anon_sym_TILDE] = ACTIONS(1208), - [anon_sym_DASH] = ACTIONS(1206), - [anon_sym_PLUS] = ACTIONS(1206), - [anon_sym_STAR] = ACTIONS(1208), - [anon_sym_AMP] = ACTIONS(1208), - [anon_sym_SEMI] = ACTIONS(1208), - [anon_sym___extension__] = ACTIONS(1206), - [anon_sym_typedef] = ACTIONS(1206), - [anon_sym_extern] = ACTIONS(1206), - [anon_sym___attribute__] = ACTIONS(1206), - [anon_sym___attribute] = ACTIONS(1206), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1208), - [anon_sym___declspec] = ACTIONS(1206), - [anon_sym___cdecl] = ACTIONS(1206), - [anon_sym___clrcall] = ACTIONS(1206), - [anon_sym___stdcall] = ACTIONS(1206), - [anon_sym___fastcall] = ACTIONS(1206), - [anon_sym___thiscall] = ACTIONS(1206), - [anon_sym___vectorcall] = ACTIONS(1206), - [anon_sym_LBRACE] = ACTIONS(1208), - [anon_sym_signed] = ACTIONS(1206), - [anon_sym_unsigned] = ACTIONS(1206), - [anon_sym_long] = ACTIONS(1206), - [anon_sym_short] = ACTIONS(1206), - [anon_sym_static] = ACTIONS(1206), - [anon_sym_auto] = ACTIONS(1206), - [anon_sym_register] = ACTIONS(1206), - [anon_sym_inline] = ACTIONS(1206), - [anon_sym___inline] = ACTIONS(1206), - [anon_sym___inline__] = ACTIONS(1206), - [anon_sym___forceinline] = ACTIONS(1206), - [anon_sym_thread_local] = ACTIONS(1206), - [anon_sym___thread] = ACTIONS(1206), - [anon_sym_const] = ACTIONS(1206), - [anon_sym_constexpr] = ACTIONS(1206), - [anon_sym_volatile] = ACTIONS(1206), - [anon_sym_restrict] = ACTIONS(1206), - [anon_sym___restrict__] = ACTIONS(1206), - [anon_sym__Atomic] = ACTIONS(1206), - [anon_sym__Noreturn] = ACTIONS(1206), - [anon_sym_noreturn] = ACTIONS(1206), - [anon_sym__Nonnull] = ACTIONS(1206), - [anon_sym_alignas] = ACTIONS(1206), - [anon_sym__Alignas] = ACTIONS(1206), - [sym_primitive_type] = ACTIONS(1206), - [anon_sym_enum] = ACTIONS(1206), - [anon_sym_struct] = ACTIONS(1206), - [anon_sym_union] = ACTIONS(1206), - [anon_sym_if] = ACTIONS(1206), - [anon_sym_else] = ACTIONS(1206), - [anon_sym_switch] = ACTIONS(1206), - [anon_sym_case] = ACTIONS(1206), - [anon_sym_default] = ACTIONS(1206), - [anon_sym_while] = ACTIONS(1206), - [anon_sym_do] = ACTIONS(1206), - [anon_sym_for] = ACTIONS(1206), - [anon_sym_return] = ACTIONS(1206), - [anon_sym_break] = ACTIONS(1206), - [anon_sym_continue] = ACTIONS(1206), - [anon_sym_goto] = ACTIONS(1206), - [anon_sym___try] = ACTIONS(1206), - [anon_sym___leave] = ACTIONS(1206), - [anon_sym_DASH_DASH] = ACTIONS(1208), - [anon_sym_PLUS_PLUS] = ACTIONS(1208), - [anon_sym_sizeof] = ACTIONS(1206), - [anon_sym___alignof__] = ACTIONS(1206), - [anon_sym___alignof] = ACTIONS(1206), - [anon_sym__alignof] = ACTIONS(1206), - [anon_sym_alignof] = ACTIONS(1206), - [anon_sym__Alignof] = ACTIONS(1206), - [anon_sym_offsetof] = ACTIONS(1206), - [anon_sym__Generic] = ACTIONS(1206), - [anon_sym_asm] = ACTIONS(1206), - [anon_sym___asm__] = ACTIONS(1206), - [anon_sym___asm] = ACTIONS(1206), - [sym_number_literal] = ACTIONS(1208), - [anon_sym_L_SQUOTE] = ACTIONS(1208), - [anon_sym_u_SQUOTE] = ACTIONS(1208), - [anon_sym_U_SQUOTE] = ACTIONS(1208), - [anon_sym_u8_SQUOTE] = ACTIONS(1208), - [anon_sym_SQUOTE] = ACTIONS(1208), - [anon_sym_L_DQUOTE] = ACTIONS(1208), - [anon_sym_u_DQUOTE] = ACTIONS(1208), - [anon_sym_U_DQUOTE] = ACTIONS(1208), - [anon_sym_u8_DQUOTE] = ACTIONS(1208), - [anon_sym_DQUOTE] = ACTIONS(1208), - [sym_true] = ACTIONS(1206), - [sym_false] = ACTIONS(1206), - [anon_sym_NULL] = ACTIONS(1206), - [anon_sym_nullptr] = ACTIONS(1206), - [sym_comment] = ACTIONS(3), - }, - [209] = { - [sym_identifier] = ACTIONS(1210), - [aux_sym_preproc_include_token1] = ACTIONS(1210), - [aux_sym_preproc_def_token1] = ACTIONS(1210), - [aux_sym_preproc_if_token1] = ACTIONS(1210), - [aux_sym_preproc_if_token2] = ACTIONS(1210), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1210), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1210), - [sym_preproc_directive] = ACTIONS(1210), - [anon_sym_LPAREN2] = ACTIONS(1212), - [anon_sym_BANG] = ACTIONS(1212), - [anon_sym_TILDE] = ACTIONS(1212), - [anon_sym_DASH] = ACTIONS(1210), - [anon_sym_PLUS] = ACTIONS(1210), - [anon_sym_STAR] = ACTIONS(1212), - [anon_sym_AMP] = ACTIONS(1212), - [anon_sym_SEMI] = ACTIONS(1212), - [anon_sym___extension__] = ACTIONS(1210), - [anon_sym_typedef] = ACTIONS(1210), - [anon_sym_extern] = ACTIONS(1210), - [anon_sym___attribute__] = ACTIONS(1210), - [anon_sym___attribute] = ACTIONS(1210), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1212), - [anon_sym___declspec] = ACTIONS(1210), - [anon_sym___cdecl] = ACTIONS(1210), - [anon_sym___clrcall] = ACTIONS(1210), - [anon_sym___stdcall] = ACTIONS(1210), - [anon_sym___fastcall] = ACTIONS(1210), - [anon_sym___thiscall] = ACTIONS(1210), - [anon_sym___vectorcall] = ACTIONS(1210), - [anon_sym_LBRACE] = ACTIONS(1212), - [anon_sym_signed] = ACTIONS(1210), - [anon_sym_unsigned] = ACTIONS(1210), - [anon_sym_long] = ACTIONS(1210), - [anon_sym_short] = ACTIONS(1210), - [anon_sym_static] = ACTIONS(1210), - [anon_sym_auto] = ACTIONS(1210), - [anon_sym_register] = ACTIONS(1210), - [anon_sym_inline] = ACTIONS(1210), - [anon_sym___inline] = ACTIONS(1210), - [anon_sym___inline__] = ACTIONS(1210), - [anon_sym___forceinline] = ACTIONS(1210), - [anon_sym_thread_local] = ACTIONS(1210), - [anon_sym___thread] = ACTIONS(1210), - [anon_sym_const] = ACTIONS(1210), - [anon_sym_constexpr] = ACTIONS(1210), - [anon_sym_volatile] = ACTIONS(1210), - [anon_sym_restrict] = ACTIONS(1210), - [anon_sym___restrict__] = ACTIONS(1210), - [anon_sym__Atomic] = ACTIONS(1210), - [anon_sym__Noreturn] = ACTIONS(1210), - [anon_sym_noreturn] = ACTIONS(1210), - [anon_sym__Nonnull] = ACTIONS(1210), - [anon_sym_alignas] = ACTIONS(1210), - [anon_sym__Alignas] = ACTIONS(1210), - [sym_primitive_type] = ACTIONS(1210), - [anon_sym_enum] = ACTIONS(1210), - [anon_sym_struct] = ACTIONS(1210), - [anon_sym_union] = ACTIONS(1210), - [anon_sym_if] = ACTIONS(1210), - [anon_sym_else] = ACTIONS(1210), - [anon_sym_switch] = ACTIONS(1210), - [anon_sym_case] = ACTIONS(1210), - [anon_sym_default] = ACTIONS(1210), - [anon_sym_while] = ACTIONS(1210), - [anon_sym_do] = ACTIONS(1210), - [anon_sym_for] = ACTIONS(1210), - [anon_sym_return] = ACTIONS(1210), - [anon_sym_break] = ACTIONS(1210), - [anon_sym_continue] = ACTIONS(1210), - [anon_sym_goto] = ACTIONS(1210), - [anon_sym___try] = ACTIONS(1210), - [anon_sym___leave] = ACTIONS(1210), - [anon_sym_DASH_DASH] = ACTIONS(1212), - [anon_sym_PLUS_PLUS] = ACTIONS(1212), - [anon_sym_sizeof] = ACTIONS(1210), - [anon_sym___alignof__] = ACTIONS(1210), - [anon_sym___alignof] = ACTIONS(1210), - [anon_sym__alignof] = ACTIONS(1210), - [anon_sym_alignof] = ACTIONS(1210), - [anon_sym__Alignof] = ACTIONS(1210), - [anon_sym_offsetof] = ACTIONS(1210), - [anon_sym__Generic] = ACTIONS(1210), - [anon_sym_asm] = ACTIONS(1210), - [anon_sym___asm__] = ACTIONS(1210), - [anon_sym___asm] = ACTIONS(1210), - [sym_number_literal] = ACTIONS(1212), - [anon_sym_L_SQUOTE] = ACTIONS(1212), - [anon_sym_u_SQUOTE] = ACTIONS(1212), - [anon_sym_U_SQUOTE] = ACTIONS(1212), - [anon_sym_u8_SQUOTE] = ACTIONS(1212), - [anon_sym_SQUOTE] = ACTIONS(1212), - [anon_sym_L_DQUOTE] = ACTIONS(1212), - [anon_sym_u_DQUOTE] = ACTIONS(1212), - [anon_sym_U_DQUOTE] = ACTIONS(1212), - [anon_sym_u8_DQUOTE] = ACTIONS(1212), - [anon_sym_DQUOTE] = ACTIONS(1212), - [sym_true] = ACTIONS(1210), - [sym_false] = ACTIONS(1210), - [anon_sym_NULL] = ACTIONS(1210), - [anon_sym_nullptr] = ACTIONS(1210), - [sym_comment] = ACTIONS(3), - }, - [210] = { - [sym_identifier] = ACTIONS(1154), - [aux_sym_preproc_include_token1] = ACTIONS(1154), - [aux_sym_preproc_def_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token2] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), - [sym_preproc_directive] = ACTIONS(1154), - [anon_sym_LPAREN2] = ACTIONS(1156), - [anon_sym_BANG] = ACTIONS(1156), - [anon_sym_TILDE] = ACTIONS(1156), - [anon_sym_DASH] = ACTIONS(1154), - [anon_sym_PLUS] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1156), - [anon_sym___extension__] = ACTIONS(1154), - [anon_sym_typedef] = ACTIONS(1154), - [anon_sym_extern] = ACTIONS(1154), - [anon_sym___attribute__] = ACTIONS(1154), - [anon_sym___attribute] = ACTIONS(1154), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), - [sym_comment] = ACTIONS(3), - }, - [211] = { - [sym_identifier] = ACTIONS(1154), - [aux_sym_preproc_include_token1] = ACTIONS(1154), - [aux_sym_preproc_def_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token2] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), - [sym_preproc_directive] = ACTIONS(1154), - [anon_sym_LPAREN2] = ACTIONS(1156), - [anon_sym_BANG] = ACTIONS(1156), - [anon_sym_TILDE] = ACTIONS(1156), - [anon_sym_DASH] = ACTIONS(1154), - [anon_sym_PLUS] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1156), - [anon_sym___extension__] = ACTIONS(1154), - [anon_sym_typedef] = ACTIONS(1154), - [anon_sym_extern] = ACTIONS(1154), - [anon_sym___attribute__] = ACTIONS(1154), - [anon_sym___attribute] = ACTIONS(1154), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), + [anon_sym_extern] = ACTIONS(1134), + [anon_sym___attribute__] = ACTIONS(1134), + [anon_sym___attribute] = ACTIONS(1134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), + [anon_sym___declspec] = ACTIONS(1134), + [anon_sym___cdecl] = ACTIONS(1134), + [anon_sym___clrcall] = ACTIONS(1134), + [anon_sym___stdcall] = ACTIONS(1134), + [anon_sym___fastcall] = ACTIONS(1134), + [anon_sym___thiscall] = ACTIONS(1134), + [anon_sym___vectorcall] = ACTIONS(1134), + [anon_sym_LBRACE] = ACTIONS(1136), + [anon_sym_signed] = ACTIONS(1134), + [anon_sym_unsigned] = ACTIONS(1134), + [anon_sym_long] = ACTIONS(1134), + [anon_sym_short] = ACTIONS(1134), + [anon_sym_static] = ACTIONS(1134), + [anon_sym_auto] = ACTIONS(1134), + [anon_sym_register] = ACTIONS(1134), + [anon_sym_inline] = ACTIONS(1134), + [anon_sym___inline] = ACTIONS(1134), + [anon_sym___inline__] = ACTIONS(1134), + [anon_sym___forceinline] = ACTIONS(1134), + [anon_sym_thread_local] = ACTIONS(1134), + [anon_sym___thread] = ACTIONS(1134), + [anon_sym_const] = ACTIONS(1134), + [anon_sym_constexpr] = ACTIONS(1134), + [anon_sym_volatile] = ACTIONS(1134), + [anon_sym_restrict] = ACTIONS(1134), + [anon_sym___restrict__] = ACTIONS(1134), + [anon_sym__Atomic] = ACTIONS(1134), + [anon_sym__Noreturn] = ACTIONS(1134), + [anon_sym_noreturn] = ACTIONS(1134), + [anon_sym__Nonnull] = ACTIONS(1134), + [anon_sym_alignas] = ACTIONS(1134), + [anon_sym__Alignas] = ACTIONS(1134), + [sym_primitive_type] = ACTIONS(1134), + [anon_sym_enum] = ACTIONS(1134), + [anon_sym_struct] = ACTIONS(1134), + [anon_sym_union] = ACTIONS(1134), + [anon_sym_if] = ACTIONS(1134), + [anon_sym_else] = ACTIONS(1134), + [anon_sym_switch] = ACTIONS(1134), + [anon_sym_case] = ACTIONS(1134), + [anon_sym_default] = ACTIONS(1134), + [anon_sym_while] = ACTIONS(1134), + [anon_sym_do] = ACTIONS(1134), + [anon_sym_for] = ACTIONS(1134), + [anon_sym_return] = ACTIONS(1134), + [anon_sym_break] = ACTIONS(1134), + [anon_sym_continue] = ACTIONS(1134), + [anon_sym_goto] = ACTIONS(1134), + [anon_sym___try] = ACTIONS(1134), + [anon_sym___leave] = ACTIONS(1134), + [anon_sym_DASH_DASH] = ACTIONS(1136), + [anon_sym_PLUS_PLUS] = ACTIONS(1136), + [anon_sym_sizeof] = ACTIONS(1134), + [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(1134), + [anon_sym__Generic] = ACTIONS(1134), + [anon_sym_asm] = ACTIONS(1134), + [anon_sym___asm__] = ACTIONS(1134), + [anon_sym___asm] = ACTIONS(1134), + [sym_number_literal] = ACTIONS(1136), + [anon_sym_L_SQUOTE] = ACTIONS(1136), + [anon_sym_u_SQUOTE] = ACTIONS(1136), + [anon_sym_U_SQUOTE] = ACTIONS(1136), + [anon_sym_u8_SQUOTE] = ACTIONS(1136), + [anon_sym_SQUOTE] = ACTIONS(1136), + [anon_sym_L_DQUOTE] = ACTIONS(1136), + [anon_sym_u_DQUOTE] = ACTIONS(1136), + [anon_sym_U_DQUOTE] = ACTIONS(1136), + [anon_sym_u8_DQUOTE] = ACTIONS(1136), + [anon_sym_DQUOTE] = ACTIONS(1136), + [sym_true] = ACTIONS(1134), + [sym_false] = ACTIONS(1134), + [anon_sym_NULL] = ACTIONS(1134), + [anon_sym_nullptr] = ACTIONS(1134), [sym_comment] = ACTIONS(3), }, - [212] = { - [sym_identifier] = ACTIONS(1170), - [aux_sym_preproc_include_token1] = ACTIONS(1170), - [aux_sym_preproc_def_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token2] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), - [sym_preproc_directive] = ACTIONS(1170), - [anon_sym_LPAREN2] = ACTIONS(1172), - [anon_sym_BANG] = ACTIONS(1172), - [anon_sym_TILDE] = ACTIONS(1172), - [anon_sym_DASH] = ACTIONS(1170), - [anon_sym_PLUS] = ACTIONS(1170), - [anon_sym_STAR] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1172), - [anon_sym_SEMI] = ACTIONS(1172), - [anon_sym___extension__] = ACTIONS(1170), - [anon_sym_typedef] = ACTIONS(1170), - [anon_sym_extern] = ACTIONS(1170), - [anon_sym___attribute__] = ACTIONS(1170), - [anon_sym___attribute] = ACTIONS(1170), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), - [anon_sym___declspec] = ACTIONS(1170), - [anon_sym___cdecl] = ACTIONS(1170), - [anon_sym___clrcall] = ACTIONS(1170), - [anon_sym___stdcall] = ACTIONS(1170), - [anon_sym___fastcall] = ACTIONS(1170), - [anon_sym___thiscall] = ACTIONS(1170), - [anon_sym___vectorcall] = ACTIONS(1170), - [anon_sym_LBRACE] = ACTIONS(1172), - [anon_sym_signed] = ACTIONS(1170), - [anon_sym_unsigned] = ACTIONS(1170), - [anon_sym_long] = ACTIONS(1170), - [anon_sym_short] = ACTIONS(1170), - [anon_sym_static] = ACTIONS(1170), - [anon_sym_auto] = ACTIONS(1170), - [anon_sym_register] = ACTIONS(1170), - [anon_sym_inline] = ACTIONS(1170), - [anon_sym___inline] = ACTIONS(1170), - [anon_sym___inline__] = ACTIONS(1170), - [anon_sym___forceinline] = ACTIONS(1170), - [anon_sym_thread_local] = ACTIONS(1170), - [anon_sym___thread] = ACTIONS(1170), - [anon_sym_const] = ACTIONS(1170), - [anon_sym_constexpr] = ACTIONS(1170), - [anon_sym_volatile] = ACTIONS(1170), - [anon_sym_restrict] = ACTIONS(1170), - [anon_sym___restrict__] = ACTIONS(1170), - [anon_sym__Atomic] = ACTIONS(1170), - [anon_sym__Noreturn] = ACTIONS(1170), - [anon_sym_noreturn] = ACTIONS(1170), - [anon_sym__Nonnull] = ACTIONS(1170), - [anon_sym_alignas] = ACTIONS(1170), - [anon_sym__Alignas] = ACTIONS(1170), - [sym_primitive_type] = ACTIONS(1170), - [anon_sym_enum] = ACTIONS(1170), - [anon_sym_struct] = ACTIONS(1170), - [anon_sym_union] = ACTIONS(1170), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_else] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1170), - [anon_sym_case] = ACTIONS(1170), - [anon_sym_default] = ACTIONS(1170), - [anon_sym_while] = ACTIONS(1170), - [anon_sym_do] = ACTIONS(1170), - [anon_sym_for] = ACTIONS(1170), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1170), - [anon_sym_goto] = ACTIONS(1170), - [anon_sym___try] = ACTIONS(1170), - [anon_sym___leave] = ACTIONS(1170), - [anon_sym_DASH_DASH] = ACTIONS(1172), - [anon_sym_PLUS_PLUS] = ACTIONS(1172), - [anon_sym_sizeof] = ACTIONS(1170), - [anon_sym___alignof__] = ACTIONS(1170), - [anon_sym___alignof] = ACTIONS(1170), - [anon_sym__alignof] = ACTIONS(1170), - [anon_sym_alignof] = ACTIONS(1170), - [anon_sym__Alignof] = ACTIONS(1170), - [anon_sym_offsetof] = ACTIONS(1170), - [anon_sym__Generic] = ACTIONS(1170), - [anon_sym_asm] = ACTIONS(1170), - [anon_sym___asm__] = ACTIONS(1170), - [anon_sym___asm] = ACTIONS(1170), - [sym_number_literal] = ACTIONS(1172), - [anon_sym_L_SQUOTE] = ACTIONS(1172), - [anon_sym_u_SQUOTE] = ACTIONS(1172), - [anon_sym_U_SQUOTE] = ACTIONS(1172), - [anon_sym_u8_SQUOTE] = ACTIONS(1172), - [anon_sym_SQUOTE] = ACTIONS(1172), - [anon_sym_L_DQUOTE] = ACTIONS(1172), - [anon_sym_u_DQUOTE] = ACTIONS(1172), - [anon_sym_U_DQUOTE] = ACTIONS(1172), - [anon_sym_u8_DQUOTE] = ACTIONS(1172), - [anon_sym_DQUOTE] = ACTIONS(1172), - [sym_true] = ACTIONS(1170), - [sym_false] = ACTIONS(1170), - [anon_sym_NULL] = ACTIONS(1170), - [anon_sym_nullptr] = ACTIONS(1170), + [STATE(171)] = { + [sym_identifier] = ACTIONS(1186), + [aux_sym_preproc_include_token1] = ACTIONS(1186), + [aux_sym_preproc_def_token1] = ACTIONS(1186), + [aux_sym_preproc_if_token1] = ACTIONS(1186), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1186), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1186), + [sym_preproc_directive] = ACTIONS(1186), + [anon_sym_LPAREN2] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1186), + [anon_sym_PLUS] = ACTIONS(1186), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym___extension__] = ACTIONS(1186), + [anon_sym_typedef] = ACTIONS(1186), + [anon_sym_extern] = ACTIONS(1186), + [anon_sym___attribute__] = ACTIONS(1186), + [anon_sym___attribute] = ACTIONS(1186), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1188), + [anon_sym___declspec] = ACTIONS(1186), + [anon_sym___cdecl] = ACTIONS(1186), + [anon_sym___clrcall] = ACTIONS(1186), + [anon_sym___stdcall] = ACTIONS(1186), + [anon_sym___fastcall] = ACTIONS(1186), + [anon_sym___thiscall] = ACTIONS(1186), + [anon_sym___vectorcall] = ACTIONS(1186), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_RBRACE] = ACTIONS(1188), + [anon_sym_signed] = ACTIONS(1186), + [anon_sym_unsigned] = ACTIONS(1186), + [anon_sym_long] = ACTIONS(1186), + [anon_sym_short] = ACTIONS(1186), + [anon_sym_static] = ACTIONS(1186), + [anon_sym_auto] = ACTIONS(1186), + [anon_sym_register] = ACTIONS(1186), + [anon_sym_inline] = ACTIONS(1186), + [anon_sym___inline] = ACTIONS(1186), + [anon_sym___inline__] = ACTIONS(1186), + [anon_sym___forceinline] = ACTIONS(1186), + [anon_sym_thread_local] = ACTIONS(1186), + [anon_sym___thread] = ACTIONS(1186), + [anon_sym_const] = ACTIONS(1186), + [anon_sym_constexpr] = ACTIONS(1186), + [anon_sym_volatile] = ACTIONS(1186), + [anon_sym_restrict] = ACTIONS(1186), + [anon_sym___restrict__] = ACTIONS(1186), + [anon_sym__Atomic] = ACTIONS(1186), + [anon_sym__Noreturn] = ACTIONS(1186), + [anon_sym_noreturn] = ACTIONS(1186), + [anon_sym__Nonnull] = ACTIONS(1186), + [anon_sym_alignas] = ACTIONS(1186), + [anon_sym__Alignas] = ACTIONS(1186), + [sym_primitive_type] = ACTIONS(1186), + [anon_sym_enum] = ACTIONS(1186), + [anon_sym_struct] = ACTIONS(1186), + [anon_sym_union] = ACTIONS(1186), + [anon_sym_if] = ACTIONS(1186), + [anon_sym_else] = ACTIONS(1186), + [anon_sym_switch] = ACTIONS(1186), + [anon_sym_case] = ACTIONS(1186), + [anon_sym_default] = ACTIONS(1186), + [anon_sym_while] = ACTIONS(1186), + [anon_sym_do] = ACTIONS(1186), + [anon_sym_for] = ACTIONS(1186), + [anon_sym_return] = ACTIONS(1186), + [anon_sym_break] = ACTIONS(1186), + [anon_sym_continue] = ACTIONS(1186), + [anon_sym_goto] = ACTIONS(1186), + [anon_sym___try] = ACTIONS(1186), + [anon_sym___leave] = ACTIONS(1186), + [anon_sym_DASH_DASH] = ACTIONS(1188), + [anon_sym_PLUS_PLUS] = ACTIONS(1188), + [anon_sym_sizeof] = ACTIONS(1186), + [anon_sym___alignof__] = ACTIONS(1186), + [anon_sym___alignof] = ACTIONS(1186), + [anon_sym__alignof] = ACTIONS(1186), + [anon_sym_alignof] = ACTIONS(1186), + [anon_sym__Alignof] = ACTIONS(1186), + [anon_sym_offsetof] = ACTIONS(1186), + [anon_sym__Generic] = ACTIONS(1186), + [anon_sym_asm] = ACTIONS(1186), + [anon_sym___asm__] = ACTIONS(1186), + [anon_sym___asm] = ACTIONS(1186), + [sym_number_literal] = ACTIONS(1188), + [anon_sym_L_SQUOTE] = ACTIONS(1188), + [anon_sym_u_SQUOTE] = ACTIONS(1188), + [anon_sym_U_SQUOTE] = ACTIONS(1188), + [anon_sym_u8_SQUOTE] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1188), + [anon_sym_L_DQUOTE] = ACTIONS(1188), + [anon_sym_u_DQUOTE] = ACTIONS(1188), + [anon_sym_U_DQUOTE] = ACTIONS(1188), + [anon_sym_u8_DQUOTE] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1188), + [sym_true] = ACTIONS(1186), + [sym_false] = ACTIONS(1186), + [anon_sym_NULL] = ACTIONS(1186), + [anon_sym_nullptr] = ACTIONS(1186), [sym_comment] = ACTIONS(3), }, - [213] = { - [sym_identifier] = ACTIONS(1170), - [aux_sym_preproc_include_token1] = ACTIONS(1170), - [aux_sym_preproc_def_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token2] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), - [sym_preproc_directive] = ACTIONS(1170), - [anon_sym_LPAREN2] = ACTIONS(1172), - [anon_sym_BANG] = ACTIONS(1172), - [anon_sym_TILDE] = ACTIONS(1172), - [anon_sym_DASH] = ACTIONS(1170), - [anon_sym_PLUS] = ACTIONS(1170), - [anon_sym_STAR] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1172), - [anon_sym_SEMI] = ACTIONS(1172), - [anon_sym___extension__] = ACTIONS(1170), - [anon_sym_typedef] = ACTIONS(1170), - [anon_sym_extern] = ACTIONS(1170), - [anon_sym___attribute__] = ACTIONS(1170), - [anon_sym___attribute] = ACTIONS(1170), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), - [anon_sym___declspec] = ACTIONS(1170), - [anon_sym___cdecl] = ACTIONS(1170), - [anon_sym___clrcall] = ACTIONS(1170), - [anon_sym___stdcall] = ACTIONS(1170), - [anon_sym___fastcall] = ACTIONS(1170), - [anon_sym___thiscall] = ACTIONS(1170), - [anon_sym___vectorcall] = ACTIONS(1170), - [anon_sym_LBRACE] = ACTIONS(1172), - [anon_sym_signed] = ACTIONS(1170), - [anon_sym_unsigned] = ACTIONS(1170), - [anon_sym_long] = ACTIONS(1170), - [anon_sym_short] = ACTIONS(1170), - [anon_sym_static] = ACTIONS(1170), - [anon_sym_auto] = ACTIONS(1170), - [anon_sym_register] = ACTIONS(1170), - [anon_sym_inline] = ACTIONS(1170), - [anon_sym___inline] = ACTIONS(1170), - [anon_sym___inline__] = ACTIONS(1170), - [anon_sym___forceinline] = ACTIONS(1170), - [anon_sym_thread_local] = ACTIONS(1170), - [anon_sym___thread] = ACTIONS(1170), - [anon_sym_const] = ACTIONS(1170), - [anon_sym_constexpr] = ACTIONS(1170), - [anon_sym_volatile] = ACTIONS(1170), - [anon_sym_restrict] = ACTIONS(1170), - [anon_sym___restrict__] = ACTIONS(1170), - [anon_sym__Atomic] = ACTIONS(1170), - [anon_sym__Noreturn] = ACTIONS(1170), - [anon_sym_noreturn] = ACTIONS(1170), - [anon_sym__Nonnull] = ACTIONS(1170), - [anon_sym_alignas] = ACTIONS(1170), - [anon_sym__Alignas] = ACTIONS(1170), - [sym_primitive_type] = ACTIONS(1170), - [anon_sym_enum] = ACTIONS(1170), - [anon_sym_struct] = ACTIONS(1170), - [anon_sym_union] = ACTIONS(1170), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_else] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1170), - [anon_sym_case] = ACTIONS(1170), - [anon_sym_default] = ACTIONS(1170), - [anon_sym_while] = ACTIONS(1170), - [anon_sym_do] = ACTIONS(1170), - [anon_sym_for] = ACTIONS(1170), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1170), - [anon_sym_goto] = ACTIONS(1170), - [anon_sym___try] = ACTIONS(1170), - [anon_sym___leave] = ACTIONS(1170), - [anon_sym_DASH_DASH] = ACTIONS(1172), - [anon_sym_PLUS_PLUS] = ACTIONS(1172), - [anon_sym_sizeof] = ACTIONS(1170), - [anon_sym___alignof__] = ACTIONS(1170), - [anon_sym___alignof] = ACTIONS(1170), - [anon_sym__alignof] = ACTIONS(1170), - [anon_sym_alignof] = ACTIONS(1170), - [anon_sym__Alignof] = ACTIONS(1170), - [anon_sym_offsetof] = ACTIONS(1170), - [anon_sym__Generic] = ACTIONS(1170), - [anon_sym_asm] = ACTIONS(1170), - [anon_sym___asm__] = ACTIONS(1170), - [anon_sym___asm] = ACTIONS(1170), - [sym_number_literal] = ACTIONS(1172), - [anon_sym_L_SQUOTE] = ACTIONS(1172), - [anon_sym_u_SQUOTE] = ACTIONS(1172), - [anon_sym_U_SQUOTE] = ACTIONS(1172), - [anon_sym_u8_SQUOTE] = ACTIONS(1172), - [anon_sym_SQUOTE] = ACTIONS(1172), - [anon_sym_L_DQUOTE] = ACTIONS(1172), - [anon_sym_u_DQUOTE] = ACTIONS(1172), - [anon_sym_U_DQUOTE] = ACTIONS(1172), - [anon_sym_u8_DQUOTE] = ACTIONS(1172), - [anon_sym_DQUOTE] = ACTIONS(1172), - [sym_true] = ACTIONS(1170), - [sym_false] = ACTIONS(1170), - [anon_sym_NULL] = ACTIONS(1170), - [anon_sym_nullptr] = ACTIONS(1170), + [STATE(172)] = { + [sym_identifier] = ACTIONS(1258), + [aux_sym_preproc_include_token1] = ACTIONS(1258), + [aux_sym_preproc_def_token1] = ACTIONS(1258), + [aux_sym_preproc_if_token1] = ACTIONS(1258), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1258), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1258), + [sym_preproc_directive] = ACTIONS(1258), + [anon_sym_LPAREN2] = ACTIONS(1260), + [anon_sym_BANG] = ACTIONS(1260), + [anon_sym_TILDE] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1260), + [anon_sym_AMP] = ACTIONS(1260), + [anon_sym_SEMI] = ACTIONS(1260), + [anon_sym___extension__] = ACTIONS(1258), + [anon_sym_typedef] = ACTIONS(1258), + [anon_sym_extern] = ACTIONS(1258), + [anon_sym___attribute__] = ACTIONS(1258), + [anon_sym___attribute] = ACTIONS(1258), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1260), + [anon_sym___declspec] = ACTIONS(1258), + [anon_sym___cdecl] = ACTIONS(1258), + [anon_sym___clrcall] = ACTIONS(1258), + [anon_sym___stdcall] = ACTIONS(1258), + [anon_sym___fastcall] = ACTIONS(1258), + [anon_sym___thiscall] = ACTIONS(1258), + [anon_sym___vectorcall] = ACTIONS(1258), + [anon_sym_LBRACE] = ACTIONS(1260), + [anon_sym_RBRACE] = ACTIONS(1260), + [anon_sym_signed] = ACTIONS(1258), + [anon_sym_unsigned] = ACTIONS(1258), + [anon_sym_long] = ACTIONS(1258), + [anon_sym_short] = ACTIONS(1258), + [anon_sym_static] = ACTIONS(1258), + [anon_sym_auto] = ACTIONS(1258), + [anon_sym_register] = ACTIONS(1258), + [anon_sym_inline] = ACTIONS(1258), + [anon_sym___inline] = ACTIONS(1258), + [anon_sym___inline__] = ACTIONS(1258), + [anon_sym___forceinline] = ACTIONS(1258), + [anon_sym_thread_local] = ACTIONS(1258), + [anon_sym___thread] = ACTIONS(1258), + [anon_sym_const] = ACTIONS(1258), + [anon_sym_constexpr] = ACTIONS(1258), + [anon_sym_volatile] = ACTIONS(1258), + [anon_sym_restrict] = ACTIONS(1258), + [anon_sym___restrict__] = ACTIONS(1258), + [anon_sym__Atomic] = ACTIONS(1258), + [anon_sym__Noreturn] = ACTIONS(1258), + [anon_sym_noreturn] = ACTIONS(1258), + [anon_sym__Nonnull] = ACTIONS(1258), + [anon_sym_alignas] = ACTIONS(1258), + [anon_sym__Alignas] = ACTIONS(1258), + [sym_primitive_type] = ACTIONS(1258), + [anon_sym_enum] = ACTIONS(1258), + [anon_sym_struct] = ACTIONS(1258), + [anon_sym_union] = ACTIONS(1258), + [anon_sym_if] = ACTIONS(1258), + [anon_sym_else] = ACTIONS(1258), + [anon_sym_switch] = ACTIONS(1258), + [anon_sym_case] = ACTIONS(1258), + [anon_sym_default] = ACTIONS(1258), + [anon_sym_while] = ACTIONS(1258), + [anon_sym_do] = ACTIONS(1258), + [anon_sym_for] = ACTIONS(1258), + [anon_sym_return] = ACTIONS(1258), + [anon_sym_break] = ACTIONS(1258), + [anon_sym_continue] = ACTIONS(1258), + [anon_sym_goto] = ACTIONS(1258), + [anon_sym___try] = ACTIONS(1258), + [anon_sym___leave] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1260), + [anon_sym_PLUS_PLUS] = ACTIONS(1260), + [anon_sym_sizeof] = ACTIONS(1258), + [anon_sym___alignof__] = ACTIONS(1258), + [anon_sym___alignof] = ACTIONS(1258), + [anon_sym__alignof] = ACTIONS(1258), + [anon_sym_alignof] = ACTIONS(1258), + [anon_sym__Alignof] = ACTIONS(1258), + [anon_sym_offsetof] = ACTIONS(1258), + [anon_sym__Generic] = ACTIONS(1258), + [anon_sym_asm] = ACTIONS(1258), + [anon_sym___asm__] = ACTIONS(1258), + [anon_sym___asm] = ACTIONS(1258), + [sym_number_literal] = ACTIONS(1260), + [anon_sym_L_SQUOTE] = ACTIONS(1260), + [anon_sym_u_SQUOTE] = ACTIONS(1260), + [anon_sym_U_SQUOTE] = ACTIONS(1260), + [anon_sym_u8_SQUOTE] = ACTIONS(1260), + [anon_sym_SQUOTE] = ACTIONS(1260), + [anon_sym_L_DQUOTE] = ACTIONS(1260), + [anon_sym_u_DQUOTE] = ACTIONS(1260), + [anon_sym_U_DQUOTE] = ACTIONS(1260), + [anon_sym_u8_DQUOTE] = ACTIONS(1260), + [anon_sym_DQUOTE] = ACTIONS(1260), + [sym_true] = ACTIONS(1258), + [sym_false] = ACTIONS(1258), + [anon_sym_NULL] = ACTIONS(1258), + [anon_sym_nullptr] = ACTIONS(1258), + [sym_comment] = ACTIONS(3), + }, + [STATE(173)] = { + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_RBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), [sym_comment] = ACTIONS(3), }, - [214] = { - [sym_identifier] = ACTIONS(1174), - [aux_sym_preproc_include_token1] = ACTIONS(1174), - [aux_sym_preproc_def_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token2] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), - [sym_preproc_directive] = ACTIONS(1174), - [anon_sym_LPAREN2] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_DASH] = ACTIONS(1174), - [anon_sym_PLUS] = ACTIONS(1174), - [anon_sym_STAR] = ACTIONS(1176), - [anon_sym_AMP] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [anon_sym___extension__] = ACTIONS(1174), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(1174), - [anon_sym___attribute__] = ACTIONS(1174), - [anon_sym___attribute] = ACTIONS(1174), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), - [anon_sym___declspec] = ACTIONS(1174), - [anon_sym___cdecl] = ACTIONS(1174), - [anon_sym___clrcall] = ACTIONS(1174), - [anon_sym___stdcall] = ACTIONS(1174), - [anon_sym___fastcall] = ACTIONS(1174), - [anon_sym___thiscall] = ACTIONS(1174), - [anon_sym___vectorcall] = ACTIONS(1174), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_signed] = ACTIONS(1174), - [anon_sym_unsigned] = ACTIONS(1174), - [anon_sym_long] = ACTIONS(1174), - [anon_sym_short] = ACTIONS(1174), - [anon_sym_static] = ACTIONS(1174), - [anon_sym_auto] = ACTIONS(1174), - [anon_sym_register] = ACTIONS(1174), - [anon_sym_inline] = ACTIONS(1174), - [anon_sym___inline] = ACTIONS(1174), - [anon_sym___inline__] = ACTIONS(1174), - [anon_sym___forceinline] = ACTIONS(1174), - [anon_sym_thread_local] = ACTIONS(1174), - [anon_sym___thread] = ACTIONS(1174), - [anon_sym_const] = ACTIONS(1174), - [anon_sym_constexpr] = ACTIONS(1174), - [anon_sym_volatile] = ACTIONS(1174), - [anon_sym_restrict] = ACTIONS(1174), - [anon_sym___restrict__] = ACTIONS(1174), - [anon_sym__Atomic] = ACTIONS(1174), - [anon_sym__Noreturn] = ACTIONS(1174), - [anon_sym_noreturn] = ACTIONS(1174), - [anon_sym__Nonnull] = ACTIONS(1174), - [anon_sym_alignas] = ACTIONS(1174), - [anon_sym__Alignas] = ACTIONS(1174), - [sym_primitive_type] = ACTIONS(1174), - [anon_sym_enum] = ACTIONS(1174), - [anon_sym_struct] = ACTIONS(1174), - [anon_sym_union] = ACTIONS(1174), - [anon_sym_if] = ACTIONS(1174), - [anon_sym_else] = ACTIONS(1174), - [anon_sym_switch] = ACTIONS(1174), - [anon_sym_case] = ACTIONS(1174), - [anon_sym_default] = ACTIONS(1174), - [anon_sym_while] = ACTIONS(1174), - [anon_sym_do] = ACTIONS(1174), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1174), - [anon_sym_continue] = ACTIONS(1174), - [anon_sym_goto] = ACTIONS(1174), - [anon_sym___try] = ACTIONS(1174), - [anon_sym___leave] = ACTIONS(1174), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [anon_sym_sizeof] = ACTIONS(1174), - [anon_sym___alignof__] = ACTIONS(1174), - [anon_sym___alignof] = ACTIONS(1174), - [anon_sym__alignof] = ACTIONS(1174), - [anon_sym_alignof] = ACTIONS(1174), - [anon_sym__Alignof] = ACTIONS(1174), - [anon_sym_offsetof] = ACTIONS(1174), - [anon_sym__Generic] = ACTIONS(1174), - [anon_sym_asm] = ACTIONS(1174), - [anon_sym___asm__] = ACTIONS(1174), - [anon_sym___asm] = ACTIONS(1174), - [sym_number_literal] = ACTIONS(1176), - [anon_sym_L_SQUOTE] = ACTIONS(1176), - [anon_sym_u_SQUOTE] = ACTIONS(1176), - [anon_sym_U_SQUOTE] = ACTIONS(1176), - [anon_sym_u8_SQUOTE] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_L_DQUOTE] = ACTIONS(1176), - [anon_sym_u_DQUOTE] = ACTIONS(1176), - [anon_sym_U_DQUOTE] = ACTIONS(1176), - [anon_sym_u8_DQUOTE] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [sym_true] = ACTIONS(1174), - [sym_false] = ACTIONS(1174), - [anon_sym_NULL] = ACTIONS(1174), - [anon_sym_nullptr] = ACTIONS(1174), + [STATE(174)] = { + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_RBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), [sym_comment] = ACTIONS(3), }, - [215] = { - [sym_identifier] = ACTIONS(1174), - [aux_sym_preproc_include_token1] = ACTIONS(1174), - [aux_sym_preproc_def_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token2] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), - [sym_preproc_directive] = ACTIONS(1174), - [anon_sym_LPAREN2] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_DASH] = ACTIONS(1174), - [anon_sym_PLUS] = ACTIONS(1174), - [anon_sym_STAR] = ACTIONS(1176), - [anon_sym_AMP] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [anon_sym___extension__] = ACTIONS(1174), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(1174), - [anon_sym___attribute__] = ACTIONS(1174), - [anon_sym___attribute] = ACTIONS(1174), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), - [anon_sym___declspec] = ACTIONS(1174), - [anon_sym___cdecl] = ACTIONS(1174), - [anon_sym___clrcall] = ACTIONS(1174), - [anon_sym___stdcall] = ACTIONS(1174), - [anon_sym___fastcall] = ACTIONS(1174), - [anon_sym___thiscall] = ACTIONS(1174), - [anon_sym___vectorcall] = ACTIONS(1174), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_signed] = ACTIONS(1174), - [anon_sym_unsigned] = ACTIONS(1174), - [anon_sym_long] = ACTIONS(1174), - [anon_sym_short] = ACTIONS(1174), - [anon_sym_static] = ACTIONS(1174), - [anon_sym_auto] = ACTIONS(1174), - [anon_sym_register] = ACTIONS(1174), - [anon_sym_inline] = ACTIONS(1174), - [anon_sym___inline] = ACTIONS(1174), - [anon_sym___inline__] = ACTIONS(1174), - [anon_sym___forceinline] = ACTIONS(1174), - [anon_sym_thread_local] = ACTIONS(1174), - [anon_sym___thread] = ACTIONS(1174), - [anon_sym_const] = ACTIONS(1174), - [anon_sym_constexpr] = ACTIONS(1174), - [anon_sym_volatile] = ACTIONS(1174), - [anon_sym_restrict] = ACTIONS(1174), - [anon_sym___restrict__] = ACTIONS(1174), - [anon_sym__Atomic] = ACTIONS(1174), - [anon_sym__Noreturn] = ACTIONS(1174), - [anon_sym_noreturn] = ACTIONS(1174), - [anon_sym__Nonnull] = ACTIONS(1174), - [anon_sym_alignas] = ACTIONS(1174), - [anon_sym__Alignas] = ACTIONS(1174), - [sym_primitive_type] = ACTIONS(1174), - [anon_sym_enum] = ACTIONS(1174), - [anon_sym_struct] = ACTIONS(1174), - [anon_sym_union] = ACTIONS(1174), - [anon_sym_if] = ACTIONS(1174), - [anon_sym_else] = ACTIONS(1174), - [anon_sym_switch] = ACTIONS(1174), - [anon_sym_case] = ACTIONS(1174), - [anon_sym_default] = ACTIONS(1174), - [anon_sym_while] = ACTIONS(1174), - [anon_sym_do] = ACTIONS(1174), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1174), - [anon_sym_continue] = ACTIONS(1174), - [anon_sym_goto] = ACTIONS(1174), - [anon_sym___try] = ACTIONS(1174), - [anon_sym___leave] = ACTIONS(1174), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [anon_sym_sizeof] = ACTIONS(1174), - [anon_sym___alignof__] = ACTIONS(1174), - [anon_sym___alignof] = ACTIONS(1174), - [anon_sym__alignof] = ACTIONS(1174), - [anon_sym_alignof] = ACTIONS(1174), - [anon_sym__Alignof] = ACTIONS(1174), - [anon_sym_offsetof] = ACTIONS(1174), - [anon_sym__Generic] = ACTIONS(1174), - [anon_sym_asm] = ACTIONS(1174), - [anon_sym___asm__] = ACTIONS(1174), - [anon_sym___asm] = ACTIONS(1174), - [sym_number_literal] = ACTIONS(1176), - [anon_sym_L_SQUOTE] = ACTIONS(1176), - [anon_sym_u_SQUOTE] = ACTIONS(1176), - [anon_sym_U_SQUOTE] = ACTIONS(1176), - [anon_sym_u8_SQUOTE] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_L_DQUOTE] = ACTIONS(1176), - [anon_sym_u_DQUOTE] = ACTIONS(1176), - [anon_sym_U_DQUOTE] = ACTIONS(1176), - [anon_sym_u8_DQUOTE] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [sym_true] = ACTIONS(1174), - [sym_false] = ACTIONS(1174), - [anon_sym_NULL] = ACTIONS(1174), - [anon_sym_nullptr] = ACTIONS(1174), + [STATE(175)] = { + [sym_identifier] = ACTIONS(1198), + [aux_sym_preproc_include_token1] = ACTIONS(1198), + [aux_sym_preproc_def_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), + [sym_preproc_directive] = ACTIONS(1198), + [anon_sym_LPAREN2] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym___extension__] = ACTIONS(1198), + [anon_sym_typedef] = ACTIONS(1198), + [anon_sym_extern] = ACTIONS(1198), + [anon_sym___attribute__] = ACTIONS(1198), + [anon_sym___attribute] = ACTIONS(1198), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), + [anon_sym___declspec] = ACTIONS(1198), + [anon_sym___cdecl] = ACTIONS(1198), + [anon_sym___clrcall] = ACTIONS(1198), + [anon_sym___stdcall] = ACTIONS(1198), + [anon_sym___fastcall] = ACTIONS(1198), + [anon_sym___thiscall] = ACTIONS(1198), + [anon_sym___vectorcall] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_RBRACE] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1198), + [anon_sym_unsigned] = ACTIONS(1198), + [anon_sym_long] = ACTIONS(1198), + [anon_sym_short] = ACTIONS(1198), + [anon_sym_static] = ACTIONS(1198), + [anon_sym_auto] = ACTIONS(1198), + [anon_sym_register] = ACTIONS(1198), + [anon_sym_inline] = ACTIONS(1198), + [anon_sym___inline] = ACTIONS(1198), + [anon_sym___inline__] = ACTIONS(1198), + [anon_sym___forceinline] = ACTIONS(1198), + [anon_sym_thread_local] = ACTIONS(1198), + [anon_sym___thread] = ACTIONS(1198), + [anon_sym_const] = ACTIONS(1198), + [anon_sym_constexpr] = ACTIONS(1198), + [anon_sym_volatile] = ACTIONS(1198), + [anon_sym_restrict] = ACTIONS(1198), + [anon_sym___restrict__] = ACTIONS(1198), + [anon_sym__Atomic] = ACTIONS(1198), + [anon_sym__Noreturn] = ACTIONS(1198), + [anon_sym_noreturn] = ACTIONS(1198), + [anon_sym__Nonnull] = ACTIONS(1198), + [anon_sym_alignas] = ACTIONS(1198), + [anon_sym__Alignas] = ACTIONS(1198), + [sym_primitive_type] = ACTIONS(1198), + [anon_sym_enum] = ACTIONS(1198), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_union] = ACTIONS(1198), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(1198), + [anon_sym_switch] = ACTIONS(1198), + [anon_sym_case] = ACTIONS(1198), + [anon_sym_default] = ACTIONS(1198), + [anon_sym_while] = ACTIONS(1198), + [anon_sym_do] = ACTIONS(1198), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1198), + [anon_sym_goto] = ACTIONS(1198), + [anon_sym___try] = ACTIONS(1198), + [anon_sym___leave] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_sizeof] = ACTIONS(1198), + [anon_sym___alignof__] = ACTIONS(1198), + [anon_sym___alignof] = ACTIONS(1198), + [anon_sym__alignof] = ACTIONS(1198), + [anon_sym_alignof] = ACTIONS(1198), + [anon_sym__Alignof] = ACTIONS(1198), + [anon_sym_offsetof] = ACTIONS(1198), + [anon_sym__Generic] = ACTIONS(1198), + [anon_sym_asm] = ACTIONS(1198), + [anon_sym___asm__] = ACTIONS(1198), + [anon_sym___asm] = ACTIONS(1198), + [sym_number_literal] = ACTIONS(1200), + [anon_sym_L_SQUOTE] = ACTIONS(1200), + [anon_sym_u_SQUOTE] = ACTIONS(1200), + [anon_sym_U_SQUOTE] = ACTIONS(1200), + [anon_sym_u8_SQUOTE] = ACTIONS(1200), + [anon_sym_SQUOTE] = ACTIONS(1200), + [anon_sym_L_DQUOTE] = ACTIONS(1200), + [anon_sym_u_DQUOTE] = ACTIONS(1200), + [anon_sym_U_DQUOTE] = ACTIONS(1200), + [anon_sym_u8_DQUOTE] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_true] = ACTIONS(1198), + [sym_false] = ACTIONS(1198), + [anon_sym_NULL] = ACTIONS(1198), + [anon_sym_nullptr] = ACTIONS(1198), + [sym_comment] = ACTIONS(3), + }, + [STATE(176)] = { + [ts_builtin_sym_end] = ACTIONS(1192), + [sym_identifier] = ACTIONS(1190), + [aux_sym_preproc_include_token1] = ACTIONS(1190), + [aux_sym_preproc_def_token1] = ACTIONS(1190), + [aux_sym_preproc_if_token1] = ACTIONS(1190), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1190), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1190), + [sym_preproc_directive] = ACTIONS(1190), + [anon_sym_LPAREN2] = ACTIONS(1192), + [anon_sym_BANG] = ACTIONS(1192), + [anon_sym_TILDE] = ACTIONS(1192), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1192), + [anon_sym_SEMI] = ACTIONS(1192), + [anon_sym___extension__] = ACTIONS(1190), + [anon_sym_typedef] = ACTIONS(1190), + [anon_sym_extern] = ACTIONS(1190), + [anon_sym___attribute__] = ACTIONS(1190), + [anon_sym___attribute] = ACTIONS(1190), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1192), + [anon_sym___declspec] = ACTIONS(1190), + [anon_sym___cdecl] = ACTIONS(1190), + [anon_sym___clrcall] = ACTIONS(1190), + [anon_sym___stdcall] = ACTIONS(1190), + [anon_sym___fastcall] = ACTIONS(1190), + [anon_sym___thiscall] = ACTIONS(1190), + [anon_sym___vectorcall] = ACTIONS(1190), + [anon_sym_LBRACE] = ACTIONS(1192), + [anon_sym_signed] = ACTIONS(1190), + [anon_sym_unsigned] = ACTIONS(1190), + [anon_sym_long] = ACTIONS(1190), + [anon_sym_short] = ACTIONS(1190), + [anon_sym_static] = ACTIONS(1190), + [anon_sym_auto] = ACTIONS(1190), + [anon_sym_register] = ACTIONS(1190), + [anon_sym_inline] = ACTIONS(1190), + [anon_sym___inline] = ACTIONS(1190), + [anon_sym___inline__] = ACTIONS(1190), + [anon_sym___forceinline] = ACTIONS(1190), + [anon_sym_thread_local] = ACTIONS(1190), + [anon_sym___thread] = ACTIONS(1190), + [anon_sym_const] = ACTIONS(1190), + [anon_sym_constexpr] = ACTIONS(1190), + [anon_sym_volatile] = ACTIONS(1190), + [anon_sym_restrict] = ACTIONS(1190), + [anon_sym___restrict__] = ACTIONS(1190), + [anon_sym__Atomic] = ACTIONS(1190), + [anon_sym__Noreturn] = ACTIONS(1190), + [anon_sym_noreturn] = ACTIONS(1190), + [anon_sym__Nonnull] = ACTIONS(1190), + [anon_sym_alignas] = ACTIONS(1190), + [anon_sym__Alignas] = ACTIONS(1190), + [sym_primitive_type] = ACTIONS(1190), + [anon_sym_enum] = ACTIONS(1190), + [anon_sym_struct] = ACTIONS(1190), + [anon_sym_union] = ACTIONS(1190), + [anon_sym_if] = ACTIONS(1190), + [anon_sym_else] = ACTIONS(1190), + [anon_sym_switch] = ACTIONS(1190), + [anon_sym_case] = ACTIONS(1190), + [anon_sym_default] = ACTIONS(1190), + [anon_sym_while] = ACTIONS(1190), + [anon_sym_do] = ACTIONS(1190), + [anon_sym_for] = ACTIONS(1190), + [anon_sym_return] = ACTIONS(1190), + [anon_sym_break] = ACTIONS(1190), + [anon_sym_continue] = ACTIONS(1190), + [anon_sym_goto] = ACTIONS(1190), + [anon_sym___try] = ACTIONS(1190), + [anon_sym___leave] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1192), + [anon_sym_PLUS_PLUS] = ACTIONS(1192), + [anon_sym_sizeof] = ACTIONS(1190), + [anon_sym___alignof__] = ACTIONS(1190), + [anon_sym___alignof] = ACTIONS(1190), + [anon_sym__alignof] = ACTIONS(1190), + [anon_sym_alignof] = ACTIONS(1190), + [anon_sym__Alignof] = ACTIONS(1190), + [anon_sym_offsetof] = ACTIONS(1190), + [anon_sym__Generic] = ACTIONS(1190), + [anon_sym_asm] = ACTIONS(1190), + [anon_sym___asm__] = ACTIONS(1190), + [anon_sym___asm] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1192), + [anon_sym_L_SQUOTE] = ACTIONS(1192), + [anon_sym_u_SQUOTE] = ACTIONS(1192), + [anon_sym_U_SQUOTE] = ACTIONS(1192), + [anon_sym_u8_SQUOTE] = ACTIONS(1192), + [anon_sym_SQUOTE] = ACTIONS(1192), + [anon_sym_L_DQUOTE] = ACTIONS(1192), + [anon_sym_u_DQUOTE] = ACTIONS(1192), + [anon_sym_U_DQUOTE] = ACTIONS(1192), + [anon_sym_u8_DQUOTE] = ACTIONS(1192), + [anon_sym_DQUOTE] = ACTIONS(1192), + [sym_true] = ACTIONS(1190), + [sym_false] = ACTIONS(1190), + [anon_sym_NULL] = ACTIONS(1190), + [anon_sym_nullptr] = ACTIONS(1190), + [sym_comment] = ACTIONS(3), + }, + [STATE(177)] = { + [ts_builtin_sym_end] = ACTIONS(1148), + [sym_identifier] = ACTIONS(1146), + [aux_sym_preproc_include_token1] = ACTIONS(1146), + [aux_sym_preproc_def_token1] = ACTIONS(1146), + [aux_sym_preproc_if_token1] = ACTIONS(1146), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1146), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1146), + [sym_preproc_directive] = ACTIONS(1146), + [anon_sym_LPAREN2] = ACTIONS(1148), + [anon_sym_BANG] = ACTIONS(1148), + [anon_sym_TILDE] = ACTIONS(1148), + [anon_sym_DASH] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(1146), + [anon_sym_STAR] = ACTIONS(1148), + [anon_sym_AMP] = ACTIONS(1148), + [anon_sym_SEMI] = ACTIONS(1148), + [anon_sym___extension__] = ACTIONS(1146), + [anon_sym_typedef] = ACTIONS(1146), + [anon_sym_extern] = ACTIONS(1146), + [anon_sym___attribute__] = ACTIONS(1146), + [anon_sym___attribute] = ACTIONS(1146), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym___declspec] = ACTIONS(1146), + [anon_sym___cdecl] = ACTIONS(1146), + [anon_sym___clrcall] = ACTIONS(1146), + [anon_sym___stdcall] = ACTIONS(1146), + [anon_sym___fastcall] = ACTIONS(1146), + [anon_sym___thiscall] = ACTIONS(1146), + [anon_sym___vectorcall] = ACTIONS(1146), + [anon_sym_LBRACE] = ACTIONS(1148), + [anon_sym_signed] = ACTIONS(1146), + [anon_sym_unsigned] = ACTIONS(1146), + [anon_sym_long] = ACTIONS(1146), + [anon_sym_short] = ACTIONS(1146), + [anon_sym_static] = ACTIONS(1146), + [anon_sym_auto] = ACTIONS(1146), + [anon_sym_register] = ACTIONS(1146), + [anon_sym_inline] = ACTIONS(1146), + [anon_sym___inline] = ACTIONS(1146), + [anon_sym___inline__] = ACTIONS(1146), + [anon_sym___forceinline] = ACTIONS(1146), + [anon_sym_thread_local] = ACTIONS(1146), + [anon_sym___thread] = ACTIONS(1146), + [anon_sym_const] = ACTIONS(1146), + [anon_sym_constexpr] = ACTIONS(1146), + [anon_sym_volatile] = ACTIONS(1146), + [anon_sym_restrict] = ACTIONS(1146), + [anon_sym___restrict__] = ACTIONS(1146), + [anon_sym__Atomic] = ACTIONS(1146), + [anon_sym__Noreturn] = ACTIONS(1146), + [anon_sym_noreturn] = ACTIONS(1146), + [anon_sym__Nonnull] = ACTIONS(1146), + [anon_sym_alignas] = ACTIONS(1146), + [anon_sym__Alignas] = ACTIONS(1146), + [sym_primitive_type] = ACTIONS(1146), + [anon_sym_enum] = ACTIONS(1146), + [anon_sym_struct] = ACTIONS(1146), + [anon_sym_union] = ACTIONS(1146), + [anon_sym_if] = ACTIONS(1146), + [anon_sym_else] = ACTIONS(1146), + [anon_sym_switch] = ACTIONS(1146), + [anon_sym_case] = ACTIONS(1146), + [anon_sym_default] = ACTIONS(1146), + [anon_sym_while] = ACTIONS(1146), + [anon_sym_do] = ACTIONS(1146), + [anon_sym_for] = ACTIONS(1146), + [anon_sym_return] = ACTIONS(1146), + [anon_sym_break] = ACTIONS(1146), + [anon_sym_continue] = ACTIONS(1146), + [anon_sym_goto] = ACTIONS(1146), + [anon_sym___try] = ACTIONS(1146), + [anon_sym___leave] = ACTIONS(1146), + [anon_sym_DASH_DASH] = ACTIONS(1148), + [anon_sym_PLUS_PLUS] = ACTIONS(1148), + [anon_sym_sizeof] = ACTIONS(1146), + [anon_sym___alignof__] = ACTIONS(1146), + [anon_sym___alignof] = ACTIONS(1146), + [anon_sym__alignof] = ACTIONS(1146), + [anon_sym_alignof] = ACTIONS(1146), + [anon_sym__Alignof] = ACTIONS(1146), + [anon_sym_offsetof] = ACTIONS(1146), + [anon_sym__Generic] = ACTIONS(1146), + [anon_sym_asm] = ACTIONS(1146), + [anon_sym___asm__] = ACTIONS(1146), + [anon_sym___asm] = ACTIONS(1146), + [sym_number_literal] = ACTIONS(1148), + [anon_sym_L_SQUOTE] = ACTIONS(1148), + [anon_sym_u_SQUOTE] = ACTIONS(1148), + [anon_sym_U_SQUOTE] = ACTIONS(1148), + [anon_sym_u8_SQUOTE] = ACTIONS(1148), + [anon_sym_SQUOTE] = ACTIONS(1148), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1146), + [sym_false] = ACTIONS(1146), + [anon_sym_NULL] = ACTIONS(1146), + [anon_sym_nullptr] = ACTIONS(1146), [sym_comment] = ACTIONS(3), }, - [216] = { + [STATE(178)] = { [sym_identifier] = ACTIONS(1198), [aux_sym_preproc_include_token1] = ACTIONS(1198), [aux_sym_preproc_def_token1] = ACTIONS(1198), [aux_sym_preproc_if_token1] = ACTIONS(1198), - [aux_sym_preproc_if_token2] = ACTIONS(1198), [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), [sym_preproc_directive] = ACTIONS(1198), @@ -39234,6 +35709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1198), [anon_sym___vectorcall] = ACTIONS(1198), [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_RBRACE] = ACTIONS(1200), [anon_sym_signed] = ACTIONS(1198), [anon_sym_unsigned] = ACTIONS(1198), [anon_sym_long] = ACTIONS(1198), @@ -39306,12 +35782,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1198), [sym_comment] = ACTIONS(3), }, - [217] = { + [STATE(179)] = { + [ts_builtin_sym_end] = ACTIONS(1180), + [sym_identifier] = ACTIONS(1178), + [aux_sym_preproc_include_token1] = ACTIONS(1178), + [aux_sym_preproc_def_token1] = ACTIONS(1178), + [aux_sym_preproc_if_token1] = ACTIONS(1178), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1178), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1178), + [sym_preproc_directive] = ACTIONS(1178), + [anon_sym_LPAREN2] = ACTIONS(1180), + [anon_sym_BANG] = ACTIONS(1180), + [anon_sym_TILDE] = ACTIONS(1180), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_STAR] = ACTIONS(1180), + [anon_sym_AMP] = ACTIONS(1180), + [anon_sym_SEMI] = ACTIONS(1180), + [anon_sym___extension__] = ACTIONS(1178), + [anon_sym_typedef] = ACTIONS(1178), + [anon_sym_extern] = ACTIONS(1178), + [anon_sym___attribute__] = ACTIONS(1178), + [anon_sym___attribute] = ACTIONS(1178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1180), + [anon_sym___declspec] = ACTIONS(1178), + [anon_sym___cdecl] = ACTIONS(1178), + [anon_sym___clrcall] = ACTIONS(1178), + [anon_sym___stdcall] = ACTIONS(1178), + [anon_sym___fastcall] = ACTIONS(1178), + [anon_sym___thiscall] = ACTIONS(1178), + [anon_sym___vectorcall] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1180), + [anon_sym_signed] = ACTIONS(1178), + [anon_sym_unsigned] = ACTIONS(1178), + [anon_sym_long] = ACTIONS(1178), + [anon_sym_short] = ACTIONS(1178), + [anon_sym_static] = ACTIONS(1178), + [anon_sym_auto] = ACTIONS(1178), + [anon_sym_register] = ACTIONS(1178), + [anon_sym_inline] = ACTIONS(1178), + [anon_sym___inline] = ACTIONS(1178), + [anon_sym___inline__] = ACTIONS(1178), + [anon_sym___forceinline] = ACTIONS(1178), + [anon_sym_thread_local] = ACTIONS(1178), + [anon_sym___thread] = ACTIONS(1178), + [anon_sym_const] = ACTIONS(1178), + [anon_sym_constexpr] = ACTIONS(1178), + [anon_sym_volatile] = ACTIONS(1178), + [anon_sym_restrict] = ACTIONS(1178), + [anon_sym___restrict__] = ACTIONS(1178), + [anon_sym__Atomic] = ACTIONS(1178), + [anon_sym__Noreturn] = ACTIONS(1178), + [anon_sym_noreturn] = ACTIONS(1178), + [anon_sym__Nonnull] = ACTIONS(1178), + [anon_sym_alignas] = ACTIONS(1178), + [anon_sym__Alignas] = ACTIONS(1178), + [sym_primitive_type] = ACTIONS(1178), + [anon_sym_enum] = ACTIONS(1178), + [anon_sym_struct] = ACTIONS(1178), + [anon_sym_union] = ACTIONS(1178), + [anon_sym_if] = ACTIONS(1178), + [anon_sym_else] = ACTIONS(1178), + [anon_sym_switch] = ACTIONS(1178), + [anon_sym_case] = ACTIONS(1178), + [anon_sym_default] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1178), + [anon_sym_do] = ACTIONS(1178), + [anon_sym_for] = ACTIONS(1178), + [anon_sym_return] = ACTIONS(1178), + [anon_sym_break] = ACTIONS(1178), + [anon_sym_continue] = ACTIONS(1178), + [anon_sym_goto] = ACTIONS(1178), + [anon_sym___try] = ACTIONS(1178), + [anon_sym___leave] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1180), + [anon_sym_PLUS_PLUS] = ACTIONS(1180), + [anon_sym_sizeof] = ACTIONS(1178), + [anon_sym___alignof__] = ACTIONS(1178), + [anon_sym___alignof] = ACTIONS(1178), + [anon_sym__alignof] = ACTIONS(1178), + [anon_sym_alignof] = ACTIONS(1178), + [anon_sym__Alignof] = ACTIONS(1178), + [anon_sym_offsetof] = ACTIONS(1178), + [anon_sym__Generic] = ACTIONS(1178), + [anon_sym_asm] = ACTIONS(1178), + [anon_sym___asm__] = ACTIONS(1178), + [anon_sym___asm] = ACTIONS(1178), + [sym_number_literal] = ACTIONS(1180), + [anon_sym_L_SQUOTE] = ACTIONS(1180), + [anon_sym_u_SQUOTE] = ACTIONS(1180), + [anon_sym_U_SQUOTE] = ACTIONS(1180), + [anon_sym_u8_SQUOTE] = ACTIONS(1180), + [anon_sym_SQUOTE] = ACTIONS(1180), + [anon_sym_L_DQUOTE] = ACTIONS(1180), + [anon_sym_u_DQUOTE] = ACTIONS(1180), + [anon_sym_U_DQUOTE] = ACTIONS(1180), + [anon_sym_u8_DQUOTE] = ACTIONS(1180), + [anon_sym_DQUOTE] = ACTIONS(1180), + [sym_true] = ACTIONS(1178), + [sym_false] = ACTIONS(1178), + [anon_sym_NULL] = ACTIONS(1178), + [anon_sym_nullptr] = ACTIONS(1178), + [sym_comment] = ACTIONS(3), + }, + [STATE(180)] = { + [ts_builtin_sym_end] = ACTIONS(1240), + [sym_identifier] = ACTIONS(1238), + [aux_sym_preproc_include_token1] = ACTIONS(1238), + [aux_sym_preproc_def_token1] = ACTIONS(1238), + [aux_sym_preproc_if_token1] = ACTIONS(1238), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1238), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1238), + [sym_preproc_directive] = ACTIONS(1238), + [anon_sym_LPAREN2] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym___extension__] = ACTIONS(1238), + [anon_sym_typedef] = ACTIONS(1238), + [anon_sym_extern] = ACTIONS(1238), + [anon_sym___attribute__] = ACTIONS(1238), + [anon_sym___attribute] = ACTIONS(1238), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1240), + [anon_sym___declspec] = ACTIONS(1238), + [anon_sym___cdecl] = ACTIONS(1238), + [anon_sym___clrcall] = ACTIONS(1238), + [anon_sym___stdcall] = ACTIONS(1238), + [anon_sym___fastcall] = ACTIONS(1238), + [anon_sym___thiscall] = ACTIONS(1238), + [anon_sym___vectorcall] = ACTIONS(1238), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_signed] = ACTIONS(1238), + [anon_sym_unsigned] = ACTIONS(1238), + [anon_sym_long] = ACTIONS(1238), + [anon_sym_short] = ACTIONS(1238), + [anon_sym_static] = ACTIONS(1238), + [anon_sym_auto] = ACTIONS(1238), + [anon_sym_register] = ACTIONS(1238), + [anon_sym_inline] = ACTIONS(1238), + [anon_sym___inline] = ACTIONS(1238), + [anon_sym___inline__] = ACTIONS(1238), + [anon_sym___forceinline] = ACTIONS(1238), + [anon_sym_thread_local] = ACTIONS(1238), + [anon_sym___thread] = ACTIONS(1238), + [anon_sym_const] = ACTIONS(1238), + [anon_sym_constexpr] = ACTIONS(1238), + [anon_sym_volatile] = ACTIONS(1238), + [anon_sym_restrict] = ACTIONS(1238), + [anon_sym___restrict__] = ACTIONS(1238), + [anon_sym__Atomic] = ACTIONS(1238), + [anon_sym__Noreturn] = ACTIONS(1238), + [anon_sym_noreturn] = ACTIONS(1238), + [anon_sym__Nonnull] = ACTIONS(1238), + [anon_sym_alignas] = ACTIONS(1238), + [anon_sym__Alignas] = ACTIONS(1238), + [sym_primitive_type] = ACTIONS(1238), + [anon_sym_enum] = ACTIONS(1238), + [anon_sym_struct] = ACTIONS(1238), + [anon_sym_union] = ACTIONS(1238), + [anon_sym_if] = ACTIONS(1238), + [anon_sym_else] = ACTIONS(1238), + [anon_sym_switch] = ACTIONS(1238), + [anon_sym_case] = ACTIONS(1238), + [anon_sym_default] = ACTIONS(1238), + [anon_sym_while] = ACTIONS(1238), + [anon_sym_do] = ACTIONS(1238), + [anon_sym_for] = ACTIONS(1238), + [anon_sym_return] = ACTIONS(1238), + [anon_sym_break] = ACTIONS(1238), + [anon_sym_continue] = ACTIONS(1238), + [anon_sym_goto] = ACTIONS(1238), + [anon_sym___try] = ACTIONS(1238), + [anon_sym___leave] = ACTIONS(1238), + [anon_sym_DASH_DASH] = ACTIONS(1240), + [anon_sym_PLUS_PLUS] = ACTIONS(1240), + [anon_sym_sizeof] = ACTIONS(1238), + [anon_sym___alignof__] = ACTIONS(1238), + [anon_sym___alignof] = ACTIONS(1238), + [anon_sym__alignof] = ACTIONS(1238), + [anon_sym_alignof] = ACTIONS(1238), + [anon_sym__Alignof] = ACTIONS(1238), + [anon_sym_offsetof] = ACTIONS(1238), + [anon_sym__Generic] = ACTIONS(1238), + [anon_sym_asm] = ACTIONS(1238), + [anon_sym___asm__] = ACTIONS(1238), + [anon_sym___asm] = ACTIONS(1238), + [sym_number_literal] = ACTIONS(1240), + [anon_sym_L_SQUOTE] = ACTIONS(1240), + [anon_sym_u_SQUOTE] = ACTIONS(1240), + [anon_sym_U_SQUOTE] = ACTIONS(1240), + [anon_sym_u8_SQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_L_DQUOTE] = ACTIONS(1240), + [anon_sym_u_DQUOTE] = ACTIONS(1240), + [anon_sym_U_DQUOTE] = ACTIONS(1240), + [anon_sym_u8_DQUOTE] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [sym_true] = ACTIONS(1238), + [sym_false] = ACTIONS(1238), + [anon_sym_NULL] = ACTIONS(1238), + [anon_sym_nullptr] = ACTIONS(1238), + [sym_comment] = ACTIONS(3), + }, + [STATE(181)] = { [sym_identifier] = ACTIONS(1202), [aux_sym_preproc_include_token1] = ACTIONS(1202), [aux_sym_preproc_def_token1] = ACTIONS(1202), [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token2] = ACTIONS(1202), [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), [sym_preproc_directive] = ACTIONS(1202), @@ -39337,6 +36018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1202), [anon_sym___vectorcall] = ACTIONS(1202), [anon_sym_LBRACE] = ACTIONS(1204), + [anon_sym_RBRACE] = ACTIONS(1204), [anon_sym_signed] = ACTIONS(1202), [anon_sym_unsigned] = ACTIONS(1202), [anon_sym_long] = ACTIONS(1202), @@ -39409,115 +36091,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1202), [sym_comment] = ACTIONS(3), }, - [218] = { - [sym_identifier] = ACTIONS(1202), - [aux_sym_preproc_include_token1] = ACTIONS(1202), - [aux_sym_preproc_def_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token1] = ACTIONS(1202), - [aux_sym_preproc_if_token2] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), - [sym_preproc_directive] = ACTIONS(1202), - [anon_sym_LPAREN2] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [anon_sym___extension__] = ACTIONS(1202), - [anon_sym_typedef] = ACTIONS(1202), - [anon_sym_extern] = ACTIONS(1202), - [anon_sym___attribute__] = ACTIONS(1202), - [anon_sym___attribute] = ACTIONS(1202), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), - [anon_sym___declspec] = ACTIONS(1202), - [anon_sym___cdecl] = ACTIONS(1202), - [anon_sym___clrcall] = ACTIONS(1202), - [anon_sym___stdcall] = ACTIONS(1202), - [anon_sym___fastcall] = ACTIONS(1202), - [anon_sym___thiscall] = ACTIONS(1202), - [anon_sym___vectorcall] = ACTIONS(1202), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_signed] = ACTIONS(1202), - [anon_sym_unsigned] = ACTIONS(1202), - [anon_sym_long] = ACTIONS(1202), - [anon_sym_short] = ACTIONS(1202), - [anon_sym_static] = ACTIONS(1202), - [anon_sym_auto] = ACTIONS(1202), - [anon_sym_register] = ACTIONS(1202), - [anon_sym_inline] = ACTIONS(1202), - [anon_sym___inline] = ACTIONS(1202), - [anon_sym___inline__] = ACTIONS(1202), - [anon_sym___forceinline] = ACTIONS(1202), - [anon_sym_thread_local] = ACTIONS(1202), - [anon_sym___thread] = ACTIONS(1202), - [anon_sym_const] = ACTIONS(1202), - [anon_sym_constexpr] = ACTIONS(1202), - [anon_sym_volatile] = ACTIONS(1202), - [anon_sym_restrict] = ACTIONS(1202), - [anon_sym___restrict__] = ACTIONS(1202), - [anon_sym__Atomic] = ACTIONS(1202), - [anon_sym__Noreturn] = ACTIONS(1202), - [anon_sym_noreturn] = ACTIONS(1202), - [anon_sym__Nonnull] = ACTIONS(1202), - [anon_sym_alignas] = ACTIONS(1202), - [anon_sym__Alignas] = ACTIONS(1202), - [sym_primitive_type] = ACTIONS(1202), - [anon_sym_enum] = ACTIONS(1202), - [anon_sym_struct] = ACTIONS(1202), - [anon_sym_union] = ACTIONS(1202), - [anon_sym_if] = ACTIONS(1202), - [anon_sym_else] = ACTIONS(1202), - [anon_sym_switch] = ACTIONS(1202), - [anon_sym_case] = ACTIONS(1202), - [anon_sym_default] = ACTIONS(1202), - [anon_sym_while] = ACTIONS(1202), - [anon_sym_do] = ACTIONS(1202), - [anon_sym_for] = ACTIONS(1202), - [anon_sym_return] = ACTIONS(1202), - [anon_sym_break] = ACTIONS(1202), - [anon_sym_continue] = ACTIONS(1202), - [anon_sym_goto] = ACTIONS(1202), - [anon_sym___try] = ACTIONS(1202), - [anon_sym___leave] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [anon_sym_sizeof] = ACTIONS(1202), - [anon_sym___alignof__] = ACTIONS(1202), - [anon_sym___alignof] = ACTIONS(1202), - [anon_sym__alignof] = ACTIONS(1202), - [anon_sym_alignof] = ACTIONS(1202), - [anon_sym__Alignof] = ACTIONS(1202), - [anon_sym_offsetof] = ACTIONS(1202), - [anon_sym__Generic] = ACTIONS(1202), - [anon_sym_asm] = ACTIONS(1202), - [anon_sym___asm__] = ACTIONS(1202), - [anon_sym___asm] = ACTIONS(1202), - [sym_number_literal] = ACTIONS(1204), - [anon_sym_L_SQUOTE] = ACTIONS(1204), - [anon_sym_u_SQUOTE] = ACTIONS(1204), - [anon_sym_U_SQUOTE] = ACTIONS(1204), - [anon_sym_u8_SQUOTE] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_L_DQUOTE] = ACTIONS(1204), - [anon_sym_u_DQUOTE] = ACTIONS(1204), - [anon_sym_U_DQUOTE] = ACTIONS(1204), - [anon_sym_u8_DQUOTE] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [sym_true] = ACTIONS(1202), - [sym_false] = ACTIONS(1202), - [anon_sym_NULL] = ACTIONS(1202), - [anon_sym_nullptr] = ACTIONS(1202), + [STATE(182)] = { + [sym_identifier] = ACTIONS(1134), + [aux_sym_preproc_include_token1] = ACTIONS(1134), + [aux_sym_preproc_def_token1] = ACTIONS(1134), + [aux_sym_preproc_if_token1] = ACTIONS(1134), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), + [sym_preproc_directive] = ACTIONS(1134), + [anon_sym_LPAREN2] = ACTIONS(1136), + [anon_sym_BANG] = ACTIONS(1136), + [anon_sym_TILDE] = ACTIONS(1136), + [anon_sym_DASH] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(1134), + [anon_sym_STAR] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1136), + [anon_sym_SEMI] = ACTIONS(1136), + [anon_sym___extension__] = ACTIONS(1134), + [anon_sym_typedef] = ACTIONS(1134), + [anon_sym_extern] = ACTIONS(1134), + [anon_sym___attribute__] = ACTIONS(1134), + [anon_sym___attribute] = ACTIONS(1134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), + [anon_sym___declspec] = ACTIONS(1134), + [anon_sym___cdecl] = ACTIONS(1134), + [anon_sym___clrcall] = ACTIONS(1134), + [anon_sym___stdcall] = ACTIONS(1134), + [anon_sym___fastcall] = ACTIONS(1134), + [anon_sym___thiscall] = ACTIONS(1134), + [anon_sym___vectorcall] = ACTIONS(1134), + [anon_sym_LBRACE] = ACTIONS(1136), + [anon_sym_RBRACE] = ACTIONS(1136), + [anon_sym_signed] = ACTIONS(1134), + [anon_sym_unsigned] = ACTIONS(1134), + [anon_sym_long] = ACTIONS(1134), + [anon_sym_short] = ACTIONS(1134), + [anon_sym_static] = ACTIONS(1134), + [anon_sym_auto] = ACTIONS(1134), + [anon_sym_register] = ACTIONS(1134), + [anon_sym_inline] = ACTIONS(1134), + [anon_sym___inline] = ACTIONS(1134), + [anon_sym___inline__] = ACTIONS(1134), + [anon_sym___forceinline] = ACTIONS(1134), + [anon_sym_thread_local] = ACTIONS(1134), + [anon_sym___thread] = ACTIONS(1134), + [anon_sym_const] = ACTIONS(1134), + [anon_sym_constexpr] = ACTIONS(1134), + [anon_sym_volatile] = ACTIONS(1134), + [anon_sym_restrict] = ACTIONS(1134), + [anon_sym___restrict__] = ACTIONS(1134), + [anon_sym__Atomic] = ACTIONS(1134), + [anon_sym__Noreturn] = ACTIONS(1134), + [anon_sym_noreturn] = ACTIONS(1134), + [anon_sym__Nonnull] = ACTIONS(1134), + [anon_sym_alignas] = ACTIONS(1134), + [anon_sym__Alignas] = ACTIONS(1134), + [sym_primitive_type] = ACTIONS(1134), + [anon_sym_enum] = ACTIONS(1134), + [anon_sym_struct] = ACTIONS(1134), + [anon_sym_union] = ACTIONS(1134), + [anon_sym_if] = ACTIONS(1134), + [anon_sym_else] = ACTIONS(1134), + [anon_sym_switch] = ACTIONS(1134), + [anon_sym_case] = ACTIONS(1134), + [anon_sym_default] = ACTIONS(1134), + [anon_sym_while] = ACTIONS(1134), + [anon_sym_do] = ACTIONS(1134), + [anon_sym_for] = ACTIONS(1134), + [anon_sym_return] = ACTIONS(1134), + [anon_sym_break] = ACTIONS(1134), + [anon_sym_continue] = ACTIONS(1134), + [anon_sym_goto] = ACTIONS(1134), + [anon_sym___try] = ACTIONS(1134), + [anon_sym___leave] = ACTIONS(1134), + [anon_sym_DASH_DASH] = ACTIONS(1136), + [anon_sym_PLUS_PLUS] = ACTIONS(1136), + [anon_sym_sizeof] = ACTIONS(1134), + [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(1134), + [anon_sym__Generic] = ACTIONS(1134), + [anon_sym_asm] = ACTIONS(1134), + [anon_sym___asm__] = ACTIONS(1134), + [anon_sym___asm] = ACTIONS(1134), + [sym_number_literal] = ACTIONS(1136), + [anon_sym_L_SQUOTE] = ACTIONS(1136), + [anon_sym_u_SQUOTE] = ACTIONS(1136), + [anon_sym_U_SQUOTE] = ACTIONS(1136), + [anon_sym_u8_SQUOTE] = ACTIONS(1136), + [anon_sym_SQUOTE] = ACTIONS(1136), + [anon_sym_L_DQUOTE] = ACTIONS(1136), + [anon_sym_u_DQUOTE] = ACTIONS(1136), + [anon_sym_U_DQUOTE] = ACTIONS(1136), + [anon_sym_u8_DQUOTE] = ACTIONS(1136), + [anon_sym_DQUOTE] = ACTIONS(1136), + [sym_true] = ACTIONS(1134), + [sym_false] = ACTIONS(1134), + [anon_sym_NULL] = ACTIONS(1134), + [anon_sym_nullptr] = ACTIONS(1134), + [sym_comment] = ACTIONS(3), + }, + [STATE(183)] = { + [sym_identifier] = ACTIONS(1206), + [aux_sym_preproc_include_token1] = ACTIONS(1206), + [aux_sym_preproc_def_token1] = ACTIONS(1206), + [aux_sym_preproc_if_token1] = ACTIONS(1206), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1206), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1206), + [sym_preproc_directive] = ACTIONS(1206), + [anon_sym_LPAREN2] = ACTIONS(1208), + [anon_sym_BANG] = ACTIONS(1208), + [anon_sym_TILDE] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1208), + [anon_sym_AMP] = ACTIONS(1208), + [anon_sym_SEMI] = ACTIONS(1208), + [anon_sym___extension__] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1206), + [anon_sym_extern] = ACTIONS(1206), + [anon_sym___attribute__] = ACTIONS(1206), + [anon_sym___attribute] = ACTIONS(1206), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1208), + [anon_sym___declspec] = ACTIONS(1206), + [anon_sym___cdecl] = ACTIONS(1206), + [anon_sym___clrcall] = ACTIONS(1206), + [anon_sym___stdcall] = ACTIONS(1206), + [anon_sym___fastcall] = ACTIONS(1206), + [anon_sym___thiscall] = ACTIONS(1206), + [anon_sym___vectorcall] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1208), + [anon_sym_RBRACE] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1206), + [anon_sym_unsigned] = ACTIONS(1206), + [anon_sym_long] = ACTIONS(1206), + [anon_sym_short] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1206), + [anon_sym_auto] = ACTIONS(1206), + [anon_sym_register] = ACTIONS(1206), + [anon_sym_inline] = ACTIONS(1206), + [anon_sym___inline] = ACTIONS(1206), + [anon_sym___inline__] = ACTIONS(1206), + [anon_sym___forceinline] = ACTIONS(1206), + [anon_sym_thread_local] = ACTIONS(1206), + [anon_sym___thread] = ACTIONS(1206), + [anon_sym_const] = ACTIONS(1206), + [anon_sym_constexpr] = ACTIONS(1206), + [anon_sym_volatile] = ACTIONS(1206), + [anon_sym_restrict] = ACTIONS(1206), + [anon_sym___restrict__] = ACTIONS(1206), + [anon_sym__Atomic] = ACTIONS(1206), + [anon_sym__Noreturn] = ACTIONS(1206), + [anon_sym_noreturn] = ACTIONS(1206), + [anon_sym__Nonnull] = ACTIONS(1206), + [anon_sym_alignas] = ACTIONS(1206), + [anon_sym__Alignas] = ACTIONS(1206), + [sym_primitive_type] = ACTIONS(1206), + [anon_sym_enum] = ACTIONS(1206), + [anon_sym_struct] = ACTIONS(1206), + [anon_sym_union] = ACTIONS(1206), + [anon_sym_if] = ACTIONS(1206), + [anon_sym_else] = ACTIONS(1206), + [anon_sym_switch] = ACTIONS(1206), + [anon_sym_case] = ACTIONS(1206), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1206), + [anon_sym_do] = ACTIONS(1206), + [anon_sym_for] = ACTIONS(1206), + [anon_sym_return] = ACTIONS(1206), + [anon_sym_break] = ACTIONS(1206), + [anon_sym_continue] = ACTIONS(1206), + [anon_sym_goto] = ACTIONS(1206), + [anon_sym___try] = ACTIONS(1206), + [anon_sym___leave] = ACTIONS(1206), + [anon_sym_DASH_DASH] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_sizeof] = ACTIONS(1206), + [anon_sym___alignof__] = ACTIONS(1206), + [anon_sym___alignof] = ACTIONS(1206), + [anon_sym__alignof] = ACTIONS(1206), + [anon_sym_alignof] = ACTIONS(1206), + [anon_sym__Alignof] = ACTIONS(1206), + [anon_sym_offsetof] = ACTIONS(1206), + [anon_sym__Generic] = ACTIONS(1206), + [anon_sym_asm] = ACTIONS(1206), + [anon_sym___asm__] = ACTIONS(1206), + [anon_sym___asm] = ACTIONS(1206), + [sym_number_literal] = ACTIONS(1208), + [anon_sym_L_SQUOTE] = ACTIONS(1208), + [anon_sym_u_SQUOTE] = ACTIONS(1208), + [anon_sym_U_SQUOTE] = ACTIONS(1208), + [anon_sym_u8_SQUOTE] = ACTIONS(1208), + [anon_sym_SQUOTE] = ACTIONS(1208), + [anon_sym_L_DQUOTE] = ACTIONS(1208), + [anon_sym_u_DQUOTE] = ACTIONS(1208), + [anon_sym_U_DQUOTE] = ACTIONS(1208), + [anon_sym_u8_DQUOTE] = ACTIONS(1208), + [anon_sym_DQUOTE] = ACTIONS(1208), + [sym_true] = ACTIONS(1206), + [sym_false] = ACTIONS(1206), + [anon_sym_NULL] = ACTIONS(1206), + [anon_sym_nullptr] = ACTIONS(1206), + [sym_comment] = ACTIONS(3), + }, + [STATE(184)] = { + [ts_builtin_sym_end] = ACTIONS(1212), + [sym_identifier] = ACTIONS(1210), + [aux_sym_preproc_include_token1] = ACTIONS(1210), + [aux_sym_preproc_def_token1] = ACTIONS(1210), + [aux_sym_preproc_if_token1] = ACTIONS(1210), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1210), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1210), + [sym_preproc_directive] = ACTIONS(1210), + [anon_sym_LPAREN2] = ACTIONS(1212), + [anon_sym_BANG] = ACTIONS(1212), + [anon_sym_TILDE] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1210), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym___extension__] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1210), + [anon_sym_extern] = ACTIONS(1210), + [anon_sym___attribute__] = ACTIONS(1210), + [anon_sym___attribute] = ACTIONS(1210), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1212), + [anon_sym___declspec] = ACTIONS(1210), + [anon_sym___cdecl] = ACTIONS(1210), + [anon_sym___clrcall] = ACTIONS(1210), + [anon_sym___stdcall] = ACTIONS(1210), + [anon_sym___fastcall] = ACTIONS(1210), + [anon_sym___thiscall] = ACTIONS(1210), + [anon_sym___vectorcall] = ACTIONS(1210), + [anon_sym_LBRACE] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1210), + [anon_sym_unsigned] = ACTIONS(1210), + [anon_sym_long] = ACTIONS(1210), + [anon_sym_short] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1210), + [anon_sym_auto] = ACTIONS(1210), + [anon_sym_register] = ACTIONS(1210), + [anon_sym_inline] = ACTIONS(1210), + [anon_sym___inline] = ACTIONS(1210), + [anon_sym___inline__] = ACTIONS(1210), + [anon_sym___forceinline] = ACTIONS(1210), + [anon_sym_thread_local] = ACTIONS(1210), + [anon_sym___thread] = ACTIONS(1210), + [anon_sym_const] = ACTIONS(1210), + [anon_sym_constexpr] = ACTIONS(1210), + [anon_sym_volatile] = ACTIONS(1210), + [anon_sym_restrict] = ACTIONS(1210), + [anon_sym___restrict__] = ACTIONS(1210), + [anon_sym__Atomic] = ACTIONS(1210), + [anon_sym__Noreturn] = ACTIONS(1210), + [anon_sym_noreturn] = ACTIONS(1210), + [anon_sym__Nonnull] = ACTIONS(1210), + [anon_sym_alignas] = ACTIONS(1210), + [anon_sym__Alignas] = ACTIONS(1210), + [sym_primitive_type] = ACTIONS(1210), + [anon_sym_enum] = ACTIONS(1210), + [anon_sym_struct] = ACTIONS(1210), + [anon_sym_union] = ACTIONS(1210), + [anon_sym_if] = ACTIONS(1210), + [anon_sym_else] = ACTIONS(1210), + [anon_sym_switch] = ACTIONS(1210), + [anon_sym_case] = ACTIONS(1210), + [anon_sym_default] = ACTIONS(1210), + [anon_sym_while] = ACTIONS(1210), + [anon_sym_do] = ACTIONS(1210), + [anon_sym_for] = ACTIONS(1210), + [anon_sym_return] = ACTIONS(1210), + [anon_sym_break] = ACTIONS(1210), + [anon_sym_continue] = ACTIONS(1210), + [anon_sym_goto] = ACTIONS(1210), + [anon_sym___try] = ACTIONS(1210), + [anon_sym___leave] = ACTIONS(1210), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_sizeof] = ACTIONS(1210), + [anon_sym___alignof__] = ACTIONS(1210), + [anon_sym___alignof] = ACTIONS(1210), + [anon_sym__alignof] = ACTIONS(1210), + [anon_sym_alignof] = ACTIONS(1210), + [anon_sym__Alignof] = ACTIONS(1210), + [anon_sym_offsetof] = ACTIONS(1210), + [anon_sym__Generic] = ACTIONS(1210), + [anon_sym_asm] = ACTIONS(1210), + [anon_sym___asm__] = ACTIONS(1210), + [anon_sym___asm] = ACTIONS(1210), + [sym_number_literal] = ACTIONS(1212), + [anon_sym_L_SQUOTE] = ACTIONS(1212), + [anon_sym_u_SQUOTE] = ACTIONS(1212), + [anon_sym_U_SQUOTE] = ACTIONS(1212), + [anon_sym_u8_SQUOTE] = ACTIONS(1212), + [anon_sym_SQUOTE] = ACTIONS(1212), + [anon_sym_L_DQUOTE] = ACTIONS(1212), + [anon_sym_u_DQUOTE] = ACTIONS(1212), + [anon_sym_U_DQUOTE] = ACTIONS(1212), + [anon_sym_u8_DQUOTE] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_true] = ACTIONS(1210), + [sym_false] = ACTIONS(1210), + [anon_sym_NULL] = ACTIONS(1210), + [anon_sym_nullptr] = ACTIONS(1210), [sym_comment] = ACTIONS(3), }, - [219] = { + [STATE(185)] = { [sym_identifier] = ACTIONS(1214), [aux_sym_preproc_include_token1] = ACTIONS(1214), [aux_sym_preproc_def_token1] = ACTIONS(1214), [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token2] = ACTIONS(1214), [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), [sym_preproc_directive] = ACTIONS(1214), @@ -39543,6 +36430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1214), [anon_sym___vectorcall] = ACTIONS(1214), [anon_sym_LBRACE] = ACTIONS(1216), + [anon_sym_RBRACE] = ACTIONS(1216), [anon_sym_signed] = ACTIONS(1214), [anon_sym_unsigned] = ACTIONS(1214), [anon_sym_long] = ACTIONS(1214), @@ -39615,836 +36503,1145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1214), [sym_comment] = ACTIONS(3), }, - [220] = { - [ts_builtin_sym_end] = ACTIONS(1256), - [sym_identifier] = ACTIONS(1254), - [aux_sym_preproc_include_token1] = ACTIONS(1254), - [aux_sym_preproc_def_token1] = ACTIONS(1254), - [aux_sym_preproc_if_token1] = ACTIONS(1254), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1254), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1254), - [sym_preproc_directive] = ACTIONS(1254), - [anon_sym_LPAREN2] = ACTIONS(1256), - [anon_sym_BANG] = ACTIONS(1256), - [anon_sym_TILDE] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1254), - [anon_sym_STAR] = ACTIONS(1256), - [anon_sym_AMP] = ACTIONS(1256), - [anon_sym_SEMI] = ACTIONS(1256), - [anon_sym___extension__] = ACTIONS(1254), - [anon_sym_typedef] = ACTIONS(1254), - [anon_sym_extern] = ACTIONS(1254), - [anon_sym___attribute__] = ACTIONS(1254), - [anon_sym___attribute] = ACTIONS(1254), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1256), - [anon_sym___declspec] = ACTIONS(1254), - [anon_sym___cdecl] = ACTIONS(1254), - [anon_sym___clrcall] = ACTIONS(1254), - [anon_sym___stdcall] = ACTIONS(1254), - [anon_sym___fastcall] = ACTIONS(1254), - [anon_sym___thiscall] = ACTIONS(1254), - [anon_sym___vectorcall] = ACTIONS(1254), - [anon_sym_LBRACE] = ACTIONS(1256), - [anon_sym_signed] = ACTIONS(1254), - [anon_sym_unsigned] = ACTIONS(1254), - [anon_sym_long] = ACTIONS(1254), - [anon_sym_short] = ACTIONS(1254), - [anon_sym_static] = ACTIONS(1254), - [anon_sym_auto] = ACTIONS(1254), - [anon_sym_register] = ACTIONS(1254), - [anon_sym_inline] = ACTIONS(1254), - [anon_sym___inline] = ACTIONS(1254), - [anon_sym___inline__] = ACTIONS(1254), - [anon_sym___forceinline] = ACTIONS(1254), - [anon_sym_thread_local] = ACTIONS(1254), - [anon_sym___thread] = ACTIONS(1254), - [anon_sym_const] = ACTIONS(1254), - [anon_sym_constexpr] = ACTIONS(1254), - [anon_sym_volatile] = ACTIONS(1254), - [anon_sym_restrict] = ACTIONS(1254), - [anon_sym___restrict__] = ACTIONS(1254), - [anon_sym__Atomic] = ACTIONS(1254), - [anon_sym__Noreturn] = ACTIONS(1254), - [anon_sym_noreturn] = ACTIONS(1254), - [anon_sym__Nonnull] = ACTIONS(1254), - [anon_sym_alignas] = ACTIONS(1254), - [anon_sym__Alignas] = ACTIONS(1254), - [sym_primitive_type] = ACTIONS(1254), - [anon_sym_enum] = ACTIONS(1254), - [anon_sym_struct] = ACTIONS(1254), - [anon_sym_union] = ACTIONS(1254), - [anon_sym_if] = ACTIONS(1254), - [anon_sym_else] = ACTIONS(1254), - [anon_sym_switch] = ACTIONS(1254), - [anon_sym_case] = ACTIONS(1254), - [anon_sym_default] = ACTIONS(1254), - [anon_sym_while] = ACTIONS(1254), - [anon_sym_do] = ACTIONS(1254), - [anon_sym_for] = ACTIONS(1254), - [anon_sym_return] = ACTIONS(1254), - [anon_sym_break] = ACTIONS(1254), - [anon_sym_continue] = ACTIONS(1254), - [anon_sym_goto] = ACTIONS(1254), - [anon_sym___try] = ACTIONS(1254), - [anon_sym___leave] = ACTIONS(1254), - [anon_sym_DASH_DASH] = ACTIONS(1256), - [anon_sym_PLUS_PLUS] = ACTIONS(1256), - [anon_sym_sizeof] = ACTIONS(1254), - [anon_sym___alignof__] = ACTIONS(1254), - [anon_sym___alignof] = ACTIONS(1254), - [anon_sym__alignof] = ACTIONS(1254), - [anon_sym_alignof] = ACTIONS(1254), - [anon_sym__Alignof] = ACTIONS(1254), - [anon_sym_offsetof] = ACTIONS(1254), - [anon_sym__Generic] = ACTIONS(1254), - [anon_sym_asm] = ACTIONS(1254), - [anon_sym___asm__] = ACTIONS(1254), - [anon_sym___asm] = ACTIONS(1254), - [sym_number_literal] = ACTIONS(1256), - [anon_sym_L_SQUOTE] = ACTIONS(1256), - [anon_sym_u_SQUOTE] = ACTIONS(1256), - [anon_sym_U_SQUOTE] = ACTIONS(1256), - [anon_sym_u8_SQUOTE] = ACTIONS(1256), - [anon_sym_SQUOTE] = ACTIONS(1256), - [anon_sym_L_DQUOTE] = ACTIONS(1256), - [anon_sym_u_DQUOTE] = ACTIONS(1256), - [anon_sym_U_DQUOTE] = ACTIONS(1256), - [anon_sym_u8_DQUOTE] = ACTIONS(1256), - [anon_sym_DQUOTE] = ACTIONS(1256), - [sym_true] = ACTIONS(1254), - [sym_false] = ACTIONS(1254), - [anon_sym_NULL] = ACTIONS(1254), - [anon_sym_nullptr] = ACTIONS(1254), + [STATE(186)] = { + [sym_identifier] = ACTIONS(1218), + [aux_sym_preproc_include_token1] = ACTIONS(1218), + [aux_sym_preproc_def_token1] = ACTIONS(1218), + [aux_sym_preproc_if_token1] = ACTIONS(1218), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), + [sym_preproc_directive] = ACTIONS(1218), + [anon_sym_LPAREN2] = ACTIONS(1220), + [anon_sym_BANG] = ACTIONS(1220), + [anon_sym_TILDE] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1218), + [anon_sym_PLUS] = ACTIONS(1218), + [anon_sym_STAR] = ACTIONS(1220), + [anon_sym_AMP] = ACTIONS(1220), + [anon_sym_SEMI] = ACTIONS(1220), + [anon_sym___extension__] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1218), + [anon_sym_extern] = ACTIONS(1218), + [anon_sym___attribute__] = ACTIONS(1218), + [anon_sym___attribute] = ACTIONS(1218), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1220), + [anon_sym___declspec] = ACTIONS(1218), + [anon_sym___cdecl] = ACTIONS(1218), + [anon_sym___clrcall] = ACTIONS(1218), + [anon_sym___stdcall] = ACTIONS(1218), + [anon_sym___fastcall] = ACTIONS(1218), + [anon_sym___thiscall] = ACTIONS(1218), + [anon_sym___vectorcall] = ACTIONS(1218), + [anon_sym_LBRACE] = ACTIONS(1220), + [anon_sym_RBRACE] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1218), + [anon_sym_unsigned] = ACTIONS(1218), + [anon_sym_long] = ACTIONS(1218), + [anon_sym_short] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1218), + [anon_sym_auto] = ACTIONS(1218), + [anon_sym_register] = ACTIONS(1218), + [anon_sym_inline] = ACTIONS(1218), + [anon_sym___inline] = ACTIONS(1218), + [anon_sym___inline__] = ACTIONS(1218), + [anon_sym___forceinline] = ACTIONS(1218), + [anon_sym_thread_local] = ACTIONS(1218), + [anon_sym___thread] = ACTIONS(1218), + [anon_sym_const] = ACTIONS(1218), + [anon_sym_constexpr] = ACTIONS(1218), + [anon_sym_volatile] = ACTIONS(1218), + [anon_sym_restrict] = ACTIONS(1218), + [anon_sym___restrict__] = ACTIONS(1218), + [anon_sym__Atomic] = ACTIONS(1218), + [anon_sym__Noreturn] = ACTIONS(1218), + [anon_sym_noreturn] = ACTIONS(1218), + [anon_sym__Nonnull] = ACTIONS(1218), + [anon_sym_alignas] = ACTIONS(1218), + [anon_sym__Alignas] = ACTIONS(1218), + [sym_primitive_type] = ACTIONS(1218), + [anon_sym_enum] = ACTIONS(1218), + [anon_sym_struct] = ACTIONS(1218), + [anon_sym_union] = ACTIONS(1218), + [anon_sym_if] = ACTIONS(1218), + [anon_sym_else] = ACTIONS(1218), + [anon_sym_switch] = ACTIONS(1218), + [anon_sym_case] = ACTIONS(1218), + [anon_sym_default] = ACTIONS(1218), + [anon_sym_while] = ACTIONS(1218), + [anon_sym_do] = ACTIONS(1218), + [anon_sym_for] = ACTIONS(1218), + [anon_sym_return] = ACTIONS(1218), + [anon_sym_break] = ACTIONS(1218), + [anon_sym_continue] = ACTIONS(1218), + [anon_sym_goto] = ACTIONS(1218), + [anon_sym___try] = ACTIONS(1218), + [anon_sym___leave] = ACTIONS(1218), + [anon_sym_DASH_DASH] = ACTIONS(1220), + [anon_sym_PLUS_PLUS] = ACTIONS(1220), + [anon_sym_sizeof] = ACTIONS(1218), + [anon_sym___alignof__] = ACTIONS(1218), + [anon_sym___alignof] = ACTIONS(1218), + [anon_sym__alignof] = ACTIONS(1218), + [anon_sym_alignof] = ACTIONS(1218), + [anon_sym__Alignof] = ACTIONS(1218), + [anon_sym_offsetof] = ACTIONS(1218), + [anon_sym__Generic] = ACTIONS(1218), + [anon_sym_asm] = ACTIONS(1218), + [anon_sym___asm__] = ACTIONS(1218), + [anon_sym___asm] = ACTIONS(1218), + [sym_number_literal] = ACTIONS(1220), + [anon_sym_L_SQUOTE] = ACTIONS(1220), + [anon_sym_u_SQUOTE] = ACTIONS(1220), + [anon_sym_U_SQUOTE] = ACTIONS(1220), + [anon_sym_u8_SQUOTE] = ACTIONS(1220), + [anon_sym_SQUOTE] = ACTIONS(1220), + [anon_sym_L_DQUOTE] = ACTIONS(1220), + [anon_sym_u_DQUOTE] = ACTIONS(1220), + [anon_sym_U_DQUOTE] = ACTIONS(1220), + [anon_sym_u8_DQUOTE] = ACTIONS(1220), + [anon_sym_DQUOTE] = ACTIONS(1220), + [sym_true] = ACTIONS(1218), + [sym_false] = ACTIONS(1218), + [anon_sym_NULL] = ACTIONS(1218), + [anon_sym_nullptr] = ACTIONS(1218), + [sym_comment] = ACTIONS(3), + }, + [STATE(187)] = { + [sym_identifier] = ACTIONS(1222), + [aux_sym_preproc_include_token1] = ACTIONS(1222), + [aux_sym_preproc_def_token1] = ACTIONS(1222), + [aux_sym_preproc_if_token1] = ACTIONS(1222), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), + [sym_preproc_directive] = ACTIONS(1222), + [anon_sym_LPAREN2] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym___extension__] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1222), + [anon_sym_extern] = ACTIONS(1222), + [anon_sym___attribute__] = ACTIONS(1222), + [anon_sym___attribute] = ACTIONS(1222), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1224), + [anon_sym___declspec] = ACTIONS(1222), + [anon_sym___cdecl] = ACTIONS(1222), + [anon_sym___clrcall] = ACTIONS(1222), + [anon_sym___stdcall] = ACTIONS(1222), + [anon_sym___fastcall] = ACTIONS(1222), + [anon_sym___thiscall] = ACTIONS(1222), + [anon_sym___vectorcall] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_RBRACE] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1222), + [anon_sym_unsigned] = ACTIONS(1222), + [anon_sym_long] = ACTIONS(1222), + [anon_sym_short] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1222), + [anon_sym_auto] = ACTIONS(1222), + [anon_sym_register] = ACTIONS(1222), + [anon_sym_inline] = ACTIONS(1222), + [anon_sym___inline] = ACTIONS(1222), + [anon_sym___inline__] = ACTIONS(1222), + [anon_sym___forceinline] = ACTIONS(1222), + [anon_sym_thread_local] = ACTIONS(1222), + [anon_sym___thread] = ACTIONS(1222), + [anon_sym_const] = ACTIONS(1222), + [anon_sym_constexpr] = ACTIONS(1222), + [anon_sym_volatile] = ACTIONS(1222), + [anon_sym_restrict] = ACTIONS(1222), + [anon_sym___restrict__] = ACTIONS(1222), + [anon_sym__Atomic] = ACTIONS(1222), + [anon_sym__Noreturn] = ACTIONS(1222), + [anon_sym_noreturn] = ACTIONS(1222), + [anon_sym__Nonnull] = ACTIONS(1222), + [anon_sym_alignas] = ACTIONS(1222), + [anon_sym__Alignas] = ACTIONS(1222), + [sym_primitive_type] = ACTIONS(1222), + [anon_sym_enum] = ACTIONS(1222), + [anon_sym_struct] = ACTIONS(1222), + [anon_sym_union] = ACTIONS(1222), + [anon_sym_if] = ACTIONS(1222), + [anon_sym_else] = ACTIONS(1222), + [anon_sym_switch] = ACTIONS(1222), + [anon_sym_case] = ACTIONS(1222), + [anon_sym_default] = ACTIONS(1222), + [anon_sym_while] = ACTIONS(1222), + [anon_sym_do] = ACTIONS(1222), + [anon_sym_for] = ACTIONS(1222), + [anon_sym_return] = ACTIONS(1222), + [anon_sym_break] = ACTIONS(1222), + [anon_sym_continue] = ACTIONS(1222), + [anon_sym_goto] = ACTIONS(1222), + [anon_sym___try] = ACTIONS(1222), + [anon_sym___leave] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1224), + [anon_sym_PLUS_PLUS] = ACTIONS(1224), + [anon_sym_sizeof] = ACTIONS(1222), + [anon_sym___alignof__] = ACTIONS(1222), + [anon_sym___alignof] = ACTIONS(1222), + [anon_sym__alignof] = ACTIONS(1222), + [anon_sym_alignof] = ACTIONS(1222), + [anon_sym__Alignof] = ACTIONS(1222), + [anon_sym_offsetof] = ACTIONS(1222), + [anon_sym__Generic] = ACTIONS(1222), + [anon_sym_asm] = ACTIONS(1222), + [anon_sym___asm__] = ACTIONS(1222), + [anon_sym___asm] = ACTIONS(1222), + [sym_number_literal] = ACTIONS(1224), + [anon_sym_L_SQUOTE] = ACTIONS(1224), + [anon_sym_u_SQUOTE] = ACTIONS(1224), + [anon_sym_U_SQUOTE] = ACTIONS(1224), + [anon_sym_u8_SQUOTE] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1224), + [anon_sym_L_DQUOTE] = ACTIONS(1224), + [anon_sym_u_DQUOTE] = ACTIONS(1224), + [anon_sym_U_DQUOTE] = ACTIONS(1224), + [anon_sym_u8_DQUOTE] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [sym_true] = ACTIONS(1222), + [sym_false] = ACTIONS(1222), + [anon_sym_NULL] = ACTIONS(1222), + [anon_sym_nullptr] = ACTIONS(1222), [sym_comment] = ACTIONS(3), }, - [221] = { - [sym_identifier] = ACTIONS(1158), - [aux_sym_preproc_include_token1] = ACTIONS(1158), - [aux_sym_preproc_def_token1] = ACTIONS(1158), - [aux_sym_preproc_if_token1] = ACTIONS(1158), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1158), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1158), - [sym_preproc_directive] = ACTIONS(1158), - [anon_sym_LPAREN2] = ACTIONS(1160), - [anon_sym_BANG] = ACTIONS(1160), - [anon_sym_TILDE] = ACTIONS(1160), - [anon_sym_DASH] = ACTIONS(1158), - [anon_sym_PLUS] = ACTIONS(1158), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_AMP] = ACTIONS(1160), - [anon_sym_SEMI] = ACTIONS(1160), - [anon_sym___extension__] = ACTIONS(1158), - [anon_sym_typedef] = ACTIONS(1158), - [anon_sym_extern] = ACTIONS(1158), - [anon_sym___attribute__] = ACTIONS(1158), - [anon_sym___attribute] = ACTIONS(1158), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1160), - [anon_sym___declspec] = ACTIONS(1158), - [anon_sym___cdecl] = ACTIONS(1158), - [anon_sym___clrcall] = ACTIONS(1158), - [anon_sym___stdcall] = ACTIONS(1158), - [anon_sym___fastcall] = ACTIONS(1158), - [anon_sym___thiscall] = ACTIONS(1158), - [anon_sym___vectorcall] = ACTIONS(1158), - [anon_sym_LBRACE] = ACTIONS(1160), - [anon_sym_RBRACE] = ACTIONS(1160), - [anon_sym_signed] = ACTIONS(1158), - [anon_sym_unsigned] = ACTIONS(1158), - [anon_sym_long] = ACTIONS(1158), - [anon_sym_short] = ACTIONS(1158), - [anon_sym_static] = ACTIONS(1158), - [anon_sym_auto] = ACTIONS(1158), - [anon_sym_register] = ACTIONS(1158), - [anon_sym_inline] = ACTIONS(1158), - [anon_sym___inline] = ACTIONS(1158), - [anon_sym___inline__] = ACTIONS(1158), - [anon_sym___forceinline] = ACTIONS(1158), - [anon_sym_thread_local] = ACTIONS(1158), - [anon_sym___thread] = ACTIONS(1158), - [anon_sym_const] = ACTIONS(1158), - [anon_sym_constexpr] = ACTIONS(1158), - [anon_sym_volatile] = ACTIONS(1158), - [anon_sym_restrict] = ACTIONS(1158), - [anon_sym___restrict__] = ACTIONS(1158), - [anon_sym__Atomic] = ACTIONS(1158), - [anon_sym__Noreturn] = ACTIONS(1158), - [anon_sym_noreturn] = ACTIONS(1158), - [anon_sym__Nonnull] = ACTIONS(1158), - [anon_sym_alignas] = ACTIONS(1158), - [anon_sym__Alignas] = ACTIONS(1158), - [sym_primitive_type] = ACTIONS(1158), - [anon_sym_enum] = ACTIONS(1158), - [anon_sym_struct] = ACTIONS(1158), - [anon_sym_union] = ACTIONS(1158), - [anon_sym_if] = ACTIONS(1158), - [anon_sym_else] = ACTIONS(1158), - [anon_sym_switch] = ACTIONS(1158), - [anon_sym_case] = ACTIONS(1158), - [anon_sym_default] = ACTIONS(1158), - [anon_sym_while] = ACTIONS(1158), - [anon_sym_do] = ACTIONS(1158), - [anon_sym_for] = ACTIONS(1158), - [anon_sym_return] = ACTIONS(1158), - [anon_sym_break] = ACTIONS(1158), - [anon_sym_continue] = ACTIONS(1158), - [anon_sym_goto] = ACTIONS(1158), - [anon_sym___try] = ACTIONS(1158), - [anon_sym___leave] = ACTIONS(1158), - [anon_sym_DASH_DASH] = ACTIONS(1160), - [anon_sym_PLUS_PLUS] = ACTIONS(1160), - [anon_sym_sizeof] = ACTIONS(1158), - [anon_sym___alignof__] = ACTIONS(1158), - [anon_sym___alignof] = ACTIONS(1158), - [anon_sym__alignof] = ACTIONS(1158), - [anon_sym_alignof] = ACTIONS(1158), - [anon_sym__Alignof] = ACTIONS(1158), - [anon_sym_offsetof] = ACTIONS(1158), - [anon_sym__Generic] = ACTIONS(1158), - [anon_sym_asm] = ACTIONS(1158), - [anon_sym___asm__] = ACTIONS(1158), - [anon_sym___asm] = ACTIONS(1158), - [sym_number_literal] = ACTIONS(1160), - [anon_sym_L_SQUOTE] = ACTIONS(1160), - [anon_sym_u_SQUOTE] = ACTIONS(1160), - [anon_sym_U_SQUOTE] = ACTIONS(1160), - [anon_sym_u8_SQUOTE] = ACTIONS(1160), - [anon_sym_SQUOTE] = ACTIONS(1160), - [anon_sym_L_DQUOTE] = ACTIONS(1160), - [anon_sym_u_DQUOTE] = ACTIONS(1160), - [anon_sym_U_DQUOTE] = ACTIONS(1160), - [anon_sym_u8_DQUOTE] = ACTIONS(1160), - [anon_sym_DQUOTE] = ACTIONS(1160), - [sym_true] = ACTIONS(1158), - [sym_false] = ACTIONS(1158), - [anon_sym_NULL] = ACTIONS(1158), - [anon_sym_nullptr] = ACTIONS(1158), + [STATE(188)] = { + [ts_builtin_sym_end] = ACTIONS(1188), + [sym_identifier] = ACTIONS(1186), + [aux_sym_preproc_include_token1] = ACTIONS(1186), + [aux_sym_preproc_def_token1] = ACTIONS(1186), + [aux_sym_preproc_if_token1] = ACTIONS(1186), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1186), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1186), + [sym_preproc_directive] = ACTIONS(1186), + [anon_sym_LPAREN2] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1186), + [anon_sym_PLUS] = ACTIONS(1186), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym___extension__] = ACTIONS(1186), + [anon_sym_typedef] = ACTIONS(1186), + [anon_sym_extern] = ACTIONS(1186), + [anon_sym___attribute__] = ACTIONS(1186), + [anon_sym___attribute] = ACTIONS(1186), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1188), + [anon_sym___declspec] = ACTIONS(1186), + [anon_sym___cdecl] = ACTIONS(1186), + [anon_sym___clrcall] = ACTIONS(1186), + [anon_sym___stdcall] = ACTIONS(1186), + [anon_sym___fastcall] = ACTIONS(1186), + [anon_sym___thiscall] = ACTIONS(1186), + [anon_sym___vectorcall] = ACTIONS(1186), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_signed] = ACTIONS(1186), + [anon_sym_unsigned] = ACTIONS(1186), + [anon_sym_long] = ACTIONS(1186), + [anon_sym_short] = ACTIONS(1186), + [anon_sym_static] = ACTIONS(1186), + [anon_sym_auto] = ACTIONS(1186), + [anon_sym_register] = ACTIONS(1186), + [anon_sym_inline] = ACTIONS(1186), + [anon_sym___inline] = ACTIONS(1186), + [anon_sym___inline__] = ACTIONS(1186), + [anon_sym___forceinline] = ACTIONS(1186), + [anon_sym_thread_local] = ACTIONS(1186), + [anon_sym___thread] = ACTIONS(1186), + [anon_sym_const] = ACTIONS(1186), + [anon_sym_constexpr] = ACTIONS(1186), + [anon_sym_volatile] = ACTIONS(1186), + [anon_sym_restrict] = ACTIONS(1186), + [anon_sym___restrict__] = ACTIONS(1186), + [anon_sym__Atomic] = ACTIONS(1186), + [anon_sym__Noreturn] = ACTIONS(1186), + [anon_sym_noreturn] = ACTIONS(1186), + [anon_sym__Nonnull] = ACTIONS(1186), + [anon_sym_alignas] = ACTIONS(1186), + [anon_sym__Alignas] = ACTIONS(1186), + [sym_primitive_type] = ACTIONS(1186), + [anon_sym_enum] = ACTIONS(1186), + [anon_sym_struct] = ACTIONS(1186), + [anon_sym_union] = ACTIONS(1186), + [anon_sym_if] = ACTIONS(1186), + [anon_sym_else] = ACTIONS(1186), + [anon_sym_switch] = ACTIONS(1186), + [anon_sym_case] = ACTIONS(1186), + [anon_sym_default] = ACTIONS(1186), + [anon_sym_while] = ACTIONS(1186), + [anon_sym_do] = ACTIONS(1186), + [anon_sym_for] = ACTIONS(1186), + [anon_sym_return] = ACTIONS(1186), + [anon_sym_break] = ACTIONS(1186), + [anon_sym_continue] = ACTIONS(1186), + [anon_sym_goto] = ACTIONS(1186), + [anon_sym___try] = ACTIONS(1186), + [anon_sym___leave] = ACTIONS(1186), + [anon_sym_DASH_DASH] = ACTIONS(1188), + [anon_sym_PLUS_PLUS] = ACTIONS(1188), + [anon_sym_sizeof] = ACTIONS(1186), + [anon_sym___alignof__] = ACTIONS(1186), + [anon_sym___alignof] = ACTIONS(1186), + [anon_sym__alignof] = ACTIONS(1186), + [anon_sym_alignof] = ACTIONS(1186), + [anon_sym__Alignof] = ACTIONS(1186), + [anon_sym_offsetof] = ACTIONS(1186), + [anon_sym__Generic] = ACTIONS(1186), + [anon_sym_asm] = ACTIONS(1186), + [anon_sym___asm__] = ACTIONS(1186), + [anon_sym___asm] = ACTIONS(1186), + [sym_number_literal] = ACTIONS(1188), + [anon_sym_L_SQUOTE] = ACTIONS(1188), + [anon_sym_u_SQUOTE] = ACTIONS(1188), + [anon_sym_U_SQUOTE] = ACTIONS(1188), + [anon_sym_u8_SQUOTE] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1188), + [anon_sym_L_DQUOTE] = ACTIONS(1188), + [anon_sym_u_DQUOTE] = ACTIONS(1188), + [anon_sym_U_DQUOTE] = ACTIONS(1188), + [anon_sym_u8_DQUOTE] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1188), + [sym_true] = ACTIONS(1186), + [sym_false] = ACTIONS(1186), + [anon_sym_NULL] = ACTIONS(1186), + [anon_sym_nullptr] = ACTIONS(1186), [sym_comment] = ACTIONS(3), }, - [222] = { - [ts_builtin_sym_end] = ACTIONS(1164), - [sym_identifier] = ACTIONS(1162), - [aux_sym_preproc_include_token1] = ACTIONS(1162), - [aux_sym_preproc_def_token1] = ACTIONS(1162), - [aux_sym_preproc_if_token1] = ACTIONS(1162), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1162), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1162), - [sym_preproc_directive] = ACTIONS(1162), - [anon_sym_LPAREN2] = ACTIONS(1164), - [anon_sym_BANG] = ACTIONS(1164), - [anon_sym_TILDE] = ACTIONS(1164), - [anon_sym_DASH] = ACTIONS(1162), - [anon_sym_PLUS] = ACTIONS(1162), - [anon_sym_STAR] = ACTIONS(1164), - [anon_sym_AMP] = ACTIONS(1164), - [anon_sym_SEMI] = ACTIONS(1164), - [anon_sym___extension__] = ACTIONS(1162), - [anon_sym_typedef] = ACTIONS(1162), - [anon_sym_extern] = ACTIONS(1162), - [anon_sym___attribute__] = ACTIONS(1162), - [anon_sym___attribute] = ACTIONS(1162), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1164), - [anon_sym___declspec] = ACTIONS(1162), - [anon_sym___cdecl] = ACTIONS(1162), - [anon_sym___clrcall] = ACTIONS(1162), - [anon_sym___stdcall] = ACTIONS(1162), - [anon_sym___fastcall] = ACTIONS(1162), - [anon_sym___thiscall] = ACTIONS(1162), - [anon_sym___vectorcall] = ACTIONS(1162), - [anon_sym_LBRACE] = ACTIONS(1164), - [anon_sym_signed] = ACTIONS(1162), - [anon_sym_unsigned] = ACTIONS(1162), - [anon_sym_long] = ACTIONS(1162), - [anon_sym_short] = ACTIONS(1162), - [anon_sym_static] = ACTIONS(1162), - [anon_sym_auto] = ACTIONS(1162), - [anon_sym_register] = ACTIONS(1162), - [anon_sym_inline] = ACTIONS(1162), - [anon_sym___inline] = ACTIONS(1162), - [anon_sym___inline__] = ACTIONS(1162), - [anon_sym___forceinline] = ACTIONS(1162), - [anon_sym_thread_local] = ACTIONS(1162), - [anon_sym___thread] = ACTIONS(1162), - [anon_sym_const] = ACTIONS(1162), - [anon_sym_constexpr] = ACTIONS(1162), - [anon_sym_volatile] = ACTIONS(1162), - [anon_sym_restrict] = ACTIONS(1162), - [anon_sym___restrict__] = ACTIONS(1162), - [anon_sym__Atomic] = ACTIONS(1162), - [anon_sym__Noreturn] = ACTIONS(1162), - [anon_sym_noreturn] = ACTIONS(1162), - [anon_sym__Nonnull] = ACTIONS(1162), - [anon_sym_alignas] = ACTIONS(1162), - [anon_sym__Alignas] = ACTIONS(1162), - [sym_primitive_type] = ACTIONS(1162), - [anon_sym_enum] = ACTIONS(1162), - [anon_sym_struct] = ACTIONS(1162), - [anon_sym_union] = ACTIONS(1162), - [anon_sym_if] = ACTIONS(1162), - [anon_sym_else] = ACTIONS(1162), - [anon_sym_switch] = ACTIONS(1162), - [anon_sym_case] = ACTIONS(1162), - [anon_sym_default] = ACTIONS(1162), - [anon_sym_while] = ACTIONS(1162), - [anon_sym_do] = ACTIONS(1162), - [anon_sym_for] = ACTIONS(1162), - [anon_sym_return] = ACTIONS(1162), - [anon_sym_break] = ACTIONS(1162), - [anon_sym_continue] = ACTIONS(1162), - [anon_sym_goto] = ACTIONS(1162), - [anon_sym___try] = ACTIONS(1162), - [anon_sym___leave] = ACTIONS(1162), - [anon_sym_DASH_DASH] = ACTIONS(1164), - [anon_sym_PLUS_PLUS] = ACTIONS(1164), - [anon_sym_sizeof] = ACTIONS(1162), - [anon_sym___alignof__] = ACTIONS(1162), - [anon_sym___alignof] = ACTIONS(1162), - [anon_sym__alignof] = ACTIONS(1162), - [anon_sym_alignof] = ACTIONS(1162), - [anon_sym__Alignof] = ACTIONS(1162), - [anon_sym_offsetof] = ACTIONS(1162), - [anon_sym__Generic] = ACTIONS(1162), - [anon_sym_asm] = ACTIONS(1162), - [anon_sym___asm__] = ACTIONS(1162), - [anon_sym___asm] = ACTIONS(1162), - [sym_number_literal] = ACTIONS(1164), - [anon_sym_L_SQUOTE] = ACTIONS(1164), - [anon_sym_u_SQUOTE] = ACTIONS(1164), - [anon_sym_U_SQUOTE] = ACTIONS(1164), - [anon_sym_u8_SQUOTE] = ACTIONS(1164), - [anon_sym_SQUOTE] = ACTIONS(1164), - [anon_sym_L_DQUOTE] = ACTIONS(1164), - [anon_sym_u_DQUOTE] = ACTIONS(1164), - [anon_sym_U_DQUOTE] = ACTIONS(1164), - [anon_sym_u8_DQUOTE] = ACTIONS(1164), - [anon_sym_DQUOTE] = ACTIONS(1164), - [sym_true] = ACTIONS(1162), - [sym_false] = ACTIONS(1162), - [anon_sym_NULL] = ACTIONS(1162), - [anon_sym_nullptr] = ACTIONS(1162), + [STATE(189)] = { + [sym_identifier] = ACTIONS(1226), + [aux_sym_preproc_include_token1] = ACTIONS(1226), + [aux_sym_preproc_def_token1] = ACTIONS(1226), + [aux_sym_preproc_if_token1] = ACTIONS(1226), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1226), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1226), + [sym_preproc_directive] = ACTIONS(1226), + [anon_sym_LPAREN2] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(1228), + [anon_sym_TILDE] = ACTIONS(1228), + [anon_sym_DASH] = ACTIONS(1226), + [anon_sym_PLUS] = ACTIONS(1226), + [anon_sym_STAR] = ACTIONS(1228), + [anon_sym_AMP] = ACTIONS(1228), + [anon_sym_SEMI] = ACTIONS(1228), + [anon_sym___extension__] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1226), + [anon_sym_extern] = ACTIONS(1226), + [anon_sym___attribute__] = ACTIONS(1226), + [anon_sym___attribute] = ACTIONS(1226), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1228), + [anon_sym___declspec] = ACTIONS(1226), + [anon_sym___cdecl] = ACTIONS(1226), + [anon_sym___clrcall] = ACTIONS(1226), + [anon_sym___stdcall] = ACTIONS(1226), + [anon_sym___fastcall] = ACTIONS(1226), + [anon_sym___thiscall] = ACTIONS(1226), + [anon_sym___vectorcall] = ACTIONS(1226), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_RBRACE] = ACTIONS(1228), + [anon_sym_signed] = ACTIONS(1226), + [anon_sym_unsigned] = ACTIONS(1226), + [anon_sym_long] = ACTIONS(1226), + [anon_sym_short] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1226), + [anon_sym_auto] = ACTIONS(1226), + [anon_sym_register] = ACTIONS(1226), + [anon_sym_inline] = ACTIONS(1226), + [anon_sym___inline] = ACTIONS(1226), + [anon_sym___inline__] = ACTIONS(1226), + [anon_sym___forceinline] = ACTIONS(1226), + [anon_sym_thread_local] = ACTIONS(1226), + [anon_sym___thread] = ACTIONS(1226), + [anon_sym_const] = ACTIONS(1226), + [anon_sym_constexpr] = ACTIONS(1226), + [anon_sym_volatile] = ACTIONS(1226), + [anon_sym_restrict] = ACTIONS(1226), + [anon_sym___restrict__] = ACTIONS(1226), + [anon_sym__Atomic] = ACTIONS(1226), + [anon_sym__Noreturn] = ACTIONS(1226), + [anon_sym_noreturn] = ACTIONS(1226), + [anon_sym__Nonnull] = ACTIONS(1226), + [anon_sym_alignas] = ACTIONS(1226), + [anon_sym__Alignas] = ACTIONS(1226), + [sym_primitive_type] = ACTIONS(1226), + [anon_sym_enum] = ACTIONS(1226), + [anon_sym_struct] = ACTIONS(1226), + [anon_sym_union] = ACTIONS(1226), + [anon_sym_if] = ACTIONS(1226), + [anon_sym_else] = ACTIONS(1226), + [anon_sym_switch] = ACTIONS(1226), + [anon_sym_case] = ACTIONS(1226), + [anon_sym_default] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1226), + [anon_sym_do] = ACTIONS(1226), + [anon_sym_for] = ACTIONS(1226), + [anon_sym_return] = ACTIONS(1226), + [anon_sym_break] = ACTIONS(1226), + [anon_sym_continue] = ACTIONS(1226), + [anon_sym_goto] = ACTIONS(1226), + [anon_sym___try] = ACTIONS(1226), + [anon_sym___leave] = ACTIONS(1226), + [anon_sym_DASH_DASH] = ACTIONS(1228), + [anon_sym_PLUS_PLUS] = ACTIONS(1228), + [anon_sym_sizeof] = ACTIONS(1226), + [anon_sym___alignof__] = ACTIONS(1226), + [anon_sym___alignof] = ACTIONS(1226), + [anon_sym__alignof] = ACTIONS(1226), + [anon_sym_alignof] = ACTIONS(1226), + [anon_sym__Alignof] = ACTIONS(1226), + [anon_sym_offsetof] = ACTIONS(1226), + [anon_sym__Generic] = ACTIONS(1226), + [anon_sym_asm] = ACTIONS(1226), + [anon_sym___asm__] = ACTIONS(1226), + [anon_sym___asm] = ACTIONS(1226), + [sym_number_literal] = ACTIONS(1228), + [anon_sym_L_SQUOTE] = ACTIONS(1228), + [anon_sym_u_SQUOTE] = ACTIONS(1228), + [anon_sym_U_SQUOTE] = ACTIONS(1228), + [anon_sym_u8_SQUOTE] = ACTIONS(1228), + [anon_sym_SQUOTE] = ACTIONS(1228), + [anon_sym_L_DQUOTE] = ACTIONS(1228), + [anon_sym_u_DQUOTE] = ACTIONS(1228), + [anon_sym_U_DQUOTE] = ACTIONS(1228), + [anon_sym_u8_DQUOTE] = ACTIONS(1228), + [anon_sym_DQUOTE] = ACTIONS(1228), + [sym_true] = ACTIONS(1226), + [sym_false] = ACTIONS(1226), + [anon_sym_NULL] = ACTIONS(1226), + [anon_sym_nullptr] = ACTIONS(1226), + [sym_comment] = ACTIONS(3), + }, + [STATE(190)] = { + [ts_builtin_sym_end] = ACTIONS(1196), + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), [sym_comment] = ACTIONS(3), }, - [223] = { - [sym_identifier] = ACTIONS(1166), - [aux_sym_preproc_include_token1] = ACTIONS(1166), - [aux_sym_preproc_def_token1] = ACTIONS(1166), - [aux_sym_preproc_if_token1] = ACTIONS(1166), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1166), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1166), - [sym_preproc_directive] = ACTIONS(1166), - [anon_sym_LPAREN2] = ACTIONS(1168), - [anon_sym_BANG] = ACTIONS(1168), - [anon_sym_TILDE] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1166), - [anon_sym_PLUS] = ACTIONS(1166), - [anon_sym_STAR] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1168), - [anon_sym_SEMI] = ACTIONS(1168), - [anon_sym___extension__] = ACTIONS(1166), - [anon_sym_typedef] = ACTIONS(1166), - [anon_sym_extern] = ACTIONS(1166), - [anon_sym___attribute__] = ACTIONS(1166), - [anon_sym___attribute] = ACTIONS(1166), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1168), - [anon_sym___declspec] = ACTIONS(1166), - [anon_sym___cdecl] = ACTIONS(1166), - [anon_sym___clrcall] = ACTIONS(1166), - [anon_sym___stdcall] = ACTIONS(1166), - [anon_sym___fastcall] = ACTIONS(1166), - [anon_sym___thiscall] = ACTIONS(1166), - [anon_sym___vectorcall] = ACTIONS(1166), - [anon_sym_LBRACE] = ACTIONS(1168), - [anon_sym_RBRACE] = ACTIONS(1168), - [anon_sym_signed] = ACTIONS(1166), - [anon_sym_unsigned] = ACTIONS(1166), - [anon_sym_long] = ACTIONS(1166), - [anon_sym_short] = ACTIONS(1166), - [anon_sym_static] = ACTIONS(1166), - [anon_sym_auto] = ACTIONS(1166), - [anon_sym_register] = ACTIONS(1166), - [anon_sym_inline] = ACTIONS(1166), - [anon_sym___inline] = ACTIONS(1166), - [anon_sym___inline__] = ACTIONS(1166), - [anon_sym___forceinline] = ACTIONS(1166), - [anon_sym_thread_local] = ACTIONS(1166), - [anon_sym___thread] = ACTIONS(1166), - [anon_sym_const] = ACTIONS(1166), - [anon_sym_constexpr] = ACTIONS(1166), - [anon_sym_volatile] = ACTIONS(1166), - [anon_sym_restrict] = ACTIONS(1166), - [anon_sym___restrict__] = ACTIONS(1166), - [anon_sym__Atomic] = ACTIONS(1166), - [anon_sym__Noreturn] = ACTIONS(1166), - [anon_sym_noreturn] = ACTIONS(1166), - [anon_sym__Nonnull] = ACTIONS(1166), - [anon_sym_alignas] = ACTIONS(1166), - [anon_sym__Alignas] = ACTIONS(1166), - [sym_primitive_type] = ACTIONS(1166), - [anon_sym_enum] = ACTIONS(1166), - [anon_sym_struct] = ACTIONS(1166), - [anon_sym_union] = ACTIONS(1166), - [anon_sym_if] = ACTIONS(1166), - [anon_sym_else] = ACTIONS(1166), - [anon_sym_switch] = ACTIONS(1166), - [anon_sym_case] = ACTIONS(1166), - [anon_sym_default] = ACTIONS(1166), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_do] = ACTIONS(1166), - [anon_sym_for] = ACTIONS(1166), - [anon_sym_return] = ACTIONS(1166), - [anon_sym_break] = ACTIONS(1166), - [anon_sym_continue] = ACTIONS(1166), - [anon_sym_goto] = ACTIONS(1166), - [anon_sym___try] = ACTIONS(1166), - [anon_sym___leave] = ACTIONS(1166), - [anon_sym_DASH_DASH] = ACTIONS(1168), - [anon_sym_PLUS_PLUS] = ACTIONS(1168), - [anon_sym_sizeof] = ACTIONS(1166), - [anon_sym___alignof__] = ACTIONS(1166), - [anon_sym___alignof] = ACTIONS(1166), - [anon_sym__alignof] = ACTIONS(1166), - [anon_sym_alignof] = ACTIONS(1166), - [anon_sym__Alignof] = ACTIONS(1166), - [anon_sym_offsetof] = ACTIONS(1166), - [anon_sym__Generic] = ACTIONS(1166), - [anon_sym_asm] = ACTIONS(1166), - [anon_sym___asm__] = ACTIONS(1166), - [anon_sym___asm] = ACTIONS(1166), - [sym_number_literal] = ACTIONS(1168), - [anon_sym_L_SQUOTE] = ACTIONS(1168), - [anon_sym_u_SQUOTE] = ACTIONS(1168), - [anon_sym_U_SQUOTE] = ACTIONS(1168), - [anon_sym_u8_SQUOTE] = ACTIONS(1168), - [anon_sym_SQUOTE] = ACTIONS(1168), - [anon_sym_L_DQUOTE] = ACTIONS(1168), - [anon_sym_u_DQUOTE] = ACTIONS(1168), - [anon_sym_U_DQUOTE] = ACTIONS(1168), - [anon_sym_u8_DQUOTE] = ACTIONS(1168), - [anon_sym_DQUOTE] = ACTIONS(1168), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [anon_sym_NULL] = ACTIONS(1166), - [anon_sym_nullptr] = ACTIONS(1166), + [STATE(191)] = { + [ts_builtin_sym_end] = ACTIONS(1196), + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), [sym_comment] = ACTIONS(3), }, - [224] = { - [ts_builtin_sym_end] = ACTIONS(1140), - [sym_identifier] = ACTIONS(1138), - [aux_sym_preproc_include_token1] = ACTIONS(1138), - [aux_sym_preproc_def_token1] = ACTIONS(1138), - [aux_sym_preproc_if_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), - [sym_preproc_directive] = ACTIONS(1138), - [anon_sym_LPAREN2] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_STAR] = ACTIONS(1140), - [anon_sym_AMP] = ACTIONS(1140), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym___extension__] = ACTIONS(1138), - [anon_sym_typedef] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym___attribute__] = ACTIONS(1138), - [anon_sym___attribute] = ACTIONS(1138), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), - [anon_sym___declspec] = ACTIONS(1138), - [anon_sym___cdecl] = ACTIONS(1138), - [anon_sym___clrcall] = ACTIONS(1138), - [anon_sym___stdcall] = ACTIONS(1138), - [anon_sym___fastcall] = ACTIONS(1138), - [anon_sym___thiscall] = ACTIONS(1138), - [anon_sym___vectorcall] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_signed] = ACTIONS(1138), - [anon_sym_unsigned] = ACTIONS(1138), - [anon_sym_long] = ACTIONS(1138), - [anon_sym_short] = ACTIONS(1138), - [anon_sym_static] = ACTIONS(1138), - [anon_sym_auto] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_inline] = ACTIONS(1138), - [anon_sym___inline] = ACTIONS(1138), - [anon_sym___inline__] = ACTIONS(1138), - [anon_sym___forceinline] = ACTIONS(1138), - [anon_sym_thread_local] = ACTIONS(1138), - [anon_sym___thread] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [anon_sym_constexpr] = ACTIONS(1138), - [anon_sym_volatile] = ACTIONS(1138), - [anon_sym_restrict] = ACTIONS(1138), - [anon_sym___restrict__] = ACTIONS(1138), - [anon_sym__Atomic] = ACTIONS(1138), - [anon_sym__Noreturn] = ACTIONS(1138), - [anon_sym_noreturn] = ACTIONS(1138), - [anon_sym__Nonnull] = ACTIONS(1138), - [anon_sym_alignas] = ACTIONS(1138), - [anon_sym__Alignas] = ACTIONS(1138), - [sym_primitive_type] = ACTIONS(1138), - [anon_sym_enum] = ACTIONS(1138), - [anon_sym_struct] = ACTIONS(1138), - [anon_sym_union] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_else] = ACTIONS(1138), - [anon_sym_switch] = ACTIONS(1138), - [anon_sym_case] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_goto] = ACTIONS(1138), - [anon_sym___try] = ACTIONS(1138), - [anon_sym___leave] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [anon_sym_sizeof] = ACTIONS(1138), - [anon_sym___alignof__] = ACTIONS(1138), - [anon_sym___alignof] = ACTIONS(1138), - [anon_sym__alignof] = ACTIONS(1138), - [anon_sym_alignof] = ACTIONS(1138), - [anon_sym__Alignof] = ACTIONS(1138), - [anon_sym_offsetof] = ACTIONS(1138), - [anon_sym__Generic] = ACTIONS(1138), - [anon_sym_asm] = ACTIONS(1138), - [anon_sym___asm__] = ACTIONS(1138), - [anon_sym___asm] = ACTIONS(1138), - [sym_number_literal] = ACTIONS(1140), - [anon_sym_L_SQUOTE] = ACTIONS(1140), - [anon_sym_u_SQUOTE] = ACTIONS(1140), - [anon_sym_U_SQUOTE] = ACTIONS(1140), - [anon_sym_u8_SQUOTE] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_L_DQUOTE] = ACTIONS(1140), - [anon_sym_u_DQUOTE] = ACTIONS(1140), - [anon_sym_U_DQUOTE] = ACTIONS(1140), - [anon_sym_u8_DQUOTE] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [sym_true] = ACTIONS(1138), - [sym_false] = ACTIONS(1138), - [anon_sym_NULL] = ACTIONS(1138), - [anon_sym_nullptr] = ACTIONS(1138), + [STATE(192)] = { + [ts_builtin_sym_end] = ACTIONS(1200), + [sym_identifier] = ACTIONS(1198), + [aux_sym_preproc_include_token1] = ACTIONS(1198), + [aux_sym_preproc_def_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), + [sym_preproc_directive] = ACTIONS(1198), + [anon_sym_LPAREN2] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym___extension__] = ACTIONS(1198), + [anon_sym_typedef] = ACTIONS(1198), + [anon_sym_extern] = ACTIONS(1198), + [anon_sym___attribute__] = ACTIONS(1198), + [anon_sym___attribute] = ACTIONS(1198), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), + [anon_sym___declspec] = ACTIONS(1198), + [anon_sym___cdecl] = ACTIONS(1198), + [anon_sym___clrcall] = ACTIONS(1198), + [anon_sym___stdcall] = ACTIONS(1198), + [anon_sym___fastcall] = ACTIONS(1198), + [anon_sym___thiscall] = ACTIONS(1198), + [anon_sym___vectorcall] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1198), + [anon_sym_unsigned] = ACTIONS(1198), + [anon_sym_long] = ACTIONS(1198), + [anon_sym_short] = ACTIONS(1198), + [anon_sym_static] = ACTIONS(1198), + [anon_sym_auto] = ACTIONS(1198), + [anon_sym_register] = ACTIONS(1198), + [anon_sym_inline] = ACTIONS(1198), + [anon_sym___inline] = ACTIONS(1198), + [anon_sym___inline__] = ACTIONS(1198), + [anon_sym___forceinline] = ACTIONS(1198), + [anon_sym_thread_local] = ACTIONS(1198), + [anon_sym___thread] = ACTIONS(1198), + [anon_sym_const] = ACTIONS(1198), + [anon_sym_constexpr] = ACTIONS(1198), + [anon_sym_volatile] = ACTIONS(1198), + [anon_sym_restrict] = ACTIONS(1198), + [anon_sym___restrict__] = ACTIONS(1198), + [anon_sym__Atomic] = ACTIONS(1198), + [anon_sym__Noreturn] = ACTIONS(1198), + [anon_sym_noreturn] = ACTIONS(1198), + [anon_sym__Nonnull] = ACTIONS(1198), + [anon_sym_alignas] = ACTIONS(1198), + [anon_sym__Alignas] = ACTIONS(1198), + [sym_primitive_type] = ACTIONS(1198), + [anon_sym_enum] = ACTIONS(1198), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_union] = ACTIONS(1198), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(1198), + [anon_sym_switch] = ACTIONS(1198), + [anon_sym_case] = ACTIONS(1198), + [anon_sym_default] = ACTIONS(1198), + [anon_sym_while] = ACTIONS(1198), + [anon_sym_do] = ACTIONS(1198), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1198), + [anon_sym_goto] = ACTIONS(1198), + [anon_sym___try] = ACTIONS(1198), + [anon_sym___leave] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_sizeof] = ACTIONS(1198), + [anon_sym___alignof__] = ACTIONS(1198), + [anon_sym___alignof] = ACTIONS(1198), + [anon_sym__alignof] = ACTIONS(1198), + [anon_sym_alignof] = ACTIONS(1198), + [anon_sym__Alignof] = ACTIONS(1198), + [anon_sym_offsetof] = ACTIONS(1198), + [anon_sym__Generic] = ACTIONS(1198), + [anon_sym_asm] = ACTIONS(1198), + [anon_sym___asm__] = ACTIONS(1198), + [anon_sym___asm] = ACTIONS(1198), + [sym_number_literal] = ACTIONS(1200), + [anon_sym_L_SQUOTE] = ACTIONS(1200), + [anon_sym_u_SQUOTE] = ACTIONS(1200), + [anon_sym_U_SQUOTE] = ACTIONS(1200), + [anon_sym_u8_SQUOTE] = ACTIONS(1200), + [anon_sym_SQUOTE] = ACTIONS(1200), + [anon_sym_L_DQUOTE] = ACTIONS(1200), + [anon_sym_u_DQUOTE] = ACTIONS(1200), + [anon_sym_U_DQUOTE] = ACTIONS(1200), + [anon_sym_u8_DQUOTE] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_true] = ACTIONS(1198), + [sym_false] = ACTIONS(1198), + [anon_sym_NULL] = ACTIONS(1198), + [anon_sym_nullptr] = ACTIONS(1198), + [sym_comment] = ACTIONS(3), + }, + [STATE(193)] = { + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_RBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), [sym_comment] = ACTIONS(3), }, - [225] = { - [ts_builtin_sym_end] = ACTIONS(1144), - [sym_identifier] = ACTIONS(1142), - [aux_sym_preproc_include_token1] = ACTIONS(1142), - [aux_sym_preproc_def_token1] = ACTIONS(1142), - [aux_sym_preproc_if_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1142), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_LPAREN2] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym___extension__] = ACTIONS(1142), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym___attribute__] = ACTIONS(1142), - [anon_sym___attribute] = ACTIONS(1142), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1144), - [anon_sym___declspec] = ACTIONS(1142), - [anon_sym___cdecl] = ACTIONS(1142), - [anon_sym___clrcall] = ACTIONS(1142), - [anon_sym___stdcall] = ACTIONS(1142), - [anon_sym___fastcall] = ACTIONS(1142), - [anon_sym___thiscall] = ACTIONS(1142), - [anon_sym___vectorcall] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_signed] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym___inline] = ACTIONS(1142), - [anon_sym___inline__] = ACTIONS(1142), - [anon_sym___forceinline] = ACTIONS(1142), - [anon_sym_thread_local] = ACTIONS(1142), - [anon_sym___thread] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_constexpr] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym___restrict__] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym__Noreturn] = ACTIONS(1142), - [anon_sym_noreturn] = ACTIONS(1142), - [anon_sym__Nonnull] = ACTIONS(1142), - [anon_sym_alignas] = ACTIONS(1142), - [anon_sym__Alignas] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_else] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym___try] = ACTIONS(1142), - [anon_sym___leave] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [anon_sym___alignof__] = ACTIONS(1142), - [anon_sym___alignof] = ACTIONS(1142), - [anon_sym__alignof] = ACTIONS(1142), - [anon_sym_alignof] = ACTIONS(1142), - [anon_sym__Alignof] = ACTIONS(1142), - [anon_sym_offsetof] = ACTIONS(1142), - [anon_sym__Generic] = ACTIONS(1142), - [anon_sym_asm] = ACTIONS(1142), - [anon_sym___asm__] = ACTIONS(1142), - [anon_sym___asm] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [anon_sym_L_SQUOTE] = ACTIONS(1144), - [anon_sym_u_SQUOTE] = ACTIONS(1144), - [anon_sym_U_SQUOTE] = ACTIONS(1144), - [anon_sym_u8_SQUOTE] = ACTIONS(1144), - [anon_sym_SQUOTE] = ACTIONS(1144), - [anon_sym_L_DQUOTE] = ACTIONS(1144), - [anon_sym_u_DQUOTE] = ACTIONS(1144), - [anon_sym_U_DQUOTE] = ACTIONS(1144), - [anon_sym_u8_DQUOTE] = ACTIONS(1144), - [anon_sym_DQUOTE] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [anon_sym_NULL] = ACTIONS(1142), - [anon_sym_nullptr] = ACTIONS(1142), + [STATE(194)] = { + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_RBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), [sym_comment] = ACTIONS(3), }, - [226] = { - [ts_builtin_sym_end] = ACTIONS(1148), - [sym_identifier] = ACTIONS(1146), - [aux_sym_preproc_include_token1] = ACTIONS(1146), - [aux_sym_preproc_def_token1] = ACTIONS(1146), - [aux_sym_preproc_if_token1] = ACTIONS(1146), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1146), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1146), - [sym_preproc_directive] = ACTIONS(1146), - [anon_sym_LPAREN2] = ACTIONS(1148), - [anon_sym_BANG] = ACTIONS(1148), - [anon_sym_TILDE] = ACTIONS(1148), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_PLUS] = ACTIONS(1146), - [anon_sym_STAR] = ACTIONS(1148), - [anon_sym_AMP] = ACTIONS(1148), - [anon_sym_SEMI] = ACTIONS(1148), - [anon_sym___extension__] = ACTIONS(1146), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym___attribute__] = ACTIONS(1146), - [anon_sym___attribute] = ACTIONS(1146), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), - [anon_sym___declspec] = ACTIONS(1146), - [anon_sym___cdecl] = ACTIONS(1146), - [anon_sym___clrcall] = ACTIONS(1146), - [anon_sym___stdcall] = ACTIONS(1146), - [anon_sym___fastcall] = ACTIONS(1146), - [anon_sym___thiscall] = ACTIONS(1146), - [anon_sym___vectorcall] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1148), - [anon_sym_signed] = ACTIONS(1146), - [anon_sym_unsigned] = ACTIONS(1146), - [anon_sym_long] = ACTIONS(1146), - [anon_sym_short] = ACTIONS(1146), - [anon_sym_static] = ACTIONS(1146), - [anon_sym_auto] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_inline] = ACTIONS(1146), - [anon_sym___inline] = ACTIONS(1146), - [anon_sym___inline__] = ACTIONS(1146), - [anon_sym___forceinline] = ACTIONS(1146), - [anon_sym_thread_local] = ACTIONS(1146), - [anon_sym___thread] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [anon_sym_constexpr] = ACTIONS(1146), - [anon_sym_volatile] = ACTIONS(1146), - [anon_sym_restrict] = ACTIONS(1146), - [anon_sym___restrict__] = ACTIONS(1146), - [anon_sym__Atomic] = ACTIONS(1146), - [anon_sym__Noreturn] = ACTIONS(1146), - [anon_sym_noreturn] = ACTIONS(1146), - [anon_sym__Nonnull] = ACTIONS(1146), - [anon_sym_alignas] = ACTIONS(1146), - [anon_sym__Alignas] = ACTIONS(1146), - [sym_primitive_type] = ACTIONS(1146), - [anon_sym_enum] = ACTIONS(1146), - [anon_sym_struct] = ACTIONS(1146), - [anon_sym_union] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_else] = ACTIONS(1146), - [anon_sym_switch] = ACTIONS(1146), - [anon_sym_case] = ACTIONS(1146), - [anon_sym_default] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1146), - [anon_sym___try] = ACTIONS(1146), - [anon_sym___leave] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1148), - [anon_sym_PLUS_PLUS] = ACTIONS(1148), - [anon_sym_sizeof] = ACTIONS(1146), - [anon_sym___alignof__] = ACTIONS(1146), - [anon_sym___alignof] = ACTIONS(1146), - [anon_sym__alignof] = ACTIONS(1146), - [anon_sym_alignof] = ACTIONS(1146), - [anon_sym__Alignof] = ACTIONS(1146), - [anon_sym_offsetof] = ACTIONS(1146), - [anon_sym__Generic] = ACTIONS(1146), - [anon_sym_asm] = ACTIONS(1146), - [anon_sym___asm__] = ACTIONS(1146), - [anon_sym___asm] = ACTIONS(1146), - [sym_number_literal] = ACTIONS(1148), - [anon_sym_L_SQUOTE] = ACTIONS(1148), - [anon_sym_u_SQUOTE] = ACTIONS(1148), - [anon_sym_U_SQUOTE] = ACTIONS(1148), - [anon_sym_u8_SQUOTE] = ACTIONS(1148), - [anon_sym_SQUOTE] = ACTIONS(1148), - [anon_sym_L_DQUOTE] = ACTIONS(1148), - [anon_sym_u_DQUOTE] = ACTIONS(1148), - [anon_sym_U_DQUOTE] = ACTIONS(1148), - [anon_sym_u8_DQUOTE] = ACTIONS(1148), - [anon_sym_DQUOTE] = ACTIONS(1148), - [sym_true] = ACTIONS(1146), - [sym_false] = ACTIONS(1146), - [anon_sym_NULL] = ACTIONS(1146), - [anon_sym_nullptr] = ACTIONS(1146), + [STATE(195)] = { + [sym_identifier] = ACTIONS(1234), + [aux_sym_preproc_include_token1] = ACTIONS(1234), + [aux_sym_preproc_def_token1] = ACTIONS(1234), + [aux_sym_preproc_if_token1] = ACTIONS(1234), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1234), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1234), + [sym_preproc_directive] = ACTIONS(1234), + [anon_sym_LPAREN2] = ACTIONS(1236), + [anon_sym_BANG] = ACTIONS(1236), + [anon_sym_TILDE] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1234), + [anon_sym_PLUS] = ACTIONS(1234), + [anon_sym_STAR] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(1236), + [anon_sym_SEMI] = ACTIONS(1236), + [anon_sym___extension__] = ACTIONS(1234), + [anon_sym_typedef] = ACTIONS(1234), + [anon_sym_extern] = ACTIONS(1234), + [anon_sym___attribute__] = ACTIONS(1234), + [anon_sym___attribute] = ACTIONS(1234), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1236), + [anon_sym___declspec] = ACTIONS(1234), + [anon_sym___cdecl] = ACTIONS(1234), + [anon_sym___clrcall] = ACTIONS(1234), + [anon_sym___stdcall] = ACTIONS(1234), + [anon_sym___fastcall] = ACTIONS(1234), + [anon_sym___thiscall] = ACTIONS(1234), + [anon_sym___vectorcall] = ACTIONS(1234), + [anon_sym_LBRACE] = ACTIONS(1236), + [anon_sym_RBRACE] = ACTIONS(1236), + [anon_sym_signed] = ACTIONS(1234), + [anon_sym_unsigned] = ACTIONS(1234), + [anon_sym_long] = ACTIONS(1234), + [anon_sym_short] = ACTIONS(1234), + [anon_sym_static] = ACTIONS(1234), + [anon_sym_auto] = ACTIONS(1234), + [anon_sym_register] = ACTIONS(1234), + [anon_sym_inline] = ACTIONS(1234), + [anon_sym___inline] = ACTIONS(1234), + [anon_sym___inline__] = ACTIONS(1234), + [anon_sym___forceinline] = ACTIONS(1234), + [anon_sym_thread_local] = ACTIONS(1234), + [anon_sym___thread] = ACTIONS(1234), + [anon_sym_const] = ACTIONS(1234), + [anon_sym_constexpr] = ACTIONS(1234), + [anon_sym_volatile] = ACTIONS(1234), + [anon_sym_restrict] = ACTIONS(1234), + [anon_sym___restrict__] = ACTIONS(1234), + [anon_sym__Atomic] = ACTIONS(1234), + [anon_sym__Noreturn] = ACTIONS(1234), + [anon_sym_noreturn] = ACTIONS(1234), + [anon_sym__Nonnull] = ACTIONS(1234), + [anon_sym_alignas] = ACTIONS(1234), + [anon_sym__Alignas] = ACTIONS(1234), + [sym_primitive_type] = ACTIONS(1234), + [anon_sym_enum] = ACTIONS(1234), + [anon_sym_struct] = ACTIONS(1234), + [anon_sym_union] = ACTIONS(1234), + [anon_sym_if] = ACTIONS(1234), + [anon_sym_else] = ACTIONS(1234), + [anon_sym_switch] = ACTIONS(1234), + [anon_sym_case] = ACTIONS(1234), + [anon_sym_default] = ACTIONS(1234), + [anon_sym_while] = ACTIONS(1234), + [anon_sym_do] = ACTIONS(1234), + [anon_sym_for] = ACTIONS(1234), + [anon_sym_return] = ACTIONS(1234), + [anon_sym_break] = ACTIONS(1234), + [anon_sym_continue] = ACTIONS(1234), + [anon_sym_goto] = ACTIONS(1234), + [anon_sym___try] = ACTIONS(1234), + [anon_sym___leave] = ACTIONS(1234), + [anon_sym_DASH_DASH] = ACTIONS(1236), + [anon_sym_PLUS_PLUS] = ACTIONS(1236), + [anon_sym_sizeof] = ACTIONS(1234), + [anon_sym___alignof__] = ACTIONS(1234), + [anon_sym___alignof] = ACTIONS(1234), + [anon_sym__alignof] = ACTIONS(1234), + [anon_sym_alignof] = ACTIONS(1234), + [anon_sym__Alignof] = ACTIONS(1234), + [anon_sym_offsetof] = ACTIONS(1234), + [anon_sym__Generic] = ACTIONS(1234), + [anon_sym_asm] = ACTIONS(1234), + [anon_sym___asm__] = ACTIONS(1234), + [anon_sym___asm] = ACTIONS(1234), + [sym_number_literal] = ACTIONS(1236), + [anon_sym_L_SQUOTE] = ACTIONS(1236), + [anon_sym_u_SQUOTE] = ACTIONS(1236), + [anon_sym_U_SQUOTE] = ACTIONS(1236), + [anon_sym_u8_SQUOTE] = ACTIONS(1236), + [anon_sym_SQUOTE] = ACTIONS(1236), + [anon_sym_L_DQUOTE] = ACTIONS(1236), + [anon_sym_u_DQUOTE] = ACTIONS(1236), + [anon_sym_U_DQUOTE] = ACTIONS(1236), + [anon_sym_u8_DQUOTE] = ACTIONS(1236), + [anon_sym_DQUOTE] = ACTIONS(1236), + [sym_true] = ACTIONS(1234), + [sym_false] = ACTIONS(1234), + [anon_sym_NULL] = ACTIONS(1234), + [anon_sym_nullptr] = ACTIONS(1234), [sym_comment] = ACTIONS(3), }, - [227] = { - [ts_builtin_sym_end] = ACTIONS(1152), - [sym_identifier] = ACTIONS(1150), - [aux_sym_preproc_include_token1] = ACTIONS(1150), - [aux_sym_preproc_def_token1] = ACTIONS(1150), - [aux_sym_preproc_if_token1] = ACTIONS(1150), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1150), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1150), - [sym_preproc_directive] = ACTIONS(1150), - [anon_sym_LPAREN2] = ACTIONS(1152), - [anon_sym_BANG] = ACTIONS(1152), - [anon_sym_TILDE] = ACTIONS(1152), - [anon_sym_DASH] = ACTIONS(1150), - [anon_sym_PLUS] = ACTIONS(1150), - [anon_sym_STAR] = ACTIONS(1152), - [anon_sym_AMP] = ACTIONS(1152), - [anon_sym_SEMI] = ACTIONS(1152), - [anon_sym___extension__] = ACTIONS(1150), - [anon_sym_typedef] = ACTIONS(1150), - [anon_sym_extern] = ACTIONS(1150), - [anon_sym___attribute__] = ACTIONS(1150), - [anon_sym___attribute] = ACTIONS(1150), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1152), - [anon_sym___declspec] = ACTIONS(1150), - [anon_sym___cdecl] = ACTIONS(1150), - [anon_sym___clrcall] = ACTIONS(1150), - [anon_sym___stdcall] = ACTIONS(1150), - [anon_sym___fastcall] = ACTIONS(1150), - [anon_sym___thiscall] = ACTIONS(1150), - [anon_sym___vectorcall] = ACTIONS(1150), - [anon_sym_LBRACE] = ACTIONS(1152), - [anon_sym_signed] = ACTIONS(1150), - [anon_sym_unsigned] = ACTIONS(1150), - [anon_sym_long] = ACTIONS(1150), - [anon_sym_short] = ACTIONS(1150), - [anon_sym_static] = ACTIONS(1150), - [anon_sym_auto] = ACTIONS(1150), - [anon_sym_register] = ACTIONS(1150), - [anon_sym_inline] = ACTIONS(1150), - [anon_sym___inline] = ACTIONS(1150), - [anon_sym___inline__] = ACTIONS(1150), - [anon_sym___forceinline] = ACTIONS(1150), - [anon_sym_thread_local] = ACTIONS(1150), - [anon_sym___thread] = ACTIONS(1150), - [anon_sym_const] = ACTIONS(1150), - [anon_sym_constexpr] = ACTIONS(1150), - [anon_sym_volatile] = ACTIONS(1150), - [anon_sym_restrict] = ACTIONS(1150), - [anon_sym___restrict__] = ACTIONS(1150), - [anon_sym__Atomic] = ACTIONS(1150), - [anon_sym__Noreturn] = ACTIONS(1150), - [anon_sym_noreturn] = ACTIONS(1150), - [anon_sym__Nonnull] = ACTIONS(1150), - [anon_sym_alignas] = ACTIONS(1150), - [anon_sym__Alignas] = ACTIONS(1150), - [sym_primitive_type] = ACTIONS(1150), - [anon_sym_enum] = ACTIONS(1150), - [anon_sym_struct] = ACTIONS(1150), - [anon_sym_union] = ACTIONS(1150), - [anon_sym_if] = ACTIONS(1150), - [anon_sym_else] = ACTIONS(1150), - [anon_sym_switch] = ACTIONS(1150), - [anon_sym_case] = ACTIONS(1150), - [anon_sym_default] = ACTIONS(1150), - [anon_sym_while] = ACTIONS(1150), - [anon_sym_do] = ACTIONS(1150), - [anon_sym_for] = ACTIONS(1150), - [anon_sym_return] = ACTIONS(1150), - [anon_sym_break] = ACTIONS(1150), - [anon_sym_continue] = ACTIONS(1150), - [anon_sym_goto] = ACTIONS(1150), - [anon_sym___try] = ACTIONS(1150), - [anon_sym___leave] = ACTIONS(1150), - [anon_sym_DASH_DASH] = ACTIONS(1152), - [anon_sym_PLUS_PLUS] = ACTIONS(1152), - [anon_sym_sizeof] = ACTIONS(1150), - [anon_sym___alignof__] = ACTIONS(1150), - [anon_sym___alignof] = ACTIONS(1150), - [anon_sym__alignof] = ACTIONS(1150), - [anon_sym_alignof] = ACTIONS(1150), - [anon_sym__Alignof] = ACTIONS(1150), - [anon_sym_offsetof] = ACTIONS(1150), - [anon_sym__Generic] = ACTIONS(1150), - [anon_sym_asm] = ACTIONS(1150), - [anon_sym___asm__] = ACTIONS(1150), - [anon_sym___asm] = ACTIONS(1150), - [sym_number_literal] = ACTIONS(1152), - [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(1152), - [anon_sym_u_DQUOTE] = ACTIONS(1152), - [anon_sym_U_DQUOTE] = ACTIONS(1152), - [anon_sym_u8_DQUOTE] = ACTIONS(1152), - [anon_sym_DQUOTE] = ACTIONS(1152), - [sym_true] = ACTIONS(1150), - [sym_false] = ACTIONS(1150), - [anon_sym_NULL] = ACTIONS(1150), - [anon_sym_nullptr] = ACTIONS(1150), + [STATE(196)] = { + [ts_builtin_sym_end] = ACTIONS(1200), + [sym_identifier] = ACTIONS(1198), + [aux_sym_preproc_include_token1] = ACTIONS(1198), + [aux_sym_preproc_def_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), + [sym_preproc_directive] = ACTIONS(1198), + [anon_sym_LPAREN2] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym___extension__] = ACTIONS(1198), + [anon_sym_typedef] = ACTIONS(1198), + [anon_sym_extern] = ACTIONS(1198), + [anon_sym___attribute__] = ACTIONS(1198), + [anon_sym___attribute] = ACTIONS(1198), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), + [anon_sym___declspec] = ACTIONS(1198), + [anon_sym___cdecl] = ACTIONS(1198), + [anon_sym___clrcall] = ACTIONS(1198), + [anon_sym___stdcall] = ACTIONS(1198), + [anon_sym___fastcall] = ACTIONS(1198), + [anon_sym___thiscall] = ACTIONS(1198), + [anon_sym___vectorcall] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1198), + [anon_sym_unsigned] = ACTIONS(1198), + [anon_sym_long] = ACTIONS(1198), + [anon_sym_short] = ACTIONS(1198), + [anon_sym_static] = ACTIONS(1198), + [anon_sym_auto] = ACTIONS(1198), + [anon_sym_register] = ACTIONS(1198), + [anon_sym_inline] = ACTIONS(1198), + [anon_sym___inline] = ACTIONS(1198), + [anon_sym___inline__] = ACTIONS(1198), + [anon_sym___forceinline] = ACTIONS(1198), + [anon_sym_thread_local] = ACTIONS(1198), + [anon_sym___thread] = ACTIONS(1198), + [anon_sym_const] = ACTIONS(1198), + [anon_sym_constexpr] = ACTIONS(1198), + [anon_sym_volatile] = ACTIONS(1198), + [anon_sym_restrict] = ACTIONS(1198), + [anon_sym___restrict__] = ACTIONS(1198), + [anon_sym__Atomic] = ACTIONS(1198), + [anon_sym__Noreturn] = ACTIONS(1198), + [anon_sym_noreturn] = ACTIONS(1198), + [anon_sym__Nonnull] = ACTIONS(1198), + [anon_sym_alignas] = ACTIONS(1198), + [anon_sym__Alignas] = ACTIONS(1198), + [sym_primitive_type] = ACTIONS(1198), + [anon_sym_enum] = ACTIONS(1198), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_union] = ACTIONS(1198), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(1198), + [anon_sym_switch] = ACTIONS(1198), + [anon_sym_case] = ACTIONS(1198), + [anon_sym_default] = ACTIONS(1198), + [anon_sym_while] = ACTIONS(1198), + [anon_sym_do] = ACTIONS(1198), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1198), + [anon_sym_goto] = ACTIONS(1198), + [anon_sym___try] = ACTIONS(1198), + [anon_sym___leave] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_sizeof] = ACTIONS(1198), + [anon_sym___alignof__] = ACTIONS(1198), + [anon_sym___alignof] = ACTIONS(1198), + [anon_sym__alignof] = ACTIONS(1198), + [anon_sym_alignof] = ACTIONS(1198), + [anon_sym__Alignof] = ACTIONS(1198), + [anon_sym_offsetof] = ACTIONS(1198), + [anon_sym__Generic] = ACTIONS(1198), + [anon_sym_asm] = ACTIONS(1198), + [anon_sym___asm__] = ACTIONS(1198), + [anon_sym___asm] = ACTIONS(1198), + [sym_number_literal] = ACTIONS(1200), + [anon_sym_L_SQUOTE] = ACTIONS(1200), + [anon_sym_u_SQUOTE] = ACTIONS(1200), + [anon_sym_U_SQUOTE] = ACTIONS(1200), + [anon_sym_u8_SQUOTE] = ACTIONS(1200), + [anon_sym_SQUOTE] = ACTIONS(1200), + [anon_sym_L_DQUOTE] = ACTIONS(1200), + [anon_sym_u_DQUOTE] = ACTIONS(1200), + [anon_sym_U_DQUOTE] = ACTIONS(1200), + [anon_sym_u8_DQUOTE] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_true] = ACTIONS(1198), + [sym_false] = ACTIONS(1198), + [anon_sym_NULL] = ACTIONS(1198), + [anon_sym_nullptr] = ACTIONS(1198), [sym_comment] = ACTIONS(3), }, - [228] = { - [ts_builtin_sym_end] = ACTIONS(1156), + [STATE(197)] = { [sym_identifier] = ACTIONS(1154), [aux_sym_preproc_include_token1] = ACTIONS(1154), [aux_sym_preproc_def_token1] = ACTIONS(1154), [aux_sym_preproc_if_token1] = ACTIONS(1154), + [aux_sym_preproc_if_token2] = ACTIONS(1154), [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), [sym_preproc_directive] = ACTIONS(1154), @@ -40462,813 +37659,607 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute__] = ACTIONS(1154), [anon_sym___attribute] = ACTIONS(1154), [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), - [sym_comment] = ACTIONS(3), - }, - [229] = { - [ts_builtin_sym_end] = ACTIONS(1216), - [sym_identifier] = ACTIONS(1214), - [aux_sym_preproc_include_token1] = ACTIONS(1214), - [aux_sym_preproc_def_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), - [sym_preproc_directive] = ACTIONS(1214), - [anon_sym_LPAREN2] = ACTIONS(1216), - [anon_sym_BANG] = ACTIONS(1216), - [anon_sym_TILDE] = ACTIONS(1216), - [anon_sym_DASH] = ACTIONS(1214), - [anon_sym_PLUS] = ACTIONS(1214), - [anon_sym_STAR] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1216), - [anon_sym_SEMI] = ACTIONS(1216), - [anon_sym___extension__] = ACTIONS(1214), - [anon_sym_typedef] = ACTIONS(1214), - [anon_sym_extern] = ACTIONS(1214), - [anon_sym___attribute__] = ACTIONS(1214), - [anon_sym___attribute] = ACTIONS(1214), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1216), - [anon_sym___declspec] = ACTIONS(1214), - [anon_sym___cdecl] = ACTIONS(1214), - [anon_sym___clrcall] = ACTIONS(1214), - [anon_sym___stdcall] = ACTIONS(1214), - [anon_sym___fastcall] = ACTIONS(1214), - [anon_sym___thiscall] = ACTIONS(1214), - [anon_sym___vectorcall] = ACTIONS(1214), - [anon_sym_LBRACE] = ACTIONS(1216), - [anon_sym_signed] = ACTIONS(1214), - [anon_sym_unsigned] = ACTIONS(1214), - [anon_sym_long] = ACTIONS(1214), - [anon_sym_short] = ACTIONS(1214), - [anon_sym_static] = ACTIONS(1214), - [anon_sym_auto] = ACTIONS(1214), - [anon_sym_register] = ACTIONS(1214), - [anon_sym_inline] = ACTIONS(1214), - [anon_sym___inline] = ACTIONS(1214), - [anon_sym___inline__] = ACTIONS(1214), - [anon_sym___forceinline] = ACTIONS(1214), - [anon_sym_thread_local] = ACTIONS(1214), - [anon_sym___thread] = ACTIONS(1214), - [anon_sym_const] = ACTIONS(1214), - [anon_sym_constexpr] = ACTIONS(1214), - [anon_sym_volatile] = ACTIONS(1214), - [anon_sym_restrict] = ACTIONS(1214), - [anon_sym___restrict__] = ACTIONS(1214), - [anon_sym__Atomic] = ACTIONS(1214), - [anon_sym__Noreturn] = ACTIONS(1214), - [anon_sym_noreturn] = ACTIONS(1214), - [anon_sym__Nonnull] = ACTIONS(1214), - [anon_sym_alignas] = ACTIONS(1214), - [anon_sym__Alignas] = ACTIONS(1214), - [sym_primitive_type] = ACTIONS(1214), - [anon_sym_enum] = ACTIONS(1214), - [anon_sym_struct] = ACTIONS(1214), - [anon_sym_union] = ACTIONS(1214), - [anon_sym_if] = ACTIONS(1214), - [anon_sym_else] = ACTIONS(1214), - [anon_sym_switch] = ACTIONS(1214), - [anon_sym_case] = ACTIONS(1214), - [anon_sym_default] = ACTIONS(1214), - [anon_sym_while] = ACTIONS(1214), - [anon_sym_do] = ACTIONS(1214), - [anon_sym_for] = ACTIONS(1214), - [anon_sym_return] = ACTIONS(1214), - [anon_sym_break] = ACTIONS(1214), - [anon_sym_continue] = ACTIONS(1214), - [anon_sym_goto] = ACTIONS(1214), - [anon_sym___try] = ACTIONS(1214), - [anon_sym___leave] = ACTIONS(1214), - [anon_sym_DASH_DASH] = ACTIONS(1216), - [anon_sym_PLUS_PLUS] = ACTIONS(1216), - [anon_sym_sizeof] = ACTIONS(1214), - [anon_sym___alignof__] = ACTIONS(1214), - [anon_sym___alignof] = ACTIONS(1214), - [anon_sym__alignof] = ACTIONS(1214), - [anon_sym_alignof] = ACTIONS(1214), - [anon_sym__Alignof] = ACTIONS(1214), - [anon_sym_offsetof] = ACTIONS(1214), - [anon_sym__Generic] = ACTIONS(1214), - [anon_sym_asm] = ACTIONS(1214), - [anon_sym___asm__] = ACTIONS(1214), - [anon_sym___asm] = ACTIONS(1214), - [sym_number_literal] = ACTIONS(1216), - [anon_sym_L_SQUOTE] = ACTIONS(1216), - [anon_sym_u_SQUOTE] = ACTIONS(1216), - [anon_sym_U_SQUOTE] = ACTIONS(1216), - [anon_sym_u8_SQUOTE] = ACTIONS(1216), - [anon_sym_SQUOTE] = ACTIONS(1216), - [anon_sym_L_DQUOTE] = ACTIONS(1216), - [anon_sym_u_DQUOTE] = ACTIONS(1216), - [anon_sym_U_DQUOTE] = ACTIONS(1216), - [anon_sym_u8_DQUOTE] = ACTIONS(1216), - [anon_sym_DQUOTE] = ACTIONS(1216), - [sym_true] = ACTIONS(1214), - [sym_false] = ACTIONS(1214), - [anon_sym_NULL] = ACTIONS(1214), - [anon_sym_nullptr] = ACTIONS(1214), - [sym_comment] = ACTIONS(3), - }, - [230] = { - [ts_builtin_sym_end] = ACTIONS(1224), - [sym_identifier] = ACTIONS(1222), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1224), - [anon_sym_BANG] = ACTIONS(1224), - [anon_sym_TILDE] = ACTIONS(1224), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_STAR] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1224), - [anon_sym_SEMI] = ACTIONS(1224), - [anon_sym___extension__] = ACTIONS(1222), - [anon_sym_typedef] = ACTIONS(1222), - [anon_sym_extern] = ACTIONS(1222), - [anon_sym___attribute__] = ACTIONS(1222), - [anon_sym___attribute] = ACTIONS(1222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1224), - [anon_sym___declspec] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(1224), - [anon_sym_signed] = ACTIONS(1222), - [anon_sym_unsigned] = ACTIONS(1222), - [anon_sym_long] = ACTIONS(1222), - [anon_sym_short] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1222), - [anon_sym_auto] = ACTIONS(1222), - [anon_sym_register] = ACTIONS(1222), - [anon_sym_inline] = ACTIONS(1222), - [anon_sym___inline] = ACTIONS(1222), - [anon_sym___inline__] = ACTIONS(1222), - [anon_sym___forceinline] = ACTIONS(1222), - [anon_sym_thread_local] = ACTIONS(1222), - [anon_sym___thread] = ACTIONS(1222), - [anon_sym_const] = ACTIONS(1222), - [anon_sym_constexpr] = ACTIONS(1222), - [anon_sym_volatile] = ACTIONS(1222), - [anon_sym_restrict] = ACTIONS(1222), - [anon_sym___restrict__] = ACTIONS(1222), - [anon_sym__Atomic] = ACTIONS(1222), - [anon_sym__Noreturn] = ACTIONS(1222), - [anon_sym_noreturn] = ACTIONS(1222), - [anon_sym__Nonnull] = ACTIONS(1222), - [anon_sym_alignas] = ACTIONS(1222), - [anon_sym__Alignas] = ACTIONS(1222), - [sym_primitive_type] = ACTIONS(1222), - [anon_sym_enum] = ACTIONS(1222), - [anon_sym_struct] = ACTIONS(1222), - [anon_sym_union] = ACTIONS(1222), - [anon_sym_if] = ACTIONS(1222), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(1222), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [anon_sym_while] = ACTIONS(1222), - [anon_sym_do] = ACTIONS(1222), - [anon_sym_for] = ACTIONS(1222), - [anon_sym_return] = ACTIONS(1222), - [anon_sym_break] = ACTIONS(1222), - [anon_sym_continue] = ACTIONS(1222), - [anon_sym_goto] = ACTIONS(1222), - [anon_sym___try] = ACTIONS(1222), - [anon_sym___leave] = ACTIONS(1222), - [anon_sym_DASH_DASH] = ACTIONS(1224), - [anon_sym_PLUS_PLUS] = ACTIONS(1224), - [anon_sym_sizeof] = ACTIONS(1222), - [anon_sym___alignof__] = ACTIONS(1222), - [anon_sym___alignof] = ACTIONS(1222), - [anon_sym__alignof] = ACTIONS(1222), - [anon_sym_alignof] = ACTIONS(1222), - [anon_sym__Alignof] = ACTIONS(1222), - [anon_sym_offsetof] = ACTIONS(1222), - [anon_sym__Generic] = ACTIONS(1222), - [anon_sym_asm] = ACTIONS(1222), - [anon_sym___asm__] = ACTIONS(1222), - [anon_sym___asm] = ACTIONS(1222), - [sym_number_literal] = ACTIONS(1224), - [anon_sym_L_SQUOTE] = ACTIONS(1224), - [anon_sym_u_SQUOTE] = ACTIONS(1224), - [anon_sym_U_SQUOTE] = ACTIONS(1224), - [anon_sym_u8_SQUOTE] = ACTIONS(1224), - [anon_sym_SQUOTE] = ACTIONS(1224), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1222), - [sym_false] = ACTIONS(1222), - [anon_sym_NULL] = ACTIONS(1222), - [anon_sym_nullptr] = ACTIONS(1222), - [sym_comment] = ACTIONS(3), - }, - [231] = { - [sym_identifier] = ACTIONS(1170), - [aux_sym_preproc_include_token1] = ACTIONS(1170), - [aux_sym_preproc_def_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), - [sym_preproc_directive] = ACTIONS(1170), - [anon_sym_LPAREN2] = ACTIONS(1172), - [anon_sym_BANG] = ACTIONS(1172), - [anon_sym_TILDE] = ACTIONS(1172), - [anon_sym_DASH] = ACTIONS(1170), - [anon_sym_PLUS] = ACTIONS(1170), - [anon_sym_STAR] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1172), - [anon_sym_SEMI] = ACTIONS(1172), - [anon_sym___extension__] = ACTIONS(1170), - [anon_sym_typedef] = ACTIONS(1170), - [anon_sym_extern] = ACTIONS(1170), - [anon_sym___attribute__] = ACTIONS(1170), - [anon_sym___attribute] = ACTIONS(1170), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), - [anon_sym___declspec] = ACTIONS(1170), - [anon_sym___cdecl] = ACTIONS(1170), - [anon_sym___clrcall] = ACTIONS(1170), - [anon_sym___stdcall] = ACTIONS(1170), - [anon_sym___fastcall] = ACTIONS(1170), - [anon_sym___thiscall] = ACTIONS(1170), - [anon_sym___vectorcall] = ACTIONS(1170), - [anon_sym_LBRACE] = ACTIONS(1172), - [anon_sym_RBRACE] = ACTIONS(1172), - [anon_sym_signed] = ACTIONS(1170), - [anon_sym_unsigned] = ACTIONS(1170), - [anon_sym_long] = ACTIONS(1170), - [anon_sym_short] = ACTIONS(1170), - [anon_sym_static] = ACTIONS(1170), - [anon_sym_auto] = ACTIONS(1170), - [anon_sym_register] = ACTIONS(1170), - [anon_sym_inline] = ACTIONS(1170), - [anon_sym___inline] = ACTIONS(1170), - [anon_sym___inline__] = ACTIONS(1170), - [anon_sym___forceinline] = ACTIONS(1170), - [anon_sym_thread_local] = ACTIONS(1170), - [anon_sym___thread] = ACTIONS(1170), - [anon_sym_const] = ACTIONS(1170), - [anon_sym_constexpr] = ACTIONS(1170), - [anon_sym_volatile] = ACTIONS(1170), - [anon_sym_restrict] = ACTIONS(1170), - [anon_sym___restrict__] = ACTIONS(1170), - [anon_sym__Atomic] = ACTIONS(1170), - [anon_sym__Noreturn] = ACTIONS(1170), - [anon_sym_noreturn] = ACTIONS(1170), - [anon_sym__Nonnull] = ACTIONS(1170), - [anon_sym_alignas] = ACTIONS(1170), - [anon_sym__Alignas] = ACTIONS(1170), - [sym_primitive_type] = ACTIONS(1170), - [anon_sym_enum] = ACTIONS(1170), - [anon_sym_struct] = ACTIONS(1170), - [anon_sym_union] = ACTIONS(1170), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_else] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1170), - [anon_sym_case] = ACTIONS(1170), - [anon_sym_default] = ACTIONS(1170), - [anon_sym_while] = ACTIONS(1170), - [anon_sym_do] = ACTIONS(1170), - [anon_sym_for] = ACTIONS(1170), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1170), - [anon_sym_goto] = ACTIONS(1170), - [anon_sym___try] = ACTIONS(1170), - [anon_sym___leave] = ACTIONS(1170), - [anon_sym_DASH_DASH] = ACTIONS(1172), - [anon_sym_PLUS_PLUS] = ACTIONS(1172), - [anon_sym_sizeof] = ACTIONS(1170), - [anon_sym___alignof__] = ACTIONS(1170), - [anon_sym___alignof] = ACTIONS(1170), - [anon_sym__alignof] = ACTIONS(1170), - [anon_sym_alignof] = ACTIONS(1170), - [anon_sym__Alignof] = ACTIONS(1170), - [anon_sym_offsetof] = ACTIONS(1170), - [anon_sym__Generic] = ACTIONS(1170), - [anon_sym_asm] = ACTIONS(1170), - [anon_sym___asm__] = ACTIONS(1170), - [anon_sym___asm] = ACTIONS(1170), - [sym_number_literal] = ACTIONS(1172), - [anon_sym_L_SQUOTE] = ACTIONS(1172), - [anon_sym_u_SQUOTE] = ACTIONS(1172), - [anon_sym_U_SQUOTE] = ACTIONS(1172), - [anon_sym_u8_SQUOTE] = ACTIONS(1172), - [anon_sym_SQUOTE] = ACTIONS(1172), - [anon_sym_L_DQUOTE] = ACTIONS(1172), - [anon_sym_u_DQUOTE] = ACTIONS(1172), - [anon_sym_U_DQUOTE] = ACTIONS(1172), - [anon_sym_u8_DQUOTE] = ACTIONS(1172), - [anon_sym_DQUOTE] = ACTIONS(1172), - [sym_true] = ACTIONS(1170), - [sym_false] = ACTIONS(1170), - [anon_sym_NULL] = ACTIONS(1170), - [anon_sym_nullptr] = ACTIONS(1170), - [sym_comment] = ACTIONS(3), - }, - [232] = { - [sym_identifier] = ACTIONS(1170), - [aux_sym_preproc_include_token1] = ACTIONS(1170), - [aux_sym_preproc_def_token1] = ACTIONS(1170), - [aux_sym_preproc_if_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), - [sym_preproc_directive] = ACTIONS(1170), - [anon_sym_LPAREN2] = ACTIONS(1172), - [anon_sym_BANG] = ACTIONS(1172), - [anon_sym_TILDE] = ACTIONS(1172), - [anon_sym_DASH] = ACTIONS(1170), - [anon_sym_PLUS] = ACTIONS(1170), - [anon_sym_STAR] = ACTIONS(1172), - [anon_sym_AMP] = ACTIONS(1172), - [anon_sym_SEMI] = ACTIONS(1172), - [anon_sym___extension__] = ACTIONS(1170), - [anon_sym_typedef] = ACTIONS(1170), - [anon_sym_extern] = ACTIONS(1170), - [anon_sym___attribute__] = ACTIONS(1170), - [anon_sym___attribute] = ACTIONS(1170), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1172), - [anon_sym___declspec] = ACTIONS(1170), - [anon_sym___cdecl] = ACTIONS(1170), - [anon_sym___clrcall] = ACTIONS(1170), - [anon_sym___stdcall] = ACTIONS(1170), - [anon_sym___fastcall] = ACTIONS(1170), - [anon_sym___thiscall] = ACTIONS(1170), - [anon_sym___vectorcall] = ACTIONS(1170), - [anon_sym_LBRACE] = ACTIONS(1172), - [anon_sym_RBRACE] = ACTIONS(1172), - [anon_sym_signed] = ACTIONS(1170), - [anon_sym_unsigned] = ACTIONS(1170), - [anon_sym_long] = ACTIONS(1170), - [anon_sym_short] = ACTIONS(1170), - [anon_sym_static] = ACTIONS(1170), - [anon_sym_auto] = ACTIONS(1170), - [anon_sym_register] = ACTIONS(1170), - [anon_sym_inline] = ACTIONS(1170), - [anon_sym___inline] = ACTIONS(1170), - [anon_sym___inline__] = ACTIONS(1170), - [anon_sym___forceinline] = ACTIONS(1170), - [anon_sym_thread_local] = ACTIONS(1170), - [anon_sym___thread] = ACTIONS(1170), - [anon_sym_const] = ACTIONS(1170), - [anon_sym_constexpr] = ACTIONS(1170), - [anon_sym_volatile] = ACTIONS(1170), - [anon_sym_restrict] = ACTIONS(1170), - [anon_sym___restrict__] = ACTIONS(1170), - [anon_sym__Atomic] = ACTIONS(1170), - [anon_sym__Noreturn] = ACTIONS(1170), - [anon_sym_noreturn] = ACTIONS(1170), - [anon_sym__Nonnull] = ACTIONS(1170), - [anon_sym_alignas] = ACTIONS(1170), - [anon_sym__Alignas] = ACTIONS(1170), - [sym_primitive_type] = ACTIONS(1170), - [anon_sym_enum] = ACTIONS(1170), - [anon_sym_struct] = ACTIONS(1170), - [anon_sym_union] = ACTIONS(1170), - [anon_sym_if] = ACTIONS(1170), - [anon_sym_else] = ACTIONS(1170), - [anon_sym_switch] = ACTIONS(1170), - [anon_sym_case] = ACTIONS(1170), - [anon_sym_default] = ACTIONS(1170), - [anon_sym_while] = ACTIONS(1170), - [anon_sym_do] = ACTIONS(1170), - [anon_sym_for] = ACTIONS(1170), - [anon_sym_return] = ACTIONS(1170), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1170), - [anon_sym_goto] = ACTIONS(1170), - [anon_sym___try] = ACTIONS(1170), - [anon_sym___leave] = ACTIONS(1170), - [anon_sym_DASH_DASH] = ACTIONS(1172), - [anon_sym_PLUS_PLUS] = ACTIONS(1172), - [anon_sym_sizeof] = ACTIONS(1170), - [anon_sym___alignof__] = ACTIONS(1170), - [anon_sym___alignof] = ACTIONS(1170), - [anon_sym__alignof] = ACTIONS(1170), - [anon_sym_alignof] = ACTIONS(1170), - [anon_sym__Alignof] = ACTIONS(1170), - [anon_sym_offsetof] = ACTIONS(1170), - [anon_sym__Generic] = ACTIONS(1170), - [anon_sym_asm] = ACTIONS(1170), - [anon_sym___asm__] = ACTIONS(1170), - [anon_sym___asm] = ACTIONS(1170), - [sym_number_literal] = ACTIONS(1172), - [anon_sym_L_SQUOTE] = ACTIONS(1172), - [anon_sym_u_SQUOTE] = ACTIONS(1172), - [anon_sym_U_SQUOTE] = ACTIONS(1172), - [anon_sym_u8_SQUOTE] = ACTIONS(1172), - [anon_sym_SQUOTE] = ACTIONS(1172), - [anon_sym_L_DQUOTE] = ACTIONS(1172), - [anon_sym_u_DQUOTE] = ACTIONS(1172), - [anon_sym_U_DQUOTE] = ACTIONS(1172), - [anon_sym_u8_DQUOTE] = ACTIONS(1172), - [anon_sym_DQUOTE] = ACTIONS(1172), - [sym_true] = ACTIONS(1170), - [sym_false] = ACTIONS(1170), - [anon_sym_NULL] = ACTIONS(1170), - [anon_sym_nullptr] = ACTIONS(1170), + [anon_sym___declspec] = ACTIONS(1154), + [anon_sym___cdecl] = ACTIONS(1154), + [anon_sym___clrcall] = ACTIONS(1154), + [anon_sym___stdcall] = ACTIONS(1154), + [anon_sym___fastcall] = ACTIONS(1154), + [anon_sym___thiscall] = ACTIONS(1154), + [anon_sym___vectorcall] = ACTIONS(1154), + [anon_sym_LBRACE] = ACTIONS(1156), + [anon_sym_signed] = ACTIONS(1154), + [anon_sym_unsigned] = ACTIONS(1154), + [anon_sym_long] = ACTIONS(1154), + [anon_sym_short] = ACTIONS(1154), + [anon_sym_static] = ACTIONS(1154), + [anon_sym_auto] = ACTIONS(1154), + [anon_sym_register] = ACTIONS(1154), + [anon_sym_inline] = ACTIONS(1154), + [anon_sym___inline] = ACTIONS(1154), + [anon_sym___inline__] = ACTIONS(1154), + [anon_sym___forceinline] = ACTIONS(1154), + [anon_sym_thread_local] = ACTIONS(1154), + [anon_sym___thread] = ACTIONS(1154), + [anon_sym_const] = ACTIONS(1154), + [anon_sym_constexpr] = ACTIONS(1154), + [anon_sym_volatile] = ACTIONS(1154), + [anon_sym_restrict] = ACTIONS(1154), + [anon_sym___restrict__] = ACTIONS(1154), + [anon_sym__Atomic] = ACTIONS(1154), + [anon_sym__Noreturn] = ACTIONS(1154), + [anon_sym_noreturn] = ACTIONS(1154), + [anon_sym__Nonnull] = ACTIONS(1154), + [anon_sym_alignas] = ACTIONS(1154), + [anon_sym__Alignas] = ACTIONS(1154), + [sym_primitive_type] = ACTIONS(1154), + [anon_sym_enum] = ACTIONS(1154), + [anon_sym_struct] = ACTIONS(1154), + [anon_sym_union] = ACTIONS(1154), + [anon_sym_if] = ACTIONS(1154), + [anon_sym_else] = ACTIONS(1154), + [anon_sym_switch] = ACTIONS(1154), + [anon_sym_case] = ACTIONS(1154), + [anon_sym_default] = ACTIONS(1154), + [anon_sym_while] = ACTIONS(1154), + [anon_sym_do] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1154), + [anon_sym_return] = ACTIONS(1154), + [anon_sym_break] = ACTIONS(1154), + [anon_sym_continue] = ACTIONS(1154), + [anon_sym_goto] = ACTIONS(1154), + [anon_sym___try] = ACTIONS(1154), + [anon_sym___leave] = ACTIONS(1154), + [anon_sym_DASH_DASH] = ACTIONS(1156), + [anon_sym_PLUS_PLUS] = ACTIONS(1156), + [anon_sym_sizeof] = ACTIONS(1154), + [anon_sym___alignof__] = ACTIONS(1154), + [anon_sym___alignof] = ACTIONS(1154), + [anon_sym__alignof] = ACTIONS(1154), + [anon_sym_alignof] = ACTIONS(1154), + [anon_sym__Alignof] = ACTIONS(1154), + [anon_sym_offsetof] = ACTIONS(1154), + [anon_sym__Generic] = ACTIONS(1154), + [anon_sym_asm] = ACTIONS(1154), + [anon_sym___asm__] = ACTIONS(1154), + [anon_sym___asm] = ACTIONS(1154), + [sym_number_literal] = ACTIONS(1156), + [anon_sym_L_SQUOTE] = ACTIONS(1156), + [anon_sym_u_SQUOTE] = ACTIONS(1156), + [anon_sym_U_SQUOTE] = ACTIONS(1156), + [anon_sym_u8_SQUOTE] = ACTIONS(1156), + [anon_sym_SQUOTE] = ACTIONS(1156), + [anon_sym_L_DQUOTE] = ACTIONS(1156), + [anon_sym_u_DQUOTE] = ACTIONS(1156), + [anon_sym_U_DQUOTE] = ACTIONS(1156), + [anon_sym_u8_DQUOTE] = ACTIONS(1156), + [anon_sym_DQUOTE] = ACTIONS(1156), + [sym_true] = ACTIONS(1154), + [sym_false] = ACTIONS(1154), + [anon_sym_NULL] = ACTIONS(1154), + [anon_sym_nullptr] = ACTIONS(1154), [sym_comment] = ACTIONS(3), }, - [233] = { - [sym_identifier] = ACTIONS(1174), - [aux_sym_preproc_include_token1] = ACTIONS(1174), - [aux_sym_preproc_def_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), - [sym_preproc_directive] = ACTIONS(1174), - [anon_sym_LPAREN2] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_DASH] = ACTIONS(1174), - [anon_sym_PLUS] = ACTIONS(1174), - [anon_sym_STAR] = ACTIONS(1176), - [anon_sym_AMP] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [anon_sym___extension__] = ACTIONS(1174), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(1174), - [anon_sym___attribute__] = ACTIONS(1174), - [anon_sym___attribute] = ACTIONS(1174), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), - [anon_sym___declspec] = ACTIONS(1174), - [anon_sym___cdecl] = ACTIONS(1174), - [anon_sym___clrcall] = ACTIONS(1174), - [anon_sym___stdcall] = ACTIONS(1174), - [anon_sym___fastcall] = ACTIONS(1174), - [anon_sym___thiscall] = ACTIONS(1174), - [anon_sym___vectorcall] = ACTIONS(1174), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_RBRACE] = ACTIONS(1176), - [anon_sym_signed] = ACTIONS(1174), - [anon_sym_unsigned] = ACTIONS(1174), - [anon_sym_long] = ACTIONS(1174), - [anon_sym_short] = ACTIONS(1174), - [anon_sym_static] = ACTIONS(1174), - [anon_sym_auto] = ACTIONS(1174), - [anon_sym_register] = ACTIONS(1174), - [anon_sym_inline] = ACTIONS(1174), - [anon_sym___inline] = ACTIONS(1174), - [anon_sym___inline__] = ACTIONS(1174), - [anon_sym___forceinline] = ACTIONS(1174), - [anon_sym_thread_local] = ACTIONS(1174), - [anon_sym___thread] = ACTIONS(1174), - [anon_sym_const] = ACTIONS(1174), - [anon_sym_constexpr] = ACTIONS(1174), - [anon_sym_volatile] = ACTIONS(1174), - [anon_sym_restrict] = ACTIONS(1174), - [anon_sym___restrict__] = ACTIONS(1174), - [anon_sym__Atomic] = ACTIONS(1174), - [anon_sym__Noreturn] = ACTIONS(1174), - [anon_sym_noreturn] = ACTIONS(1174), - [anon_sym__Nonnull] = ACTIONS(1174), - [anon_sym_alignas] = ACTIONS(1174), - [anon_sym__Alignas] = ACTIONS(1174), - [sym_primitive_type] = ACTIONS(1174), - [anon_sym_enum] = ACTIONS(1174), - [anon_sym_struct] = ACTIONS(1174), - [anon_sym_union] = ACTIONS(1174), - [anon_sym_if] = ACTIONS(1174), - [anon_sym_else] = ACTIONS(1174), - [anon_sym_switch] = ACTIONS(1174), - [anon_sym_case] = ACTIONS(1174), - [anon_sym_default] = ACTIONS(1174), - [anon_sym_while] = ACTIONS(1174), - [anon_sym_do] = ACTIONS(1174), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1174), - [anon_sym_continue] = ACTIONS(1174), - [anon_sym_goto] = ACTIONS(1174), - [anon_sym___try] = ACTIONS(1174), - [anon_sym___leave] = ACTIONS(1174), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [anon_sym_sizeof] = ACTIONS(1174), - [anon_sym___alignof__] = ACTIONS(1174), - [anon_sym___alignof] = ACTIONS(1174), - [anon_sym__alignof] = ACTIONS(1174), - [anon_sym_alignof] = ACTIONS(1174), - [anon_sym__Alignof] = ACTIONS(1174), - [anon_sym_offsetof] = ACTIONS(1174), - [anon_sym__Generic] = ACTIONS(1174), - [anon_sym_asm] = ACTIONS(1174), - [anon_sym___asm__] = ACTIONS(1174), - [anon_sym___asm] = ACTIONS(1174), - [sym_number_literal] = ACTIONS(1176), - [anon_sym_L_SQUOTE] = ACTIONS(1176), - [anon_sym_u_SQUOTE] = ACTIONS(1176), - [anon_sym_U_SQUOTE] = ACTIONS(1176), - [anon_sym_u8_SQUOTE] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_L_DQUOTE] = ACTIONS(1176), - [anon_sym_u_DQUOTE] = ACTIONS(1176), - [anon_sym_U_DQUOTE] = ACTIONS(1176), - [anon_sym_u8_DQUOTE] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [sym_true] = ACTIONS(1174), - [sym_false] = ACTIONS(1174), - [anon_sym_NULL] = ACTIONS(1174), - [anon_sym_nullptr] = ACTIONS(1174), + [STATE(198)] = { + [sym_identifier] = ACTIONS(1144), + [aux_sym_preproc_include_token1] = ACTIONS(1144), + [aux_sym_preproc_def_token1] = ACTIONS(1144), + [aux_sym_preproc_if_token1] = ACTIONS(1144), + [aux_sym_preproc_if_token2] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1144), + [sym_preproc_directive] = ACTIONS(1144), + [anon_sym_LPAREN2] = ACTIONS(1142), + [anon_sym_BANG] = ACTIONS(1142), + [anon_sym_TILDE] = ACTIONS(1142), + [anon_sym_DASH] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1144), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1142), + [anon_sym___extension__] = ACTIONS(1144), + [anon_sym_typedef] = ACTIONS(1144), + [anon_sym_extern] = ACTIONS(1144), + [anon_sym___attribute__] = ACTIONS(1144), + [anon_sym___attribute] = ACTIONS(1144), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1142), + [anon_sym___declspec] = ACTIONS(1144), + [anon_sym___cdecl] = ACTIONS(1144), + [anon_sym___clrcall] = ACTIONS(1144), + [anon_sym___stdcall] = ACTIONS(1144), + [anon_sym___fastcall] = ACTIONS(1144), + [anon_sym___thiscall] = ACTIONS(1144), + [anon_sym___vectorcall] = ACTIONS(1144), + [anon_sym_LBRACE] = ACTIONS(1142), + [anon_sym_signed] = ACTIONS(1144), + [anon_sym_unsigned] = ACTIONS(1144), + [anon_sym_long] = ACTIONS(1144), + [anon_sym_short] = ACTIONS(1144), + [anon_sym_static] = ACTIONS(1144), + [anon_sym_auto] = ACTIONS(1144), + [anon_sym_register] = ACTIONS(1144), + [anon_sym_inline] = ACTIONS(1144), + [anon_sym___inline] = ACTIONS(1144), + [anon_sym___inline__] = ACTIONS(1144), + [anon_sym___forceinline] = ACTIONS(1144), + [anon_sym_thread_local] = ACTIONS(1144), + [anon_sym___thread] = ACTIONS(1144), + [anon_sym_const] = ACTIONS(1144), + [anon_sym_constexpr] = ACTIONS(1144), + [anon_sym_volatile] = ACTIONS(1144), + [anon_sym_restrict] = ACTIONS(1144), + [anon_sym___restrict__] = ACTIONS(1144), + [anon_sym__Atomic] = ACTIONS(1144), + [anon_sym__Noreturn] = ACTIONS(1144), + [anon_sym_noreturn] = ACTIONS(1144), + [anon_sym__Nonnull] = ACTIONS(1144), + [anon_sym_alignas] = ACTIONS(1144), + [anon_sym__Alignas] = ACTIONS(1144), + [sym_primitive_type] = ACTIONS(1144), + [anon_sym_enum] = ACTIONS(1144), + [anon_sym_struct] = ACTIONS(1144), + [anon_sym_union] = ACTIONS(1144), + [anon_sym_if] = ACTIONS(1144), + [anon_sym_else] = ACTIONS(1144), + [anon_sym_switch] = ACTIONS(1144), + [anon_sym_case] = ACTIONS(1144), + [anon_sym_default] = ACTIONS(1144), + [anon_sym_while] = ACTIONS(1144), + [anon_sym_do] = ACTIONS(1144), + [anon_sym_for] = ACTIONS(1144), + [anon_sym_return] = ACTIONS(1144), + [anon_sym_break] = ACTIONS(1144), + [anon_sym_continue] = ACTIONS(1144), + [anon_sym_goto] = ACTIONS(1144), + [anon_sym___try] = ACTIONS(1144), + [anon_sym___leave] = ACTIONS(1144), + [anon_sym_DASH_DASH] = ACTIONS(1142), + [anon_sym_PLUS_PLUS] = ACTIONS(1142), + [anon_sym_sizeof] = ACTIONS(1144), + [anon_sym___alignof__] = ACTIONS(1144), + [anon_sym___alignof] = ACTIONS(1144), + [anon_sym__alignof] = ACTIONS(1144), + [anon_sym_alignof] = ACTIONS(1144), + [anon_sym__Alignof] = ACTIONS(1144), + [anon_sym_offsetof] = ACTIONS(1144), + [anon_sym__Generic] = ACTIONS(1144), + [anon_sym_asm] = ACTIONS(1144), + [anon_sym___asm__] = ACTIONS(1144), + [anon_sym___asm] = ACTIONS(1144), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1142), + [anon_sym_u_SQUOTE] = ACTIONS(1142), + [anon_sym_U_SQUOTE] = ACTIONS(1142), + [anon_sym_u8_SQUOTE] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1142), + [anon_sym_L_DQUOTE] = ACTIONS(1142), + [anon_sym_u_DQUOTE] = ACTIONS(1142), + [anon_sym_U_DQUOTE] = ACTIONS(1142), + [anon_sym_u8_DQUOTE] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(1142), + [sym_true] = ACTIONS(1144), + [sym_false] = ACTIONS(1144), + [anon_sym_NULL] = ACTIONS(1144), + [anon_sym_nullptr] = ACTIONS(1144), [sym_comment] = ACTIONS(3), }, - [234] = { - [sym_identifier] = ACTIONS(1174), - [aux_sym_preproc_include_token1] = ACTIONS(1174), - [aux_sym_preproc_def_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), - [sym_preproc_directive] = ACTIONS(1174), - [anon_sym_LPAREN2] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_DASH] = ACTIONS(1174), - [anon_sym_PLUS] = ACTIONS(1174), - [anon_sym_STAR] = ACTIONS(1176), - [anon_sym_AMP] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [anon_sym___extension__] = ACTIONS(1174), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(1174), - [anon_sym___attribute__] = ACTIONS(1174), - [anon_sym___attribute] = ACTIONS(1174), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), - [anon_sym___declspec] = ACTIONS(1174), - [anon_sym___cdecl] = ACTIONS(1174), - [anon_sym___clrcall] = ACTIONS(1174), - [anon_sym___stdcall] = ACTIONS(1174), - [anon_sym___fastcall] = ACTIONS(1174), - [anon_sym___thiscall] = ACTIONS(1174), - [anon_sym___vectorcall] = ACTIONS(1174), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_RBRACE] = ACTIONS(1176), - [anon_sym_signed] = ACTIONS(1174), - [anon_sym_unsigned] = ACTIONS(1174), - [anon_sym_long] = ACTIONS(1174), - [anon_sym_short] = ACTIONS(1174), - [anon_sym_static] = ACTIONS(1174), - [anon_sym_auto] = ACTIONS(1174), - [anon_sym_register] = ACTIONS(1174), - [anon_sym_inline] = ACTIONS(1174), - [anon_sym___inline] = ACTIONS(1174), - [anon_sym___inline__] = ACTIONS(1174), - [anon_sym___forceinline] = ACTIONS(1174), - [anon_sym_thread_local] = ACTIONS(1174), - [anon_sym___thread] = ACTIONS(1174), - [anon_sym_const] = ACTIONS(1174), - [anon_sym_constexpr] = ACTIONS(1174), - [anon_sym_volatile] = ACTIONS(1174), - [anon_sym_restrict] = ACTIONS(1174), - [anon_sym___restrict__] = ACTIONS(1174), - [anon_sym__Atomic] = ACTIONS(1174), - [anon_sym__Noreturn] = ACTIONS(1174), - [anon_sym_noreturn] = ACTIONS(1174), - [anon_sym__Nonnull] = ACTIONS(1174), - [anon_sym_alignas] = ACTIONS(1174), - [anon_sym__Alignas] = ACTIONS(1174), - [sym_primitive_type] = ACTIONS(1174), - [anon_sym_enum] = ACTIONS(1174), - [anon_sym_struct] = ACTIONS(1174), - [anon_sym_union] = ACTIONS(1174), - [anon_sym_if] = ACTIONS(1174), - [anon_sym_else] = ACTIONS(1174), - [anon_sym_switch] = ACTIONS(1174), - [anon_sym_case] = ACTIONS(1174), - [anon_sym_default] = ACTIONS(1174), - [anon_sym_while] = ACTIONS(1174), - [anon_sym_do] = ACTIONS(1174), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1174), - [anon_sym_continue] = ACTIONS(1174), - [anon_sym_goto] = ACTIONS(1174), - [anon_sym___try] = ACTIONS(1174), - [anon_sym___leave] = ACTIONS(1174), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [anon_sym_sizeof] = ACTIONS(1174), - [anon_sym___alignof__] = ACTIONS(1174), - [anon_sym___alignof] = ACTIONS(1174), - [anon_sym__alignof] = ACTIONS(1174), - [anon_sym_alignof] = ACTIONS(1174), - [anon_sym__Alignof] = ACTIONS(1174), - [anon_sym_offsetof] = ACTIONS(1174), - [anon_sym__Generic] = ACTIONS(1174), - [anon_sym_asm] = ACTIONS(1174), - [anon_sym___asm__] = ACTIONS(1174), - [anon_sym___asm] = ACTIONS(1174), - [sym_number_literal] = ACTIONS(1176), - [anon_sym_L_SQUOTE] = ACTIONS(1176), - [anon_sym_u_SQUOTE] = ACTIONS(1176), - [anon_sym_U_SQUOTE] = ACTIONS(1176), - [anon_sym_u8_SQUOTE] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_L_DQUOTE] = ACTIONS(1176), - [anon_sym_u_DQUOTE] = ACTIONS(1176), - [anon_sym_U_DQUOTE] = ACTIONS(1176), - [anon_sym_u8_DQUOTE] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [sym_true] = ACTIONS(1174), - [sym_false] = ACTIONS(1174), - [anon_sym_NULL] = ACTIONS(1174), - [anon_sym_nullptr] = ACTIONS(1174), + [STATE(199)] = { + [sym_identifier] = ACTIONS(1258), + [aux_sym_preproc_include_token1] = ACTIONS(1258), + [aux_sym_preproc_def_token1] = ACTIONS(1258), + [aux_sym_preproc_if_token1] = ACTIONS(1258), + [aux_sym_preproc_if_token2] = ACTIONS(1258), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1258), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1258), + [sym_preproc_directive] = ACTIONS(1258), + [anon_sym_LPAREN2] = ACTIONS(1260), + [anon_sym_BANG] = ACTIONS(1260), + [anon_sym_TILDE] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1260), + [anon_sym_AMP] = ACTIONS(1260), + [anon_sym_SEMI] = ACTIONS(1260), + [anon_sym___extension__] = ACTIONS(1258), + [anon_sym_typedef] = ACTIONS(1258), + [anon_sym_extern] = ACTIONS(1258), + [anon_sym___attribute__] = ACTIONS(1258), + [anon_sym___attribute] = ACTIONS(1258), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1260), + [anon_sym___declspec] = ACTIONS(1258), + [anon_sym___cdecl] = ACTIONS(1258), + [anon_sym___clrcall] = ACTIONS(1258), + [anon_sym___stdcall] = ACTIONS(1258), + [anon_sym___fastcall] = ACTIONS(1258), + [anon_sym___thiscall] = ACTIONS(1258), + [anon_sym___vectorcall] = ACTIONS(1258), + [anon_sym_LBRACE] = ACTIONS(1260), + [anon_sym_signed] = ACTIONS(1258), + [anon_sym_unsigned] = ACTIONS(1258), + [anon_sym_long] = ACTIONS(1258), + [anon_sym_short] = ACTIONS(1258), + [anon_sym_static] = ACTIONS(1258), + [anon_sym_auto] = ACTIONS(1258), + [anon_sym_register] = ACTIONS(1258), + [anon_sym_inline] = ACTIONS(1258), + [anon_sym___inline] = ACTIONS(1258), + [anon_sym___inline__] = ACTIONS(1258), + [anon_sym___forceinline] = ACTIONS(1258), + [anon_sym_thread_local] = ACTIONS(1258), + [anon_sym___thread] = ACTIONS(1258), + [anon_sym_const] = ACTIONS(1258), + [anon_sym_constexpr] = ACTIONS(1258), + [anon_sym_volatile] = ACTIONS(1258), + [anon_sym_restrict] = ACTIONS(1258), + [anon_sym___restrict__] = ACTIONS(1258), + [anon_sym__Atomic] = ACTIONS(1258), + [anon_sym__Noreturn] = ACTIONS(1258), + [anon_sym_noreturn] = ACTIONS(1258), + [anon_sym__Nonnull] = ACTIONS(1258), + [anon_sym_alignas] = ACTIONS(1258), + [anon_sym__Alignas] = ACTIONS(1258), + [sym_primitive_type] = ACTIONS(1258), + [anon_sym_enum] = ACTIONS(1258), + [anon_sym_struct] = ACTIONS(1258), + [anon_sym_union] = ACTIONS(1258), + [anon_sym_if] = ACTIONS(1258), + [anon_sym_else] = ACTIONS(1258), + [anon_sym_switch] = ACTIONS(1258), + [anon_sym_case] = ACTIONS(1258), + [anon_sym_default] = ACTIONS(1258), + [anon_sym_while] = ACTIONS(1258), + [anon_sym_do] = ACTIONS(1258), + [anon_sym_for] = ACTIONS(1258), + [anon_sym_return] = ACTIONS(1258), + [anon_sym_break] = ACTIONS(1258), + [anon_sym_continue] = ACTIONS(1258), + [anon_sym_goto] = ACTIONS(1258), + [anon_sym___try] = ACTIONS(1258), + [anon_sym___leave] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1260), + [anon_sym_PLUS_PLUS] = ACTIONS(1260), + [anon_sym_sizeof] = ACTIONS(1258), + [anon_sym___alignof__] = ACTIONS(1258), + [anon_sym___alignof] = ACTIONS(1258), + [anon_sym__alignof] = ACTIONS(1258), + [anon_sym_alignof] = ACTIONS(1258), + [anon_sym__Alignof] = ACTIONS(1258), + [anon_sym_offsetof] = ACTIONS(1258), + [anon_sym__Generic] = ACTIONS(1258), + [anon_sym_asm] = ACTIONS(1258), + [anon_sym___asm__] = ACTIONS(1258), + [anon_sym___asm] = ACTIONS(1258), + [sym_number_literal] = ACTIONS(1260), + [anon_sym_L_SQUOTE] = ACTIONS(1260), + [anon_sym_u_SQUOTE] = ACTIONS(1260), + [anon_sym_U_SQUOTE] = ACTIONS(1260), + [anon_sym_u8_SQUOTE] = ACTIONS(1260), + [anon_sym_SQUOTE] = ACTIONS(1260), + [anon_sym_L_DQUOTE] = ACTIONS(1260), + [anon_sym_u_DQUOTE] = ACTIONS(1260), + [anon_sym_U_DQUOTE] = ACTIONS(1260), + [anon_sym_u8_DQUOTE] = ACTIONS(1260), + [anon_sym_DQUOTE] = ACTIONS(1260), + [sym_true] = ACTIONS(1258), + [sym_false] = ACTIONS(1258), + [anon_sym_NULL] = ACTIONS(1258), + [anon_sym_nullptr] = ACTIONS(1258), + [sym_comment] = ACTIONS(3), + }, + [STATE(200)] = { + [sym_identifier] = ACTIONS(1190), + [aux_sym_preproc_include_token1] = ACTIONS(1190), + [aux_sym_preproc_def_token1] = ACTIONS(1190), + [aux_sym_preproc_if_token1] = ACTIONS(1190), + [aux_sym_preproc_if_token2] = ACTIONS(1190), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1190), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1190), + [sym_preproc_directive] = ACTIONS(1190), + [anon_sym_LPAREN2] = ACTIONS(1192), + [anon_sym_BANG] = ACTIONS(1192), + [anon_sym_TILDE] = ACTIONS(1192), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1192), + [anon_sym_SEMI] = ACTIONS(1192), + [anon_sym___extension__] = ACTIONS(1190), + [anon_sym_typedef] = ACTIONS(1190), + [anon_sym_extern] = ACTIONS(1190), + [anon_sym___attribute__] = ACTIONS(1190), + [anon_sym___attribute] = ACTIONS(1190), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1192), + [anon_sym___declspec] = ACTIONS(1190), + [anon_sym___cdecl] = ACTIONS(1190), + [anon_sym___clrcall] = ACTIONS(1190), + [anon_sym___stdcall] = ACTIONS(1190), + [anon_sym___fastcall] = ACTIONS(1190), + [anon_sym___thiscall] = ACTIONS(1190), + [anon_sym___vectorcall] = ACTIONS(1190), + [anon_sym_LBRACE] = ACTIONS(1192), + [anon_sym_signed] = ACTIONS(1190), + [anon_sym_unsigned] = ACTIONS(1190), + [anon_sym_long] = ACTIONS(1190), + [anon_sym_short] = ACTIONS(1190), + [anon_sym_static] = ACTIONS(1190), + [anon_sym_auto] = ACTIONS(1190), + [anon_sym_register] = ACTIONS(1190), + [anon_sym_inline] = ACTIONS(1190), + [anon_sym___inline] = ACTIONS(1190), + [anon_sym___inline__] = ACTIONS(1190), + [anon_sym___forceinline] = ACTIONS(1190), + [anon_sym_thread_local] = ACTIONS(1190), + [anon_sym___thread] = ACTIONS(1190), + [anon_sym_const] = ACTIONS(1190), + [anon_sym_constexpr] = ACTIONS(1190), + [anon_sym_volatile] = ACTIONS(1190), + [anon_sym_restrict] = ACTIONS(1190), + [anon_sym___restrict__] = ACTIONS(1190), + [anon_sym__Atomic] = ACTIONS(1190), + [anon_sym__Noreturn] = ACTIONS(1190), + [anon_sym_noreturn] = ACTIONS(1190), + [anon_sym__Nonnull] = ACTIONS(1190), + [anon_sym_alignas] = ACTIONS(1190), + [anon_sym__Alignas] = ACTIONS(1190), + [sym_primitive_type] = ACTIONS(1190), + [anon_sym_enum] = ACTIONS(1190), + [anon_sym_struct] = ACTIONS(1190), + [anon_sym_union] = ACTIONS(1190), + [anon_sym_if] = ACTIONS(1190), + [anon_sym_else] = ACTIONS(1190), + [anon_sym_switch] = ACTIONS(1190), + [anon_sym_case] = ACTIONS(1190), + [anon_sym_default] = ACTIONS(1190), + [anon_sym_while] = ACTIONS(1190), + [anon_sym_do] = ACTIONS(1190), + [anon_sym_for] = ACTIONS(1190), + [anon_sym_return] = ACTIONS(1190), + [anon_sym_break] = ACTIONS(1190), + [anon_sym_continue] = ACTIONS(1190), + [anon_sym_goto] = ACTIONS(1190), + [anon_sym___try] = ACTIONS(1190), + [anon_sym___leave] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1192), + [anon_sym_PLUS_PLUS] = ACTIONS(1192), + [anon_sym_sizeof] = ACTIONS(1190), + [anon_sym___alignof__] = ACTIONS(1190), + [anon_sym___alignof] = ACTIONS(1190), + [anon_sym__alignof] = ACTIONS(1190), + [anon_sym_alignof] = ACTIONS(1190), + [anon_sym__Alignof] = ACTIONS(1190), + [anon_sym_offsetof] = ACTIONS(1190), + [anon_sym__Generic] = ACTIONS(1190), + [anon_sym_asm] = ACTIONS(1190), + [anon_sym___asm__] = ACTIONS(1190), + [anon_sym___asm] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1192), + [anon_sym_L_SQUOTE] = ACTIONS(1192), + [anon_sym_u_SQUOTE] = ACTIONS(1192), + [anon_sym_U_SQUOTE] = ACTIONS(1192), + [anon_sym_u8_SQUOTE] = ACTIONS(1192), + [anon_sym_SQUOTE] = ACTIONS(1192), + [anon_sym_L_DQUOTE] = ACTIONS(1192), + [anon_sym_u_DQUOTE] = ACTIONS(1192), + [anon_sym_U_DQUOTE] = ACTIONS(1192), + [anon_sym_u8_DQUOTE] = ACTIONS(1192), + [anon_sym_DQUOTE] = ACTIONS(1192), + [sym_true] = ACTIONS(1190), + [sym_false] = ACTIONS(1190), + [anon_sym_NULL] = ACTIONS(1190), + [anon_sym_nullptr] = ACTIONS(1190), + [sym_comment] = ACTIONS(3), + }, + [STATE(201)] = { + [sym_identifier] = ACTIONS(1146), + [aux_sym_preproc_include_token1] = ACTIONS(1146), + [aux_sym_preproc_def_token1] = ACTIONS(1146), + [aux_sym_preproc_if_token1] = ACTIONS(1146), + [aux_sym_preproc_if_token2] = ACTIONS(1146), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1146), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1146), + [sym_preproc_directive] = ACTIONS(1146), + [anon_sym_LPAREN2] = ACTIONS(1148), + [anon_sym_BANG] = ACTIONS(1148), + [anon_sym_TILDE] = ACTIONS(1148), + [anon_sym_DASH] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(1146), + [anon_sym_STAR] = ACTIONS(1148), + [anon_sym_AMP] = ACTIONS(1148), + [anon_sym_SEMI] = ACTIONS(1148), + [anon_sym___extension__] = ACTIONS(1146), + [anon_sym_typedef] = ACTIONS(1146), + [anon_sym_extern] = ACTIONS(1146), + [anon_sym___attribute__] = ACTIONS(1146), + [anon_sym___attribute] = ACTIONS(1146), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym___declspec] = ACTIONS(1146), + [anon_sym___cdecl] = ACTIONS(1146), + [anon_sym___clrcall] = ACTIONS(1146), + [anon_sym___stdcall] = ACTIONS(1146), + [anon_sym___fastcall] = ACTIONS(1146), + [anon_sym___thiscall] = ACTIONS(1146), + [anon_sym___vectorcall] = ACTIONS(1146), + [anon_sym_LBRACE] = ACTIONS(1148), + [anon_sym_signed] = ACTIONS(1146), + [anon_sym_unsigned] = ACTIONS(1146), + [anon_sym_long] = ACTIONS(1146), + [anon_sym_short] = ACTIONS(1146), + [anon_sym_static] = ACTIONS(1146), + [anon_sym_auto] = ACTIONS(1146), + [anon_sym_register] = ACTIONS(1146), + [anon_sym_inline] = ACTIONS(1146), + [anon_sym___inline] = ACTIONS(1146), + [anon_sym___inline__] = ACTIONS(1146), + [anon_sym___forceinline] = ACTIONS(1146), + [anon_sym_thread_local] = ACTIONS(1146), + [anon_sym___thread] = ACTIONS(1146), + [anon_sym_const] = ACTIONS(1146), + [anon_sym_constexpr] = ACTIONS(1146), + [anon_sym_volatile] = ACTIONS(1146), + [anon_sym_restrict] = ACTIONS(1146), + [anon_sym___restrict__] = ACTIONS(1146), + [anon_sym__Atomic] = ACTIONS(1146), + [anon_sym__Noreturn] = ACTIONS(1146), + [anon_sym_noreturn] = ACTIONS(1146), + [anon_sym__Nonnull] = ACTIONS(1146), + [anon_sym_alignas] = ACTIONS(1146), + [anon_sym__Alignas] = ACTIONS(1146), + [sym_primitive_type] = ACTIONS(1146), + [anon_sym_enum] = ACTIONS(1146), + [anon_sym_struct] = ACTIONS(1146), + [anon_sym_union] = ACTIONS(1146), + [anon_sym_if] = ACTIONS(1146), + [anon_sym_else] = ACTIONS(1146), + [anon_sym_switch] = ACTIONS(1146), + [anon_sym_case] = ACTIONS(1146), + [anon_sym_default] = ACTIONS(1146), + [anon_sym_while] = ACTIONS(1146), + [anon_sym_do] = ACTIONS(1146), + [anon_sym_for] = ACTIONS(1146), + [anon_sym_return] = ACTIONS(1146), + [anon_sym_break] = ACTIONS(1146), + [anon_sym_continue] = ACTIONS(1146), + [anon_sym_goto] = ACTIONS(1146), + [anon_sym___try] = ACTIONS(1146), + [anon_sym___leave] = ACTIONS(1146), + [anon_sym_DASH_DASH] = ACTIONS(1148), + [anon_sym_PLUS_PLUS] = ACTIONS(1148), + [anon_sym_sizeof] = ACTIONS(1146), + [anon_sym___alignof__] = ACTIONS(1146), + [anon_sym___alignof] = ACTIONS(1146), + [anon_sym__alignof] = ACTIONS(1146), + [anon_sym_alignof] = ACTIONS(1146), + [anon_sym__Alignof] = ACTIONS(1146), + [anon_sym_offsetof] = ACTIONS(1146), + [anon_sym__Generic] = ACTIONS(1146), + [anon_sym_asm] = ACTIONS(1146), + [anon_sym___asm__] = ACTIONS(1146), + [anon_sym___asm] = ACTIONS(1146), + [sym_number_literal] = ACTIONS(1148), + [anon_sym_L_SQUOTE] = ACTIONS(1148), + [anon_sym_u_SQUOTE] = ACTIONS(1148), + [anon_sym_U_SQUOTE] = ACTIONS(1148), + [anon_sym_u8_SQUOTE] = ACTIONS(1148), + [anon_sym_SQUOTE] = ACTIONS(1148), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1146), + [sym_false] = ACTIONS(1146), + [anon_sym_NULL] = ACTIONS(1146), + [anon_sym_nullptr] = ACTIONS(1146), [sym_comment] = ACTIONS(3), }, - [235] = { - [ts_builtin_sym_end] = ACTIONS(1156), - [sym_identifier] = ACTIONS(1154), - [aux_sym_preproc_include_token1] = ACTIONS(1154), - [aux_sym_preproc_def_token1] = ACTIONS(1154), - [aux_sym_preproc_if_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), - [sym_preproc_directive] = ACTIONS(1154), - [anon_sym_LPAREN2] = ACTIONS(1156), - [anon_sym_BANG] = ACTIONS(1156), - [anon_sym_TILDE] = ACTIONS(1156), - [anon_sym_DASH] = ACTIONS(1154), - [anon_sym_PLUS] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1156), - [anon_sym_AMP] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1156), - [anon_sym___extension__] = ACTIONS(1154), - [anon_sym_typedef] = ACTIONS(1154), - [anon_sym_extern] = ACTIONS(1154), - [anon_sym___attribute__] = ACTIONS(1154), - [anon_sym___attribute] = ACTIONS(1154), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), - [anon_sym___declspec] = ACTIONS(1154), - [anon_sym___cdecl] = ACTIONS(1154), - [anon_sym___clrcall] = ACTIONS(1154), - [anon_sym___stdcall] = ACTIONS(1154), - [anon_sym___fastcall] = ACTIONS(1154), - [anon_sym___thiscall] = ACTIONS(1154), - [anon_sym___vectorcall] = ACTIONS(1154), - [anon_sym_LBRACE] = ACTIONS(1156), - [anon_sym_signed] = ACTIONS(1154), - [anon_sym_unsigned] = ACTIONS(1154), - [anon_sym_long] = ACTIONS(1154), - [anon_sym_short] = ACTIONS(1154), - [anon_sym_static] = ACTIONS(1154), - [anon_sym_auto] = ACTIONS(1154), - [anon_sym_register] = ACTIONS(1154), - [anon_sym_inline] = ACTIONS(1154), - [anon_sym___inline] = ACTIONS(1154), - [anon_sym___inline__] = ACTIONS(1154), - [anon_sym___forceinline] = ACTIONS(1154), - [anon_sym_thread_local] = ACTIONS(1154), - [anon_sym___thread] = ACTIONS(1154), - [anon_sym_const] = ACTIONS(1154), - [anon_sym_constexpr] = ACTIONS(1154), - [anon_sym_volatile] = ACTIONS(1154), - [anon_sym_restrict] = ACTIONS(1154), - [anon_sym___restrict__] = ACTIONS(1154), - [anon_sym__Atomic] = ACTIONS(1154), - [anon_sym__Noreturn] = ACTIONS(1154), - [anon_sym_noreturn] = ACTIONS(1154), - [anon_sym__Nonnull] = ACTIONS(1154), - [anon_sym_alignas] = ACTIONS(1154), - [anon_sym__Alignas] = ACTIONS(1154), - [sym_primitive_type] = ACTIONS(1154), - [anon_sym_enum] = ACTIONS(1154), - [anon_sym_struct] = ACTIONS(1154), - [anon_sym_union] = ACTIONS(1154), - [anon_sym_if] = ACTIONS(1154), - [anon_sym_else] = ACTIONS(1154), - [anon_sym_switch] = ACTIONS(1154), - [anon_sym_case] = ACTIONS(1154), - [anon_sym_default] = ACTIONS(1154), - [anon_sym_while] = ACTIONS(1154), - [anon_sym_do] = ACTIONS(1154), - [anon_sym_for] = ACTIONS(1154), - [anon_sym_return] = ACTIONS(1154), - [anon_sym_break] = ACTIONS(1154), - [anon_sym_continue] = ACTIONS(1154), - [anon_sym_goto] = ACTIONS(1154), - [anon_sym___try] = ACTIONS(1154), - [anon_sym___leave] = ACTIONS(1154), - [anon_sym_DASH_DASH] = ACTIONS(1156), - [anon_sym_PLUS_PLUS] = ACTIONS(1156), - [anon_sym_sizeof] = ACTIONS(1154), - [anon_sym___alignof__] = ACTIONS(1154), - [anon_sym___alignof] = ACTIONS(1154), - [anon_sym__alignof] = ACTIONS(1154), - [anon_sym_alignof] = ACTIONS(1154), - [anon_sym__Alignof] = ACTIONS(1154), - [anon_sym_offsetof] = ACTIONS(1154), - [anon_sym__Generic] = ACTIONS(1154), - [anon_sym_asm] = ACTIONS(1154), - [anon_sym___asm__] = ACTIONS(1154), - [anon_sym___asm] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1156), - [anon_sym_L_SQUOTE] = ACTIONS(1156), - [anon_sym_u_SQUOTE] = ACTIONS(1156), - [anon_sym_U_SQUOTE] = ACTIONS(1156), - [anon_sym_u8_SQUOTE] = ACTIONS(1156), - [anon_sym_SQUOTE] = ACTIONS(1156), - [anon_sym_L_DQUOTE] = ACTIONS(1156), - [anon_sym_u_DQUOTE] = ACTIONS(1156), - [anon_sym_U_DQUOTE] = ACTIONS(1156), - [anon_sym_u8_DQUOTE] = ACTIONS(1156), - [anon_sym_DQUOTE] = ACTIONS(1156), - [sym_true] = ACTIONS(1154), - [sym_false] = ACTIONS(1154), - [anon_sym_NULL] = ACTIONS(1154), - [anon_sym_nullptr] = ACTIONS(1154), + [STATE(202)] = { + [sym_identifier] = ACTIONS(1238), + [aux_sym_preproc_include_token1] = ACTIONS(1238), + [aux_sym_preproc_def_token1] = ACTIONS(1238), + [aux_sym_preproc_if_token1] = ACTIONS(1238), + [aux_sym_preproc_if_token2] = ACTIONS(1238), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1238), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1238), + [sym_preproc_directive] = ACTIONS(1238), + [anon_sym_LPAREN2] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym___extension__] = ACTIONS(1238), + [anon_sym_typedef] = ACTIONS(1238), + [anon_sym_extern] = ACTIONS(1238), + [anon_sym___attribute__] = ACTIONS(1238), + [anon_sym___attribute] = ACTIONS(1238), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1240), + [anon_sym___declspec] = ACTIONS(1238), + [anon_sym___cdecl] = ACTIONS(1238), + [anon_sym___clrcall] = ACTIONS(1238), + [anon_sym___stdcall] = ACTIONS(1238), + [anon_sym___fastcall] = ACTIONS(1238), + [anon_sym___thiscall] = ACTIONS(1238), + [anon_sym___vectorcall] = ACTIONS(1238), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_signed] = ACTIONS(1238), + [anon_sym_unsigned] = ACTIONS(1238), + [anon_sym_long] = ACTIONS(1238), + [anon_sym_short] = ACTIONS(1238), + [anon_sym_static] = ACTIONS(1238), + [anon_sym_auto] = ACTIONS(1238), + [anon_sym_register] = ACTIONS(1238), + [anon_sym_inline] = ACTIONS(1238), + [anon_sym___inline] = ACTIONS(1238), + [anon_sym___inline__] = ACTIONS(1238), + [anon_sym___forceinline] = ACTIONS(1238), + [anon_sym_thread_local] = ACTIONS(1238), + [anon_sym___thread] = ACTIONS(1238), + [anon_sym_const] = ACTIONS(1238), + [anon_sym_constexpr] = ACTIONS(1238), + [anon_sym_volatile] = ACTIONS(1238), + [anon_sym_restrict] = ACTIONS(1238), + [anon_sym___restrict__] = ACTIONS(1238), + [anon_sym__Atomic] = ACTIONS(1238), + [anon_sym__Noreturn] = ACTIONS(1238), + [anon_sym_noreturn] = ACTIONS(1238), + [anon_sym__Nonnull] = ACTIONS(1238), + [anon_sym_alignas] = ACTIONS(1238), + [anon_sym__Alignas] = ACTIONS(1238), + [sym_primitive_type] = ACTIONS(1238), + [anon_sym_enum] = ACTIONS(1238), + [anon_sym_struct] = ACTIONS(1238), + [anon_sym_union] = ACTIONS(1238), + [anon_sym_if] = ACTIONS(1238), + [anon_sym_else] = ACTIONS(1238), + [anon_sym_switch] = ACTIONS(1238), + [anon_sym_case] = ACTIONS(1238), + [anon_sym_default] = ACTIONS(1238), + [anon_sym_while] = ACTIONS(1238), + [anon_sym_do] = ACTIONS(1238), + [anon_sym_for] = ACTIONS(1238), + [anon_sym_return] = ACTIONS(1238), + [anon_sym_break] = ACTIONS(1238), + [anon_sym_continue] = ACTIONS(1238), + [anon_sym_goto] = ACTIONS(1238), + [anon_sym___try] = ACTIONS(1238), + [anon_sym___leave] = ACTIONS(1238), + [anon_sym_DASH_DASH] = ACTIONS(1240), + [anon_sym_PLUS_PLUS] = ACTIONS(1240), + [anon_sym_sizeof] = ACTIONS(1238), + [anon_sym___alignof__] = ACTIONS(1238), + [anon_sym___alignof] = ACTIONS(1238), + [anon_sym__alignof] = ACTIONS(1238), + [anon_sym_alignof] = ACTIONS(1238), + [anon_sym__Alignof] = ACTIONS(1238), + [anon_sym_offsetof] = ACTIONS(1238), + [anon_sym__Generic] = ACTIONS(1238), + [anon_sym_asm] = ACTIONS(1238), + [anon_sym___asm__] = ACTIONS(1238), + [anon_sym___asm] = ACTIONS(1238), + [sym_number_literal] = ACTIONS(1240), + [anon_sym_L_SQUOTE] = ACTIONS(1240), + [anon_sym_u_SQUOTE] = ACTIONS(1240), + [anon_sym_U_SQUOTE] = ACTIONS(1240), + [anon_sym_u8_SQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_L_DQUOTE] = ACTIONS(1240), + [anon_sym_u_DQUOTE] = ACTIONS(1240), + [anon_sym_U_DQUOTE] = ACTIONS(1240), + [anon_sym_u8_DQUOTE] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [sym_true] = ACTIONS(1238), + [sym_false] = ACTIONS(1238), + [anon_sym_NULL] = ACTIONS(1238), + [anon_sym_nullptr] = ACTIONS(1238), [sym_comment] = ACTIONS(3), }, - [236] = { - [ts_builtin_sym_end] = ACTIONS(1248), + [STATE(203)] = { [sym_identifier] = ACTIONS(1246), [aux_sym_preproc_include_token1] = ACTIONS(1246), [aux_sym_preproc_def_token1] = ACTIONS(1246), [aux_sym_preproc_if_token1] = ACTIONS(1246), + [aux_sym_preproc_if_token2] = ACTIONS(1246), [aux_sym_preproc_ifdef_token1] = ACTIONS(1246), [aux_sym_preproc_ifdef_token2] = ACTIONS(1246), [sym_preproc_directive] = ACTIONS(1246), @@ -41366,321 +38357,527 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1246), [sym_comment] = ACTIONS(3), }, - [237] = { - [sym_identifier] = ACTIONS(1178), - [aux_sym_preproc_include_token1] = ACTIONS(1178), - [aux_sym_preproc_def_token1] = ACTIONS(1178), - [aux_sym_preproc_if_token1] = ACTIONS(1178), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1178), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1178), - [sym_preproc_directive] = ACTIONS(1178), - [anon_sym_LPAREN2] = ACTIONS(1180), - [anon_sym_BANG] = ACTIONS(1180), - [anon_sym_TILDE] = ACTIONS(1180), - [anon_sym_DASH] = ACTIONS(1178), - [anon_sym_PLUS] = ACTIONS(1178), - [anon_sym_STAR] = ACTIONS(1180), - [anon_sym_AMP] = ACTIONS(1180), - [anon_sym_SEMI] = ACTIONS(1180), - [anon_sym___extension__] = ACTIONS(1178), - [anon_sym_typedef] = ACTIONS(1178), - [anon_sym_extern] = ACTIONS(1178), - [anon_sym___attribute__] = ACTIONS(1178), - [anon_sym___attribute] = ACTIONS(1178), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1180), - [anon_sym___declspec] = ACTIONS(1178), - [anon_sym___cdecl] = ACTIONS(1178), - [anon_sym___clrcall] = ACTIONS(1178), - [anon_sym___stdcall] = ACTIONS(1178), - [anon_sym___fastcall] = ACTIONS(1178), - [anon_sym___thiscall] = ACTIONS(1178), - [anon_sym___vectorcall] = ACTIONS(1178), - [anon_sym_LBRACE] = ACTIONS(1180), - [anon_sym_RBRACE] = ACTIONS(1180), - [anon_sym_signed] = ACTIONS(1178), - [anon_sym_unsigned] = ACTIONS(1178), - [anon_sym_long] = ACTIONS(1178), - [anon_sym_short] = ACTIONS(1178), - [anon_sym_static] = ACTIONS(1178), - [anon_sym_auto] = ACTIONS(1178), - [anon_sym_register] = ACTIONS(1178), - [anon_sym_inline] = ACTIONS(1178), - [anon_sym___inline] = ACTIONS(1178), - [anon_sym___inline__] = ACTIONS(1178), - [anon_sym___forceinline] = ACTIONS(1178), - [anon_sym_thread_local] = ACTIONS(1178), - [anon_sym___thread] = ACTIONS(1178), - [anon_sym_const] = ACTIONS(1178), - [anon_sym_constexpr] = ACTIONS(1178), - [anon_sym_volatile] = ACTIONS(1178), - [anon_sym_restrict] = ACTIONS(1178), - [anon_sym___restrict__] = ACTIONS(1178), - [anon_sym__Atomic] = ACTIONS(1178), - [anon_sym__Noreturn] = ACTIONS(1178), - [anon_sym_noreturn] = ACTIONS(1178), - [anon_sym__Nonnull] = ACTIONS(1178), - [anon_sym_alignas] = ACTIONS(1178), - [anon_sym__Alignas] = ACTIONS(1178), - [sym_primitive_type] = ACTIONS(1178), - [anon_sym_enum] = ACTIONS(1178), - [anon_sym_struct] = ACTIONS(1178), - [anon_sym_union] = ACTIONS(1178), - [anon_sym_if] = ACTIONS(1178), - [anon_sym_else] = ACTIONS(1178), - [anon_sym_switch] = ACTIONS(1178), - [anon_sym_case] = ACTIONS(1178), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_while] = ACTIONS(1178), - [anon_sym_do] = ACTIONS(1178), - [anon_sym_for] = ACTIONS(1178), - [anon_sym_return] = ACTIONS(1178), - [anon_sym_break] = ACTIONS(1178), - [anon_sym_continue] = ACTIONS(1178), - [anon_sym_goto] = ACTIONS(1178), - [anon_sym___try] = ACTIONS(1178), - [anon_sym___leave] = ACTIONS(1178), - [anon_sym_DASH_DASH] = ACTIONS(1180), - [anon_sym_PLUS_PLUS] = ACTIONS(1180), - [anon_sym_sizeof] = ACTIONS(1178), - [anon_sym___alignof__] = ACTIONS(1178), - [anon_sym___alignof] = ACTIONS(1178), - [anon_sym__alignof] = ACTIONS(1178), - [anon_sym_alignof] = ACTIONS(1178), - [anon_sym__Alignof] = ACTIONS(1178), - [anon_sym_offsetof] = ACTIONS(1178), - [anon_sym__Generic] = ACTIONS(1178), - [anon_sym_asm] = ACTIONS(1178), - [anon_sym___asm__] = ACTIONS(1178), - [anon_sym___asm] = ACTIONS(1178), - [sym_number_literal] = ACTIONS(1180), - [anon_sym_L_SQUOTE] = ACTIONS(1180), - [anon_sym_u_SQUOTE] = ACTIONS(1180), - [anon_sym_U_SQUOTE] = ACTIONS(1180), - [anon_sym_u8_SQUOTE] = ACTIONS(1180), - [anon_sym_SQUOTE] = ACTIONS(1180), - [anon_sym_L_DQUOTE] = ACTIONS(1180), - [anon_sym_u_DQUOTE] = ACTIONS(1180), - [anon_sym_U_DQUOTE] = ACTIONS(1180), - [anon_sym_u8_DQUOTE] = ACTIONS(1180), - [anon_sym_DQUOTE] = ACTIONS(1180), - [sym_true] = ACTIONS(1178), - [sym_false] = ACTIONS(1178), - [anon_sym_NULL] = ACTIONS(1178), - [anon_sym_nullptr] = ACTIONS(1178), + [STATE(204)] = { + [sym_identifier] = ACTIONS(1250), + [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(1252), + [anon_sym_TILDE] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1250), + [anon_sym_PLUS] = ACTIONS(1250), + [anon_sym_STAR] = ACTIONS(1252), + [anon_sym_AMP] = ACTIONS(1252), + [anon_sym_SEMI] = ACTIONS(1252), + [anon_sym___extension__] = ACTIONS(1250), + [anon_sym_typedef] = ACTIONS(1250), + [anon_sym_extern] = ACTIONS(1250), + [anon_sym___attribute__] = ACTIONS(1250), + [anon_sym___attribute] = ACTIONS(1250), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1252), + [anon_sym___declspec] = 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(1252), + [anon_sym_signed] = ACTIONS(1250), + [anon_sym_unsigned] = ACTIONS(1250), + [anon_sym_long] = ACTIONS(1250), + [anon_sym_short] = ACTIONS(1250), + [anon_sym_static] = ACTIONS(1250), + [anon_sym_auto] = ACTIONS(1250), + [anon_sym_register] = ACTIONS(1250), + [anon_sym_inline] = ACTIONS(1250), + [anon_sym___inline] = ACTIONS(1250), + [anon_sym___inline__] = ACTIONS(1250), + [anon_sym___forceinline] = ACTIONS(1250), + [anon_sym_thread_local] = ACTIONS(1250), + [anon_sym___thread] = ACTIONS(1250), + [anon_sym_const] = ACTIONS(1250), + [anon_sym_constexpr] = ACTIONS(1250), + [anon_sym_volatile] = ACTIONS(1250), + [anon_sym_restrict] = ACTIONS(1250), + [anon_sym___restrict__] = ACTIONS(1250), + [anon_sym__Atomic] = ACTIONS(1250), + [anon_sym__Noreturn] = ACTIONS(1250), + [anon_sym_noreturn] = ACTIONS(1250), + [anon_sym__Nonnull] = ACTIONS(1250), + [anon_sym_alignas] = ACTIONS(1250), + [anon_sym__Alignas] = ACTIONS(1250), + [sym_primitive_type] = ACTIONS(1250), + [anon_sym_enum] = ACTIONS(1250), + [anon_sym_struct] = ACTIONS(1250), + [anon_sym_union] = ACTIONS(1250), + [anon_sym_if] = ACTIONS(1250), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1250), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1250), + [anon_sym_do] = ACTIONS(1250), + [anon_sym_for] = ACTIONS(1250), + [anon_sym_return] = ACTIONS(1250), + [anon_sym_break] = ACTIONS(1250), + [anon_sym_continue] = ACTIONS(1250), + [anon_sym_goto] = ACTIONS(1250), + [anon_sym___try] = ACTIONS(1250), + [anon_sym___leave] = ACTIONS(1250), + [anon_sym_DASH_DASH] = ACTIONS(1252), + [anon_sym_PLUS_PLUS] = ACTIONS(1252), + [anon_sym_sizeof] = ACTIONS(1250), + [anon_sym___alignof__] = ACTIONS(1250), + [anon_sym___alignof] = ACTIONS(1250), + [anon_sym__alignof] = ACTIONS(1250), + [anon_sym_alignof] = ACTIONS(1250), + [anon_sym__Alignof] = ACTIONS(1250), + [anon_sym_offsetof] = ACTIONS(1250), + [anon_sym__Generic] = ACTIONS(1250), + [anon_sym_asm] = ACTIONS(1250), + [anon_sym___asm__] = ACTIONS(1250), + [anon_sym___asm] = ACTIONS(1250), + [sym_number_literal] = ACTIONS(1252), + [anon_sym_L_SQUOTE] = ACTIONS(1252), + [anon_sym_u_SQUOTE] = ACTIONS(1252), + [anon_sym_U_SQUOTE] = ACTIONS(1252), + [anon_sym_u8_SQUOTE] = ACTIONS(1252), + [anon_sym_SQUOTE] = ACTIONS(1252), + [anon_sym_L_DQUOTE] = ACTIONS(1252), + [anon_sym_u_DQUOTE] = ACTIONS(1252), + [anon_sym_U_DQUOTE] = ACTIONS(1252), + [anon_sym_u8_DQUOTE] = ACTIONS(1252), + [anon_sym_DQUOTE] = ACTIONS(1252), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [anon_sym_NULL] = ACTIONS(1250), + [anon_sym_nullptr] = ACTIONS(1250), + [sym_comment] = ACTIONS(3), + }, + [STATE(205)] = { + [sym_identifier] = ACTIONS(1254), + [aux_sym_preproc_include_token1] = ACTIONS(1254), + [aux_sym_preproc_def_token1] = ACTIONS(1254), + [aux_sym_preproc_if_token1] = ACTIONS(1254), + [aux_sym_preproc_if_token2] = ACTIONS(1254), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1254), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1254), + [sym_preproc_directive] = ACTIONS(1254), + [anon_sym_LPAREN2] = ACTIONS(1256), + [anon_sym_BANG] = ACTIONS(1256), + [anon_sym_TILDE] = ACTIONS(1256), + [anon_sym_DASH] = ACTIONS(1254), + [anon_sym_PLUS] = ACTIONS(1254), + [anon_sym_STAR] = ACTIONS(1256), + [anon_sym_AMP] = ACTIONS(1256), + [anon_sym_SEMI] = ACTIONS(1256), + [anon_sym___extension__] = ACTIONS(1254), + [anon_sym_typedef] = ACTIONS(1254), + [anon_sym_extern] = ACTIONS(1254), + [anon_sym___attribute__] = ACTIONS(1254), + [anon_sym___attribute] = ACTIONS(1254), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1256), + [anon_sym___declspec] = ACTIONS(1254), + [anon_sym___cdecl] = ACTIONS(1254), + [anon_sym___clrcall] = ACTIONS(1254), + [anon_sym___stdcall] = ACTIONS(1254), + [anon_sym___fastcall] = ACTIONS(1254), + [anon_sym___thiscall] = ACTIONS(1254), + [anon_sym___vectorcall] = ACTIONS(1254), + [anon_sym_LBRACE] = ACTIONS(1256), + [anon_sym_signed] = ACTIONS(1254), + [anon_sym_unsigned] = ACTIONS(1254), + [anon_sym_long] = ACTIONS(1254), + [anon_sym_short] = ACTIONS(1254), + [anon_sym_static] = ACTIONS(1254), + [anon_sym_auto] = ACTIONS(1254), + [anon_sym_register] = ACTIONS(1254), + [anon_sym_inline] = ACTIONS(1254), + [anon_sym___inline] = ACTIONS(1254), + [anon_sym___inline__] = ACTIONS(1254), + [anon_sym___forceinline] = ACTIONS(1254), + [anon_sym_thread_local] = ACTIONS(1254), + [anon_sym___thread] = ACTIONS(1254), + [anon_sym_const] = ACTIONS(1254), + [anon_sym_constexpr] = ACTIONS(1254), + [anon_sym_volatile] = ACTIONS(1254), + [anon_sym_restrict] = ACTIONS(1254), + [anon_sym___restrict__] = ACTIONS(1254), + [anon_sym__Atomic] = ACTIONS(1254), + [anon_sym__Noreturn] = ACTIONS(1254), + [anon_sym_noreturn] = ACTIONS(1254), + [anon_sym__Nonnull] = ACTIONS(1254), + [anon_sym_alignas] = ACTIONS(1254), + [anon_sym__Alignas] = ACTIONS(1254), + [sym_primitive_type] = ACTIONS(1254), + [anon_sym_enum] = ACTIONS(1254), + [anon_sym_struct] = ACTIONS(1254), + [anon_sym_union] = ACTIONS(1254), + [anon_sym_if] = ACTIONS(1254), + [anon_sym_else] = ACTIONS(1254), + [anon_sym_switch] = ACTIONS(1254), + [anon_sym_case] = ACTIONS(1254), + [anon_sym_default] = ACTIONS(1254), + [anon_sym_while] = ACTIONS(1254), + [anon_sym_do] = ACTIONS(1254), + [anon_sym_for] = ACTIONS(1254), + [anon_sym_return] = ACTIONS(1254), + [anon_sym_break] = ACTIONS(1254), + [anon_sym_continue] = ACTIONS(1254), + [anon_sym_goto] = ACTIONS(1254), + [anon_sym___try] = ACTIONS(1254), + [anon_sym___leave] = ACTIONS(1254), + [anon_sym_DASH_DASH] = ACTIONS(1256), + [anon_sym_PLUS_PLUS] = ACTIONS(1256), + [anon_sym_sizeof] = ACTIONS(1254), + [anon_sym___alignof__] = ACTIONS(1254), + [anon_sym___alignof] = ACTIONS(1254), + [anon_sym__alignof] = ACTIONS(1254), + [anon_sym_alignof] = ACTIONS(1254), + [anon_sym__Alignof] = ACTIONS(1254), + [anon_sym_offsetof] = ACTIONS(1254), + [anon_sym__Generic] = ACTIONS(1254), + [anon_sym_asm] = ACTIONS(1254), + [anon_sym___asm__] = ACTIONS(1254), + [anon_sym___asm] = ACTIONS(1254), + [sym_number_literal] = ACTIONS(1256), + [anon_sym_L_SQUOTE] = ACTIONS(1256), + [anon_sym_u_SQUOTE] = ACTIONS(1256), + [anon_sym_U_SQUOTE] = ACTIONS(1256), + [anon_sym_u8_SQUOTE] = ACTIONS(1256), + [anon_sym_SQUOTE] = ACTIONS(1256), + [anon_sym_L_DQUOTE] = ACTIONS(1256), + [anon_sym_u_DQUOTE] = ACTIONS(1256), + [anon_sym_U_DQUOTE] = ACTIONS(1256), + [anon_sym_u8_DQUOTE] = ACTIONS(1256), + [anon_sym_DQUOTE] = ACTIONS(1256), + [sym_true] = ACTIONS(1254), + [sym_false] = ACTIONS(1254), + [anon_sym_NULL] = ACTIONS(1254), + [anon_sym_nullptr] = ACTIONS(1254), [sym_comment] = ACTIONS(3), }, - [238] = { - [sym_identifier] = ACTIONS(1182), - [aux_sym_preproc_include_token1] = ACTIONS(1182), - [aux_sym_preproc_def_token1] = ACTIONS(1182), - [aux_sym_preproc_if_token1] = ACTIONS(1182), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1182), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1182), - [sym_preproc_directive] = ACTIONS(1182), - [anon_sym_LPAREN2] = ACTIONS(1184), - [anon_sym_BANG] = ACTIONS(1184), - [anon_sym_TILDE] = ACTIONS(1184), - [anon_sym_DASH] = ACTIONS(1182), - [anon_sym_PLUS] = ACTIONS(1182), - [anon_sym_STAR] = ACTIONS(1184), - [anon_sym_AMP] = ACTIONS(1184), - [anon_sym_SEMI] = ACTIONS(1184), - [anon_sym___extension__] = ACTIONS(1182), - [anon_sym_typedef] = ACTIONS(1182), - [anon_sym_extern] = ACTIONS(1182), - [anon_sym___attribute__] = ACTIONS(1182), - [anon_sym___attribute] = ACTIONS(1182), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1184), - [anon_sym___declspec] = ACTIONS(1182), - [anon_sym___cdecl] = ACTIONS(1182), - [anon_sym___clrcall] = ACTIONS(1182), - [anon_sym___stdcall] = ACTIONS(1182), - [anon_sym___fastcall] = ACTIONS(1182), - [anon_sym___thiscall] = ACTIONS(1182), - [anon_sym___vectorcall] = ACTIONS(1182), - [anon_sym_LBRACE] = ACTIONS(1184), - [anon_sym_RBRACE] = ACTIONS(1184), - [anon_sym_signed] = ACTIONS(1182), - [anon_sym_unsigned] = ACTIONS(1182), - [anon_sym_long] = ACTIONS(1182), - [anon_sym_short] = ACTIONS(1182), - [anon_sym_static] = ACTIONS(1182), - [anon_sym_auto] = ACTIONS(1182), - [anon_sym_register] = ACTIONS(1182), - [anon_sym_inline] = ACTIONS(1182), - [anon_sym___inline] = ACTIONS(1182), - [anon_sym___inline__] = ACTIONS(1182), - [anon_sym___forceinline] = ACTIONS(1182), - [anon_sym_thread_local] = ACTIONS(1182), - [anon_sym___thread] = ACTIONS(1182), - [anon_sym_const] = ACTIONS(1182), - [anon_sym_constexpr] = ACTIONS(1182), - [anon_sym_volatile] = ACTIONS(1182), - [anon_sym_restrict] = ACTIONS(1182), - [anon_sym___restrict__] = ACTIONS(1182), - [anon_sym__Atomic] = ACTIONS(1182), - [anon_sym__Noreturn] = ACTIONS(1182), - [anon_sym_noreturn] = ACTIONS(1182), - [anon_sym__Nonnull] = ACTIONS(1182), - [anon_sym_alignas] = ACTIONS(1182), - [anon_sym__Alignas] = ACTIONS(1182), - [sym_primitive_type] = ACTIONS(1182), - [anon_sym_enum] = ACTIONS(1182), - [anon_sym_struct] = ACTIONS(1182), - [anon_sym_union] = ACTIONS(1182), - [anon_sym_if] = ACTIONS(1182), - [anon_sym_else] = ACTIONS(1182), - [anon_sym_switch] = ACTIONS(1182), - [anon_sym_case] = ACTIONS(1182), - [anon_sym_default] = ACTIONS(1182), - [anon_sym_while] = ACTIONS(1182), - [anon_sym_do] = ACTIONS(1182), - [anon_sym_for] = ACTIONS(1182), - [anon_sym_return] = ACTIONS(1182), - [anon_sym_break] = ACTIONS(1182), - [anon_sym_continue] = ACTIONS(1182), - [anon_sym_goto] = ACTIONS(1182), - [anon_sym___try] = ACTIONS(1182), - [anon_sym___leave] = ACTIONS(1182), - [anon_sym_DASH_DASH] = ACTIONS(1184), - [anon_sym_PLUS_PLUS] = ACTIONS(1184), - [anon_sym_sizeof] = ACTIONS(1182), - [anon_sym___alignof__] = ACTIONS(1182), - [anon_sym___alignof] = ACTIONS(1182), - [anon_sym__alignof] = ACTIONS(1182), - [anon_sym_alignof] = ACTIONS(1182), - [anon_sym__Alignof] = ACTIONS(1182), - [anon_sym_offsetof] = ACTIONS(1182), - [anon_sym__Generic] = ACTIONS(1182), - [anon_sym_asm] = ACTIONS(1182), - [anon_sym___asm__] = ACTIONS(1182), - [anon_sym___asm] = ACTIONS(1182), - [sym_number_literal] = ACTIONS(1184), - [anon_sym_L_SQUOTE] = ACTIONS(1184), - [anon_sym_u_SQUOTE] = ACTIONS(1184), - [anon_sym_U_SQUOTE] = ACTIONS(1184), - [anon_sym_u8_SQUOTE] = ACTIONS(1184), - [anon_sym_SQUOTE] = ACTIONS(1184), - [anon_sym_L_DQUOTE] = ACTIONS(1184), - [anon_sym_u_DQUOTE] = ACTIONS(1184), - [anon_sym_U_DQUOTE] = ACTIONS(1184), - [anon_sym_u8_DQUOTE] = ACTIONS(1184), - [anon_sym_DQUOTE] = ACTIONS(1184), - [sym_true] = ACTIONS(1182), - [sym_false] = ACTIONS(1182), - [anon_sym_NULL] = ACTIONS(1182), - [anon_sym_nullptr] = ACTIONS(1182), + [STATE(206)] = { + [sym_identifier] = ACTIONS(1138), + [aux_sym_preproc_include_token1] = ACTIONS(1138), + [aux_sym_preproc_def_token1] = ACTIONS(1138), + [aux_sym_preproc_if_token1] = ACTIONS(1138), + [aux_sym_preproc_if_token2] = ACTIONS(1138), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), + [sym_preproc_directive] = ACTIONS(1138), + [anon_sym_LPAREN2] = ACTIONS(1140), + [anon_sym_BANG] = ACTIONS(1140), + [anon_sym_TILDE] = ACTIONS(1140), + [anon_sym_DASH] = ACTIONS(1138), + [anon_sym_PLUS] = ACTIONS(1138), + [anon_sym_STAR] = ACTIONS(1140), + [anon_sym_AMP] = ACTIONS(1140), + [anon_sym_SEMI] = ACTIONS(1140), + [anon_sym___extension__] = ACTIONS(1138), + [anon_sym_typedef] = ACTIONS(1138), + [anon_sym_extern] = ACTIONS(1138), + [anon_sym___attribute__] = ACTIONS(1138), + [anon_sym___attribute] = ACTIONS(1138), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), + [anon_sym___declspec] = ACTIONS(1138), + [anon_sym___cdecl] = ACTIONS(1138), + [anon_sym___clrcall] = ACTIONS(1138), + [anon_sym___stdcall] = ACTIONS(1138), + [anon_sym___fastcall] = ACTIONS(1138), + [anon_sym___thiscall] = ACTIONS(1138), + [anon_sym___vectorcall] = ACTIONS(1138), + [anon_sym_LBRACE] = ACTIONS(1140), + [anon_sym_signed] = ACTIONS(1138), + [anon_sym_unsigned] = ACTIONS(1138), + [anon_sym_long] = ACTIONS(1138), + [anon_sym_short] = ACTIONS(1138), + [anon_sym_static] = ACTIONS(1138), + [anon_sym_auto] = ACTIONS(1138), + [anon_sym_register] = ACTIONS(1138), + [anon_sym_inline] = ACTIONS(1138), + [anon_sym___inline] = ACTIONS(1138), + [anon_sym___inline__] = ACTIONS(1138), + [anon_sym___forceinline] = ACTIONS(1138), + [anon_sym_thread_local] = ACTIONS(1138), + [anon_sym___thread] = ACTIONS(1138), + [anon_sym_const] = ACTIONS(1138), + [anon_sym_constexpr] = ACTIONS(1138), + [anon_sym_volatile] = ACTIONS(1138), + [anon_sym_restrict] = ACTIONS(1138), + [anon_sym___restrict__] = ACTIONS(1138), + [anon_sym__Atomic] = ACTIONS(1138), + [anon_sym__Noreturn] = ACTIONS(1138), + [anon_sym_noreturn] = ACTIONS(1138), + [anon_sym__Nonnull] = ACTIONS(1138), + [anon_sym_alignas] = ACTIONS(1138), + [anon_sym__Alignas] = ACTIONS(1138), + [sym_primitive_type] = ACTIONS(1138), + [anon_sym_enum] = ACTIONS(1138), + [anon_sym_struct] = ACTIONS(1138), + [anon_sym_union] = ACTIONS(1138), + [anon_sym_if] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1138), + [anon_sym_switch] = ACTIONS(1138), + [anon_sym_case] = ACTIONS(1138), + [anon_sym_default] = ACTIONS(1138), + [anon_sym_while] = ACTIONS(1138), + [anon_sym_do] = ACTIONS(1138), + [anon_sym_for] = ACTIONS(1138), + [anon_sym_return] = ACTIONS(1138), + [anon_sym_break] = ACTIONS(1138), + [anon_sym_continue] = ACTIONS(1138), + [anon_sym_goto] = ACTIONS(1138), + [anon_sym___try] = ACTIONS(1138), + [anon_sym___leave] = ACTIONS(1138), + [anon_sym_DASH_DASH] = ACTIONS(1140), + [anon_sym_PLUS_PLUS] = ACTIONS(1140), + [anon_sym_sizeof] = ACTIONS(1138), + [anon_sym___alignof__] = ACTIONS(1138), + [anon_sym___alignof] = ACTIONS(1138), + [anon_sym__alignof] = ACTIONS(1138), + [anon_sym_alignof] = ACTIONS(1138), + [anon_sym__Alignof] = ACTIONS(1138), + [anon_sym_offsetof] = ACTIONS(1138), + [anon_sym__Generic] = ACTIONS(1138), + [anon_sym_asm] = ACTIONS(1138), + [anon_sym___asm__] = ACTIONS(1138), + [anon_sym___asm] = ACTIONS(1138), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1140), + [anon_sym_u_SQUOTE] = ACTIONS(1140), + [anon_sym_U_SQUOTE] = ACTIONS(1140), + [anon_sym_u8_SQUOTE] = ACTIONS(1140), + [anon_sym_SQUOTE] = ACTIONS(1140), + [anon_sym_L_DQUOTE] = ACTIONS(1140), + [anon_sym_u_DQUOTE] = ACTIONS(1140), + [anon_sym_U_DQUOTE] = ACTIONS(1140), + [anon_sym_u8_DQUOTE] = ACTIONS(1140), + [anon_sym_DQUOTE] = ACTIONS(1140), + [sym_true] = ACTIONS(1138), + [sym_false] = ACTIONS(1138), + [anon_sym_NULL] = ACTIONS(1138), + [anon_sym_nullptr] = ACTIONS(1138), [sym_comment] = ACTIONS(3), }, - [239] = { - [ts_builtin_sym_end] = ACTIONS(1136), - [sym_identifier] = ACTIONS(1134), - [aux_sym_preproc_include_token1] = ACTIONS(1134), - [aux_sym_preproc_def_token1] = ACTIONS(1134), - [aux_sym_preproc_if_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), - [sym_preproc_directive] = ACTIONS(1134), - [anon_sym_LPAREN2] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1136), - [anon_sym_AMP] = ACTIONS(1136), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym___extension__] = ACTIONS(1134), - [anon_sym_typedef] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym___attribute__] = ACTIONS(1134), - [anon_sym___attribute] = ACTIONS(1134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), - [anon_sym___declspec] = ACTIONS(1134), - [anon_sym___cdecl] = ACTIONS(1134), - [anon_sym___clrcall] = ACTIONS(1134), - [anon_sym___stdcall] = ACTIONS(1134), - [anon_sym___fastcall] = ACTIONS(1134), - [anon_sym___thiscall] = ACTIONS(1134), - [anon_sym___vectorcall] = ACTIONS(1134), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_signed] = ACTIONS(1134), - [anon_sym_unsigned] = ACTIONS(1134), - [anon_sym_long] = ACTIONS(1134), - [anon_sym_short] = ACTIONS(1134), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_auto] = ACTIONS(1134), - [anon_sym_register] = ACTIONS(1134), - [anon_sym_inline] = ACTIONS(1134), - [anon_sym___inline] = ACTIONS(1134), - [anon_sym___inline__] = ACTIONS(1134), - [anon_sym___forceinline] = ACTIONS(1134), - [anon_sym_thread_local] = ACTIONS(1134), - [anon_sym___thread] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_constexpr] = ACTIONS(1134), - [anon_sym_volatile] = ACTIONS(1134), - [anon_sym_restrict] = ACTIONS(1134), - [anon_sym___restrict__] = ACTIONS(1134), - [anon_sym__Atomic] = ACTIONS(1134), - [anon_sym__Noreturn] = ACTIONS(1134), - [anon_sym_noreturn] = ACTIONS(1134), - [anon_sym__Nonnull] = ACTIONS(1134), - [anon_sym_alignas] = ACTIONS(1134), - [anon_sym__Alignas] = ACTIONS(1134), - [sym_primitive_type] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_else] = ACTIONS(1134), - [anon_sym_switch] = ACTIONS(1134), - [anon_sym_case] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_do] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_goto] = ACTIONS(1134), - [anon_sym___try] = ACTIONS(1134), - [anon_sym___leave] = ACTIONS(1134), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [anon_sym_sizeof] = ACTIONS(1134), - [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(1134), - [anon_sym__Generic] = ACTIONS(1134), - [anon_sym_asm] = ACTIONS(1134), - [anon_sym___asm__] = ACTIONS(1134), - [anon_sym___asm] = ACTIONS(1134), - [sym_number_literal] = ACTIONS(1136), - [anon_sym_L_SQUOTE] = ACTIONS(1136), - [anon_sym_u_SQUOTE] = ACTIONS(1136), - [anon_sym_U_SQUOTE] = ACTIONS(1136), - [anon_sym_u8_SQUOTE] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_L_DQUOTE] = ACTIONS(1136), - [anon_sym_u_DQUOTE] = ACTIONS(1136), - [anon_sym_U_DQUOTE] = ACTIONS(1136), - [anon_sym_u8_DQUOTE] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [sym_true] = ACTIONS(1134), - [sym_false] = ACTIONS(1134), - [anon_sym_NULL] = ACTIONS(1134), - [anon_sym_nullptr] = ACTIONS(1134), + [STATE(207)] = { + [ts_builtin_sym_end] = ACTIONS(1252), + [sym_identifier] = ACTIONS(1250), + [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(1252), + [anon_sym_TILDE] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1250), + [anon_sym_PLUS] = ACTIONS(1250), + [anon_sym_STAR] = ACTIONS(1252), + [anon_sym_AMP] = ACTIONS(1252), + [anon_sym_SEMI] = ACTIONS(1252), + [anon_sym___extension__] = ACTIONS(1250), + [anon_sym_typedef] = ACTIONS(1250), + [anon_sym_extern] = ACTIONS(1250), + [anon_sym___attribute__] = ACTIONS(1250), + [anon_sym___attribute] = ACTIONS(1250), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1252), + [anon_sym___declspec] = 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(1252), + [anon_sym_signed] = ACTIONS(1250), + [anon_sym_unsigned] = ACTIONS(1250), + [anon_sym_long] = ACTIONS(1250), + [anon_sym_short] = ACTIONS(1250), + [anon_sym_static] = ACTIONS(1250), + [anon_sym_auto] = ACTIONS(1250), + [anon_sym_register] = ACTIONS(1250), + [anon_sym_inline] = ACTIONS(1250), + [anon_sym___inline] = ACTIONS(1250), + [anon_sym___inline__] = ACTIONS(1250), + [anon_sym___forceinline] = ACTIONS(1250), + [anon_sym_thread_local] = ACTIONS(1250), + [anon_sym___thread] = ACTIONS(1250), + [anon_sym_const] = ACTIONS(1250), + [anon_sym_constexpr] = ACTIONS(1250), + [anon_sym_volatile] = ACTIONS(1250), + [anon_sym_restrict] = ACTIONS(1250), + [anon_sym___restrict__] = ACTIONS(1250), + [anon_sym__Atomic] = ACTIONS(1250), + [anon_sym__Noreturn] = ACTIONS(1250), + [anon_sym_noreturn] = ACTIONS(1250), + [anon_sym__Nonnull] = ACTIONS(1250), + [anon_sym_alignas] = ACTIONS(1250), + [anon_sym__Alignas] = ACTIONS(1250), + [sym_primitive_type] = ACTIONS(1250), + [anon_sym_enum] = ACTIONS(1250), + [anon_sym_struct] = ACTIONS(1250), + [anon_sym_union] = ACTIONS(1250), + [anon_sym_if] = ACTIONS(1250), + [anon_sym_else] = ACTIONS(1250), + [anon_sym_switch] = ACTIONS(1250), + [anon_sym_case] = ACTIONS(1250), + [anon_sym_default] = ACTIONS(1250), + [anon_sym_while] = ACTIONS(1250), + [anon_sym_do] = ACTIONS(1250), + [anon_sym_for] = ACTIONS(1250), + [anon_sym_return] = ACTIONS(1250), + [anon_sym_break] = ACTIONS(1250), + [anon_sym_continue] = ACTIONS(1250), + [anon_sym_goto] = ACTIONS(1250), + [anon_sym___try] = ACTIONS(1250), + [anon_sym___leave] = ACTIONS(1250), + [anon_sym_DASH_DASH] = ACTIONS(1252), + [anon_sym_PLUS_PLUS] = ACTIONS(1252), + [anon_sym_sizeof] = ACTIONS(1250), + [anon_sym___alignof__] = ACTIONS(1250), + [anon_sym___alignof] = ACTIONS(1250), + [anon_sym__alignof] = ACTIONS(1250), + [anon_sym_alignof] = ACTIONS(1250), + [anon_sym__Alignof] = ACTIONS(1250), + [anon_sym_offsetof] = ACTIONS(1250), + [anon_sym__Generic] = ACTIONS(1250), + [anon_sym_asm] = ACTIONS(1250), + [anon_sym___asm__] = ACTIONS(1250), + [anon_sym___asm] = ACTIONS(1250), + [sym_number_literal] = ACTIONS(1252), + [anon_sym_L_SQUOTE] = ACTIONS(1252), + [anon_sym_u_SQUOTE] = ACTIONS(1252), + [anon_sym_U_SQUOTE] = ACTIONS(1252), + [anon_sym_u8_SQUOTE] = ACTIONS(1252), + [anon_sym_SQUOTE] = ACTIONS(1252), + [anon_sym_L_DQUOTE] = ACTIONS(1252), + [anon_sym_u_DQUOTE] = ACTIONS(1252), + [anon_sym_U_DQUOTE] = ACTIONS(1252), + [anon_sym_u8_DQUOTE] = ACTIONS(1252), + [anon_sym_DQUOTE] = ACTIONS(1252), + [sym_true] = ACTIONS(1250), + [sym_false] = ACTIONS(1250), + [anon_sym_NULL] = ACTIONS(1250), + [anon_sym_nullptr] = ACTIONS(1250), + [sym_comment] = ACTIONS(3), + }, + [STATE(208)] = { + [sym_identifier] = ACTIONS(1150), + [aux_sym_preproc_include_token1] = ACTIONS(1150), + [aux_sym_preproc_def_token1] = ACTIONS(1150), + [aux_sym_preproc_if_token1] = ACTIONS(1150), + [aux_sym_preproc_if_token2] = ACTIONS(1150), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1150), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1150), + [sym_preproc_directive] = ACTIONS(1150), + [anon_sym_LPAREN2] = ACTIONS(1152), + [anon_sym_BANG] = ACTIONS(1152), + [anon_sym_TILDE] = ACTIONS(1152), + [anon_sym_DASH] = ACTIONS(1150), + [anon_sym_PLUS] = ACTIONS(1150), + [anon_sym_STAR] = ACTIONS(1152), + [anon_sym_AMP] = ACTIONS(1152), + [anon_sym_SEMI] = ACTIONS(1152), + [anon_sym___extension__] = ACTIONS(1150), + [anon_sym_typedef] = ACTIONS(1150), + [anon_sym_extern] = ACTIONS(1150), + [anon_sym___attribute__] = ACTIONS(1150), + [anon_sym___attribute] = ACTIONS(1150), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1152), + [anon_sym___declspec] = ACTIONS(1150), + [anon_sym___cdecl] = ACTIONS(1150), + [anon_sym___clrcall] = ACTIONS(1150), + [anon_sym___stdcall] = ACTIONS(1150), + [anon_sym___fastcall] = ACTIONS(1150), + [anon_sym___thiscall] = ACTIONS(1150), + [anon_sym___vectorcall] = ACTIONS(1150), + [anon_sym_LBRACE] = ACTIONS(1152), + [anon_sym_signed] = ACTIONS(1150), + [anon_sym_unsigned] = ACTIONS(1150), + [anon_sym_long] = ACTIONS(1150), + [anon_sym_short] = ACTIONS(1150), + [anon_sym_static] = ACTIONS(1150), + [anon_sym_auto] = ACTIONS(1150), + [anon_sym_register] = ACTIONS(1150), + [anon_sym_inline] = ACTIONS(1150), + [anon_sym___inline] = ACTIONS(1150), + [anon_sym___inline__] = ACTIONS(1150), + [anon_sym___forceinline] = ACTIONS(1150), + [anon_sym_thread_local] = ACTIONS(1150), + [anon_sym___thread] = ACTIONS(1150), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_constexpr] = ACTIONS(1150), + [anon_sym_volatile] = ACTIONS(1150), + [anon_sym_restrict] = ACTIONS(1150), + [anon_sym___restrict__] = ACTIONS(1150), + [anon_sym__Atomic] = ACTIONS(1150), + [anon_sym__Noreturn] = ACTIONS(1150), + [anon_sym_noreturn] = ACTIONS(1150), + [anon_sym__Nonnull] = ACTIONS(1150), + [anon_sym_alignas] = ACTIONS(1150), + [anon_sym__Alignas] = ACTIONS(1150), + [sym_primitive_type] = ACTIONS(1150), + [anon_sym_enum] = ACTIONS(1150), + [anon_sym_struct] = ACTIONS(1150), + [anon_sym_union] = ACTIONS(1150), + [anon_sym_if] = ACTIONS(1150), + [anon_sym_else] = ACTIONS(1150), + [anon_sym_switch] = ACTIONS(1150), + [anon_sym_case] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1150), + [anon_sym_while] = ACTIONS(1150), + [anon_sym_do] = ACTIONS(1150), + [anon_sym_for] = ACTIONS(1150), + [anon_sym_return] = ACTIONS(1150), + [anon_sym_break] = ACTIONS(1150), + [anon_sym_continue] = ACTIONS(1150), + [anon_sym_goto] = ACTIONS(1150), + [anon_sym___try] = ACTIONS(1150), + [anon_sym___leave] = ACTIONS(1150), + [anon_sym_DASH_DASH] = ACTIONS(1152), + [anon_sym_PLUS_PLUS] = ACTIONS(1152), + [anon_sym_sizeof] = ACTIONS(1150), + [anon_sym___alignof__] = ACTIONS(1150), + [anon_sym___alignof] = ACTIONS(1150), + [anon_sym__alignof] = ACTIONS(1150), + [anon_sym_alignof] = ACTIONS(1150), + [anon_sym__Alignof] = ACTIONS(1150), + [anon_sym_offsetof] = ACTIONS(1150), + [anon_sym__Generic] = ACTIONS(1150), + [anon_sym_asm] = ACTIONS(1150), + [anon_sym___asm__] = ACTIONS(1150), + [anon_sym___asm] = ACTIONS(1150), + [sym_number_literal] = ACTIONS(1152), + [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(1152), + [anon_sym_u_DQUOTE] = ACTIONS(1152), + [anon_sym_U_DQUOTE] = ACTIONS(1152), + [anon_sym_u8_DQUOTE] = ACTIONS(1152), + [anon_sym_DQUOTE] = ACTIONS(1152), + [sym_true] = ACTIONS(1150), + [sym_false] = ACTIONS(1150), + [anon_sym_NULL] = ACTIONS(1150), + [anon_sym_nullptr] = ACTIONS(1150), [sym_comment] = ACTIONS(3), }, - [240] = { - [ts_builtin_sym_end] = ACTIONS(1160), + [STATE(209)] = { [sym_identifier] = ACTIONS(1158), [aux_sym_preproc_include_token1] = ACTIONS(1158), [aux_sym_preproc_def_token1] = ACTIONS(1158), [aux_sym_preproc_if_token1] = ACTIONS(1158), + [aux_sym_preproc_if_token2] = ACTIONS(1158), [aux_sym_preproc_ifdef_token1] = ACTIONS(1158), [aux_sym_preproc_ifdef_token2] = ACTIONS(1158), [sym_preproc_directive] = ACTIONS(1158), @@ -41778,114 +38975,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1158), [sym_comment] = ACTIONS(3), }, - [241] = { - [ts_builtin_sym_end] = ACTIONS(1252), - [sym_identifier] = ACTIONS(1250), - [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(1252), - [anon_sym_TILDE] = ACTIONS(1252), - [anon_sym_DASH] = ACTIONS(1250), - [anon_sym_PLUS] = ACTIONS(1250), - [anon_sym_STAR] = ACTIONS(1252), - [anon_sym_AMP] = ACTIONS(1252), - [anon_sym_SEMI] = ACTIONS(1252), - [anon_sym___extension__] = ACTIONS(1250), - [anon_sym_typedef] = ACTIONS(1250), - [anon_sym_extern] = ACTIONS(1250), - [anon_sym___attribute__] = ACTIONS(1250), - [anon_sym___attribute] = ACTIONS(1250), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1252), - [anon_sym___declspec] = 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(1252), - [anon_sym_signed] = ACTIONS(1250), - [anon_sym_unsigned] = ACTIONS(1250), - [anon_sym_long] = ACTIONS(1250), - [anon_sym_short] = ACTIONS(1250), - [anon_sym_static] = ACTIONS(1250), - [anon_sym_auto] = ACTIONS(1250), - [anon_sym_register] = ACTIONS(1250), - [anon_sym_inline] = ACTIONS(1250), - [anon_sym___inline] = ACTIONS(1250), - [anon_sym___inline__] = ACTIONS(1250), - [anon_sym___forceinline] = ACTIONS(1250), - [anon_sym_thread_local] = ACTIONS(1250), - [anon_sym___thread] = ACTIONS(1250), - [anon_sym_const] = ACTIONS(1250), - [anon_sym_constexpr] = ACTIONS(1250), - [anon_sym_volatile] = ACTIONS(1250), - [anon_sym_restrict] = ACTIONS(1250), - [anon_sym___restrict__] = ACTIONS(1250), - [anon_sym__Atomic] = ACTIONS(1250), - [anon_sym__Noreturn] = ACTIONS(1250), - [anon_sym_noreturn] = ACTIONS(1250), - [anon_sym__Nonnull] = ACTIONS(1250), - [anon_sym_alignas] = ACTIONS(1250), - [anon_sym__Alignas] = ACTIONS(1250), - [sym_primitive_type] = ACTIONS(1250), - [anon_sym_enum] = ACTIONS(1250), - [anon_sym_struct] = ACTIONS(1250), - [anon_sym_union] = ACTIONS(1250), - [anon_sym_if] = ACTIONS(1250), - [anon_sym_else] = ACTIONS(1250), - [anon_sym_switch] = ACTIONS(1250), - [anon_sym_case] = ACTIONS(1250), - [anon_sym_default] = ACTIONS(1250), - [anon_sym_while] = ACTIONS(1250), - [anon_sym_do] = ACTIONS(1250), - [anon_sym_for] = ACTIONS(1250), - [anon_sym_return] = ACTIONS(1250), - [anon_sym_break] = ACTIONS(1250), - [anon_sym_continue] = ACTIONS(1250), - [anon_sym_goto] = ACTIONS(1250), - [anon_sym___try] = ACTIONS(1250), - [anon_sym___leave] = ACTIONS(1250), - [anon_sym_DASH_DASH] = ACTIONS(1252), - [anon_sym_PLUS_PLUS] = ACTIONS(1252), - [anon_sym_sizeof] = ACTIONS(1250), - [anon_sym___alignof__] = ACTIONS(1250), - [anon_sym___alignof] = ACTIONS(1250), - [anon_sym__alignof] = ACTIONS(1250), - [anon_sym_alignof] = ACTIONS(1250), - [anon_sym__Alignof] = ACTIONS(1250), - [anon_sym_offsetof] = ACTIONS(1250), - [anon_sym__Generic] = ACTIONS(1250), - [anon_sym_asm] = ACTIONS(1250), - [anon_sym___asm__] = ACTIONS(1250), - [anon_sym___asm] = ACTIONS(1250), - [sym_number_literal] = ACTIONS(1252), - [anon_sym_L_SQUOTE] = ACTIONS(1252), - [anon_sym_u_SQUOTE] = ACTIONS(1252), - [anon_sym_U_SQUOTE] = ACTIONS(1252), - [anon_sym_u8_SQUOTE] = ACTIONS(1252), - [anon_sym_SQUOTE] = ACTIONS(1252), - [anon_sym_L_DQUOTE] = ACTIONS(1252), - [anon_sym_u_DQUOTE] = ACTIONS(1252), - [anon_sym_U_DQUOTE] = ACTIONS(1252), - [anon_sym_u8_DQUOTE] = ACTIONS(1252), - [anon_sym_DQUOTE] = ACTIONS(1252), - [sym_true] = ACTIONS(1250), - [sym_false] = ACTIONS(1250), - [anon_sym_NULL] = ACTIONS(1250), - [anon_sym_nullptr] = ACTIONS(1250), - [sym_comment] = ACTIONS(3), - }, - [242] = { + [STATE(210)] = { [sym_identifier] = ACTIONS(1162), [aux_sym_preproc_include_token1] = ACTIONS(1162), [aux_sym_preproc_def_token1] = ACTIONS(1162), [aux_sym_preproc_if_token1] = ACTIONS(1162), + [aux_sym_preproc_if_token2] = ACTIONS(1162), [aux_sym_preproc_ifdef_token1] = ACTIONS(1162), [aux_sym_preproc_ifdef_token2] = ACTIONS(1162), [sym_preproc_directive] = ACTIONS(1162), @@ -41911,7 +39006,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1162), [anon_sym___vectorcall] = ACTIONS(1162), [anon_sym_LBRACE] = ACTIONS(1164), - [anon_sym_RBRACE] = ACTIONS(1164), [anon_sym_signed] = ACTIONS(1162), [anon_sym_unsigned] = ACTIONS(1162), [anon_sym_long] = ACTIONS(1162), @@ -41984,12 +39078,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1162), [sym_comment] = ACTIONS(3), }, - [243] = { - [ts_builtin_sym_end] = ACTIONS(1168), + [STATE(211)] = { [sym_identifier] = ACTIONS(1166), [aux_sym_preproc_include_token1] = ACTIONS(1166), [aux_sym_preproc_def_token1] = ACTIONS(1166), [aux_sym_preproc_if_token1] = ACTIONS(1166), + [aux_sym_preproc_if_token2] = ACTIONS(1166), [aux_sym_preproc_ifdef_token1] = ACTIONS(1166), [aux_sym_preproc_ifdef_token2] = ACTIONS(1166), [sym_preproc_directive] = ACTIONS(1166), @@ -42039,369 +39133,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Nonnull] = ACTIONS(1166), [anon_sym_alignas] = ACTIONS(1166), [anon_sym__Alignas] = ACTIONS(1166), - [sym_primitive_type] = ACTIONS(1166), - [anon_sym_enum] = ACTIONS(1166), - [anon_sym_struct] = ACTIONS(1166), - [anon_sym_union] = ACTIONS(1166), - [anon_sym_if] = ACTIONS(1166), - [anon_sym_else] = ACTIONS(1166), - [anon_sym_switch] = ACTIONS(1166), - [anon_sym_case] = ACTIONS(1166), - [anon_sym_default] = ACTIONS(1166), - [anon_sym_while] = ACTIONS(1166), - [anon_sym_do] = ACTIONS(1166), - [anon_sym_for] = ACTIONS(1166), - [anon_sym_return] = ACTIONS(1166), - [anon_sym_break] = ACTIONS(1166), - [anon_sym_continue] = ACTIONS(1166), - [anon_sym_goto] = ACTIONS(1166), - [anon_sym___try] = ACTIONS(1166), - [anon_sym___leave] = ACTIONS(1166), - [anon_sym_DASH_DASH] = ACTIONS(1168), - [anon_sym_PLUS_PLUS] = ACTIONS(1168), - [anon_sym_sizeof] = ACTIONS(1166), - [anon_sym___alignof__] = ACTIONS(1166), - [anon_sym___alignof] = ACTIONS(1166), - [anon_sym__alignof] = ACTIONS(1166), - [anon_sym_alignof] = ACTIONS(1166), - [anon_sym__Alignof] = ACTIONS(1166), - [anon_sym_offsetof] = ACTIONS(1166), - [anon_sym__Generic] = ACTIONS(1166), - [anon_sym_asm] = ACTIONS(1166), - [anon_sym___asm__] = ACTIONS(1166), - [anon_sym___asm] = ACTIONS(1166), - [sym_number_literal] = ACTIONS(1168), - [anon_sym_L_SQUOTE] = ACTIONS(1168), - [anon_sym_u_SQUOTE] = ACTIONS(1168), - [anon_sym_U_SQUOTE] = ACTIONS(1168), - [anon_sym_u8_SQUOTE] = ACTIONS(1168), - [anon_sym_SQUOTE] = ACTIONS(1168), - [anon_sym_L_DQUOTE] = ACTIONS(1168), - [anon_sym_u_DQUOTE] = ACTIONS(1168), - [anon_sym_U_DQUOTE] = ACTIONS(1168), - [anon_sym_u8_DQUOTE] = ACTIONS(1168), - [anon_sym_DQUOTE] = ACTIONS(1168), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [anon_sym_NULL] = ACTIONS(1166), - [anon_sym_nullptr] = ACTIONS(1166), - [sym_comment] = ACTIONS(3), - }, - [244] = { - [sym_identifier] = ACTIONS(1186), - [aux_sym_preproc_include_token1] = ACTIONS(1186), - [aux_sym_preproc_def_token1] = ACTIONS(1186), - [aux_sym_preproc_if_token1] = ACTIONS(1186), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1186), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1186), - [sym_preproc_directive] = ACTIONS(1186), - [anon_sym_LPAREN2] = ACTIONS(1188), - [anon_sym_BANG] = ACTIONS(1188), - [anon_sym_TILDE] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_STAR] = ACTIONS(1188), - [anon_sym_AMP] = ACTIONS(1188), - [anon_sym_SEMI] = ACTIONS(1188), - [anon_sym___extension__] = ACTIONS(1186), - [anon_sym_typedef] = ACTIONS(1186), - [anon_sym_extern] = ACTIONS(1186), - [anon_sym___attribute__] = ACTIONS(1186), - [anon_sym___attribute] = ACTIONS(1186), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1188), - [anon_sym___declspec] = ACTIONS(1186), - [anon_sym___cdecl] = ACTIONS(1186), - [anon_sym___clrcall] = ACTIONS(1186), - [anon_sym___stdcall] = ACTIONS(1186), - [anon_sym___fastcall] = ACTIONS(1186), - [anon_sym___thiscall] = ACTIONS(1186), - [anon_sym___vectorcall] = ACTIONS(1186), - [anon_sym_LBRACE] = ACTIONS(1188), - [anon_sym_RBRACE] = ACTIONS(1188), - [anon_sym_signed] = ACTIONS(1186), - [anon_sym_unsigned] = ACTIONS(1186), - [anon_sym_long] = ACTIONS(1186), - [anon_sym_short] = ACTIONS(1186), - [anon_sym_static] = ACTIONS(1186), - [anon_sym_auto] = ACTIONS(1186), - [anon_sym_register] = ACTIONS(1186), - [anon_sym_inline] = ACTIONS(1186), - [anon_sym___inline] = ACTIONS(1186), - [anon_sym___inline__] = ACTIONS(1186), - [anon_sym___forceinline] = ACTIONS(1186), - [anon_sym_thread_local] = ACTIONS(1186), - [anon_sym___thread] = ACTIONS(1186), - [anon_sym_const] = ACTIONS(1186), - [anon_sym_constexpr] = ACTIONS(1186), - [anon_sym_volatile] = ACTIONS(1186), - [anon_sym_restrict] = ACTIONS(1186), - [anon_sym___restrict__] = ACTIONS(1186), - [anon_sym__Atomic] = ACTIONS(1186), - [anon_sym__Noreturn] = ACTIONS(1186), - [anon_sym_noreturn] = ACTIONS(1186), - [anon_sym__Nonnull] = ACTIONS(1186), - [anon_sym_alignas] = ACTIONS(1186), - [anon_sym__Alignas] = ACTIONS(1186), - [sym_primitive_type] = ACTIONS(1186), - [anon_sym_enum] = ACTIONS(1186), - [anon_sym_struct] = ACTIONS(1186), - [anon_sym_union] = ACTIONS(1186), - [anon_sym_if] = ACTIONS(1186), - [anon_sym_else] = ACTIONS(1186), - [anon_sym_switch] = ACTIONS(1186), - [anon_sym_case] = ACTIONS(1186), - [anon_sym_default] = ACTIONS(1186), - [anon_sym_while] = ACTIONS(1186), - [anon_sym_do] = ACTIONS(1186), - [anon_sym_for] = ACTIONS(1186), - [anon_sym_return] = ACTIONS(1186), - [anon_sym_break] = ACTIONS(1186), - [anon_sym_continue] = ACTIONS(1186), - [anon_sym_goto] = ACTIONS(1186), - [anon_sym___try] = ACTIONS(1186), - [anon_sym___leave] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1188), - [anon_sym_PLUS_PLUS] = ACTIONS(1188), - [anon_sym_sizeof] = ACTIONS(1186), - [anon_sym___alignof__] = ACTIONS(1186), - [anon_sym___alignof] = ACTIONS(1186), - [anon_sym__alignof] = ACTIONS(1186), - [anon_sym_alignof] = ACTIONS(1186), - [anon_sym__Alignof] = ACTIONS(1186), - [anon_sym_offsetof] = ACTIONS(1186), - [anon_sym__Generic] = ACTIONS(1186), - [anon_sym_asm] = ACTIONS(1186), - [anon_sym___asm__] = ACTIONS(1186), - [anon_sym___asm] = ACTIONS(1186), - [sym_number_literal] = ACTIONS(1188), - [anon_sym_L_SQUOTE] = ACTIONS(1188), - [anon_sym_u_SQUOTE] = ACTIONS(1188), - [anon_sym_U_SQUOTE] = ACTIONS(1188), - [anon_sym_u8_SQUOTE] = ACTIONS(1188), - [anon_sym_SQUOTE] = ACTIONS(1188), - [anon_sym_L_DQUOTE] = ACTIONS(1188), - [anon_sym_u_DQUOTE] = ACTIONS(1188), - [anon_sym_U_DQUOTE] = ACTIONS(1188), - [anon_sym_u8_DQUOTE] = ACTIONS(1188), - [anon_sym_DQUOTE] = ACTIONS(1188), - [sym_true] = ACTIONS(1186), - [sym_false] = ACTIONS(1186), - [anon_sym_NULL] = ACTIONS(1186), - [anon_sym_nullptr] = ACTIONS(1186), - [sym_comment] = ACTIONS(3), - }, - [245] = { - [ts_builtin_sym_end] = ACTIONS(1244), - [sym_identifier] = ACTIONS(1242), - [aux_sym_preproc_include_token1] = ACTIONS(1242), - [aux_sym_preproc_def_token1] = ACTIONS(1242), - [aux_sym_preproc_if_token1] = ACTIONS(1242), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1242), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1242), - [sym_preproc_directive] = ACTIONS(1242), - [anon_sym_LPAREN2] = ACTIONS(1244), - [anon_sym_BANG] = ACTIONS(1244), - [anon_sym_TILDE] = ACTIONS(1244), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_STAR] = ACTIONS(1244), - [anon_sym_AMP] = ACTIONS(1244), - [anon_sym_SEMI] = ACTIONS(1244), - [anon_sym___extension__] = ACTIONS(1242), - [anon_sym_typedef] = ACTIONS(1242), - [anon_sym_extern] = ACTIONS(1242), - [anon_sym___attribute__] = ACTIONS(1242), - [anon_sym___attribute] = ACTIONS(1242), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1244), - [anon_sym___declspec] = ACTIONS(1242), - [anon_sym___cdecl] = ACTIONS(1242), - [anon_sym___clrcall] = ACTIONS(1242), - [anon_sym___stdcall] = ACTIONS(1242), - [anon_sym___fastcall] = ACTIONS(1242), - [anon_sym___thiscall] = ACTIONS(1242), - [anon_sym___vectorcall] = ACTIONS(1242), - [anon_sym_LBRACE] = ACTIONS(1244), - [anon_sym_signed] = ACTIONS(1242), - [anon_sym_unsigned] = ACTIONS(1242), - [anon_sym_long] = ACTIONS(1242), - [anon_sym_short] = ACTIONS(1242), - [anon_sym_static] = ACTIONS(1242), - [anon_sym_auto] = ACTIONS(1242), - [anon_sym_register] = ACTIONS(1242), - [anon_sym_inline] = ACTIONS(1242), - [anon_sym___inline] = ACTIONS(1242), - [anon_sym___inline__] = ACTIONS(1242), - [anon_sym___forceinline] = ACTIONS(1242), - [anon_sym_thread_local] = ACTIONS(1242), - [anon_sym___thread] = ACTIONS(1242), - [anon_sym_const] = ACTIONS(1242), - [anon_sym_constexpr] = ACTIONS(1242), - [anon_sym_volatile] = ACTIONS(1242), - [anon_sym_restrict] = ACTIONS(1242), - [anon_sym___restrict__] = ACTIONS(1242), - [anon_sym__Atomic] = ACTIONS(1242), - [anon_sym__Noreturn] = ACTIONS(1242), - [anon_sym_noreturn] = ACTIONS(1242), - [anon_sym__Nonnull] = ACTIONS(1242), - [anon_sym_alignas] = ACTIONS(1242), - [anon_sym__Alignas] = ACTIONS(1242), - [sym_primitive_type] = ACTIONS(1242), - [anon_sym_enum] = ACTIONS(1242), - [anon_sym_struct] = ACTIONS(1242), - [anon_sym_union] = ACTIONS(1242), - [anon_sym_if] = ACTIONS(1242), - [anon_sym_else] = ACTIONS(1242), - [anon_sym_switch] = ACTIONS(1242), - [anon_sym_case] = ACTIONS(1242), - [anon_sym_default] = ACTIONS(1242), - [anon_sym_while] = ACTIONS(1242), - [anon_sym_do] = ACTIONS(1242), - [anon_sym_for] = ACTIONS(1242), - [anon_sym_return] = ACTIONS(1242), - [anon_sym_break] = ACTIONS(1242), - [anon_sym_continue] = ACTIONS(1242), - [anon_sym_goto] = ACTIONS(1242), - [anon_sym___try] = ACTIONS(1242), - [anon_sym___leave] = ACTIONS(1242), - [anon_sym_DASH_DASH] = ACTIONS(1244), - [anon_sym_PLUS_PLUS] = ACTIONS(1244), - [anon_sym_sizeof] = ACTIONS(1242), - [anon_sym___alignof__] = ACTIONS(1242), - [anon_sym___alignof] = ACTIONS(1242), - [anon_sym__alignof] = ACTIONS(1242), - [anon_sym_alignof] = ACTIONS(1242), - [anon_sym__Alignof] = ACTIONS(1242), - [anon_sym_offsetof] = ACTIONS(1242), - [anon_sym__Generic] = ACTIONS(1242), - [anon_sym_asm] = ACTIONS(1242), - [anon_sym___asm__] = ACTIONS(1242), - [anon_sym___asm] = ACTIONS(1242), - [sym_number_literal] = ACTIONS(1244), - [anon_sym_L_SQUOTE] = ACTIONS(1244), - [anon_sym_u_SQUOTE] = ACTIONS(1244), - [anon_sym_U_SQUOTE] = ACTIONS(1244), - [anon_sym_u8_SQUOTE] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1244), - [anon_sym_L_DQUOTE] = ACTIONS(1244), - [anon_sym_u_DQUOTE] = ACTIONS(1244), - [anon_sym_U_DQUOTE] = ACTIONS(1244), - [anon_sym_u8_DQUOTE] = ACTIONS(1244), - [anon_sym_DQUOTE] = ACTIONS(1244), - [sym_true] = ACTIONS(1242), - [sym_false] = ACTIONS(1242), - [anon_sym_NULL] = ACTIONS(1242), - [anon_sym_nullptr] = ACTIONS(1242), - [sym_comment] = ACTIONS(3), - }, - [246] = { - [ts_builtin_sym_end] = ACTIONS(1184), - [sym_identifier] = ACTIONS(1182), - [aux_sym_preproc_include_token1] = ACTIONS(1182), - [aux_sym_preproc_def_token1] = ACTIONS(1182), - [aux_sym_preproc_if_token1] = ACTIONS(1182), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1182), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1182), - [sym_preproc_directive] = ACTIONS(1182), - [anon_sym_LPAREN2] = ACTIONS(1184), - [anon_sym_BANG] = ACTIONS(1184), - [anon_sym_TILDE] = ACTIONS(1184), - [anon_sym_DASH] = ACTIONS(1182), - [anon_sym_PLUS] = ACTIONS(1182), - [anon_sym_STAR] = ACTIONS(1184), - [anon_sym_AMP] = ACTIONS(1184), - [anon_sym_SEMI] = ACTIONS(1184), - [anon_sym___extension__] = ACTIONS(1182), - [anon_sym_typedef] = ACTIONS(1182), - [anon_sym_extern] = ACTIONS(1182), - [anon_sym___attribute__] = ACTIONS(1182), - [anon_sym___attribute] = ACTIONS(1182), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1184), - [anon_sym___declspec] = ACTIONS(1182), - [anon_sym___cdecl] = ACTIONS(1182), - [anon_sym___clrcall] = ACTIONS(1182), - [anon_sym___stdcall] = ACTIONS(1182), - [anon_sym___fastcall] = ACTIONS(1182), - [anon_sym___thiscall] = ACTIONS(1182), - [anon_sym___vectorcall] = ACTIONS(1182), - [anon_sym_LBRACE] = ACTIONS(1184), - [anon_sym_signed] = ACTIONS(1182), - [anon_sym_unsigned] = ACTIONS(1182), - [anon_sym_long] = ACTIONS(1182), - [anon_sym_short] = ACTIONS(1182), - [anon_sym_static] = ACTIONS(1182), - [anon_sym_auto] = ACTIONS(1182), - [anon_sym_register] = ACTIONS(1182), - [anon_sym_inline] = ACTIONS(1182), - [anon_sym___inline] = ACTIONS(1182), - [anon_sym___inline__] = ACTIONS(1182), - [anon_sym___forceinline] = ACTIONS(1182), - [anon_sym_thread_local] = ACTIONS(1182), - [anon_sym___thread] = ACTIONS(1182), - [anon_sym_const] = ACTIONS(1182), - [anon_sym_constexpr] = ACTIONS(1182), - [anon_sym_volatile] = ACTIONS(1182), - [anon_sym_restrict] = ACTIONS(1182), - [anon_sym___restrict__] = ACTIONS(1182), - [anon_sym__Atomic] = ACTIONS(1182), - [anon_sym__Noreturn] = ACTIONS(1182), - [anon_sym_noreturn] = ACTIONS(1182), - [anon_sym__Nonnull] = ACTIONS(1182), - [anon_sym_alignas] = ACTIONS(1182), - [anon_sym__Alignas] = ACTIONS(1182), - [sym_primitive_type] = ACTIONS(1182), - [anon_sym_enum] = ACTIONS(1182), - [anon_sym_struct] = ACTIONS(1182), - [anon_sym_union] = ACTIONS(1182), - [anon_sym_if] = ACTIONS(1182), - [anon_sym_else] = ACTIONS(1182), - [anon_sym_switch] = ACTIONS(1182), - [anon_sym_case] = ACTIONS(1182), - [anon_sym_default] = ACTIONS(1182), - [anon_sym_while] = ACTIONS(1182), - [anon_sym_do] = ACTIONS(1182), - [anon_sym_for] = ACTIONS(1182), - [anon_sym_return] = ACTIONS(1182), - [anon_sym_break] = ACTIONS(1182), - [anon_sym_continue] = ACTIONS(1182), - [anon_sym_goto] = ACTIONS(1182), - [anon_sym___try] = ACTIONS(1182), - [anon_sym___leave] = ACTIONS(1182), - [anon_sym_DASH_DASH] = ACTIONS(1184), - [anon_sym_PLUS_PLUS] = ACTIONS(1184), - [anon_sym_sizeof] = ACTIONS(1182), - [anon_sym___alignof__] = ACTIONS(1182), - [anon_sym___alignof] = ACTIONS(1182), - [anon_sym__alignof] = ACTIONS(1182), - [anon_sym_alignof] = ACTIONS(1182), - [anon_sym__Alignof] = ACTIONS(1182), - [anon_sym_offsetof] = ACTIONS(1182), - [anon_sym__Generic] = ACTIONS(1182), - [anon_sym_asm] = ACTIONS(1182), - [anon_sym___asm__] = ACTIONS(1182), - [anon_sym___asm] = ACTIONS(1182), - [sym_number_literal] = ACTIONS(1184), - [anon_sym_L_SQUOTE] = ACTIONS(1184), - [anon_sym_u_SQUOTE] = ACTIONS(1184), - [anon_sym_U_SQUOTE] = ACTIONS(1184), - [anon_sym_u8_SQUOTE] = ACTIONS(1184), - [anon_sym_SQUOTE] = ACTIONS(1184), - [anon_sym_L_DQUOTE] = ACTIONS(1184), - [anon_sym_u_DQUOTE] = ACTIONS(1184), - [anon_sym_U_DQUOTE] = ACTIONS(1184), - [anon_sym_u8_DQUOTE] = ACTIONS(1184), - [anon_sym_DQUOTE] = ACTIONS(1184), - [sym_true] = ACTIONS(1182), - [sym_false] = ACTIONS(1182), - [anon_sym_NULL] = ACTIONS(1182), - [anon_sym_nullptr] = ACTIONS(1182), + [sym_primitive_type] = ACTIONS(1166), + [anon_sym_enum] = ACTIONS(1166), + [anon_sym_struct] = ACTIONS(1166), + [anon_sym_union] = ACTIONS(1166), + [anon_sym_if] = ACTIONS(1166), + [anon_sym_else] = ACTIONS(1166), + [anon_sym_switch] = ACTIONS(1166), + [anon_sym_case] = ACTIONS(1166), + [anon_sym_default] = ACTIONS(1166), + [anon_sym_while] = ACTIONS(1166), + [anon_sym_do] = ACTIONS(1166), + [anon_sym_for] = ACTIONS(1166), + [anon_sym_return] = ACTIONS(1166), + [anon_sym_break] = ACTIONS(1166), + [anon_sym_continue] = ACTIONS(1166), + [anon_sym_goto] = ACTIONS(1166), + [anon_sym___try] = ACTIONS(1166), + [anon_sym___leave] = ACTIONS(1166), + [anon_sym_DASH_DASH] = ACTIONS(1168), + [anon_sym_PLUS_PLUS] = ACTIONS(1168), + [anon_sym_sizeof] = ACTIONS(1166), + [anon_sym___alignof__] = ACTIONS(1166), + [anon_sym___alignof] = ACTIONS(1166), + [anon_sym__alignof] = ACTIONS(1166), + [anon_sym_alignof] = ACTIONS(1166), + [anon_sym__Alignof] = ACTIONS(1166), + [anon_sym_offsetof] = ACTIONS(1166), + [anon_sym__Generic] = ACTIONS(1166), + [anon_sym_asm] = ACTIONS(1166), + [anon_sym___asm__] = ACTIONS(1166), + [anon_sym___asm] = ACTIONS(1166), + [sym_number_literal] = ACTIONS(1168), + [anon_sym_L_SQUOTE] = ACTIONS(1168), + [anon_sym_u_SQUOTE] = ACTIONS(1168), + [anon_sym_U_SQUOTE] = ACTIONS(1168), + [anon_sym_u8_SQUOTE] = ACTIONS(1168), + [anon_sym_SQUOTE] = ACTIONS(1168), + [anon_sym_L_DQUOTE] = ACTIONS(1168), + [anon_sym_u_DQUOTE] = ACTIONS(1168), + [anon_sym_U_DQUOTE] = ACTIONS(1168), + [anon_sym_u8_DQUOTE] = ACTIONS(1168), + [anon_sym_DQUOTE] = ACTIONS(1168), + [sym_true] = ACTIONS(1166), + [sym_false] = ACTIONS(1166), + [anon_sym_NULL] = ACTIONS(1166), + [anon_sym_nullptr] = ACTIONS(1166), [sym_comment] = ACTIONS(3), }, - [247] = { - [ts_builtin_sym_end] = ACTIONS(1172), + [STATE(212)] = { [sym_identifier] = ACTIONS(1170), [aux_sym_preproc_include_token1] = ACTIONS(1170), [aux_sym_preproc_def_token1] = ACTIONS(1170), [aux_sym_preproc_if_token1] = ACTIONS(1170), + [aux_sym_preproc_if_token2] = ACTIONS(1170), [aux_sym_preproc_ifdef_token1] = ACTIONS(1170), [aux_sym_preproc_ifdef_token2] = ACTIONS(1170), [sym_preproc_directive] = ACTIONS(1170), @@ -42499,3590 +39284,4646 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1170), [sym_comment] = ACTIONS(3), }, - [248] = { - [ts_builtin_sym_end] = ACTIONS(1176), - [sym_identifier] = ACTIONS(1174), - [aux_sym_preproc_include_token1] = ACTIONS(1174), - [aux_sym_preproc_def_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), - [sym_preproc_directive] = ACTIONS(1174), - [anon_sym_LPAREN2] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_DASH] = ACTIONS(1174), - [anon_sym_PLUS] = ACTIONS(1174), - [anon_sym_STAR] = ACTIONS(1176), - [anon_sym_AMP] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [anon_sym___extension__] = ACTIONS(1174), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(1174), - [anon_sym___attribute__] = ACTIONS(1174), - [anon_sym___attribute] = ACTIONS(1174), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), - [anon_sym___declspec] = ACTIONS(1174), - [anon_sym___cdecl] = ACTIONS(1174), - [anon_sym___clrcall] = ACTIONS(1174), - [anon_sym___stdcall] = ACTIONS(1174), - [anon_sym___fastcall] = ACTIONS(1174), - [anon_sym___thiscall] = ACTIONS(1174), - [anon_sym___vectorcall] = ACTIONS(1174), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_signed] = ACTIONS(1174), - [anon_sym_unsigned] = ACTIONS(1174), - [anon_sym_long] = ACTIONS(1174), - [anon_sym_short] = ACTIONS(1174), - [anon_sym_static] = ACTIONS(1174), - [anon_sym_auto] = ACTIONS(1174), - [anon_sym_register] = ACTIONS(1174), - [anon_sym_inline] = ACTIONS(1174), - [anon_sym___inline] = ACTIONS(1174), - [anon_sym___inline__] = ACTIONS(1174), - [anon_sym___forceinline] = ACTIONS(1174), - [anon_sym_thread_local] = ACTIONS(1174), - [anon_sym___thread] = ACTIONS(1174), - [anon_sym_const] = ACTIONS(1174), - [anon_sym_constexpr] = ACTIONS(1174), - [anon_sym_volatile] = ACTIONS(1174), - [anon_sym_restrict] = ACTIONS(1174), - [anon_sym___restrict__] = ACTIONS(1174), - [anon_sym__Atomic] = ACTIONS(1174), - [anon_sym__Noreturn] = ACTIONS(1174), - [anon_sym_noreturn] = ACTIONS(1174), - [anon_sym__Nonnull] = ACTIONS(1174), - [anon_sym_alignas] = ACTIONS(1174), - [anon_sym__Alignas] = ACTIONS(1174), - [sym_primitive_type] = ACTIONS(1174), - [anon_sym_enum] = ACTIONS(1174), - [anon_sym_struct] = ACTIONS(1174), - [anon_sym_union] = ACTIONS(1174), - [anon_sym_if] = ACTIONS(1174), - [anon_sym_else] = ACTIONS(1174), - [anon_sym_switch] = ACTIONS(1174), - [anon_sym_case] = ACTIONS(1174), - [anon_sym_default] = ACTIONS(1174), - [anon_sym_while] = ACTIONS(1174), - [anon_sym_do] = ACTIONS(1174), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1174), - [anon_sym_continue] = ACTIONS(1174), - [anon_sym_goto] = ACTIONS(1174), - [anon_sym___try] = ACTIONS(1174), - [anon_sym___leave] = ACTIONS(1174), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [anon_sym_sizeof] = ACTIONS(1174), - [anon_sym___alignof__] = ACTIONS(1174), - [anon_sym___alignof] = ACTIONS(1174), - [anon_sym__alignof] = ACTIONS(1174), - [anon_sym_alignof] = ACTIONS(1174), - [anon_sym__Alignof] = ACTIONS(1174), - [anon_sym_offsetof] = ACTIONS(1174), - [anon_sym__Generic] = ACTIONS(1174), - [anon_sym_asm] = ACTIONS(1174), - [anon_sym___asm__] = ACTIONS(1174), - [anon_sym___asm] = ACTIONS(1174), - [sym_number_literal] = ACTIONS(1176), - [anon_sym_L_SQUOTE] = ACTIONS(1176), - [anon_sym_u_SQUOTE] = ACTIONS(1176), - [anon_sym_U_SQUOTE] = ACTIONS(1176), - [anon_sym_u8_SQUOTE] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_L_DQUOTE] = ACTIONS(1176), - [anon_sym_u_DQUOTE] = ACTIONS(1176), - [anon_sym_U_DQUOTE] = ACTIONS(1176), - [anon_sym_u8_DQUOTE] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [sym_true] = ACTIONS(1174), - [sym_false] = ACTIONS(1174), - [anon_sym_NULL] = ACTIONS(1174), - [anon_sym_nullptr] = ACTIONS(1174), - [sym_comment] = ACTIONS(3), - }, - [249] = { - [ts_builtin_sym_end] = ACTIONS(1176), - [sym_identifier] = ACTIONS(1174), - [aux_sym_preproc_include_token1] = ACTIONS(1174), - [aux_sym_preproc_def_token1] = ACTIONS(1174), - [aux_sym_preproc_if_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), - [sym_preproc_directive] = ACTIONS(1174), - [anon_sym_LPAREN2] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_DASH] = ACTIONS(1174), - [anon_sym_PLUS] = ACTIONS(1174), - [anon_sym_STAR] = ACTIONS(1176), - [anon_sym_AMP] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [anon_sym___extension__] = ACTIONS(1174), - [anon_sym_typedef] = ACTIONS(1174), - [anon_sym_extern] = ACTIONS(1174), - [anon_sym___attribute__] = ACTIONS(1174), - [anon_sym___attribute] = ACTIONS(1174), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), - [anon_sym___declspec] = ACTIONS(1174), - [anon_sym___cdecl] = ACTIONS(1174), - [anon_sym___clrcall] = ACTIONS(1174), - [anon_sym___stdcall] = ACTIONS(1174), - [anon_sym___fastcall] = ACTIONS(1174), - [anon_sym___thiscall] = ACTIONS(1174), - [anon_sym___vectorcall] = ACTIONS(1174), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_signed] = ACTIONS(1174), - [anon_sym_unsigned] = ACTIONS(1174), - [anon_sym_long] = ACTIONS(1174), - [anon_sym_short] = ACTIONS(1174), - [anon_sym_static] = ACTIONS(1174), - [anon_sym_auto] = ACTIONS(1174), - [anon_sym_register] = ACTIONS(1174), - [anon_sym_inline] = ACTIONS(1174), - [anon_sym___inline] = ACTIONS(1174), - [anon_sym___inline__] = ACTIONS(1174), - [anon_sym___forceinline] = ACTIONS(1174), - [anon_sym_thread_local] = ACTIONS(1174), - [anon_sym___thread] = ACTIONS(1174), - [anon_sym_const] = ACTIONS(1174), - [anon_sym_constexpr] = ACTIONS(1174), - [anon_sym_volatile] = ACTIONS(1174), - [anon_sym_restrict] = ACTIONS(1174), - [anon_sym___restrict__] = ACTIONS(1174), - [anon_sym__Atomic] = ACTIONS(1174), - [anon_sym__Noreturn] = ACTIONS(1174), - [anon_sym_noreturn] = ACTIONS(1174), - [anon_sym__Nonnull] = ACTIONS(1174), - [anon_sym_alignas] = ACTIONS(1174), - [anon_sym__Alignas] = ACTIONS(1174), - [sym_primitive_type] = ACTIONS(1174), - [anon_sym_enum] = ACTIONS(1174), - [anon_sym_struct] = ACTIONS(1174), - [anon_sym_union] = ACTIONS(1174), - [anon_sym_if] = ACTIONS(1174), - [anon_sym_else] = ACTIONS(1174), - [anon_sym_switch] = ACTIONS(1174), - [anon_sym_case] = ACTIONS(1174), - [anon_sym_default] = ACTIONS(1174), - [anon_sym_while] = ACTIONS(1174), - [anon_sym_do] = ACTIONS(1174), - [anon_sym_for] = ACTIONS(1174), - [anon_sym_return] = ACTIONS(1174), - [anon_sym_break] = ACTIONS(1174), - [anon_sym_continue] = ACTIONS(1174), - [anon_sym_goto] = ACTIONS(1174), - [anon_sym___try] = ACTIONS(1174), - [anon_sym___leave] = ACTIONS(1174), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [anon_sym_sizeof] = ACTIONS(1174), - [anon_sym___alignof__] = ACTIONS(1174), - [anon_sym___alignof] = ACTIONS(1174), - [anon_sym__alignof] = ACTIONS(1174), - [anon_sym_alignof] = ACTIONS(1174), - [anon_sym__Alignof] = ACTIONS(1174), - [anon_sym_offsetof] = ACTIONS(1174), - [anon_sym__Generic] = ACTIONS(1174), - [anon_sym_asm] = ACTIONS(1174), - [anon_sym___asm__] = ACTIONS(1174), - [anon_sym___asm] = ACTIONS(1174), - [sym_number_literal] = ACTIONS(1176), - [anon_sym_L_SQUOTE] = ACTIONS(1176), - [anon_sym_u_SQUOTE] = ACTIONS(1176), - [anon_sym_U_SQUOTE] = ACTIONS(1176), - [anon_sym_u8_SQUOTE] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_L_DQUOTE] = ACTIONS(1176), - [anon_sym_u_DQUOTE] = ACTIONS(1176), - [anon_sym_U_DQUOTE] = ACTIONS(1176), - [anon_sym_u8_DQUOTE] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [sym_true] = ACTIONS(1174), - [sym_false] = ACTIONS(1174), - [anon_sym_NULL] = ACTIONS(1174), - [anon_sym_nullptr] = ACTIONS(1174), - [sym_comment] = ACTIONS(3), - }, - [250] = { - [sym_identifier] = ACTIONS(1234), - [aux_sym_preproc_include_token1] = ACTIONS(1234), - [aux_sym_preproc_def_token1] = ACTIONS(1234), - [aux_sym_preproc_if_token1] = ACTIONS(1234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1234), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1234), - [sym_preproc_directive] = ACTIONS(1234), - [anon_sym_LPAREN2] = ACTIONS(1236), - [anon_sym_BANG] = ACTIONS(1236), - [anon_sym_TILDE] = ACTIONS(1236), - [anon_sym_DASH] = ACTIONS(1234), - [anon_sym_PLUS] = ACTIONS(1234), - [anon_sym_STAR] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1236), - [anon_sym_SEMI] = ACTIONS(1236), - [anon_sym___extension__] = ACTIONS(1234), - [anon_sym_typedef] = ACTIONS(1234), - [anon_sym_extern] = ACTIONS(1234), - [anon_sym___attribute__] = ACTIONS(1234), - [anon_sym___attribute] = ACTIONS(1234), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1236), - [anon_sym___declspec] = ACTIONS(1234), - [anon_sym___cdecl] = ACTIONS(1234), - [anon_sym___clrcall] = ACTIONS(1234), - [anon_sym___stdcall] = ACTIONS(1234), - [anon_sym___fastcall] = ACTIONS(1234), - [anon_sym___thiscall] = ACTIONS(1234), - [anon_sym___vectorcall] = ACTIONS(1234), - [anon_sym_LBRACE] = ACTIONS(1236), - [anon_sym_RBRACE] = ACTIONS(1236), - [anon_sym_signed] = ACTIONS(1234), - [anon_sym_unsigned] = ACTIONS(1234), - [anon_sym_long] = ACTIONS(1234), - [anon_sym_short] = ACTIONS(1234), - [anon_sym_static] = ACTIONS(1234), - [anon_sym_auto] = ACTIONS(1234), - [anon_sym_register] = ACTIONS(1234), - [anon_sym_inline] = ACTIONS(1234), - [anon_sym___inline] = ACTIONS(1234), - [anon_sym___inline__] = ACTIONS(1234), - [anon_sym___forceinline] = ACTIONS(1234), - [anon_sym_thread_local] = ACTIONS(1234), - [anon_sym___thread] = ACTIONS(1234), - [anon_sym_const] = ACTIONS(1234), - [anon_sym_constexpr] = ACTIONS(1234), - [anon_sym_volatile] = ACTIONS(1234), - [anon_sym_restrict] = ACTIONS(1234), - [anon_sym___restrict__] = ACTIONS(1234), - [anon_sym__Atomic] = ACTIONS(1234), - [anon_sym__Noreturn] = ACTIONS(1234), - [anon_sym_noreturn] = ACTIONS(1234), - [anon_sym__Nonnull] = ACTIONS(1234), - [anon_sym_alignas] = ACTIONS(1234), - [anon_sym__Alignas] = ACTIONS(1234), - [sym_primitive_type] = ACTIONS(1234), - [anon_sym_enum] = ACTIONS(1234), - [anon_sym_struct] = ACTIONS(1234), - [anon_sym_union] = ACTIONS(1234), - [anon_sym_if] = ACTIONS(1234), - [anon_sym_else] = ACTIONS(1234), - [anon_sym_switch] = ACTIONS(1234), - [anon_sym_case] = ACTIONS(1234), - [anon_sym_default] = ACTIONS(1234), - [anon_sym_while] = ACTIONS(1234), - [anon_sym_do] = ACTIONS(1234), - [anon_sym_for] = ACTIONS(1234), - [anon_sym_return] = ACTIONS(1234), - [anon_sym_break] = ACTIONS(1234), - [anon_sym_continue] = ACTIONS(1234), - [anon_sym_goto] = ACTIONS(1234), - [anon_sym___try] = ACTIONS(1234), - [anon_sym___leave] = ACTIONS(1234), - [anon_sym_DASH_DASH] = ACTIONS(1236), - [anon_sym_PLUS_PLUS] = ACTIONS(1236), - [anon_sym_sizeof] = ACTIONS(1234), - [anon_sym___alignof__] = ACTIONS(1234), - [anon_sym___alignof] = ACTIONS(1234), - [anon_sym__alignof] = ACTIONS(1234), - [anon_sym_alignof] = ACTIONS(1234), - [anon_sym__Alignof] = ACTIONS(1234), - [anon_sym_offsetof] = ACTIONS(1234), - [anon_sym__Generic] = ACTIONS(1234), - [anon_sym_asm] = ACTIONS(1234), - [anon_sym___asm__] = ACTIONS(1234), - [anon_sym___asm] = ACTIONS(1234), - [sym_number_literal] = ACTIONS(1236), - [anon_sym_L_SQUOTE] = ACTIONS(1236), - [anon_sym_u_SQUOTE] = ACTIONS(1236), - [anon_sym_U_SQUOTE] = ACTIONS(1236), - [anon_sym_u8_SQUOTE] = ACTIONS(1236), - [anon_sym_SQUOTE] = ACTIONS(1236), - [anon_sym_L_DQUOTE] = ACTIONS(1236), - [anon_sym_u_DQUOTE] = ACTIONS(1236), - [anon_sym_U_DQUOTE] = ACTIONS(1236), - [anon_sym_u8_DQUOTE] = ACTIONS(1236), - [anon_sym_DQUOTE] = ACTIONS(1236), - [sym_true] = ACTIONS(1234), - [sym_false] = ACTIONS(1234), - [anon_sym_NULL] = ACTIONS(1234), - [anon_sym_nullptr] = ACTIONS(1234), - [sym_comment] = ACTIONS(3), - }, - [251] = { - [sym_identifier] = ACTIONS(1222), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1224), - [anon_sym_BANG] = ACTIONS(1224), - [anon_sym_TILDE] = ACTIONS(1224), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_STAR] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1224), - [anon_sym_SEMI] = ACTIONS(1224), - [anon_sym___extension__] = ACTIONS(1222), - [anon_sym_typedef] = ACTIONS(1222), - [anon_sym_extern] = ACTIONS(1222), - [anon_sym___attribute__] = ACTIONS(1222), - [anon_sym___attribute] = ACTIONS(1222), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1224), - [anon_sym___declspec] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(1224), - [anon_sym_RBRACE] = ACTIONS(1224), - [anon_sym_signed] = ACTIONS(1222), - [anon_sym_unsigned] = ACTIONS(1222), - [anon_sym_long] = ACTIONS(1222), - [anon_sym_short] = ACTIONS(1222), - [anon_sym_static] = ACTIONS(1222), - [anon_sym_auto] = ACTIONS(1222), - [anon_sym_register] = ACTIONS(1222), - [anon_sym_inline] = ACTIONS(1222), - [anon_sym___inline] = ACTIONS(1222), - [anon_sym___inline__] = ACTIONS(1222), - [anon_sym___forceinline] = ACTIONS(1222), - [anon_sym_thread_local] = ACTIONS(1222), - [anon_sym___thread] = ACTIONS(1222), - [anon_sym_const] = ACTIONS(1222), - [anon_sym_constexpr] = ACTIONS(1222), - [anon_sym_volatile] = ACTIONS(1222), - [anon_sym_restrict] = ACTIONS(1222), - [anon_sym___restrict__] = ACTIONS(1222), - [anon_sym__Atomic] = ACTIONS(1222), - [anon_sym__Noreturn] = ACTIONS(1222), - [anon_sym_noreturn] = ACTIONS(1222), - [anon_sym__Nonnull] = ACTIONS(1222), - [anon_sym_alignas] = ACTIONS(1222), - [anon_sym__Alignas] = ACTIONS(1222), - [sym_primitive_type] = ACTIONS(1222), - [anon_sym_enum] = ACTIONS(1222), - [anon_sym_struct] = ACTIONS(1222), - [anon_sym_union] = ACTIONS(1222), - [anon_sym_if] = ACTIONS(1222), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(1222), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [anon_sym_while] = ACTIONS(1222), - [anon_sym_do] = ACTIONS(1222), - [anon_sym_for] = ACTIONS(1222), - [anon_sym_return] = ACTIONS(1222), - [anon_sym_break] = ACTIONS(1222), - [anon_sym_continue] = ACTIONS(1222), - [anon_sym_goto] = ACTIONS(1222), - [anon_sym___try] = ACTIONS(1222), - [anon_sym___leave] = ACTIONS(1222), - [anon_sym_DASH_DASH] = ACTIONS(1224), - [anon_sym_PLUS_PLUS] = ACTIONS(1224), - [anon_sym_sizeof] = ACTIONS(1222), - [anon_sym___alignof__] = ACTIONS(1222), - [anon_sym___alignof] = ACTIONS(1222), - [anon_sym__alignof] = ACTIONS(1222), - [anon_sym_alignof] = ACTIONS(1222), - [anon_sym__Alignof] = ACTIONS(1222), - [anon_sym_offsetof] = ACTIONS(1222), - [anon_sym__Generic] = ACTIONS(1222), - [anon_sym_asm] = ACTIONS(1222), - [anon_sym___asm__] = ACTIONS(1222), - [anon_sym___asm] = ACTIONS(1222), - [sym_number_literal] = ACTIONS(1224), - [anon_sym_L_SQUOTE] = ACTIONS(1224), - [anon_sym_u_SQUOTE] = ACTIONS(1224), - [anon_sym_U_SQUOTE] = ACTIONS(1224), - [anon_sym_u8_SQUOTE] = ACTIONS(1224), - [anon_sym_SQUOTE] = ACTIONS(1224), - [anon_sym_L_DQUOTE] = ACTIONS(1224), - [anon_sym_u_DQUOTE] = ACTIONS(1224), - [anon_sym_U_DQUOTE] = ACTIONS(1224), - [anon_sym_u8_DQUOTE] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym_true] = ACTIONS(1222), - [sym_false] = ACTIONS(1222), - [anon_sym_NULL] = ACTIONS(1222), - [anon_sym_nullptr] = ACTIONS(1222), + [STATE(213)] = { + [sym_identifier] = ACTIONS(1178), + [aux_sym_preproc_include_token1] = ACTIONS(1178), + [aux_sym_preproc_def_token1] = ACTIONS(1178), + [aux_sym_preproc_if_token1] = ACTIONS(1178), + [aux_sym_preproc_if_token2] = ACTIONS(1178), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1178), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1178), + [sym_preproc_directive] = ACTIONS(1178), + [anon_sym_LPAREN2] = ACTIONS(1180), + [anon_sym_BANG] = ACTIONS(1180), + [anon_sym_TILDE] = ACTIONS(1180), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_STAR] = ACTIONS(1180), + [anon_sym_AMP] = ACTIONS(1180), + [anon_sym_SEMI] = ACTIONS(1180), + [anon_sym___extension__] = ACTIONS(1178), + [anon_sym_typedef] = ACTIONS(1178), + [anon_sym_extern] = ACTIONS(1178), + [anon_sym___attribute__] = ACTIONS(1178), + [anon_sym___attribute] = ACTIONS(1178), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1180), + [anon_sym___declspec] = ACTIONS(1178), + [anon_sym___cdecl] = ACTIONS(1178), + [anon_sym___clrcall] = ACTIONS(1178), + [anon_sym___stdcall] = ACTIONS(1178), + [anon_sym___fastcall] = ACTIONS(1178), + [anon_sym___thiscall] = ACTIONS(1178), + [anon_sym___vectorcall] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1180), + [anon_sym_signed] = ACTIONS(1178), + [anon_sym_unsigned] = ACTIONS(1178), + [anon_sym_long] = ACTIONS(1178), + [anon_sym_short] = ACTIONS(1178), + [anon_sym_static] = ACTIONS(1178), + [anon_sym_auto] = ACTIONS(1178), + [anon_sym_register] = ACTIONS(1178), + [anon_sym_inline] = ACTIONS(1178), + [anon_sym___inline] = ACTIONS(1178), + [anon_sym___inline__] = ACTIONS(1178), + [anon_sym___forceinline] = ACTIONS(1178), + [anon_sym_thread_local] = ACTIONS(1178), + [anon_sym___thread] = ACTIONS(1178), + [anon_sym_const] = ACTIONS(1178), + [anon_sym_constexpr] = ACTIONS(1178), + [anon_sym_volatile] = ACTIONS(1178), + [anon_sym_restrict] = ACTIONS(1178), + [anon_sym___restrict__] = ACTIONS(1178), + [anon_sym__Atomic] = ACTIONS(1178), + [anon_sym__Noreturn] = ACTIONS(1178), + [anon_sym_noreturn] = ACTIONS(1178), + [anon_sym__Nonnull] = ACTIONS(1178), + [anon_sym_alignas] = ACTIONS(1178), + [anon_sym__Alignas] = ACTIONS(1178), + [sym_primitive_type] = ACTIONS(1178), + [anon_sym_enum] = ACTIONS(1178), + [anon_sym_struct] = ACTIONS(1178), + [anon_sym_union] = ACTIONS(1178), + [anon_sym_if] = ACTIONS(1178), + [anon_sym_else] = ACTIONS(1178), + [anon_sym_switch] = ACTIONS(1178), + [anon_sym_case] = ACTIONS(1178), + [anon_sym_default] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1178), + [anon_sym_do] = ACTIONS(1178), + [anon_sym_for] = ACTIONS(1178), + [anon_sym_return] = ACTIONS(1178), + [anon_sym_break] = ACTIONS(1178), + [anon_sym_continue] = ACTIONS(1178), + [anon_sym_goto] = ACTIONS(1178), + [anon_sym___try] = ACTIONS(1178), + [anon_sym___leave] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1180), + [anon_sym_PLUS_PLUS] = ACTIONS(1180), + [anon_sym_sizeof] = ACTIONS(1178), + [anon_sym___alignof__] = ACTIONS(1178), + [anon_sym___alignof] = ACTIONS(1178), + [anon_sym__alignof] = ACTIONS(1178), + [anon_sym_alignof] = ACTIONS(1178), + [anon_sym__Alignof] = ACTIONS(1178), + [anon_sym_offsetof] = ACTIONS(1178), + [anon_sym__Generic] = ACTIONS(1178), + [anon_sym_asm] = ACTIONS(1178), + [anon_sym___asm__] = ACTIONS(1178), + [anon_sym___asm] = ACTIONS(1178), + [sym_number_literal] = ACTIONS(1180), + [anon_sym_L_SQUOTE] = ACTIONS(1180), + [anon_sym_u_SQUOTE] = ACTIONS(1180), + [anon_sym_U_SQUOTE] = ACTIONS(1180), + [anon_sym_u8_SQUOTE] = ACTIONS(1180), + [anon_sym_SQUOTE] = ACTIONS(1180), + [anon_sym_L_DQUOTE] = ACTIONS(1180), + [anon_sym_u_DQUOTE] = ACTIONS(1180), + [anon_sym_U_DQUOTE] = ACTIONS(1180), + [anon_sym_u8_DQUOTE] = ACTIONS(1180), + [anon_sym_DQUOTE] = ACTIONS(1180), + [sym_true] = ACTIONS(1178), + [sym_false] = ACTIONS(1178), + [anon_sym_NULL] = ACTIONS(1178), + [anon_sym_nullptr] = ACTIONS(1178), [sym_comment] = ACTIONS(3), }, - [252] = { - [sym_identifier] = ACTIONS(1190), - [aux_sym_preproc_include_token1] = ACTIONS(1190), - [aux_sym_preproc_def_token1] = ACTIONS(1190), - [aux_sym_preproc_if_token1] = ACTIONS(1190), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1190), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1190), - [sym_preproc_directive] = ACTIONS(1190), - [anon_sym_LPAREN2] = ACTIONS(1192), - [anon_sym_BANG] = ACTIONS(1192), - [anon_sym_TILDE] = ACTIONS(1192), - [anon_sym_DASH] = ACTIONS(1190), - [anon_sym_PLUS] = ACTIONS(1190), - [anon_sym_STAR] = ACTIONS(1192), - [anon_sym_AMP] = ACTIONS(1192), - [anon_sym_SEMI] = ACTIONS(1192), - [anon_sym___extension__] = ACTIONS(1190), - [anon_sym_typedef] = ACTIONS(1190), - [anon_sym_extern] = ACTIONS(1190), - [anon_sym___attribute__] = ACTIONS(1190), - [anon_sym___attribute] = ACTIONS(1190), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1192), - [anon_sym___declspec] = ACTIONS(1190), - [anon_sym___cdecl] = ACTIONS(1190), - [anon_sym___clrcall] = ACTIONS(1190), - [anon_sym___stdcall] = ACTIONS(1190), - [anon_sym___fastcall] = ACTIONS(1190), - [anon_sym___thiscall] = ACTIONS(1190), - [anon_sym___vectorcall] = ACTIONS(1190), - [anon_sym_LBRACE] = ACTIONS(1192), - [anon_sym_RBRACE] = ACTIONS(1192), - [anon_sym_signed] = ACTIONS(1190), - [anon_sym_unsigned] = ACTIONS(1190), - [anon_sym_long] = ACTIONS(1190), - [anon_sym_short] = ACTIONS(1190), - [anon_sym_static] = ACTIONS(1190), - [anon_sym_auto] = ACTIONS(1190), - [anon_sym_register] = ACTIONS(1190), - [anon_sym_inline] = ACTIONS(1190), - [anon_sym___inline] = ACTIONS(1190), - [anon_sym___inline__] = ACTIONS(1190), - [anon_sym___forceinline] = ACTIONS(1190), - [anon_sym_thread_local] = ACTIONS(1190), - [anon_sym___thread] = ACTIONS(1190), - [anon_sym_const] = ACTIONS(1190), - [anon_sym_constexpr] = ACTIONS(1190), - [anon_sym_volatile] = ACTIONS(1190), - [anon_sym_restrict] = ACTIONS(1190), - [anon_sym___restrict__] = ACTIONS(1190), - [anon_sym__Atomic] = ACTIONS(1190), - [anon_sym__Noreturn] = ACTIONS(1190), - [anon_sym_noreturn] = ACTIONS(1190), - [anon_sym__Nonnull] = ACTIONS(1190), - [anon_sym_alignas] = ACTIONS(1190), - [anon_sym__Alignas] = ACTIONS(1190), - [sym_primitive_type] = ACTIONS(1190), - [anon_sym_enum] = ACTIONS(1190), - [anon_sym_struct] = ACTIONS(1190), - [anon_sym_union] = ACTIONS(1190), - [anon_sym_if] = ACTIONS(1190), - [anon_sym_else] = ACTIONS(1190), - [anon_sym_switch] = ACTIONS(1190), - [anon_sym_case] = ACTIONS(1190), - [anon_sym_default] = ACTIONS(1190), - [anon_sym_while] = ACTIONS(1190), - [anon_sym_do] = ACTIONS(1190), - [anon_sym_for] = ACTIONS(1190), - [anon_sym_return] = ACTIONS(1190), - [anon_sym_break] = ACTIONS(1190), - [anon_sym_continue] = ACTIONS(1190), - [anon_sym_goto] = ACTIONS(1190), - [anon_sym___try] = ACTIONS(1190), - [anon_sym___leave] = ACTIONS(1190), - [anon_sym_DASH_DASH] = ACTIONS(1192), - [anon_sym_PLUS_PLUS] = ACTIONS(1192), - [anon_sym_sizeof] = ACTIONS(1190), - [anon_sym___alignof__] = ACTIONS(1190), - [anon_sym___alignof] = ACTIONS(1190), - [anon_sym__alignof] = ACTIONS(1190), - [anon_sym_alignof] = ACTIONS(1190), - [anon_sym__Alignof] = ACTIONS(1190), - [anon_sym_offsetof] = ACTIONS(1190), - [anon_sym__Generic] = ACTIONS(1190), - [anon_sym_asm] = ACTIONS(1190), - [anon_sym___asm__] = ACTIONS(1190), - [anon_sym___asm] = ACTIONS(1190), - [sym_number_literal] = ACTIONS(1192), - [anon_sym_L_SQUOTE] = ACTIONS(1192), - [anon_sym_u_SQUOTE] = ACTIONS(1192), - [anon_sym_U_SQUOTE] = ACTIONS(1192), - [anon_sym_u8_SQUOTE] = ACTIONS(1192), - [anon_sym_SQUOTE] = ACTIONS(1192), - [anon_sym_L_DQUOTE] = ACTIONS(1192), - [anon_sym_u_DQUOTE] = ACTIONS(1192), - [anon_sym_U_DQUOTE] = ACTIONS(1192), - [anon_sym_u8_DQUOTE] = ACTIONS(1192), - [anon_sym_DQUOTE] = ACTIONS(1192), - [sym_true] = ACTIONS(1190), - [sym_false] = ACTIONS(1190), - [anon_sym_NULL] = ACTIONS(1190), - [anon_sym_nullptr] = ACTIONS(1190), + [STATE(214)] = { + [sym_identifier] = ACTIONS(1134), + [aux_sym_preproc_include_token1] = ACTIONS(1134), + [aux_sym_preproc_def_token1] = ACTIONS(1134), + [aux_sym_preproc_if_token1] = ACTIONS(1134), + [aux_sym_preproc_if_token2] = ACTIONS(1134), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1134), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1134), + [sym_preproc_directive] = ACTIONS(1134), + [anon_sym_LPAREN2] = ACTIONS(1136), + [anon_sym_BANG] = ACTIONS(1136), + [anon_sym_TILDE] = ACTIONS(1136), + [anon_sym_DASH] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(1134), + [anon_sym_STAR] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1136), + [anon_sym_SEMI] = ACTIONS(1136), + [anon_sym___extension__] = ACTIONS(1134), + [anon_sym_typedef] = ACTIONS(1134), + [anon_sym_extern] = ACTIONS(1134), + [anon_sym___attribute__] = ACTIONS(1134), + [anon_sym___attribute] = ACTIONS(1134), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1136), + [anon_sym___declspec] = ACTIONS(1134), + [anon_sym___cdecl] = ACTIONS(1134), + [anon_sym___clrcall] = ACTIONS(1134), + [anon_sym___stdcall] = ACTIONS(1134), + [anon_sym___fastcall] = ACTIONS(1134), + [anon_sym___thiscall] = ACTIONS(1134), + [anon_sym___vectorcall] = ACTIONS(1134), + [anon_sym_LBRACE] = ACTIONS(1136), + [anon_sym_signed] = ACTIONS(1134), + [anon_sym_unsigned] = ACTIONS(1134), + [anon_sym_long] = ACTIONS(1134), + [anon_sym_short] = ACTIONS(1134), + [anon_sym_static] = ACTIONS(1134), + [anon_sym_auto] = ACTIONS(1134), + [anon_sym_register] = ACTIONS(1134), + [anon_sym_inline] = ACTIONS(1134), + [anon_sym___inline] = ACTIONS(1134), + [anon_sym___inline__] = ACTIONS(1134), + [anon_sym___forceinline] = ACTIONS(1134), + [anon_sym_thread_local] = ACTIONS(1134), + [anon_sym___thread] = ACTIONS(1134), + [anon_sym_const] = ACTIONS(1134), + [anon_sym_constexpr] = ACTIONS(1134), + [anon_sym_volatile] = ACTIONS(1134), + [anon_sym_restrict] = ACTIONS(1134), + [anon_sym___restrict__] = ACTIONS(1134), + [anon_sym__Atomic] = ACTIONS(1134), + [anon_sym__Noreturn] = ACTIONS(1134), + [anon_sym_noreturn] = ACTIONS(1134), + [anon_sym__Nonnull] = ACTIONS(1134), + [anon_sym_alignas] = ACTIONS(1134), + [anon_sym__Alignas] = ACTIONS(1134), + [sym_primitive_type] = ACTIONS(1134), + [anon_sym_enum] = ACTIONS(1134), + [anon_sym_struct] = ACTIONS(1134), + [anon_sym_union] = ACTIONS(1134), + [anon_sym_if] = ACTIONS(1134), + [anon_sym_else] = ACTIONS(1134), + [anon_sym_switch] = ACTIONS(1134), + [anon_sym_case] = ACTIONS(1134), + [anon_sym_default] = ACTIONS(1134), + [anon_sym_while] = ACTIONS(1134), + [anon_sym_do] = ACTIONS(1134), + [anon_sym_for] = ACTIONS(1134), + [anon_sym_return] = ACTIONS(1134), + [anon_sym_break] = ACTIONS(1134), + [anon_sym_continue] = ACTIONS(1134), + [anon_sym_goto] = ACTIONS(1134), + [anon_sym___try] = ACTIONS(1134), + [anon_sym___leave] = ACTIONS(1134), + [anon_sym_DASH_DASH] = ACTIONS(1136), + [anon_sym_PLUS_PLUS] = ACTIONS(1136), + [anon_sym_sizeof] = ACTIONS(1134), + [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(1134), + [anon_sym__Generic] = ACTIONS(1134), + [anon_sym_asm] = ACTIONS(1134), + [anon_sym___asm__] = ACTIONS(1134), + [anon_sym___asm] = ACTIONS(1134), + [sym_number_literal] = ACTIONS(1136), + [anon_sym_L_SQUOTE] = ACTIONS(1136), + [anon_sym_u_SQUOTE] = ACTIONS(1136), + [anon_sym_U_SQUOTE] = ACTIONS(1136), + [anon_sym_u8_SQUOTE] = ACTIONS(1136), + [anon_sym_SQUOTE] = ACTIONS(1136), + [anon_sym_L_DQUOTE] = ACTIONS(1136), + [anon_sym_u_DQUOTE] = ACTIONS(1136), + [anon_sym_U_DQUOTE] = ACTIONS(1136), + [anon_sym_u8_DQUOTE] = ACTIONS(1136), + [anon_sym_DQUOTE] = ACTIONS(1136), + [sym_true] = ACTIONS(1134), + [sym_false] = ACTIONS(1134), + [anon_sym_NULL] = ACTIONS(1134), + [anon_sym_nullptr] = ACTIONS(1134), [sym_comment] = ACTIONS(3), }, - [253] = { - [sym_identifier] = ACTIONS(1194), - [aux_sym_preproc_include_token1] = ACTIONS(1194), - [aux_sym_preproc_def_token1] = ACTIONS(1194), - [aux_sym_preproc_if_token1] = ACTIONS(1194), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), - [sym_preproc_directive] = ACTIONS(1194), - [anon_sym_LPAREN2] = ACTIONS(1196), - [anon_sym_BANG] = ACTIONS(1196), - [anon_sym_TILDE] = ACTIONS(1196), - [anon_sym_DASH] = ACTIONS(1194), - [anon_sym_PLUS] = ACTIONS(1194), - [anon_sym_STAR] = ACTIONS(1196), - [anon_sym_AMP] = ACTIONS(1196), - [anon_sym_SEMI] = ACTIONS(1196), - [anon_sym___extension__] = ACTIONS(1194), - [anon_sym_typedef] = ACTIONS(1194), - [anon_sym_extern] = ACTIONS(1194), - [anon_sym___attribute__] = ACTIONS(1194), - [anon_sym___attribute] = ACTIONS(1194), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), - [anon_sym___declspec] = ACTIONS(1194), - [anon_sym___cdecl] = ACTIONS(1194), - [anon_sym___clrcall] = ACTIONS(1194), - [anon_sym___stdcall] = ACTIONS(1194), - [anon_sym___fastcall] = ACTIONS(1194), - [anon_sym___thiscall] = ACTIONS(1194), - [anon_sym___vectorcall] = ACTIONS(1194), - [anon_sym_LBRACE] = ACTIONS(1196), - [anon_sym_RBRACE] = ACTIONS(1196), - [anon_sym_signed] = ACTIONS(1194), - [anon_sym_unsigned] = ACTIONS(1194), - [anon_sym_long] = ACTIONS(1194), - [anon_sym_short] = ACTIONS(1194), - [anon_sym_static] = ACTIONS(1194), - [anon_sym_auto] = ACTIONS(1194), - [anon_sym_register] = ACTIONS(1194), - [anon_sym_inline] = ACTIONS(1194), - [anon_sym___inline] = ACTIONS(1194), - [anon_sym___inline__] = ACTIONS(1194), - [anon_sym___forceinline] = ACTIONS(1194), - [anon_sym_thread_local] = ACTIONS(1194), - [anon_sym___thread] = ACTIONS(1194), - [anon_sym_const] = ACTIONS(1194), - [anon_sym_constexpr] = ACTIONS(1194), - [anon_sym_volatile] = ACTIONS(1194), - [anon_sym_restrict] = ACTIONS(1194), - [anon_sym___restrict__] = ACTIONS(1194), - [anon_sym__Atomic] = ACTIONS(1194), - [anon_sym__Noreturn] = ACTIONS(1194), - [anon_sym_noreturn] = ACTIONS(1194), - [anon_sym__Nonnull] = ACTIONS(1194), - [anon_sym_alignas] = ACTIONS(1194), - [anon_sym__Alignas] = ACTIONS(1194), - [sym_primitive_type] = ACTIONS(1194), - [anon_sym_enum] = ACTIONS(1194), - [anon_sym_struct] = ACTIONS(1194), - [anon_sym_union] = ACTIONS(1194), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(1194), - [anon_sym_case] = ACTIONS(1194), - [anon_sym_default] = ACTIONS(1194), - [anon_sym_while] = ACTIONS(1194), - [anon_sym_do] = ACTIONS(1194), - [anon_sym_for] = ACTIONS(1194), - [anon_sym_return] = ACTIONS(1194), - [anon_sym_break] = ACTIONS(1194), - [anon_sym_continue] = ACTIONS(1194), - [anon_sym_goto] = ACTIONS(1194), - [anon_sym___try] = ACTIONS(1194), - [anon_sym___leave] = ACTIONS(1194), - [anon_sym_DASH_DASH] = ACTIONS(1196), - [anon_sym_PLUS_PLUS] = ACTIONS(1196), - [anon_sym_sizeof] = ACTIONS(1194), - [anon_sym___alignof__] = ACTIONS(1194), - [anon_sym___alignof] = ACTIONS(1194), - [anon_sym__alignof] = ACTIONS(1194), - [anon_sym_alignof] = ACTIONS(1194), - [anon_sym__Alignof] = ACTIONS(1194), - [anon_sym_offsetof] = ACTIONS(1194), - [anon_sym__Generic] = ACTIONS(1194), - [anon_sym_asm] = ACTIONS(1194), - [anon_sym___asm__] = ACTIONS(1194), - [anon_sym___asm] = ACTIONS(1194), - [sym_number_literal] = ACTIONS(1196), - [anon_sym_L_SQUOTE] = ACTIONS(1196), - [anon_sym_u_SQUOTE] = ACTIONS(1196), - [anon_sym_U_SQUOTE] = ACTIONS(1196), - [anon_sym_u8_SQUOTE] = ACTIONS(1196), - [anon_sym_SQUOTE] = ACTIONS(1196), - [anon_sym_L_DQUOTE] = ACTIONS(1196), - [anon_sym_u_DQUOTE] = ACTIONS(1196), - [anon_sym_U_DQUOTE] = ACTIONS(1196), - [anon_sym_u8_DQUOTE] = ACTIONS(1196), - [anon_sym_DQUOTE] = ACTIONS(1196), - [sym_true] = ACTIONS(1194), - [sym_false] = ACTIONS(1194), - [anon_sym_NULL] = ACTIONS(1194), - [anon_sym_nullptr] = ACTIONS(1194), + [STATE(215)] = { + [sym_identifier] = ACTIONS(1186), + [aux_sym_preproc_include_token1] = ACTIONS(1186), + [aux_sym_preproc_def_token1] = ACTIONS(1186), + [aux_sym_preproc_if_token1] = ACTIONS(1186), + [aux_sym_preproc_if_token2] = ACTIONS(1186), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1186), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1186), + [sym_preproc_directive] = ACTIONS(1186), + [anon_sym_LPAREN2] = ACTIONS(1188), + [anon_sym_BANG] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1186), + [anon_sym_PLUS] = ACTIONS(1186), + [anon_sym_STAR] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1188), + [anon_sym_SEMI] = ACTIONS(1188), + [anon_sym___extension__] = ACTIONS(1186), + [anon_sym_typedef] = ACTIONS(1186), + [anon_sym_extern] = ACTIONS(1186), + [anon_sym___attribute__] = ACTIONS(1186), + [anon_sym___attribute] = ACTIONS(1186), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1188), + [anon_sym___declspec] = ACTIONS(1186), + [anon_sym___cdecl] = ACTIONS(1186), + [anon_sym___clrcall] = ACTIONS(1186), + [anon_sym___stdcall] = ACTIONS(1186), + [anon_sym___fastcall] = ACTIONS(1186), + [anon_sym___thiscall] = ACTIONS(1186), + [anon_sym___vectorcall] = ACTIONS(1186), + [anon_sym_LBRACE] = ACTIONS(1188), + [anon_sym_signed] = ACTIONS(1186), + [anon_sym_unsigned] = ACTIONS(1186), + [anon_sym_long] = ACTIONS(1186), + [anon_sym_short] = ACTIONS(1186), + [anon_sym_static] = ACTIONS(1186), + [anon_sym_auto] = ACTIONS(1186), + [anon_sym_register] = ACTIONS(1186), + [anon_sym_inline] = ACTIONS(1186), + [anon_sym___inline] = ACTIONS(1186), + [anon_sym___inline__] = ACTIONS(1186), + [anon_sym___forceinline] = ACTIONS(1186), + [anon_sym_thread_local] = ACTIONS(1186), + [anon_sym___thread] = ACTIONS(1186), + [anon_sym_const] = ACTIONS(1186), + [anon_sym_constexpr] = ACTIONS(1186), + [anon_sym_volatile] = ACTIONS(1186), + [anon_sym_restrict] = ACTIONS(1186), + [anon_sym___restrict__] = ACTIONS(1186), + [anon_sym__Atomic] = ACTIONS(1186), + [anon_sym__Noreturn] = ACTIONS(1186), + [anon_sym_noreturn] = ACTIONS(1186), + [anon_sym__Nonnull] = ACTIONS(1186), + [anon_sym_alignas] = ACTIONS(1186), + [anon_sym__Alignas] = ACTIONS(1186), + [sym_primitive_type] = ACTIONS(1186), + [anon_sym_enum] = ACTIONS(1186), + [anon_sym_struct] = ACTIONS(1186), + [anon_sym_union] = ACTIONS(1186), + [anon_sym_if] = ACTIONS(1186), + [anon_sym_else] = ACTIONS(1186), + [anon_sym_switch] = ACTIONS(1186), + [anon_sym_case] = ACTIONS(1186), + [anon_sym_default] = ACTIONS(1186), + [anon_sym_while] = ACTIONS(1186), + [anon_sym_do] = ACTIONS(1186), + [anon_sym_for] = ACTIONS(1186), + [anon_sym_return] = ACTIONS(1186), + [anon_sym_break] = ACTIONS(1186), + [anon_sym_continue] = ACTIONS(1186), + [anon_sym_goto] = ACTIONS(1186), + [anon_sym___try] = ACTIONS(1186), + [anon_sym___leave] = ACTIONS(1186), + [anon_sym_DASH_DASH] = ACTIONS(1188), + [anon_sym_PLUS_PLUS] = ACTIONS(1188), + [anon_sym_sizeof] = ACTIONS(1186), + [anon_sym___alignof__] = ACTIONS(1186), + [anon_sym___alignof] = ACTIONS(1186), + [anon_sym__alignof] = ACTIONS(1186), + [anon_sym_alignof] = ACTIONS(1186), + [anon_sym__Alignof] = ACTIONS(1186), + [anon_sym_offsetof] = ACTIONS(1186), + [anon_sym__Generic] = ACTIONS(1186), + [anon_sym_asm] = ACTIONS(1186), + [anon_sym___asm__] = ACTIONS(1186), + [anon_sym___asm] = ACTIONS(1186), + [sym_number_literal] = ACTIONS(1188), + [anon_sym_L_SQUOTE] = ACTIONS(1188), + [anon_sym_u_SQUOTE] = ACTIONS(1188), + [anon_sym_U_SQUOTE] = ACTIONS(1188), + [anon_sym_u8_SQUOTE] = ACTIONS(1188), + [anon_sym_SQUOTE] = ACTIONS(1188), + [anon_sym_L_DQUOTE] = ACTIONS(1188), + [anon_sym_u_DQUOTE] = ACTIONS(1188), + [anon_sym_U_DQUOTE] = ACTIONS(1188), + [anon_sym_u8_DQUOTE] = ACTIONS(1188), + [anon_sym_DQUOTE] = ACTIONS(1188), + [sym_true] = ACTIONS(1186), + [sym_false] = ACTIONS(1186), + [anon_sym_NULL] = ACTIONS(1186), + [anon_sym_nullptr] = ACTIONS(1186), + [sym_comment] = ACTIONS(3), + }, + [STATE(216)] = { + [sym_identifier] = ACTIONS(1202), + [aux_sym_preproc_include_token1] = ACTIONS(1202), + [aux_sym_preproc_def_token1] = ACTIONS(1202), + [aux_sym_preproc_if_token1] = ACTIONS(1202), + [aux_sym_preproc_if_token2] = ACTIONS(1202), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), + [sym_preproc_directive] = ACTIONS(1202), + [anon_sym_LPAREN2] = ACTIONS(1204), + [anon_sym_BANG] = ACTIONS(1204), + [anon_sym_TILDE] = ACTIONS(1204), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_AMP] = ACTIONS(1204), + [anon_sym_SEMI] = ACTIONS(1204), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_typedef] = ACTIONS(1202), + [anon_sym_extern] = ACTIONS(1202), + [anon_sym___attribute__] = ACTIONS(1202), + [anon_sym___attribute] = ACTIONS(1202), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), + [anon_sym___declspec] = ACTIONS(1202), + [anon_sym___cdecl] = ACTIONS(1202), + [anon_sym___clrcall] = ACTIONS(1202), + [anon_sym___stdcall] = ACTIONS(1202), + [anon_sym___fastcall] = ACTIONS(1202), + [anon_sym___thiscall] = ACTIONS(1202), + [anon_sym___vectorcall] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(1204), + [anon_sym_signed] = ACTIONS(1202), + [anon_sym_unsigned] = ACTIONS(1202), + [anon_sym_long] = ACTIONS(1202), + [anon_sym_short] = ACTIONS(1202), + [anon_sym_static] = ACTIONS(1202), + [anon_sym_auto] = ACTIONS(1202), + [anon_sym_register] = ACTIONS(1202), + [anon_sym_inline] = ACTIONS(1202), + [anon_sym___inline] = ACTIONS(1202), + [anon_sym___inline__] = ACTIONS(1202), + [anon_sym___forceinline] = ACTIONS(1202), + [anon_sym_thread_local] = ACTIONS(1202), + [anon_sym___thread] = ACTIONS(1202), + [anon_sym_const] = ACTIONS(1202), + [anon_sym_constexpr] = ACTIONS(1202), + [anon_sym_volatile] = ACTIONS(1202), + [anon_sym_restrict] = ACTIONS(1202), + [anon_sym___restrict__] = ACTIONS(1202), + [anon_sym__Atomic] = ACTIONS(1202), + [anon_sym__Noreturn] = ACTIONS(1202), + [anon_sym_noreturn] = ACTIONS(1202), + [anon_sym__Nonnull] = ACTIONS(1202), + [anon_sym_alignas] = ACTIONS(1202), + [anon_sym__Alignas] = ACTIONS(1202), + [sym_primitive_type] = ACTIONS(1202), + [anon_sym_enum] = ACTIONS(1202), + [anon_sym_struct] = ACTIONS(1202), + [anon_sym_union] = ACTIONS(1202), + [anon_sym_if] = ACTIONS(1202), + [anon_sym_else] = ACTIONS(1202), + [anon_sym_switch] = ACTIONS(1202), + [anon_sym_case] = ACTIONS(1202), + [anon_sym_default] = ACTIONS(1202), + [anon_sym_while] = ACTIONS(1202), + [anon_sym_do] = ACTIONS(1202), + [anon_sym_for] = ACTIONS(1202), + [anon_sym_return] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(1202), + [anon_sym_continue] = ACTIONS(1202), + [anon_sym_goto] = ACTIONS(1202), + [anon_sym___try] = ACTIONS(1202), + [anon_sym___leave] = ACTIONS(1202), + [anon_sym_DASH_DASH] = ACTIONS(1204), + [anon_sym_PLUS_PLUS] = ACTIONS(1204), + [anon_sym_sizeof] = ACTIONS(1202), + [anon_sym___alignof__] = ACTIONS(1202), + [anon_sym___alignof] = ACTIONS(1202), + [anon_sym__alignof] = ACTIONS(1202), + [anon_sym_alignof] = ACTIONS(1202), + [anon_sym__Alignof] = ACTIONS(1202), + [anon_sym_offsetof] = ACTIONS(1202), + [anon_sym__Generic] = ACTIONS(1202), + [anon_sym_asm] = ACTIONS(1202), + [anon_sym___asm__] = ACTIONS(1202), + [anon_sym___asm] = ACTIONS(1202), + [sym_number_literal] = ACTIONS(1204), + [anon_sym_L_SQUOTE] = ACTIONS(1204), + [anon_sym_u_SQUOTE] = ACTIONS(1204), + [anon_sym_U_SQUOTE] = ACTIONS(1204), + [anon_sym_u8_SQUOTE] = ACTIONS(1204), + [anon_sym_SQUOTE] = ACTIONS(1204), + [anon_sym_L_DQUOTE] = ACTIONS(1204), + [anon_sym_u_DQUOTE] = ACTIONS(1204), + [anon_sym_U_DQUOTE] = ACTIONS(1204), + [anon_sym_u8_DQUOTE] = ACTIONS(1204), + [anon_sym_DQUOTE] = ACTIONS(1204), + [sym_true] = ACTIONS(1202), + [sym_false] = ACTIONS(1202), + [anon_sym_NULL] = ACTIONS(1202), + [anon_sym_nullptr] = ACTIONS(1202), [sym_comment] = ACTIONS(3), }, - [254] = { - [sym_identifier] = ACTIONS(1198), - [aux_sym_preproc_include_token1] = ACTIONS(1198), - [aux_sym_preproc_def_token1] = ACTIONS(1198), - [aux_sym_preproc_if_token1] = ACTIONS(1198), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), - [sym_preproc_directive] = ACTIONS(1198), - [anon_sym_LPAREN2] = ACTIONS(1200), - [anon_sym_BANG] = ACTIONS(1200), - [anon_sym_TILDE] = ACTIONS(1200), - [anon_sym_DASH] = ACTIONS(1198), - [anon_sym_PLUS] = ACTIONS(1198), - [anon_sym_STAR] = ACTIONS(1200), - [anon_sym_AMP] = ACTIONS(1200), - [anon_sym_SEMI] = ACTIONS(1200), - [anon_sym___extension__] = ACTIONS(1198), - [anon_sym_typedef] = ACTIONS(1198), - [anon_sym_extern] = ACTIONS(1198), - [anon_sym___attribute__] = ACTIONS(1198), - [anon_sym___attribute] = ACTIONS(1198), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), - [anon_sym___declspec] = ACTIONS(1198), - [anon_sym___cdecl] = ACTIONS(1198), - [anon_sym___clrcall] = ACTIONS(1198), - [anon_sym___stdcall] = ACTIONS(1198), - [anon_sym___fastcall] = ACTIONS(1198), - [anon_sym___thiscall] = ACTIONS(1198), - [anon_sym___vectorcall] = ACTIONS(1198), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_RBRACE] = ACTIONS(1200), - [anon_sym_signed] = ACTIONS(1198), - [anon_sym_unsigned] = ACTIONS(1198), - [anon_sym_long] = ACTIONS(1198), - [anon_sym_short] = ACTIONS(1198), - [anon_sym_static] = ACTIONS(1198), - [anon_sym_auto] = ACTIONS(1198), - [anon_sym_register] = ACTIONS(1198), - [anon_sym_inline] = ACTIONS(1198), - [anon_sym___inline] = ACTIONS(1198), - [anon_sym___inline__] = ACTIONS(1198), - [anon_sym___forceinline] = ACTIONS(1198), - [anon_sym_thread_local] = ACTIONS(1198), - [anon_sym___thread] = ACTIONS(1198), - [anon_sym_const] = ACTIONS(1198), - [anon_sym_constexpr] = ACTIONS(1198), - [anon_sym_volatile] = ACTIONS(1198), - [anon_sym_restrict] = ACTIONS(1198), - [anon_sym___restrict__] = ACTIONS(1198), - [anon_sym__Atomic] = ACTIONS(1198), - [anon_sym__Noreturn] = ACTIONS(1198), - [anon_sym_noreturn] = ACTIONS(1198), - [anon_sym__Nonnull] = ACTIONS(1198), - [anon_sym_alignas] = ACTIONS(1198), - [anon_sym__Alignas] = ACTIONS(1198), - [sym_primitive_type] = ACTIONS(1198), - [anon_sym_enum] = ACTIONS(1198), - [anon_sym_struct] = ACTIONS(1198), - [anon_sym_union] = ACTIONS(1198), - [anon_sym_if] = ACTIONS(1198), - [anon_sym_else] = ACTIONS(1198), - [anon_sym_switch] = ACTIONS(1198), - [anon_sym_case] = ACTIONS(1198), - [anon_sym_default] = ACTIONS(1198), - [anon_sym_while] = ACTIONS(1198), - [anon_sym_do] = ACTIONS(1198), - [anon_sym_for] = ACTIONS(1198), - [anon_sym_return] = ACTIONS(1198), - [anon_sym_break] = ACTIONS(1198), - [anon_sym_continue] = ACTIONS(1198), - [anon_sym_goto] = ACTIONS(1198), - [anon_sym___try] = ACTIONS(1198), - [anon_sym___leave] = ACTIONS(1198), - [anon_sym_DASH_DASH] = ACTIONS(1200), - [anon_sym_PLUS_PLUS] = ACTIONS(1200), - [anon_sym_sizeof] = ACTIONS(1198), - [anon_sym___alignof__] = ACTIONS(1198), - [anon_sym___alignof] = ACTIONS(1198), - [anon_sym__alignof] = ACTIONS(1198), - [anon_sym_alignof] = ACTIONS(1198), - [anon_sym__Alignof] = ACTIONS(1198), - [anon_sym_offsetof] = ACTIONS(1198), - [anon_sym__Generic] = ACTIONS(1198), - [anon_sym_asm] = ACTIONS(1198), - [anon_sym___asm__] = ACTIONS(1198), - [anon_sym___asm] = ACTIONS(1198), - [sym_number_literal] = ACTIONS(1200), - [anon_sym_L_SQUOTE] = ACTIONS(1200), - [anon_sym_u_SQUOTE] = ACTIONS(1200), - [anon_sym_U_SQUOTE] = ACTIONS(1200), - [anon_sym_u8_SQUOTE] = ACTIONS(1200), - [anon_sym_SQUOTE] = ACTIONS(1200), - [anon_sym_L_DQUOTE] = ACTIONS(1200), - [anon_sym_u_DQUOTE] = ACTIONS(1200), - [anon_sym_U_DQUOTE] = ACTIONS(1200), - [anon_sym_u8_DQUOTE] = ACTIONS(1200), - [anon_sym_DQUOTE] = ACTIONS(1200), - [sym_true] = ACTIONS(1198), - [sym_false] = ACTIONS(1198), - [anon_sym_NULL] = ACTIONS(1198), - [anon_sym_nullptr] = ACTIONS(1198), + [STATE(217)] = { + [sym_identifier] = ACTIONS(1206), + [aux_sym_preproc_include_token1] = ACTIONS(1206), + [aux_sym_preproc_def_token1] = ACTIONS(1206), + [aux_sym_preproc_if_token1] = ACTIONS(1206), + [aux_sym_preproc_if_token2] = ACTIONS(1206), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1206), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1206), + [sym_preproc_directive] = ACTIONS(1206), + [anon_sym_LPAREN2] = ACTIONS(1208), + [anon_sym_BANG] = ACTIONS(1208), + [anon_sym_TILDE] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1208), + [anon_sym_AMP] = ACTIONS(1208), + [anon_sym_SEMI] = ACTIONS(1208), + [anon_sym___extension__] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1206), + [anon_sym_extern] = ACTIONS(1206), + [anon_sym___attribute__] = ACTIONS(1206), + [anon_sym___attribute] = ACTIONS(1206), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1208), + [anon_sym___declspec] = ACTIONS(1206), + [anon_sym___cdecl] = ACTIONS(1206), + [anon_sym___clrcall] = ACTIONS(1206), + [anon_sym___stdcall] = ACTIONS(1206), + [anon_sym___fastcall] = ACTIONS(1206), + [anon_sym___thiscall] = ACTIONS(1206), + [anon_sym___vectorcall] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1206), + [anon_sym_unsigned] = ACTIONS(1206), + [anon_sym_long] = ACTIONS(1206), + [anon_sym_short] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1206), + [anon_sym_auto] = ACTIONS(1206), + [anon_sym_register] = ACTIONS(1206), + [anon_sym_inline] = ACTIONS(1206), + [anon_sym___inline] = ACTIONS(1206), + [anon_sym___inline__] = ACTIONS(1206), + [anon_sym___forceinline] = ACTIONS(1206), + [anon_sym_thread_local] = ACTIONS(1206), + [anon_sym___thread] = ACTIONS(1206), + [anon_sym_const] = ACTIONS(1206), + [anon_sym_constexpr] = ACTIONS(1206), + [anon_sym_volatile] = ACTIONS(1206), + [anon_sym_restrict] = ACTIONS(1206), + [anon_sym___restrict__] = ACTIONS(1206), + [anon_sym__Atomic] = ACTIONS(1206), + [anon_sym__Noreturn] = ACTIONS(1206), + [anon_sym_noreturn] = ACTIONS(1206), + [anon_sym__Nonnull] = ACTIONS(1206), + [anon_sym_alignas] = ACTIONS(1206), + [anon_sym__Alignas] = ACTIONS(1206), + [sym_primitive_type] = ACTIONS(1206), + [anon_sym_enum] = ACTIONS(1206), + [anon_sym_struct] = ACTIONS(1206), + [anon_sym_union] = ACTIONS(1206), + [anon_sym_if] = ACTIONS(1206), + [anon_sym_else] = ACTIONS(1206), + [anon_sym_switch] = ACTIONS(1206), + [anon_sym_case] = ACTIONS(1206), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1206), + [anon_sym_do] = ACTIONS(1206), + [anon_sym_for] = ACTIONS(1206), + [anon_sym_return] = ACTIONS(1206), + [anon_sym_break] = ACTIONS(1206), + [anon_sym_continue] = ACTIONS(1206), + [anon_sym_goto] = ACTIONS(1206), + [anon_sym___try] = ACTIONS(1206), + [anon_sym___leave] = ACTIONS(1206), + [anon_sym_DASH_DASH] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_sizeof] = ACTIONS(1206), + [anon_sym___alignof__] = ACTIONS(1206), + [anon_sym___alignof] = ACTIONS(1206), + [anon_sym__alignof] = ACTIONS(1206), + [anon_sym_alignof] = ACTIONS(1206), + [anon_sym__Alignof] = ACTIONS(1206), + [anon_sym_offsetof] = ACTIONS(1206), + [anon_sym__Generic] = ACTIONS(1206), + [anon_sym_asm] = ACTIONS(1206), + [anon_sym___asm__] = ACTIONS(1206), + [anon_sym___asm] = ACTIONS(1206), + [sym_number_literal] = ACTIONS(1208), + [anon_sym_L_SQUOTE] = ACTIONS(1208), + [anon_sym_u_SQUOTE] = ACTIONS(1208), + [anon_sym_U_SQUOTE] = ACTIONS(1208), + [anon_sym_u8_SQUOTE] = ACTIONS(1208), + [anon_sym_SQUOTE] = ACTIONS(1208), + [anon_sym_L_DQUOTE] = ACTIONS(1208), + [anon_sym_u_DQUOTE] = ACTIONS(1208), + [anon_sym_U_DQUOTE] = ACTIONS(1208), + [anon_sym_u8_DQUOTE] = ACTIONS(1208), + [anon_sym_DQUOTE] = ACTIONS(1208), + [sym_true] = ACTIONS(1206), + [sym_false] = ACTIONS(1206), + [anon_sym_NULL] = ACTIONS(1206), + [anon_sym_nullptr] = ACTIONS(1206), [sym_comment] = ACTIONS(3), }, - [255] = { - [ts_builtin_sym_end] = ACTIONS(1180), - [sym_identifier] = ACTIONS(1178), - [aux_sym_preproc_include_token1] = ACTIONS(1178), - [aux_sym_preproc_def_token1] = ACTIONS(1178), - [aux_sym_preproc_if_token1] = ACTIONS(1178), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1178), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1178), - [sym_preproc_directive] = ACTIONS(1178), - [anon_sym_LPAREN2] = ACTIONS(1180), - [anon_sym_BANG] = ACTIONS(1180), - [anon_sym_TILDE] = ACTIONS(1180), - [anon_sym_DASH] = ACTIONS(1178), - [anon_sym_PLUS] = ACTIONS(1178), - [anon_sym_STAR] = ACTIONS(1180), - [anon_sym_AMP] = ACTIONS(1180), - [anon_sym_SEMI] = ACTIONS(1180), - [anon_sym___extension__] = ACTIONS(1178), - [anon_sym_typedef] = ACTIONS(1178), - [anon_sym_extern] = ACTIONS(1178), - [anon_sym___attribute__] = ACTIONS(1178), - [anon_sym___attribute] = ACTIONS(1178), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1180), - [anon_sym___declspec] = ACTIONS(1178), - [anon_sym___cdecl] = ACTIONS(1178), - [anon_sym___clrcall] = ACTIONS(1178), - [anon_sym___stdcall] = ACTIONS(1178), - [anon_sym___fastcall] = ACTIONS(1178), - [anon_sym___thiscall] = ACTIONS(1178), - [anon_sym___vectorcall] = ACTIONS(1178), - [anon_sym_LBRACE] = ACTIONS(1180), - [anon_sym_signed] = ACTIONS(1178), - [anon_sym_unsigned] = ACTIONS(1178), - [anon_sym_long] = ACTIONS(1178), - [anon_sym_short] = ACTIONS(1178), - [anon_sym_static] = ACTIONS(1178), - [anon_sym_auto] = ACTIONS(1178), - [anon_sym_register] = ACTIONS(1178), - [anon_sym_inline] = ACTIONS(1178), - [anon_sym___inline] = ACTIONS(1178), - [anon_sym___inline__] = ACTIONS(1178), - [anon_sym___forceinline] = ACTIONS(1178), - [anon_sym_thread_local] = ACTIONS(1178), - [anon_sym___thread] = ACTIONS(1178), - [anon_sym_const] = ACTIONS(1178), - [anon_sym_constexpr] = ACTIONS(1178), - [anon_sym_volatile] = ACTIONS(1178), - [anon_sym_restrict] = ACTIONS(1178), - [anon_sym___restrict__] = ACTIONS(1178), - [anon_sym__Atomic] = ACTIONS(1178), - [anon_sym__Noreturn] = ACTIONS(1178), - [anon_sym_noreturn] = ACTIONS(1178), - [anon_sym__Nonnull] = ACTIONS(1178), - [anon_sym_alignas] = ACTIONS(1178), - [anon_sym__Alignas] = ACTIONS(1178), - [sym_primitive_type] = ACTIONS(1178), - [anon_sym_enum] = ACTIONS(1178), - [anon_sym_struct] = ACTIONS(1178), - [anon_sym_union] = ACTIONS(1178), - [anon_sym_if] = ACTIONS(1178), - [anon_sym_else] = ACTIONS(1178), - [anon_sym_switch] = ACTIONS(1178), - [anon_sym_case] = ACTIONS(1178), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_while] = ACTIONS(1178), - [anon_sym_do] = ACTIONS(1178), - [anon_sym_for] = ACTIONS(1178), - [anon_sym_return] = ACTIONS(1178), - [anon_sym_break] = ACTIONS(1178), - [anon_sym_continue] = ACTIONS(1178), - [anon_sym_goto] = ACTIONS(1178), - [anon_sym___try] = ACTIONS(1178), - [anon_sym___leave] = ACTIONS(1178), - [anon_sym_DASH_DASH] = ACTIONS(1180), - [anon_sym_PLUS_PLUS] = ACTIONS(1180), - [anon_sym_sizeof] = ACTIONS(1178), - [anon_sym___alignof__] = ACTIONS(1178), - [anon_sym___alignof] = ACTIONS(1178), - [anon_sym__alignof] = ACTIONS(1178), - [anon_sym_alignof] = ACTIONS(1178), - [anon_sym__Alignof] = ACTIONS(1178), - [anon_sym_offsetof] = ACTIONS(1178), - [anon_sym__Generic] = ACTIONS(1178), - [anon_sym_asm] = ACTIONS(1178), - [anon_sym___asm__] = ACTIONS(1178), - [anon_sym___asm] = ACTIONS(1178), - [sym_number_literal] = ACTIONS(1180), - [anon_sym_L_SQUOTE] = ACTIONS(1180), - [anon_sym_u_SQUOTE] = ACTIONS(1180), - [anon_sym_U_SQUOTE] = ACTIONS(1180), - [anon_sym_u8_SQUOTE] = ACTIONS(1180), - [anon_sym_SQUOTE] = ACTIONS(1180), - [anon_sym_L_DQUOTE] = ACTIONS(1180), - [anon_sym_u_DQUOTE] = ACTIONS(1180), - [anon_sym_U_DQUOTE] = ACTIONS(1180), - [anon_sym_u8_DQUOTE] = ACTIONS(1180), - [anon_sym_DQUOTE] = ACTIONS(1180), - [sym_true] = ACTIONS(1178), - [sym_false] = ACTIONS(1178), - [anon_sym_NULL] = ACTIONS(1178), - [anon_sym_nullptr] = ACTIONS(1178), + [STATE(218)] = { + [sym_identifier] = ACTIONS(1210), + [aux_sym_preproc_include_token1] = ACTIONS(1210), + [aux_sym_preproc_def_token1] = ACTIONS(1210), + [aux_sym_preproc_if_token1] = ACTIONS(1210), + [aux_sym_preproc_if_token2] = ACTIONS(1210), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1210), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1210), + [sym_preproc_directive] = ACTIONS(1210), + [anon_sym_LPAREN2] = ACTIONS(1212), + [anon_sym_BANG] = ACTIONS(1212), + [anon_sym_TILDE] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1210), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym___extension__] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1210), + [anon_sym_extern] = ACTIONS(1210), + [anon_sym___attribute__] = ACTIONS(1210), + [anon_sym___attribute] = ACTIONS(1210), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1212), + [anon_sym___declspec] = ACTIONS(1210), + [anon_sym___cdecl] = ACTIONS(1210), + [anon_sym___clrcall] = ACTIONS(1210), + [anon_sym___stdcall] = ACTIONS(1210), + [anon_sym___fastcall] = ACTIONS(1210), + [anon_sym___thiscall] = ACTIONS(1210), + [anon_sym___vectorcall] = ACTIONS(1210), + [anon_sym_LBRACE] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1210), + [anon_sym_unsigned] = ACTIONS(1210), + [anon_sym_long] = ACTIONS(1210), + [anon_sym_short] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1210), + [anon_sym_auto] = ACTIONS(1210), + [anon_sym_register] = ACTIONS(1210), + [anon_sym_inline] = ACTIONS(1210), + [anon_sym___inline] = ACTIONS(1210), + [anon_sym___inline__] = ACTIONS(1210), + [anon_sym___forceinline] = ACTIONS(1210), + [anon_sym_thread_local] = ACTIONS(1210), + [anon_sym___thread] = ACTIONS(1210), + [anon_sym_const] = ACTIONS(1210), + [anon_sym_constexpr] = ACTIONS(1210), + [anon_sym_volatile] = ACTIONS(1210), + [anon_sym_restrict] = ACTIONS(1210), + [anon_sym___restrict__] = ACTIONS(1210), + [anon_sym__Atomic] = ACTIONS(1210), + [anon_sym__Noreturn] = ACTIONS(1210), + [anon_sym_noreturn] = ACTIONS(1210), + [anon_sym__Nonnull] = ACTIONS(1210), + [anon_sym_alignas] = ACTIONS(1210), + [anon_sym__Alignas] = ACTIONS(1210), + [sym_primitive_type] = ACTIONS(1210), + [anon_sym_enum] = ACTIONS(1210), + [anon_sym_struct] = ACTIONS(1210), + [anon_sym_union] = ACTIONS(1210), + [anon_sym_if] = ACTIONS(1210), + [anon_sym_else] = ACTIONS(1210), + [anon_sym_switch] = ACTIONS(1210), + [anon_sym_case] = ACTIONS(1210), + [anon_sym_default] = ACTIONS(1210), + [anon_sym_while] = ACTIONS(1210), + [anon_sym_do] = ACTIONS(1210), + [anon_sym_for] = ACTIONS(1210), + [anon_sym_return] = ACTIONS(1210), + [anon_sym_break] = ACTIONS(1210), + [anon_sym_continue] = ACTIONS(1210), + [anon_sym_goto] = ACTIONS(1210), + [anon_sym___try] = ACTIONS(1210), + [anon_sym___leave] = ACTIONS(1210), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_sizeof] = ACTIONS(1210), + [anon_sym___alignof__] = ACTIONS(1210), + [anon_sym___alignof] = ACTIONS(1210), + [anon_sym__alignof] = ACTIONS(1210), + [anon_sym_alignof] = ACTIONS(1210), + [anon_sym__Alignof] = ACTIONS(1210), + [anon_sym_offsetof] = ACTIONS(1210), + [anon_sym__Generic] = ACTIONS(1210), + [anon_sym_asm] = ACTIONS(1210), + [anon_sym___asm__] = ACTIONS(1210), + [anon_sym___asm] = ACTIONS(1210), + [sym_number_literal] = ACTIONS(1212), + [anon_sym_L_SQUOTE] = ACTIONS(1212), + [anon_sym_u_SQUOTE] = ACTIONS(1212), + [anon_sym_U_SQUOTE] = ACTIONS(1212), + [anon_sym_u8_SQUOTE] = ACTIONS(1212), + [anon_sym_SQUOTE] = ACTIONS(1212), + [anon_sym_L_DQUOTE] = ACTIONS(1212), + [anon_sym_u_DQUOTE] = ACTIONS(1212), + [anon_sym_U_DQUOTE] = ACTIONS(1212), + [anon_sym_u8_DQUOTE] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_true] = ACTIONS(1210), + [sym_false] = ACTIONS(1210), + [anon_sym_NULL] = ACTIONS(1210), + [anon_sym_nullptr] = ACTIONS(1210), + [sym_comment] = ACTIONS(3), + }, + [STATE(219)] = { + [sym_identifier] = ACTIONS(1214), + [aux_sym_preproc_include_token1] = ACTIONS(1214), + [aux_sym_preproc_def_token1] = ACTIONS(1214), + [aux_sym_preproc_if_token1] = ACTIONS(1214), + [aux_sym_preproc_if_token2] = ACTIONS(1214), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), + [sym_preproc_directive] = ACTIONS(1214), + [anon_sym_LPAREN2] = ACTIONS(1216), + [anon_sym_BANG] = ACTIONS(1216), + [anon_sym_TILDE] = ACTIONS(1216), + [anon_sym_DASH] = ACTIONS(1214), + [anon_sym_PLUS] = ACTIONS(1214), + [anon_sym_STAR] = ACTIONS(1216), + [anon_sym_AMP] = ACTIONS(1216), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym___extension__] = ACTIONS(1214), + [anon_sym_typedef] = ACTIONS(1214), + [anon_sym_extern] = ACTIONS(1214), + [anon_sym___attribute__] = ACTIONS(1214), + [anon_sym___attribute] = ACTIONS(1214), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1216), + [anon_sym___declspec] = ACTIONS(1214), + [anon_sym___cdecl] = ACTIONS(1214), + [anon_sym___clrcall] = ACTIONS(1214), + [anon_sym___stdcall] = ACTIONS(1214), + [anon_sym___fastcall] = ACTIONS(1214), + [anon_sym___thiscall] = ACTIONS(1214), + [anon_sym___vectorcall] = ACTIONS(1214), + [anon_sym_LBRACE] = ACTIONS(1216), + [anon_sym_signed] = ACTIONS(1214), + [anon_sym_unsigned] = ACTIONS(1214), + [anon_sym_long] = ACTIONS(1214), + [anon_sym_short] = ACTIONS(1214), + [anon_sym_static] = ACTIONS(1214), + [anon_sym_auto] = ACTIONS(1214), + [anon_sym_register] = ACTIONS(1214), + [anon_sym_inline] = ACTIONS(1214), + [anon_sym___inline] = ACTIONS(1214), + [anon_sym___inline__] = ACTIONS(1214), + [anon_sym___forceinline] = ACTIONS(1214), + [anon_sym_thread_local] = ACTIONS(1214), + [anon_sym___thread] = ACTIONS(1214), + [anon_sym_const] = ACTIONS(1214), + [anon_sym_constexpr] = ACTIONS(1214), + [anon_sym_volatile] = ACTIONS(1214), + [anon_sym_restrict] = ACTIONS(1214), + [anon_sym___restrict__] = ACTIONS(1214), + [anon_sym__Atomic] = ACTIONS(1214), + [anon_sym__Noreturn] = ACTIONS(1214), + [anon_sym_noreturn] = ACTIONS(1214), + [anon_sym__Nonnull] = ACTIONS(1214), + [anon_sym_alignas] = ACTIONS(1214), + [anon_sym__Alignas] = ACTIONS(1214), + [sym_primitive_type] = ACTIONS(1214), + [anon_sym_enum] = ACTIONS(1214), + [anon_sym_struct] = ACTIONS(1214), + [anon_sym_union] = ACTIONS(1214), + [anon_sym_if] = ACTIONS(1214), + [anon_sym_else] = ACTIONS(1214), + [anon_sym_switch] = ACTIONS(1214), + [anon_sym_case] = ACTIONS(1214), + [anon_sym_default] = ACTIONS(1214), + [anon_sym_while] = ACTIONS(1214), + [anon_sym_do] = ACTIONS(1214), + [anon_sym_for] = ACTIONS(1214), + [anon_sym_return] = ACTIONS(1214), + [anon_sym_break] = ACTIONS(1214), + [anon_sym_continue] = ACTIONS(1214), + [anon_sym_goto] = ACTIONS(1214), + [anon_sym___try] = ACTIONS(1214), + [anon_sym___leave] = ACTIONS(1214), + [anon_sym_DASH_DASH] = ACTIONS(1216), + [anon_sym_PLUS_PLUS] = ACTIONS(1216), + [anon_sym_sizeof] = ACTIONS(1214), + [anon_sym___alignof__] = ACTIONS(1214), + [anon_sym___alignof] = ACTIONS(1214), + [anon_sym__alignof] = ACTIONS(1214), + [anon_sym_alignof] = ACTIONS(1214), + [anon_sym__Alignof] = ACTIONS(1214), + [anon_sym_offsetof] = ACTIONS(1214), + [anon_sym__Generic] = ACTIONS(1214), + [anon_sym_asm] = ACTIONS(1214), + [anon_sym___asm__] = ACTIONS(1214), + [anon_sym___asm] = ACTIONS(1214), + [sym_number_literal] = ACTIONS(1216), + [anon_sym_L_SQUOTE] = ACTIONS(1216), + [anon_sym_u_SQUOTE] = ACTIONS(1216), + [anon_sym_U_SQUOTE] = ACTIONS(1216), + [anon_sym_u8_SQUOTE] = ACTIONS(1216), + [anon_sym_SQUOTE] = ACTIONS(1216), + [anon_sym_L_DQUOTE] = ACTIONS(1216), + [anon_sym_u_DQUOTE] = ACTIONS(1216), + [anon_sym_U_DQUOTE] = ACTIONS(1216), + [anon_sym_u8_DQUOTE] = ACTIONS(1216), + [anon_sym_DQUOTE] = ACTIONS(1216), + [sym_true] = ACTIONS(1214), + [sym_false] = ACTIONS(1214), + [anon_sym_NULL] = ACTIONS(1214), + [anon_sym_nullptr] = ACTIONS(1214), [sym_comment] = ACTIONS(3), }, - [256] = { - [sym_identifier] = ACTIONS(1194), - [aux_sym_preproc_include_token1] = ACTIONS(1194), - [aux_sym_preproc_def_token1] = ACTIONS(1194), - [aux_sym_preproc_if_token1] = ACTIONS(1194), - [aux_sym_preproc_if_token2] = ACTIONS(1194), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), - [sym_preproc_directive] = ACTIONS(1194), - [anon_sym_LPAREN2] = ACTIONS(1196), - [anon_sym_BANG] = ACTIONS(1196), - [anon_sym_TILDE] = ACTIONS(1196), - [anon_sym_DASH] = ACTIONS(1194), - [anon_sym_PLUS] = ACTIONS(1194), - [anon_sym_STAR] = ACTIONS(1196), - [anon_sym_AMP] = ACTIONS(1196), - [anon_sym_SEMI] = ACTIONS(1196), - [anon_sym___extension__] = ACTIONS(1194), - [anon_sym_typedef] = ACTIONS(1194), - [anon_sym_extern] = ACTIONS(1194), - [anon_sym___attribute__] = ACTIONS(1194), - [anon_sym___attribute] = ACTIONS(1194), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), - [anon_sym___declspec] = ACTIONS(1194), - [anon_sym___cdecl] = ACTIONS(1194), - [anon_sym___clrcall] = ACTIONS(1194), - [anon_sym___stdcall] = ACTIONS(1194), - [anon_sym___fastcall] = ACTIONS(1194), - [anon_sym___thiscall] = ACTIONS(1194), - [anon_sym___vectorcall] = ACTIONS(1194), - [anon_sym_LBRACE] = ACTIONS(1196), - [anon_sym_signed] = ACTIONS(1194), - [anon_sym_unsigned] = ACTIONS(1194), - [anon_sym_long] = ACTIONS(1194), - [anon_sym_short] = ACTIONS(1194), - [anon_sym_static] = ACTIONS(1194), - [anon_sym_auto] = ACTIONS(1194), - [anon_sym_register] = ACTIONS(1194), - [anon_sym_inline] = ACTIONS(1194), - [anon_sym___inline] = ACTIONS(1194), - [anon_sym___inline__] = ACTIONS(1194), - [anon_sym___forceinline] = ACTIONS(1194), - [anon_sym_thread_local] = ACTIONS(1194), - [anon_sym___thread] = ACTIONS(1194), - [anon_sym_const] = ACTIONS(1194), - [anon_sym_constexpr] = ACTIONS(1194), - [anon_sym_volatile] = ACTIONS(1194), - [anon_sym_restrict] = ACTIONS(1194), - [anon_sym___restrict__] = ACTIONS(1194), - [anon_sym__Atomic] = ACTIONS(1194), - [anon_sym__Noreturn] = ACTIONS(1194), - [anon_sym_noreturn] = ACTIONS(1194), - [anon_sym__Nonnull] = ACTIONS(1194), - [anon_sym_alignas] = ACTIONS(1194), - [anon_sym__Alignas] = ACTIONS(1194), - [sym_primitive_type] = ACTIONS(1194), - [anon_sym_enum] = ACTIONS(1194), - [anon_sym_struct] = ACTIONS(1194), - [anon_sym_union] = ACTIONS(1194), - [anon_sym_if] = ACTIONS(1194), - [anon_sym_else] = ACTIONS(1194), - [anon_sym_switch] = ACTIONS(1194), - [anon_sym_case] = ACTIONS(1194), - [anon_sym_default] = ACTIONS(1194), - [anon_sym_while] = ACTIONS(1194), - [anon_sym_do] = ACTIONS(1194), - [anon_sym_for] = ACTIONS(1194), - [anon_sym_return] = ACTIONS(1194), - [anon_sym_break] = ACTIONS(1194), - [anon_sym_continue] = ACTIONS(1194), - [anon_sym_goto] = ACTIONS(1194), - [anon_sym___try] = ACTIONS(1194), - [anon_sym___leave] = ACTIONS(1194), - [anon_sym_DASH_DASH] = ACTIONS(1196), - [anon_sym_PLUS_PLUS] = ACTIONS(1196), - [anon_sym_sizeof] = ACTIONS(1194), - [anon_sym___alignof__] = ACTIONS(1194), - [anon_sym___alignof] = ACTIONS(1194), - [anon_sym__alignof] = ACTIONS(1194), - [anon_sym_alignof] = ACTIONS(1194), - [anon_sym__Alignof] = ACTIONS(1194), - [anon_sym_offsetof] = ACTIONS(1194), - [anon_sym__Generic] = ACTIONS(1194), - [anon_sym_asm] = ACTIONS(1194), - [anon_sym___asm__] = ACTIONS(1194), - [anon_sym___asm] = ACTIONS(1194), - [sym_number_literal] = ACTIONS(1196), - [anon_sym_L_SQUOTE] = ACTIONS(1196), - [anon_sym_u_SQUOTE] = ACTIONS(1196), - [anon_sym_U_SQUOTE] = ACTIONS(1196), - [anon_sym_u8_SQUOTE] = ACTIONS(1196), - [anon_sym_SQUOTE] = ACTIONS(1196), - [anon_sym_L_DQUOTE] = ACTIONS(1196), - [anon_sym_u_DQUOTE] = ACTIONS(1196), - [anon_sym_U_DQUOTE] = ACTIONS(1196), - [anon_sym_u8_DQUOTE] = ACTIONS(1196), - [anon_sym_DQUOTE] = ACTIONS(1196), - [sym_true] = ACTIONS(1194), - [sym_false] = ACTIONS(1194), - [anon_sym_NULL] = ACTIONS(1194), - [anon_sym_nullptr] = ACTIONS(1194), + [STATE(220)] = { + [sym_identifier] = ACTIONS(1218), + [aux_sym_preproc_include_token1] = ACTIONS(1218), + [aux_sym_preproc_def_token1] = ACTIONS(1218), + [aux_sym_preproc_if_token1] = ACTIONS(1218), + [aux_sym_preproc_if_token2] = ACTIONS(1218), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), + [sym_preproc_directive] = ACTIONS(1218), + [anon_sym_LPAREN2] = ACTIONS(1220), + [anon_sym_BANG] = ACTIONS(1220), + [anon_sym_TILDE] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1218), + [anon_sym_PLUS] = ACTIONS(1218), + [anon_sym_STAR] = ACTIONS(1220), + [anon_sym_AMP] = ACTIONS(1220), + [anon_sym_SEMI] = ACTIONS(1220), + [anon_sym___extension__] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1218), + [anon_sym_extern] = ACTIONS(1218), + [anon_sym___attribute__] = ACTIONS(1218), + [anon_sym___attribute] = ACTIONS(1218), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1220), + [anon_sym___declspec] = ACTIONS(1218), + [anon_sym___cdecl] = ACTIONS(1218), + [anon_sym___clrcall] = ACTIONS(1218), + [anon_sym___stdcall] = ACTIONS(1218), + [anon_sym___fastcall] = ACTIONS(1218), + [anon_sym___thiscall] = ACTIONS(1218), + [anon_sym___vectorcall] = ACTIONS(1218), + [anon_sym_LBRACE] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1218), + [anon_sym_unsigned] = ACTIONS(1218), + [anon_sym_long] = ACTIONS(1218), + [anon_sym_short] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1218), + [anon_sym_auto] = ACTIONS(1218), + [anon_sym_register] = ACTIONS(1218), + [anon_sym_inline] = ACTIONS(1218), + [anon_sym___inline] = ACTIONS(1218), + [anon_sym___inline__] = ACTIONS(1218), + [anon_sym___forceinline] = ACTIONS(1218), + [anon_sym_thread_local] = ACTIONS(1218), + [anon_sym___thread] = ACTIONS(1218), + [anon_sym_const] = ACTIONS(1218), + [anon_sym_constexpr] = ACTIONS(1218), + [anon_sym_volatile] = ACTIONS(1218), + [anon_sym_restrict] = ACTIONS(1218), + [anon_sym___restrict__] = ACTIONS(1218), + [anon_sym__Atomic] = ACTIONS(1218), + [anon_sym__Noreturn] = ACTIONS(1218), + [anon_sym_noreturn] = ACTIONS(1218), + [anon_sym__Nonnull] = ACTIONS(1218), + [anon_sym_alignas] = ACTIONS(1218), + [anon_sym__Alignas] = ACTIONS(1218), + [sym_primitive_type] = ACTIONS(1218), + [anon_sym_enum] = ACTIONS(1218), + [anon_sym_struct] = ACTIONS(1218), + [anon_sym_union] = ACTIONS(1218), + [anon_sym_if] = ACTIONS(1218), + [anon_sym_else] = ACTIONS(1218), + [anon_sym_switch] = ACTIONS(1218), + [anon_sym_case] = ACTIONS(1218), + [anon_sym_default] = ACTIONS(1218), + [anon_sym_while] = ACTIONS(1218), + [anon_sym_do] = ACTIONS(1218), + [anon_sym_for] = ACTIONS(1218), + [anon_sym_return] = ACTIONS(1218), + [anon_sym_break] = ACTIONS(1218), + [anon_sym_continue] = ACTIONS(1218), + [anon_sym_goto] = ACTIONS(1218), + [anon_sym___try] = ACTIONS(1218), + [anon_sym___leave] = ACTIONS(1218), + [anon_sym_DASH_DASH] = ACTIONS(1220), + [anon_sym_PLUS_PLUS] = ACTIONS(1220), + [anon_sym_sizeof] = ACTIONS(1218), + [anon_sym___alignof__] = ACTIONS(1218), + [anon_sym___alignof] = ACTIONS(1218), + [anon_sym__alignof] = ACTIONS(1218), + [anon_sym_alignof] = ACTIONS(1218), + [anon_sym__Alignof] = ACTIONS(1218), + [anon_sym_offsetof] = ACTIONS(1218), + [anon_sym__Generic] = ACTIONS(1218), + [anon_sym_asm] = ACTIONS(1218), + [anon_sym___asm__] = ACTIONS(1218), + [anon_sym___asm] = ACTIONS(1218), + [sym_number_literal] = ACTIONS(1220), + [anon_sym_L_SQUOTE] = ACTIONS(1220), + [anon_sym_u_SQUOTE] = ACTIONS(1220), + [anon_sym_U_SQUOTE] = ACTIONS(1220), + [anon_sym_u8_SQUOTE] = ACTIONS(1220), + [anon_sym_SQUOTE] = ACTIONS(1220), + [anon_sym_L_DQUOTE] = ACTIONS(1220), + [anon_sym_u_DQUOTE] = ACTIONS(1220), + [anon_sym_U_DQUOTE] = ACTIONS(1220), + [anon_sym_u8_DQUOTE] = ACTIONS(1220), + [anon_sym_DQUOTE] = ACTIONS(1220), + [sym_true] = ACTIONS(1218), + [sym_false] = ACTIONS(1218), + [anon_sym_NULL] = ACTIONS(1218), + [anon_sym_nullptr] = ACTIONS(1218), [sym_comment] = ACTIONS(3), }, - [257] = { - [ts_builtin_sym_end] = ACTIONS(1370), - [sym_identifier] = ACTIONS(1368), - [aux_sym_preproc_include_token1] = ACTIONS(1368), - [aux_sym_preproc_def_token1] = ACTIONS(1368), - [anon_sym_COMMA] = ACTIONS(1370), - [aux_sym_preproc_if_token1] = ACTIONS(1368), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1368), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1368), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_BANG] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1370), - [anon_sym_DASH] = ACTIONS(1368), - [anon_sym_PLUS] = ACTIONS(1368), - [anon_sym_STAR] = ACTIONS(1370), - [anon_sym_AMP] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1368), - [anon_sym_typedef] = ACTIONS(1368), - [anon_sym_extern] = ACTIONS(1368), - [anon_sym___attribute__] = ACTIONS(1368), - [anon_sym___attribute] = ACTIONS(1368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1370), - [anon_sym___declspec] = ACTIONS(1368), - [anon_sym___cdecl] = ACTIONS(1368), - [anon_sym___clrcall] = ACTIONS(1368), - [anon_sym___stdcall] = ACTIONS(1368), - [anon_sym___fastcall] = ACTIONS(1368), - [anon_sym___thiscall] = ACTIONS(1368), - [anon_sym___vectorcall] = ACTIONS(1368), - [anon_sym_LBRACE] = ACTIONS(1370), - [anon_sym_RBRACE] = ACTIONS(1370), - [anon_sym_signed] = ACTIONS(1368), - [anon_sym_unsigned] = ACTIONS(1368), - [anon_sym_long] = ACTIONS(1368), - [anon_sym_short] = ACTIONS(1368), - [anon_sym_static] = ACTIONS(1368), - [anon_sym_auto] = ACTIONS(1368), - [anon_sym_register] = ACTIONS(1368), - [anon_sym_inline] = ACTIONS(1368), - [anon_sym___inline] = ACTIONS(1368), - [anon_sym___inline__] = ACTIONS(1368), - [anon_sym___forceinline] = ACTIONS(1368), - [anon_sym_thread_local] = ACTIONS(1368), - [anon_sym___thread] = ACTIONS(1368), - [anon_sym_const] = ACTIONS(1368), - [anon_sym_constexpr] = ACTIONS(1368), - [anon_sym_volatile] = ACTIONS(1368), - [anon_sym_restrict] = ACTIONS(1368), - [anon_sym___restrict__] = ACTIONS(1368), - [anon_sym__Atomic] = ACTIONS(1368), - [anon_sym__Noreturn] = ACTIONS(1368), - [anon_sym_noreturn] = ACTIONS(1368), - [anon_sym__Nonnull] = ACTIONS(1368), - [anon_sym_alignas] = ACTIONS(1368), - [anon_sym__Alignas] = ACTIONS(1368), - [sym_primitive_type] = ACTIONS(1368), - [anon_sym_enum] = ACTIONS(1368), - [anon_sym_struct] = ACTIONS(1368), - [anon_sym_union] = ACTIONS(1368), - [anon_sym_if] = ACTIONS(1368), - [anon_sym_switch] = ACTIONS(1368), - [anon_sym_case] = ACTIONS(1368), - [anon_sym_default] = ACTIONS(1368), - [anon_sym_while] = ACTIONS(1368), - [anon_sym_do] = ACTIONS(1368), - [anon_sym_for] = ACTIONS(1368), - [anon_sym_return] = ACTIONS(1368), - [anon_sym_break] = ACTIONS(1368), - [anon_sym_continue] = ACTIONS(1368), - [anon_sym_goto] = ACTIONS(1368), - [anon_sym_DASH_DASH] = ACTIONS(1370), - [anon_sym_PLUS_PLUS] = ACTIONS(1370), - [anon_sym_sizeof] = ACTIONS(1368), - [anon_sym___alignof__] = ACTIONS(1368), - [anon_sym___alignof] = ACTIONS(1368), - [anon_sym__alignof] = ACTIONS(1368), - [anon_sym_alignof] = ACTIONS(1368), - [anon_sym__Alignof] = ACTIONS(1368), - [anon_sym_offsetof] = ACTIONS(1368), - [anon_sym__Generic] = ACTIONS(1368), - [anon_sym_asm] = ACTIONS(1368), - [anon_sym___asm__] = ACTIONS(1368), - [anon_sym___asm] = ACTIONS(1368), - [sym_number_literal] = ACTIONS(1370), - [anon_sym_L_SQUOTE] = ACTIONS(1370), - [anon_sym_u_SQUOTE] = ACTIONS(1370), - [anon_sym_U_SQUOTE] = ACTIONS(1370), - [anon_sym_u8_SQUOTE] = ACTIONS(1370), - [anon_sym_SQUOTE] = ACTIONS(1370), - [anon_sym_L_DQUOTE] = ACTIONS(1370), - [anon_sym_u_DQUOTE] = ACTIONS(1370), - [anon_sym_U_DQUOTE] = ACTIONS(1370), - [anon_sym_u8_DQUOTE] = ACTIONS(1370), - [anon_sym_DQUOTE] = ACTIONS(1370), - [sym_true] = ACTIONS(1368), - [sym_false] = ACTIONS(1368), - [anon_sym_NULL] = ACTIONS(1368), - [anon_sym_nullptr] = ACTIONS(1368), + [STATE(221)] = { + [sym_identifier] = ACTIONS(1222), + [aux_sym_preproc_include_token1] = ACTIONS(1222), + [aux_sym_preproc_def_token1] = ACTIONS(1222), + [aux_sym_preproc_if_token1] = ACTIONS(1222), + [aux_sym_preproc_if_token2] = ACTIONS(1222), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), + [sym_preproc_directive] = ACTIONS(1222), + [anon_sym_LPAREN2] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym___extension__] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1222), + [anon_sym_extern] = ACTIONS(1222), + [anon_sym___attribute__] = ACTIONS(1222), + [anon_sym___attribute] = ACTIONS(1222), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1224), + [anon_sym___declspec] = ACTIONS(1222), + [anon_sym___cdecl] = ACTIONS(1222), + [anon_sym___clrcall] = ACTIONS(1222), + [anon_sym___stdcall] = ACTIONS(1222), + [anon_sym___fastcall] = ACTIONS(1222), + [anon_sym___thiscall] = ACTIONS(1222), + [anon_sym___vectorcall] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1222), + [anon_sym_unsigned] = ACTIONS(1222), + [anon_sym_long] = ACTIONS(1222), + [anon_sym_short] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1222), + [anon_sym_auto] = ACTIONS(1222), + [anon_sym_register] = ACTIONS(1222), + [anon_sym_inline] = ACTIONS(1222), + [anon_sym___inline] = ACTIONS(1222), + [anon_sym___inline__] = ACTIONS(1222), + [anon_sym___forceinline] = ACTIONS(1222), + [anon_sym_thread_local] = ACTIONS(1222), + [anon_sym___thread] = ACTIONS(1222), + [anon_sym_const] = ACTIONS(1222), + [anon_sym_constexpr] = ACTIONS(1222), + [anon_sym_volatile] = ACTIONS(1222), + [anon_sym_restrict] = ACTIONS(1222), + [anon_sym___restrict__] = ACTIONS(1222), + [anon_sym__Atomic] = ACTIONS(1222), + [anon_sym__Noreturn] = ACTIONS(1222), + [anon_sym_noreturn] = ACTIONS(1222), + [anon_sym__Nonnull] = ACTIONS(1222), + [anon_sym_alignas] = ACTIONS(1222), + [anon_sym__Alignas] = ACTIONS(1222), + [sym_primitive_type] = ACTIONS(1222), + [anon_sym_enum] = ACTIONS(1222), + [anon_sym_struct] = ACTIONS(1222), + [anon_sym_union] = ACTIONS(1222), + [anon_sym_if] = ACTIONS(1222), + [anon_sym_else] = ACTIONS(1222), + [anon_sym_switch] = ACTIONS(1222), + [anon_sym_case] = ACTIONS(1222), + [anon_sym_default] = ACTIONS(1222), + [anon_sym_while] = ACTIONS(1222), + [anon_sym_do] = ACTIONS(1222), + [anon_sym_for] = ACTIONS(1222), + [anon_sym_return] = ACTIONS(1222), + [anon_sym_break] = ACTIONS(1222), + [anon_sym_continue] = ACTIONS(1222), + [anon_sym_goto] = ACTIONS(1222), + [anon_sym___try] = ACTIONS(1222), + [anon_sym___leave] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1224), + [anon_sym_PLUS_PLUS] = ACTIONS(1224), + [anon_sym_sizeof] = ACTIONS(1222), + [anon_sym___alignof__] = ACTIONS(1222), + [anon_sym___alignof] = ACTIONS(1222), + [anon_sym__alignof] = ACTIONS(1222), + [anon_sym_alignof] = ACTIONS(1222), + [anon_sym__Alignof] = ACTIONS(1222), + [anon_sym_offsetof] = ACTIONS(1222), + [anon_sym__Generic] = ACTIONS(1222), + [anon_sym_asm] = ACTIONS(1222), + [anon_sym___asm__] = ACTIONS(1222), + [anon_sym___asm] = ACTIONS(1222), + [sym_number_literal] = ACTIONS(1224), + [anon_sym_L_SQUOTE] = ACTIONS(1224), + [anon_sym_u_SQUOTE] = ACTIONS(1224), + [anon_sym_U_SQUOTE] = ACTIONS(1224), + [anon_sym_u8_SQUOTE] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1224), + [anon_sym_L_DQUOTE] = ACTIONS(1224), + [anon_sym_u_DQUOTE] = ACTIONS(1224), + [anon_sym_U_DQUOTE] = ACTIONS(1224), + [anon_sym_u8_DQUOTE] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [sym_true] = ACTIONS(1222), + [sym_false] = ACTIONS(1222), + [anon_sym_NULL] = ACTIONS(1222), + [anon_sym_nullptr] = ACTIONS(1222), + [sym_comment] = ACTIONS(3), + }, + [STATE(222)] = { + [sym_identifier] = ACTIONS(1234), + [aux_sym_preproc_include_token1] = ACTIONS(1234), + [aux_sym_preproc_def_token1] = ACTIONS(1234), + [aux_sym_preproc_if_token1] = ACTIONS(1234), + [aux_sym_preproc_if_token2] = ACTIONS(1234), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1234), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1234), + [sym_preproc_directive] = ACTIONS(1234), + [anon_sym_LPAREN2] = ACTIONS(1236), + [anon_sym_BANG] = ACTIONS(1236), + [anon_sym_TILDE] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1234), + [anon_sym_PLUS] = ACTIONS(1234), + [anon_sym_STAR] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(1236), + [anon_sym_SEMI] = ACTIONS(1236), + [anon_sym___extension__] = ACTIONS(1234), + [anon_sym_typedef] = ACTIONS(1234), + [anon_sym_extern] = ACTIONS(1234), + [anon_sym___attribute__] = ACTIONS(1234), + [anon_sym___attribute] = ACTIONS(1234), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1236), + [anon_sym___declspec] = ACTIONS(1234), + [anon_sym___cdecl] = ACTIONS(1234), + [anon_sym___clrcall] = ACTIONS(1234), + [anon_sym___stdcall] = ACTIONS(1234), + [anon_sym___fastcall] = ACTIONS(1234), + [anon_sym___thiscall] = ACTIONS(1234), + [anon_sym___vectorcall] = ACTIONS(1234), + [anon_sym_LBRACE] = ACTIONS(1236), + [anon_sym_signed] = ACTIONS(1234), + [anon_sym_unsigned] = ACTIONS(1234), + [anon_sym_long] = ACTIONS(1234), + [anon_sym_short] = ACTIONS(1234), + [anon_sym_static] = ACTIONS(1234), + [anon_sym_auto] = ACTIONS(1234), + [anon_sym_register] = ACTIONS(1234), + [anon_sym_inline] = ACTIONS(1234), + [anon_sym___inline] = ACTIONS(1234), + [anon_sym___inline__] = ACTIONS(1234), + [anon_sym___forceinline] = ACTIONS(1234), + [anon_sym_thread_local] = ACTIONS(1234), + [anon_sym___thread] = ACTIONS(1234), + [anon_sym_const] = ACTIONS(1234), + [anon_sym_constexpr] = ACTIONS(1234), + [anon_sym_volatile] = ACTIONS(1234), + [anon_sym_restrict] = ACTIONS(1234), + [anon_sym___restrict__] = ACTIONS(1234), + [anon_sym__Atomic] = ACTIONS(1234), + [anon_sym__Noreturn] = ACTIONS(1234), + [anon_sym_noreturn] = ACTIONS(1234), + [anon_sym__Nonnull] = ACTIONS(1234), + [anon_sym_alignas] = ACTIONS(1234), + [anon_sym__Alignas] = ACTIONS(1234), + [sym_primitive_type] = ACTIONS(1234), + [anon_sym_enum] = ACTIONS(1234), + [anon_sym_struct] = ACTIONS(1234), + [anon_sym_union] = ACTIONS(1234), + [anon_sym_if] = ACTIONS(1234), + [anon_sym_else] = ACTIONS(1234), + [anon_sym_switch] = ACTIONS(1234), + [anon_sym_case] = ACTIONS(1234), + [anon_sym_default] = ACTIONS(1234), + [anon_sym_while] = ACTIONS(1234), + [anon_sym_do] = ACTIONS(1234), + [anon_sym_for] = ACTIONS(1234), + [anon_sym_return] = ACTIONS(1234), + [anon_sym_break] = ACTIONS(1234), + [anon_sym_continue] = ACTIONS(1234), + [anon_sym_goto] = ACTIONS(1234), + [anon_sym___try] = ACTIONS(1234), + [anon_sym___leave] = ACTIONS(1234), + [anon_sym_DASH_DASH] = ACTIONS(1236), + [anon_sym_PLUS_PLUS] = ACTIONS(1236), + [anon_sym_sizeof] = ACTIONS(1234), + [anon_sym___alignof__] = ACTIONS(1234), + [anon_sym___alignof] = ACTIONS(1234), + [anon_sym__alignof] = ACTIONS(1234), + [anon_sym_alignof] = ACTIONS(1234), + [anon_sym__Alignof] = ACTIONS(1234), + [anon_sym_offsetof] = ACTIONS(1234), + [anon_sym__Generic] = ACTIONS(1234), + [anon_sym_asm] = ACTIONS(1234), + [anon_sym___asm__] = ACTIONS(1234), + [anon_sym___asm] = ACTIONS(1234), + [sym_number_literal] = ACTIONS(1236), + [anon_sym_L_SQUOTE] = ACTIONS(1236), + [anon_sym_u_SQUOTE] = ACTIONS(1236), + [anon_sym_U_SQUOTE] = ACTIONS(1236), + [anon_sym_u8_SQUOTE] = ACTIONS(1236), + [anon_sym_SQUOTE] = ACTIONS(1236), + [anon_sym_L_DQUOTE] = ACTIONS(1236), + [anon_sym_u_DQUOTE] = ACTIONS(1236), + [anon_sym_U_DQUOTE] = ACTIONS(1236), + [anon_sym_u8_DQUOTE] = ACTIONS(1236), + [anon_sym_DQUOTE] = ACTIONS(1236), + [sym_true] = ACTIONS(1234), + [sym_false] = ACTIONS(1234), + [anon_sym_NULL] = ACTIONS(1234), + [anon_sym_nullptr] = ACTIONS(1234), [sym_comment] = ACTIONS(3), }, - [258] = { - [sym_identifier] = ACTIONS(1352), - [aux_sym_preproc_include_token1] = ACTIONS(1352), - [aux_sym_preproc_def_token1] = ACTIONS(1352), - [aux_sym_preproc_if_token1] = ACTIONS(1352), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1352), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1352), - [sym_preproc_directive] = ACTIONS(1352), - [anon_sym_LPAREN2] = ACTIONS(1354), - [anon_sym_BANG] = ACTIONS(1354), - [anon_sym_TILDE] = ACTIONS(1354), - [anon_sym_DASH] = ACTIONS(1352), - [anon_sym_PLUS] = ACTIONS(1352), - [anon_sym_STAR] = ACTIONS(1354), - [anon_sym_AMP] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1352), - [anon_sym_typedef] = ACTIONS(1352), - [anon_sym_extern] = ACTIONS(1352), - [anon_sym___attribute__] = ACTIONS(1352), - [anon_sym___attribute] = ACTIONS(1352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1354), - [anon_sym___declspec] = ACTIONS(1352), - [anon_sym___cdecl] = ACTIONS(1352), - [anon_sym___clrcall] = ACTIONS(1352), - [anon_sym___stdcall] = ACTIONS(1352), - [anon_sym___fastcall] = ACTIONS(1352), - [anon_sym___thiscall] = ACTIONS(1352), - [anon_sym___vectorcall] = ACTIONS(1352), - [anon_sym_LBRACE] = ACTIONS(1354), - [anon_sym_RBRACE] = ACTIONS(1354), - [anon_sym_signed] = ACTIONS(1352), - [anon_sym_unsigned] = ACTIONS(1352), - [anon_sym_long] = ACTIONS(1352), - [anon_sym_short] = ACTIONS(1352), - [anon_sym_static] = ACTIONS(1352), - [anon_sym_auto] = ACTIONS(1352), - [anon_sym_register] = ACTIONS(1352), - [anon_sym_inline] = ACTIONS(1352), - [anon_sym___inline] = ACTIONS(1352), - [anon_sym___inline__] = ACTIONS(1352), - [anon_sym___forceinline] = ACTIONS(1352), - [anon_sym_thread_local] = ACTIONS(1352), - [anon_sym___thread] = ACTIONS(1352), - [anon_sym_const] = ACTIONS(1352), - [anon_sym_constexpr] = ACTIONS(1352), - [anon_sym_volatile] = ACTIONS(1352), - [anon_sym_restrict] = ACTIONS(1352), - [anon_sym___restrict__] = ACTIONS(1352), - [anon_sym__Atomic] = ACTIONS(1352), - [anon_sym__Noreturn] = ACTIONS(1352), - [anon_sym_noreturn] = ACTIONS(1352), - [anon_sym__Nonnull] = ACTIONS(1352), - [anon_sym_alignas] = ACTIONS(1352), - [anon_sym__Alignas] = ACTIONS(1352), - [sym_primitive_type] = ACTIONS(1352), - [anon_sym_enum] = ACTIONS(1352), - [anon_sym_struct] = ACTIONS(1352), - [anon_sym_union] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1352), - [anon_sym_switch] = ACTIONS(1352), - [anon_sym_case] = ACTIONS(1352), - [anon_sym_default] = ACTIONS(1352), - [anon_sym_while] = ACTIONS(1352), - [anon_sym_do] = ACTIONS(1352), - [anon_sym_for] = ACTIONS(1352), - [anon_sym_return] = ACTIONS(1352), - [anon_sym_break] = ACTIONS(1352), - [anon_sym_continue] = ACTIONS(1352), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym___try] = ACTIONS(1352), - [anon_sym___leave] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(1354), - [anon_sym_PLUS_PLUS] = ACTIONS(1354), - [anon_sym_sizeof] = ACTIONS(1352), - [anon_sym___alignof__] = ACTIONS(1352), - [anon_sym___alignof] = ACTIONS(1352), - [anon_sym__alignof] = ACTIONS(1352), - [anon_sym_alignof] = ACTIONS(1352), - [anon_sym__Alignof] = ACTIONS(1352), - [anon_sym_offsetof] = ACTIONS(1352), - [anon_sym__Generic] = ACTIONS(1352), - [anon_sym_asm] = ACTIONS(1352), - [anon_sym___asm__] = ACTIONS(1352), - [anon_sym___asm] = ACTIONS(1352), - [sym_number_literal] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1354), - [anon_sym_u_SQUOTE] = ACTIONS(1354), - [anon_sym_U_SQUOTE] = ACTIONS(1354), - [anon_sym_u8_SQUOTE] = ACTIONS(1354), - [anon_sym_SQUOTE] = ACTIONS(1354), - [anon_sym_L_DQUOTE] = ACTIONS(1354), - [anon_sym_u_DQUOTE] = ACTIONS(1354), - [anon_sym_U_DQUOTE] = ACTIONS(1354), - [anon_sym_u8_DQUOTE] = ACTIONS(1354), - [anon_sym_DQUOTE] = ACTIONS(1354), - [sym_true] = ACTIONS(1352), - [sym_false] = ACTIONS(1352), - [anon_sym_NULL] = ACTIONS(1352), - [anon_sym_nullptr] = ACTIONS(1352), + [STATE(223)] = { + [sym_identifier] = ACTIONS(1242), + [aux_sym_preproc_include_token1] = ACTIONS(1242), + [aux_sym_preproc_def_token1] = ACTIONS(1242), + [aux_sym_preproc_if_token1] = ACTIONS(1242), + [aux_sym_preproc_if_token2] = ACTIONS(1242), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1242), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1242), + [sym_preproc_directive] = ACTIONS(1242), + [anon_sym_LPAREN2] = ACTIONS(1244), + [anon_sym_BANG] = ACTIONS(1244), + [anon_sym_TILDE] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1242), + [anon_sym_PLUS] = ACTIONS(1242), + [anon_sym_STAR] = ACTIONS(1244), + [anon_sym_AMP] = ACTIONS(1244), + [anon_sym_SEMI] = ACTIONS(1244), + [anon_sym___extension__] = ACTIONS(1242), + [anon_sym_typedef] = ACTIONS(1242), + [anon_sym_extern] = ACTIONS(1242), + [anon_sym___attribute__] = ACTIONS(1242), + [anon_sym___attribute] = ACTIONS(1242), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1244), + [anon_sym___declspec] = ACTIONS(1242), + [anon_sym___cdecl] = ACTIONS(1242), + [anon_sym___clrcall] = ACTIONS(1242), + [anon_sym___stdcall] = ACTIONS(1242), + [anon_sym___fastcall] = ACTIONS(1242), + [anon_sym___thiscall] = ACTIONS(1242), + [anon_sym___vectorcall] = ACTIONS(1242), + [anon_sym_LBRACE] = ACTIONS(1244), + [anon_sym_signed] = ACTIONS(1242), + [anon_sym_unsigned] = ACTIONS(1242), + [anon_sym_long] = ACTIONS(1242), + [anon_sym_short] = ACTIONS(1242), + [anon_sym_static] = ACTIONS(1242), + [anon_sym_auto] = ACTIONS(1242), + [anon_sym_register] = ACTIONS(1242), + [anon_sym_inline] = ACTIONS(1242), + [anon_sym___inline] = ACTIONS(1242), + [anon_sym___inline__] = ACTIONS(1242), + [anon_sym___forceinline] = ACTIONS(1242), + [anon_sym_thread_local] = ACTIONS(1242), + [anon_sym___thread] = ACTIONS(1242), + [anon_sym_const] = ACTIONS(1242), + [anon_sym_constexpr] = ACTIONS(1242), + [anon_sym_volatile] = ACTIONS(1242), + [anon_sym_restrict] = ACTIONS(1242), + [anon_sym___restrict__] = ACTIONS(1242), + [anon_sym__Atomic] = ACTIONS(1242), + [anon_sym__Noreturn] = ACTIONS(1242), + [anon_sym_noreturn] = ACTIONS(1242), + [anon_sym__Nonnull] = ACTIONS(1242), + [anon_sym_alignas] = ACTIONS(1242), + [anon_sym__Alignas] = ACTIONS(1242), + [sym_primitive_type] = ACTIONS(1242), + [anon_sym_enum] = ACTIONS(1242), + [anon_sym_struct] = ACTIONS(1242), + [anon_sym_union] = ACTIONS(1242), + [anon_sym_if] = ACTIONS(1242), + [anon_sym_else] = ACTIONS(1242), + [anon_sym_switch] = ACTIONS(1242), + [anon_sym_case] = ACTIONS(1242), + [anon_sym_default] = ACTIONS(1242), + [anon_sym_while] = ACTIONS(1242), + [anon_sym_do] = ACTIONS(1242), + [anon_sym_for] = ACTIONS(1242), + [anon_sym_return] = ACTIONS(1242), + [anon_sym_break] = ACTIONS(1242), + [anon_sym_continue] = ACTIONS(1242), + [anon_sym_goto] = ACTIONS(1242), + [anon_sym___try] = ACTIONS(1242), + [anon_sym___leave] = ACTIONS(1242), + [anon_sym_DASH_DASH] = ACTIONS(1244), + [anon_sym_PLUS_PLUS] = ACTIONS(1244), + [anon_sym_sizeof] = ACTIONS(1242), + [anon_sym___alignof__] = ACTIONS(1242), + [anon_sym___alignof] = ACTIONS(1242), + [anon_sym__alignof] = ACTIONS(1242), + [anon_sym_alignof] = ACTIONS(1242), + [anon_sym__Alignof] = ACTIONS(1242), + [anon_sym_offsetof] = ACTIONS(1242), + [anon_sym__Generic] = ACTIONS(1242), + [anon_sym_asm] = ACTIONS(1242), + [anon_sym___asm__] = ACTIONS(1242), + [anon_sym___asm] = ACTIONS(1242), + [sym_number_literal] = ACTIONS(1244), + [anon_sym_L_SQUOTE] = ACTIONS(1244), + [anon_sym_u_SQUOTE] = ACTIONS(1244), + [anon_sym_U_SQUOTE] = ACTIONS(1244), + [anon_sym_u8_SQUOTE] = ACTIONS(1244), + [anon_sym_SQUOTE] = ACTIONS(1244), + [anon_sym_L_DQUOTE] = ACTIONS(1244), + [anon_sym_u_DQUOTE] = ACTIONS(1244), + [anon_sym_U_DQUOTE] = ACTIONS(1244), + [anon_sym_u8_DQUOTE] = ACTIONS(1244), + [anon_sym_DQUOTE] = ACTIONS(1244), + [sym_true] = ACTIONS(1242), + [sym_false] = ACTIONS(1242), + [anon_sym_NULL] = ACTIONS(1242), + [anon_sym_nullptr] = ACTIONS(1242), [sym_comment] = ACTIONS(3), }, - [259] = { - [sym_identifier] = ACTIONS(1356), - [aux_sym_preproc_include_token1] = ACTIONS(1356), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1356), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1356), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1356), - [sym_preproc_directive] = ACTIONS(1356), - [anon_sym_LPAREN2] = ACTIONS(1358), - [anon_sym_BANG] = ACTIONS(1358), - [anon_sym_TILDE] = ACTIONS(1358), - [anon_sym_DASH] = ACTIONS(1356), - [anon_sym_PLUS] = ACTIONS(1356), - [anon_sym_STAR] = ACTIONS(1358), - [anon_sym_AMP] = ACTIONS(1358), - [anon_sym_SEMI] = ACTIONS(1358), - [anon_sym___extension__] = ACTIONS(1356), - [anon_sym_typedef] = ACTIONS(1356), - [anon_sym_extern] = ACTIONS(1356), - [anon_sym___attribute__] = ACTIONS(1356), - [anon_sym___attribute] = ACTIONS(1356), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1358), - [anon_sym___declspec] = ACTIONS(1356), - [anon_sym___cdecl] = ACTIONS(1356), - [anon_sym___clrcall] = ACTIONS(1356), - [anon_sym___stdcall] = ACTIONS(1356), - [anon_sym___fastcall] = ACTIONS(1356), - [anon_sym___thiscall] = ACTIONS(1356), - [anon_sym___vectorcall] = ACTIONS(1356), - [anon_sym_LBRACE] = ACTIONS(1358), - [anon_sym_RBRACE] = ACTIONS(1358), - [anon_sym_signed] = ACTIONS(1356), - [anon_sym_unsigned] = ACTIONS(1356), - [anon_sym_long] = ACTIONS(1356), - [anon_sym_short] = ACTIONS(1356), - [anon_sym_static] = ACTIONS(1356), - [anon_sym_auto] = ACTIONS(1356), - [anon_sym_register] = ACTIONS(1356), - [anon_sym_inline] = ACTIONS(1356), - [anon_sym___inline] = ACTIONS(1356), - [anon_sym___inline__] = ACTIONS(1356), - [anon_sym___forceinline] = ACTIONS(1356), - [anon_sym_thread_local] = ACTIONS(1356), - [anon_sym___thread] = ACTIONS(1356), - [anon_sym_const] = ACTIONS(1356), - [anon_sym_constexpr] = ACTIONS(1356), - [anon_sym_volatile] = ACTIONS(1356), - [anon_sym_restrict] = ACTIONS(1356), - [anon_sym___restrict__] = ACTIONS(1356), - [anon_sym__Atomic] = ACTIONS(1356), - [anon_sym__Noreturn] = ACTIONS(1356), - [anon_sym_noreturn] = ACTIONS(1356), - [anon_sym__Nonnull] = ACTIONS(1356), - [anon_sym_alignas] = ACTIONS(1356), - [anon_sym__Alignas] = ACTIONS(1356), - [sym_primitive_type] = ACTIONS(1356), - [anon_sym_enum] = ACTIONS(1356), - [anon_sym_struct] = ACTIONS(1356), - [anon_sym_union] = ACTIONS(1356), - [anon_sym_if] = ACTIONS(1356), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_case] = ACTIONS(1356), - [anon_sym_default] = ACTIONS(1356), - [anon_sym_while] = ACTIONS(1356), - [anon_sym_do] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1356), - [anon_sym_return] = ACTIONS(1356), - [anon_sym_break] = ACTIONS(1356), - [anon_sym_continue] = ACTIONS(1356), - [anon_sym_goto] = ACTIONS(1356), - [anon_sym___try] = ACTIONS(1356), - [anon_sym___leave] = ACTIONS(1356), - [anon_sym_DASH_DASH] = ACTIONS(1358), - [anon_sym_PLUS_PLUS] = ACTIONS(1358), - [anon_sym_sizeof] = ACTIONS(1356), - [anon_sym___alignof__] = ACTIONS(1356), - [anon_sym___alignof] = ACTIONS(1356), - [anon_sym__alignof] = ACTIONS(1356), - [anon_sym_alignof] = ACTIONS(1356), - [anon_sym__Alignof] = ACTIONS(1356), - [anon_sym_offsetof] = ACTIONS(1356), - [anon_sym__Generic] = ACTIONS(1356), - [anon_sym_asm] = ACTIONS(1356), - [anon_sym___asm__] = ACTIONS(1356), - [anon_sym___asm] = ACTIONS(1356), - [sym_number_literal] = ACTIONS(1358), - [anon_sym_L_SQUOTE] = ACTIONS(1358), - [anon_sym_u_SQUOTE] = ACTIONS(1358), - [anon_sym_U_SQUOTE] = ACTIONS(1358), - [anon_sym_u8_SQUOTE] = ACTIONS(1358), - [anon_sym_SQUOTE] = ACTIONS(1358), - [anon_sym_L_DQUOTE] = ACTIONS(1358), - [anon_sym_u_DQUOTE] = ACTIONS(1358), - [anon_sym_U_DQUOTE] = ACTIONS(1358), - [anon_sym_u8_DQUOTE] = ACTIONS(1358), - [anon_sym_DQUOTE] = ACTIONS(1358), - [sym_true] = ACTIONS(1356), - [sym_false] = ACTIONS(1356), - [anon_sym_NULL] = ACTIONS(1356), - [anon_sym_nullptr] = ACTIONS(1356), + [STATE(224)] = { + [sym_identifier] = ACTIONS(1174), + [aux_sym_preproc_include_token1] = ACTIONS(1174), + [aux_sym_preproc_def_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token2] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), + [sym_preproc_directive] = ACTIONS(1174), + [anon_sym_LPAREN2] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym___extension__] = ACTIONS(1174), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(1174), + [anon_sym___attribute__] = ACTIONS(1174), + [anon_sym___attribute] = ACTIONS(1174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), + [anon_sym___declspec] = ACTIONS(1174), + [anon_sym___cdecl] = ACTIONS(1174), + [anon_sym___clrcall] = ACTIONS(1174), + [anon_sym___stdcall] = ACTIONS(1174), + [anon_sym___fastcall] = ACTIONS(1174), + [anon_sym___thiscall] = ACTIONS(1174), + [anon_sym___vectorcall] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_signed] = ACTIONS(1174), + [anon_sym_unsigned] = ACTIONS(1174), + [anon_sym_long] = ACTIONS(1174), + [anon_sym_short] = ACTIONS(1174), + [anon_sym_static] = ACTIONS(1174), + [anon_sym_auto] = ACTIONS(1174), + [anon_sym_register] = ACTIONS(1174), + [anon_sym_inline] = ACTIONS(1174), + [anon_sym___inline] = ACTIONS(1174), + [anon_sym___inline__] = ACTIONS(1174), + [anon_sym___forceinline] = ACTIONS(1174), + [anon_sym_thread_local] = ACTIONS(1174), + [anon_sym___thread] = ACTIONS(1174), + [anon_sym_const] = ACTIONS(1174), + [anon_sym_constexpr] = ACTIONS(1174), + [anon_sym_volatile] = ACTIONS(1174), + [anon_sym_restrict] = ACTIONS(1174), + [anon_sym___restrict__] = ACTIONS(1174), + [anon_sym__Atomic] = ACTIONS(1174), + [anon_sym__Noreturn] = ACTIONS(1174), + [anon_sym_noreturn] = ACTIONS(1174), + [anon_sym__Nonnull] = ACTIONS(1174), + [anon_sym_alignas] = ACTIONS(1174), + [anon_sym__Alignas] = ACTIONS(1174), + [sym_primitive_type] = ACTIONS(1174), + [anon_sym_enum] = ACTIONS(1174), + [anon_sym_struct] = ACTIONS(1174), + [anon_sym_union] = ACTIONS(1174), + [anon_sym_if] = ACTIONS(1174), + [anon_sym_else] = ACTIONS(1174), + [anon_sym_switch] = ACTIONS(1174), + [anon_sym_case] = ACTIONS(1174), + [anon_sym_default] = ACTIONS(1174), + [anon_sym_while] = ACTIONS(1174), + [anon_sym_do] = ACTIONS(1174), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1174), + [anon_sym_continue] = ACTIONS(1174), + [anon_sym_goto] = ACTIONS(1174), + [anon_sym___try] = ACTIONS(1174), + [anon_sym___leave] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1174), + [anon_sym___alignof__] = ACTIONS(1174), + [anon_sym___alignof] = ACTIONS(1174), + [anon_sym__alignof] = ACTIONS(1174), + [anon_sym_alignof] = ACTIONS(1174), + [anon_sym__Alignof] = ACTIONS(1174), + [anon_sym_offsetof] = ACTIONS(1174), + [anon_sym__Generic] = ACTIONS(1174), + [anon_sym_asm] = ACTIONS(1174), + [anon_sym___asm__] = ACTIONS(1174), + [anon_sym___asm] = ACTIONS(1174), + [sym_number_literal] = ACTIONS(1176), + [anon_sym_L_SQUOTE] = ACTIONS(1176), + [anon_sym_u_SQUOTE] = ACTIONS(1176), + [anon_sym_U_SQUOTE] = ACTIONS(1176), + [anon_sym_u8_SQUOTE] = ACTIONS(1176), + [anon_sym_SQUOTE] = ACTIONS(1176), + [anon_sym_L_DQUOTE] = ACTIONS(1176), + [anon_sym_u_DQUOTE] = ACTIONS(1176), + [anon_sym_U_DQUOTE] = ACTIONS(1176), + [anon_sym_u8_DQUOTE] = ACTIONS(1176), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_true] = ACTIONS(1174), + [sym_false] = ACTIONS(1174), + [anon_sym_NULL] = ACTIONS(1174), + [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [260] = { - [sym_identifier] = ACTIONS(1364), - [aux_sym_preproc_include_token1] = ACTIONS(1364), - [aux_sym_preproc_def_token1] = ACTIONS(1364), - [aux_sym_preproc_if_token1] = ACTIONS(1364), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), - [sym_preproc_directive] = ACTIONS(1364), - [anon_sym_LPAREN2] = ACTIONS(1366), - [anon_sym_BANG] = ACTIONS(1366), - [anon_sym_TILDE] = ACTIONS(1366), - [anon_sym_DASH] = ACTIONS(1364), - [anon_sym_PLUS] = ACTIONS(1364), - [anon_sym_STAR] = ACTIONS(1366), - [anon_sym_AMP] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1364), - [anon_sym_typedef] = ACTIONS(1364), - [anon_sym_extern] = ACTIONS(1364), - [anon_sym___attribute__] = ACTIONS(1364), - [anon_sym___attribute] = ACTIONS(1364), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), - [anon_sym___declspec] = ACTIONS(1364), - [anon_sym___cdecl] = ACTIONS(1364), - [anon_sym___clrcall] = ACTIONS(1364), - [anon_sym___stdcall] = ACTIONS(1364), - [anon_sym___fastcall] = ACTIONS(1364), - [anon_sym___thiscall] = ACTIONS(1364), - [anon_sym___vectorcall] = ACTIONS(1364), - [anon_sym_LBRACE] = ACTIONS(1366), - [anon_sym_RBRACE] = ACTIONS(1366), - [anon_sym_signed] = ACTIONS(1364), - [anon_sym_unsigned] = ACTIONS(1364), - [anon_sym_long] = ACTIONS(1364), - [anon_sym_short] = ACTIONS(1364), - [anon_sym_static] = ACTIONS(1364), - [anon_sym_auto] = ACTIONS(1364), - [anon_sym_register] = ACTIONS(1364), - [anon_sym_inline] = ACTIONS(1364), - [anon_sym___inline] = ACTIONS(1364), - [anon_sym___inline__] = ACTIONS(1364), - [anon_sym___forceinline] = ACTIONS(1364), - [anon_sym_thread_local] = ACTIONS(1364), - [anon_sym___thread] = ACTIONS(1364), - [anon_sym_const] = ACTIONS(1364), - [anon_sym_constexpr] = ACTIONS(1364), - [anon_sym_volatile] = ACTIONS(1364), - [anon_sym_restrict] = ACTIONS(1364), - [anon_sym___restrict__] = ACTIONS(1364), - [anon_sym__Atomic] = ACTIONS(1364), - [anon_sym__Noreturn] = ACTIONS(1364), - [anon_sym_noreturn] = ACTIONS(1364), - [anon_sym__Nonnull] = ACTIONS(1364), - [anon_sym_alignas] = ACTIONS(1364), - [anon_sym__Alignas] = ACTIONS(1364), - [sym_primitive_type] = ACTIONS(1364), - [anon_sym_enum] = ACTIONS(1364), - [anon_sym_struct] = ACTIONS(1364), - [anon_sym_union] = ACTIONS(1364), - [anon_sym_if] = ACTIONS(1364), - [anon_sym_switch] = ACTIONS(1364), - [anon_sym_case] = ACTIONS(1364), - [anon_sym_default] = ACTIONS(1364), - [anon_sym_while] = ACTIONS(1364), - [anon_sym_do] = ACTIONS(1364), - [anon_sym_for] = ACTIONS(1364), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_break] = ACTIONS(1364), - [anon_sym_continue] = ACTIONS(1364), - [anon_sym_goto] = ACTIONS(1364), - [anon_sym___try] = ACTIONS(1364), - [anon_sym___leave] = ACTIONS(1364), - [anon_sym_DASH_DASH] = ACTIONS(1366), - [anon_sym_PLUS_PLUS] = ACTIONS(1366), - [anon_sym_sizeof] = ACTIONS(1364), - [anon_sym___alignof__] = ACTIONS(1364), - [anon_sym___alignof] = ACTIONS(1364), - [anon_sym__alignof] = ACTIONS(1364), - [anon_sym_alignof] = ACTIONS(1364), - [anon_sym__Alignof] = ACTIONS(1364), - [anon_sym_offsetof] = ACTIONS(1364), - [anon_sym__Generic] = ACTIONS(1364), - [anon_sym_asm] = ACTIONS(1364), - [anon_sym___asm__] = ACTIONS(1364), - [anon_sym___asm] = ACTIONS(1364), - [sym_number_literal] = ACTIONS(1366), - [anon_sym_L_SQUOTE] = ACTIONS(1366), - [anon_sym_u_SQUOTE] = ACTIONS(1366), - [anon_sym_U_SQUOTE] = ACTIONS(1366), - [anon_sym_u8_SQUOTE] = ACTIONS(1366), - [anon_sym_SQUOTE] = ACTIONS(1366), - [anon_sym_L_DQUOTE] = ACTIONS(1366), - [anon_sym_u_DQUOTE] = ACTIONS(1366), - [anon_sym_U_DQUOTE] = ACTIONS(1366), - [anon_sym_u8_DQUOTE] = ACTIONS(1366), - [anon_sym_DQUOTE] = ACTIONS(1366), - [sym_true] = ACTIONS(1364), - [sym_false] = ACTIONS(1364), - [anon_sym_NULL] = ACTIONS(1364), - [anon_sym_nullptr] = ACTIONS(1364), + [STATE(225)] = { + [sym_identifier] = ACTIONS(1174), + [aux_sym_preproc_include_token1] = ACTIONS(1174), + [aux_sym_preproc_def_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token1] = ACTIONS(1174), + [aux_sym_preproc_if_token2] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1174), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1174), + [sym_preproc_directive] = ACTIONS(1174), + [anon_sym_LPAREN2] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym___extension__] = ACTIONS(1174), + [anon_sym_typedef] = ACTIONS(1174), + [anon_sym_extern] = ACTIONS(1174), + [anon_sym___attribute__] = ACTIONS(1174), + [anon_sym___attribute] = ACTIONS(1174), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1176), + [anon_sym___declspec] = ACTIONS(1174), + [anon_sym___cdecl] = ACTIONS(1174), + [anon_sym___clrcall] = ACTIONS(1174), + [anon_sym___stdcall] = ACTIONS(1174), + [anon_sym___fastcall] = ACTIONS(1174), + [anon_sym___thiscall] = ACTIONS(1174), + [anon_sym___vectorcall] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_signed] = ACTIONS(1174), + [anon_sym_unsigned] = ACTIONS(1174), + [anon_sym_long] = ACTIONS(1174), + [anon_sym_short] = ACTIONS(1174), + [anon_sym_static] = ACTIONS(1174), + [anon_sym_auto] = ACTIONS(1174), + [anon_sym_register] = ACTIONS(1174), + [anon_sym_inline] = ACTIONS(1174), + [anon_sym___inline] = ACTIONS(1174), + [anon_sym___inline__] = ACTIONS(1174), + [anon_sym___forceinline] = ACTIONS(1174), + [anon_sym_thread_local] = ACTIONS(1174), + [anon_sym___thread] = ACTIONS(1174), + [anon_sym_const] = ACTIONS(1174), + [anon_sym_constexpr] = ACTIONS(1174), + [anon_sym_volatile] = ACTIONS(1174), + [anon_sym_restrict] = ACTIONS(1174), + [anon_sym___restrict__] = ACTIONS(1174), + [anon_sym__Atomic] = ACTIONS(1174), + [anon_sym__Noreturn] = ACTIONS(1174), + [anon_sym_noreturn] = ACTIONS(1174), + [anon_sym__Nonnull] = ACTIONS(1174), + [anon_sym_alignas] = ACTIONS(1174), + [anon_sym__Alignas] = ACTIONS(1174), + [sym_primitive_type] = ACTIONS(1174), + [anon_sym_enum] = ACTIONS(1174), + [anon_sym_struct] = ACTIONS(1174), + [anon_sym_union] = ACTIONS(1174), + [anon_sym_if] = ACTIONS(1174), + [anon_sym_else] = ACTIONS(1174), + [anon_sym_switch] = ACTIONS(1174), + [anon_sym_case] = ACTIONS(1174), + [anon_sym_default] = ACTIONS(1174), + [anon_sym_while] = ACTIONS(1174), + [anon_sym_do] = ACTIONS(1174), + [anon_sym_for] = ACTIONS(1174), + [anon_sym_return] = ACTIONS(1174), + [anon_sym_break] = ACTIONS(1174), + [anon_sym_continue] = ACTIONS(1174), + [anon_sym_goto] = ACTIONS(1174), + [anon_sym___try] = ACTIONS(1174), + [anon_sym___leave] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1174), + [anon_sym___alignof__] = ACTIONS(1174), + [anon_sym___alignof] = ACTIONS(1174), + [anon_sym__alignof] = ACTIONS(1174), + [anon_sym_alignof] = ACTIONS(1174), + [anon_sym__Alignof] = ACTIONS(1174), + [anon_sym_offsetof] = ACTIONS(1174), + [anon_sym__Generic] = ACTIONS(1174), + [anon_sym_asm] = ACTIONS(1174), + [anon_sym___asm__] = ACTIONS(1174), + [anon_sym___asm] = ACTIONS(1174), + [sym_number_literal] = ACTIONS(1176), + [anon_sym_L_SQUOTE] = ACTIONS(1176), + [anon_sym_u_SQUOTE] = ACTIONS(1176), + [anon_sym_U_SQUOTE] = ACTIONS(1176), + [anon_sym_u8_SQUOTE] = ACTIONS(1176), + [anon_sym_SQUOTE] = ACTIONS(1176), + [anon_sym_L_DQUOTE] = ACTIONS(1176), + [anon_sym_u_DQUOTE] = ACTIONS(1176), + [anon_sym_U_DQUOTE] = ACTIONS(1176), + [anon_sym_u8_DQUOTE] = ACTIONS(1176), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_true] = ACTIONS(1174), + [sym_false] = ACTIONS(1174), + [anon_sym_NULL] = ACTIONS(1174), + [anon_sym_nullptr] = ACTIONS(1174), [sym_comment] = ACTIONS(3), }, - [261] = { - [sym_identifier] = ACTIONS(1368), - [aux_sym_preproc_include_token1] = ACTIONS(1368), - [aux_sym_preproc_def_token1] = ACTIONS(1368), - [aux_sym_preproc_if_token1] = ACTIONS(1368), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1368), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1368), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_BANG] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1370), - [anon_sym_DASH] = ACTIONS(1368), - [anon_sym_PLUS] = ACTIONS(1368), - [anon_sym_STAR] = ACTIONS(1370), - [anon_sym_AMP] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1368), - [anon_sym_typedef] = ACTIONS(1368), - [anon_sym_extern] = ACTIONS(1368), - [anon_sym___attribute__] = ACTIONS(1368), - [anon_sym___attribute] = ACTIONS(1368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1370), - [anon_sym___declspec] = ACTIONS(1368), - [anon_sym___cdecl] = ACTIONS(1368), - [anon_sym___clrcall] = ACTIONS(1368), - [anon_sym___stdcall] = ACTIONS(1368), - [anon_sym___fastcall] = ACTIONS(1368), - [anon_sym___thiscall] = ACTIONS(1368), - [anon_sym___vectorcall] = ACTIONS(1368), - [anon_sym_LBRACE] = ACTIONS(1370), - [anon_sym_RBRACE] = ACTIONS(1370), - [anon_sym_signed] = ACTIONS(1368), - [anon_sym_unsigned] = ACTIONS(1368), - [anon_sym_long] = ACTIONS(1368), - [anon_sym_short] = ACTIONS(1368), - [anon_sym_static] = ACTIONS(1368), - [anon_sym_auto] = ACTIONS(1368), - [anon_sym_register] = ACTIONS(1368), - [anon_sym_inline] = ACTIONS(1368), - [anon_sym___inline] = ACTIONS(1368), - [anon_sym___inline__] = ACTIONS(1368), - [anon_sym___forceinline] = ACTIONS(1368), - [anon_sym_thread_local] = ACTIONS(1368), - [anon_sym___thread] = ACTIONS(1368), - [anon_sym_const] = ACTIONS(1368), - [anon_sym_constexpr] = ACTIONS(1368), - [anon_sym_volatile] = ACTIONS(1368), - [anon_sym_restrict] = ACTIONS(1368), - [anon_sym___restrict__] = ACTIONS(1368), - [anon_sym__Atomic] = ACTIONS(1368), - [anon_sym__Noreturn] = ACTIONS(1368), - [anon_sym_noreturn] = ACTIONS(1368), - [anon_sym__Nonnull] = ACTIONS(1368), - [anon_sym_alignas] = ACTIONS(1368), - [anon_sym__Alignas] = ACTIONS(1368), - [sym_primitive_type] = ACTIONS(1368), - [anon_sym_enum] = ACTIONS(1368), - [anon_sym_struct] = ACTIONS(1368), - [anon_sym_union] = ACTIONS(1368), - [anon_sym_if] = ACTIONS(1368), - [anon_sym_switch] = ACTIONS(1368), - [anon_sym_case] = ACTIONS(1368), - [anon_sym_default] = ACTIONS(1368), - [anon_sym_while] = ACTIONS(1368), - [anon_sym_do] = ACTIONS(1368), - [anon_sym_for] = ACTIONS(1368), - [anon_sym_return] = ACTIONS(1368), - [anon_sym_break] = ACTIONS(1368), - [anon_sym_continue] = ACTIONS(1368), - [anon_sym_goto] = ACTIONS(1368), - [anon_sym___try] = ACTIONS(1368), - [anon_sym___leave] = ACTIONS(1368), - [anon_sym_DASH_DASH] = ACTIONS(1370), - [anon_sym_PLUS_PLUS] = ACTIONS(1370), - [anon_sym_sizeof] = ACTIONS(1368), - [anon_sym___alignof__] = ACTIONS(1368), - [anon_sym___alignof] = ACTIONS(1368), - [anon_sym__alignof] = ACTIONS(1368), - [anon_sym_alignof] = ACTIONS(1368), - [anon_sym__Alignof] = ACTIONS(1368), - [anon_sym_offsetof] = ACTIONS(1368), - [anon_sym__Generic] = ACTIONS(1368), - [anon_sym_asm] = ACTIONS(1368), - [anon_sym___asm__] = ACTIONS(1368), - [anon_sym___asm] = ACTIONS(1368), - [sym_number_literal] = ACTIONS(1370), - [anon_sym_L_SQUOTE] = ACTIONS(1370), - [anon_sym_u_SQUOTE] = ACTIONS(1370), - [anon_sym_U_SQUOTE] = ACTIONS(1370), - [anon_sym_u8_SQUOTE] = ACTIONS(1370), - [anon_sym_SQUOTE] = ACTIONS(1370), - [anon_sym_L_DQUOTE] = ACTIONS(1370), - [anon_sym_u_DQUOTE] = ACTIONS(1370), - [anon_sym_U_DQUOTE] = ACTIONS(1370), - [anon_sym_u8_DQUOTE] = ACTIONS(1370), - [anon_sym_DQUOTE] = ACTIONS(1370), - [sym_true] = ACTIONS(1368), - [sym_false] = ACTIONS(1368), - [anon_sym_NULL] = ACTIONS(1368), - [anon_sym_nullptr] = ACTIONS(1368), + [STATE(226)] = { + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token2] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), [sym_comment] = ACTIONS(3), }, - [262] = { - [sym_identifier] = ACTIONS(1360), - [aux_sym_preproc_include_token1] = ACTIONS(1360), - [aux_sym_preproc_def_token1] = ACTIONS(1360), - [aux_sym_preproc_if_token1] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), - [sym_preproc_directive] = ACTIONS(1360), - [anon_sym_LPAREN2] = ACTIONS(1362), - [anon_sym_BANG] = ACTIONS(1362), - [anon_sym_TILDE] = ACTIONS(1362), - [anon_sym_DASH] = ACTIONS(1360), - [anon_sym_PLUS] = ACTIONS(1360), - [anon_sym_STAR] = ACTIONS(1362), - [anon_sym_AMP] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1362), - [anon_sym___extension__] = ACTIONS(1360), - [anon_sym_typedef] = ACTIONS(1360), - [anon_sym_extern] = ACTIONS(1360), - [anon_sym___attribute__] = ACTIONS(1360), - [anon_sym___attribute] = ACTIONS(1360), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), - [anon_sym___declspec] = ACTIONS(1360), - [anon_sym___cdecl] = ACTIONS(1360), - [anon_sym___clrcall] = ACTIONS(1360), - [anon_sym___stdcall] = ACTIONS(1360), - [anon_sym___fastcall] = ACTIONS(1360), - [anon_sym___thiscall] = ACTIONS(1360), - [anon_sym___vectorcall] = ACTIONS(1360), - [anon_sym_LBRACE] = ACTIONS(1362), - [anon_sym_RBRACE] = ACTIONS(1362), - [anon_sym_signed] = ACTIONS(1360), - [anon_sym_unsigned] = ACTIONS(1360), - [anon_sym_long] = ACTIONS(1360), - [anon_sym_short] = ACTIONS(1360), - [anon_sym_static] = ACTIONS(1360), - [anon_sym_auto] = ACTIONS(1360), - [anon_sym_register] = ACTIONS(1360), - [anon_sym_inline] = ACTIONS(1360), - [anon_sym___inline] = ACTIONS(1360), - [anon_sym___inline__] = ACTIONS(1360), - [anon_sym___forceinline] = ACTIONS(1360), - [anon_sym_thread_local] = ACTIONS(1360), - [anon_sym___thread] = ACTIONS(1360), - [anon_sym_const] = ACTIONS(1360), - [anon_sym_constexpr] = ACTIONS(1360), - [anon_sym_volatile] = ACTIONS(1360), - [anon_sym_restrict] = ACTIONS(1360), - [anon_sym___restrict__] = ACTIONS(1360), - [anon_sym__Atomic] = ACTIONS(1360), - [anon_sym__Noreturn] = ACTIONS(1360), - [anon_sym_noreturn] = ACTIONS(1360), - [anon_sym__Nonnull] = ACTIONS(1360), - [anon_sym_alignas] = ACTIONS(1360), - [anon_sym__Alignas] = ACTIONS(1360), - [sym_primitive_type] = ACTIONS(1360), - [anon_sym_enum] = ACTIONS(1360), - [anon_sym_struct] = ACTIONS(1360), - [anon_sym_union] = ACTIONS(1360), - [anon_sym_if] = ACTIONS(1360), - [anon_sym_switch] = ACTIONS(1360), - [anon_sym_case] = ACTIONS(1360), - [anon_sym_default] = ACTIONS(1360), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_do] = ACTIONS(1360), - [anon_sym_for] = ACTIONS(1360), - [anon_sym_return] = ACTIONS(1360), - [anon_sym_break] = ACTIONS(1360), - [anon_sym_continue] = ACTIONS(1360), - [anon_sym_goto] = ACTIONS(1360), - [anon_sym___try] = ACTIONS(1360), - [anon_sym___leave] = ACTIONS(1360), - [anon_sym_DASH_DASH] = ACTIONS(1362), - [anon_sym_PLUS_PLUS] = ACTIONS(1362), - [anon_sym_sizeof] = ACTIONS(1360), - [anon_sym___alignof__] = ACTIONS(1360), - [anon_sym___alignof] = ACTIONS(1360), - [anon_sym__alignof] = ACTIONS(1360), - [anon_sym_alignof] = ACTIONS(1360), - [anon_sym__Alignof] = ACTIONS(1360), - [anon_sym_offsetof] = ACTIONS(1360), - [anon_sym__Generic] = ACTIONS(1360), - [anon_sym_asm] = ACTIONS(1360), - [anon_sym___asm__] = ACTIONS(1360), - [anon_sym___asm] = ACTIONS(1360), - [sym_number_literal] = ACTIONS(1362), - [anon_sym_L_SQUOTE] = ACTIONS(1362), - [anon_sym_u_SQUOTE] = ACTIONS(1362), - [anon_sym_U_SQUOTE] = ACTIONS(1362), - [anon_sym_u8_SQUOTE] = ACTIONS(1362), - [anon_sym_SQUOTE] = ACTIONS(1362), - [anon_sym_L_DQUOTE] = ACTIONS(1362), - [anon_sym_u_DQUOTE] = ACTIONS(1362), - [anon_sym_U_DQUOTE] = ACTIONS(1362), - [anon_sym_u8_DQUOTE] = ACTIONS(1362), - [anon_sym_DQUOTE] = ACTIONS(1362), - [sym_true] = ACTIONS(1360), - [sym_false] = ACTIONS(1360), - [anon_sym_NULL] = ACTIONS(1360), - [anon_sym_nullptr] = ACTIONS(1360), + [STATE(227)] = { + [sym_identifier] = ACTIONS(1194), + [aux_sym_preproc_include_token1] = ACTIONS(1194), + [aux_sym_preproc_def_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token1] = ACTIONS(1194), + [aux_sym_preproc_if_token2] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1194), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1194), + [sym_preproc_directive] = ACTIONS(1194), + [anon_sym_LPAREN2] = ACTIONS(1196), + [anon_sym_BANG] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1196), + [anon_sym_SEMI] = ACTIONS(1196), + [anon_sym___extension__] = ACTIONS(1194), + [anon_sym_typedef] = ACTIONS(1194), + [anon_sym_extern] = ACTIONS(1194), + [anon_sym___attribute__] = ACTIONS(1194), + [anon_sym___attribute] = ACTIONS(1194), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1196), + [anon_sym___declspec] = ACTIONS(1194), + [anon_sym___cdecl] = ACTIONS(1194), + [anon_sym___clrcall] = ACTIONS(1194), + [anon_sym___stdcall] = ACTIONS(1194), + [anon_sym___fastcall] = ACTIONS(1194), + [anon_sym___thiscall] = ACTIONS(1194), + [anon_sym___vectorcall] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1196), + [anon_sym_signed] = ACTIONS(1194), + [anon_sym_unsigned] = ACTIONS(1194), + [anon_sym_long] = ACTIONS(1194), + [anon_sym_short] = ACTIONS(1194), + [anon_sym_static] = ACTIONS(1194), + [anon_sym_auto] = ACTIONS(1194), + [anon_sym_register] = ACTIONS(1194), + [anon_sym_inline] = ACTIONS(1194), + [anon_sym___inline] = ACTIONS(1194), + [anon_sym___inline__] = ACTIONS(1194), + [anon_sym___forceinline] = ACTIONS(1194), + [anon_sym_thread_local] = ACTIONS(1194), + [anon_sym___thread] = ACTIONS(1194), + [anon_sym_const] = ACTIONS(1194), + [anon_sym_constexpr] = ACTIONS(1194), + [anon_sym_volatile] = ACTIONS(1194), + [anon_sym_restrict] = ACTIONS(1194), + [anon_sym___restrict__] = ACTIONS(1194), + [anon_sym__Atomic] = ACTIONS(1194), + [anon_sym__Noreturn] = ACTIONS(1194), + [anon_sym_noreturn] = ACTIONS(1194), + [anon_sym__Nonnull] = ACTIONS(1194), + [anon_sym_alignas] = ACTIONS(1194), + [anon_sym__Alignas] = ACTIONS(1194), + [sym_primitive_type] = ACTIONS(1194), + [anon_sym_enum] = ACTIONS(1194), + [anon_sym_struct] = ACTIONS(1194), + [anon_sym_union] = ACTIONS(1194), + [anon_sym_if] = ACTIONS(1194), + [anon_sym_else] = ACTIONS(1194), + [anon_sym_switch] = ACTIONS(1194), + [anon_sym_case] = ACTIONS(1194), + [anon_sym_default] = ACTIONS(1194), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_do] = ACTIONS(1194), + [anon_sym_for] = ACTIONS(1194), + [anon_sym_return] = ACTIONS(1194), + [anon_sym_break] = ACTIONS(1194), + [anon_sym_continue] = ACTIONS(1194), + [anon_sym_goto] = ACTIONS(1194), + [anon_sym___try] = ACTIONS(1194), + [anon_sym___leave] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1196), + [anon_sym_PLUS_PLUS] = ACTIONS(1196), + [anon_sym_sizeof] = ACTIONS(1194), + [anon_sym___alignof__] = ACTIONS(1194), + [anon_sym___alignof] = ACTIONS(1194), + [anon_sym__alignof] = ACTIONS(1194), + [anon_sym_alignof] = ACTIONS(1194), + [anon_sym__Alignof] = ACTIONS(1194), + [anon_sym_offsetof] = ACTIONS(1194), + [anon_sym__Generic] = ACTIONS(1194), + [anon_sym_asm] = ACTIONS(1194), + [anon_sym___asm__] = ACTIONS(1194), + [anon_sym___asm] = ACTIONS(1194), + [sym_number_literal] = ACTIONS(1196), + [anon_sym_L_SQUOTE] = ACTIONS(1196), + [anon_sym_u_SQUOTE] = ACTIONS(1196), + [anon_sym_U_SQUOTE] = ACTIONS(1196), + [anon_sym_u8_SQUOTE] = ACTIONS(1196), + [anon_sym_SQUOTE] = ACTIONS(1196), + [anon_sym_L_DQUOTE] = ACTIONS(1196), + [anon_sym_u_DQUOTE] = ACTIONS(1196), + [anon_sym_U_DQUOTE] = ACTIONS(1196), + [anon_sym_u8_DQUOTE] = ACTIONS(1196), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_true] = ACTIONS(1194), + [sym_false] = ACTIONS(1194), + [anon_sym_NULL] = ACTIONS(1194), + [anon_sym_nullptr] = ACTIONS(1194), + [sym_comment] = ACTIONS(3), + }, + [STATE(228)] = { + [sym_identifier] = ACTIONS(1198), + [aux_sym_preproc_include_token1] = ACTIONS(1198), + [aux_sym_preproc_def_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token2] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), + [sym_preproc_directive] = ACTIONS(1198), + [anon_sym_LPAREN2] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym___extension__] = ACTIONS(1198), + [anon_sym_typedef] = ACTIONS(1198), + [anon_sym_extern] = ACTIONS(1198), + [anon_sym___attribute__] = ACTIONS(1198), + [anon_sym___attribute] = ACTIONS(1198), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), + [anon_sym___declspec] = ACTIONS(1198), + [anon_sym___cdecl] = ACTIONS(1198), + [anon_sym___clrcall] = ACTIONS(1198), + [anon_sym___stdcall] = ACTIONS(1198), + [anon_sym___fastcall] = ACTIONS(1198), + [anon_sym___thiscall] = ACTIONS(1198), + [anon_sym___vectorcall] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1198), + [anon_sym_unsigned] = ACTIONS(1198), + [anon_sym_long] = ACTIONS(1198), + [anon_sym_short] = ACTIONS(1198), + [anon_sym_static] = ACTIONS(1198), + [anon_sym_auto] = ACTIONS(1198), + [anon_sym_register] = ACTIONS(1198), + [anon_sym_inline] = ACTIONS(1198), + [anon_sym___inline] = ACTIONS(1198), + [anon_sym___inline__] = ACTIONS(1198), + [anon_sym___forceinline] = ACTIONS(1198), + [anon_sym_thread_local] = ACTIONS(1198), + [anon_sym___thread] = ACTIONS(1198), + [anon_sym_const] = ACTIONS(1198), + [anon_sym_constexpr] = ACTIONS(1198), + [anon_sym_volatile] = ACTIONS(1198), + [anon_sym_restrict] = ACTIONS(1198), + [anon_sym___restrict__] = ACTIONS(1198), + [anon_sym__Atomic] = ACTIONS(1198), + [anon_sym__Noreturn] = ACTIONS(1198), + [anon_sym_noreturn] = ACTIONS(1198), + [anon_sym__Nonnull] = ACTIONS(1198), + [anon_sym_alignas] = ACTIONS(1198), + [anon_sym__Alignas] = ACTIONS(1198), + [sym_primitive_type] = ACTIONS(1198), + [anon_sym_enum] = ACTIONS(1198), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_union] = ACTIONS(1198), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(1198), + [anon_sym_switch] = ACTIONS(1198), + [anon_sym_case] = ACTIONS(1198), + [anon_sym_default] = ACTIONS(1198), + [anon_sym_while] = ACTIONS(1198), + [anon_sym_do] = ACTIONS(1198), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1198), + [anon_sym_goto] = ACTIONS(1198), + [anon_sym___try] = ACTIONS(1198), + [anon_sym___leave] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_sizeof] = ACTIONS(1198), + [anon_sym___alignof__] = ACTIONS(1198), + [anon_sym___alignof] = ACTIONS(1198), + [anon_sym__alignof] = ACTIONS(1198), + [anon_sym_alignof] = ACTIONS(1198), + [anon_sym__Alignof] = ACTIONS(1198), + [anon_sym_offsetof] = ACTIONS(1198), + [anon_sym__Generic] = ACTIONS(1198), + [anon_sym_asm] = ACTIONS(1198), + [anon_sym___asm__] = ACTIONS(1198), + [anon_sym___asm] = ACTIONS(1198), + [sym_number_literal] = ACTIONS(1200), + [anon_sym_L_SQUOTE] = ACTIONS(1200), + [anon_sym_u_SQUOTE] = ACTIONS(1200), + [anon_sym_U_SQUOTE] = ACTIONS(1200), + [anon_sym_u8_SQUOTE] = ACTIONS(1200), + [anon_sym_SQUOTE] = ACTIONS(1200), + [anon_sym_L_DQUOTE] = ACTIONS(1200), + [anon_sym_u_DQUOTE] = ACTIONS(1200), + [anon_sym_U_DQUOTE] = ACTIONS(1200), + [anon_sym_u8_DQUOTE] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_true] = ACTIONS(1198), + [sym_false] = ACTIONS(1198), + [anon_sym_NULL] = ACTIONS(1198), + [anon_sym_nullptr] = ACTIONS(1198), [sym_comment] = ACTIONS(3), }, - [263] = { - [sym_identifier] = ACTIONS(1372), - [aux_sym_preproc_include_token1] = ACTIONS(1372), - [aux_sym_preproc_def_token1] = ACTIONS(1372), - [aux_sym_preproc_if_token1] = ACTIONS(1372), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1372), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1372), - [sym_preproc_directive] = ACTIONS(1372), - [anon_sym_LPAREN2] = ACTIONS(1374), - [anon_sym_BANG] = ACTIONS(1374), - [anon_sym_TILDE] = ACTIONS(1374), - [anon_sym_DASH] = ACTIONS(1372), - [anon_sym_PLUS] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1372), - [anon_sym_typedef] = ACTIONS(1372), - [anon_sym_extern] = ACTIONS(1372), - [anon_sym___attribute__] = ACTIONS(1372), - [anon_sym___attribute] = ACTIONS(1372), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1374), - [anon_sym___declspec] = ACTIONS(1372), - [anon_sym___cdecl] = ACTIONS(1372), - [anon_sym___clrcall] = ACTIONS(1372), - [anon_sym___stdcall] = ACTIONS(1372), - [anon_sym___fastcall] = ACTIONS(1372), - [anon_sym___thiscall] = ACTIONS(1372), - [anon_sym___vectorcall] = ACTIONS(1372), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_RBRACE] = ACTIONS(1374), - [anon_sym_signed] = ACTIONS(1372), - [anon_sym_unsigned] = ACTIONS(1372), - [anon_sym_long] = ACTIONS(1372), - [anon_sym_short] = ACTIONS(1372), - [anon_sym_static] = ACTIONS(1372), - [anon_sym_auto] = ACTIONS(1372), - [anon_sym_register] = ACTIONS(1372), - [anon_sym_inline] = ACTIONS(1372), - [anon_sym___inline] = ACTIONS(1372), - [anon_sym___inline__] = ACTIONS(1372), - [anon_sym___forceinline] = ACTIONS(1372), - [anon_sym_thread_local] = ACTIONS(1372), - [anon_sym___thread] = ACTIONS(1372), - [anon_sym_const] = ACTIONS(1372), - [anon_sym_constexpr] = ACTIONS(1372), - [anon_sym_volatile] = ACTIONS(1372), - [anon_sym_restrict] = ACTIONS(1372), - [anon_sym___restrict__] = ACTIONS(1372), - [anon_sym__Atomic] = ACTIONS(1372), - [anon_sym__Noreturn] = ACTIONS(1372), - [anon_sym_noreturn] = ACTIONS(1372), - [anon_sym__Nonnull] = ACTIONS(1372), - [anon_sym_alignas] = ACTIONS(1372), - [anon_sym__Alignas] = ACTIONS(1372), - [sym_primitive_type] = ACTIONS(1372), - [anon_sym_enum] = ACTIONS(1372), - [anon_sym_struct] = ACTIONS(1372), - [anon_sym_union] = ACTIONS(1372), - [anon_sym_if] = ACTIONS(1372), - [anon_sym_switch] = ACTIONS(1372), - [anon_sym_case] = ACTIONS(1372), - [anon_sym_default] = ACTIONS(1372), - [anon_sym_while] = ACTIONS(1372), - [anon_sym_do] = ACTIONS(1372), - [anon_sym_for] = ACTIONS(1372), - [anon_sym_return] = ACTIONS(1372), - [anon_sym_break] = ACTIONS(1372), - [anon_sym_continue] = ACTIONS(1372), - [anon_sym_goto] = ACTIONS(1372), - [anon_sym___try] = ACTIONS(1372), - [anon_sym___leave] = ACTIONS(1372), - [anon_sym_DASH_DASH] = ACTIONS(1374), - [anon_sym_PLUS_PLUS] = ACTIONS(1374), - [anon_sym_sizeof] = ACTIONS(1372), - [anon_sym___alignof__] = ACTIONS(1372), - [anon_sym___alignof] = ACTIONS(1372), - [anon_sym__alignof] = ACTIONS(1372), - [anon_sym_alignof] = ACTIONS(1372), - [anon_sym__Alignof] = ACTIONS(1372), - [anon_sym_offsetof] = ACTIONS(1372), - [anon_sym__Generic] = ACTIONS(1372), - [anon_sym_asm] = ACTIONS(1372), - [anon_sym___asm__] = ACTIONS(1372), - [anon_sym___asm] = ACTIONS(1372), - [sym_number_literal] = ACTIONS(1374), - [anon_sym_L_SQUOTE] = ACTIONS(1374), - [anon_sym_u_SQUOTE] = ACTIONS(1374), - [anon_sym_U_SQUOTE] = ACTIONS(1374), - [anon_sym_u8_SQUOTE] = ACTIONS(1374), - [anon_sym_SQUOTE] = ACTIONS(1374), - [anon_sym_L_DQUOTE] = ACTIONS(1374), - [anon_sym_u_DQUOTE] = ACTIONS(1374), - [anon_sym_U_DQUOTE] = ACTIONS(1374), - [anon_sym_u8_DQUOTE] = ACTIONS(1374), - [anon_sym_DQUOTE] = ACTIONS(1374), - [sym_true] = ACTIONS(1372), - [sym_false] = ACTIONS(1372), - [anon_sym_NULL] = ACTIONS(1372), - [anon_sym_nullptr] = ACTIONS(1372), + [STATE(229)] = { + [sym_identifier] = ACTIONS(1198), + [aux_sym_preproc_include_token1] = ACTIONS(1198), + [aux_sym_preproc_def_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token1] = ACTIONS(1198), + [aux_sym_preproc_if_token2] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1198), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1198), + [sym_preproc_directive] = ACTIONS(1198), + [anon_sym_LPAREN2] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1200), + [anon_sym_SEMI] = ACTIONS(1200), + [anon_sym___extension__] = ACTIONS(1198), + [anon_sym_typedef] = ACTIONS(1198), + [anon_sym_extern] = ACTIONS(1198), + [anon_sym___attribute__] = ACTIONS(1198), + [anon_sym___attribute] = ACTIONS(1198), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1200), + [anon_sym___declspec] = ACTIONS(1198), + [anon_sym___cdecl] = ACTIONS(1198), + [anon_sym___clrcall] = ACTIONS(1198), + [anon_sym___stdcall] = ACTIONS(1198), + [anon_sym___fastcall] = ACTIONS(1198), + [anon_sym___thiscall] = ACTIONS(1198), + [anon_sym___vectorcall] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1200), + [anon_sym_signed] = ACTIONS(1198), + [anon_sym_unsigned] = ACTIONS(1198), + [anon_sym_long] = ACTIONS(1198), + [anon_sym_short] = ACTIONS(1198), + [anon_sym_static] = ACTIONS(1198), + [anon_sym_auto] = ACTIONS(1198), + [anon_sym_register] = ACTIONS(1198), + [anon_sym_inline] = ACTIONS(1198), + [anon_sym___inline] = ACTIONS(1198), + [anon_sym___inline__] = ACTIONS(1198), + [anon_sym___forceinline] = ACTIONS(1198), + [anon_sym_thread_local] = ACTIONS(1198), + [anon_sym___thread] = ACTIONS(1198), + [anon_sym_const] = ACTIONS(1198), + [anon_sym_constexpr] = ACTIONS(1198), + [anon_sym_volatile] = ACTIONS(1198), + [anon_sym_restrict] = ACTIONS(1198), + [anon_sym___restrict__] = ACTIONS(1198), + [anon_sym__Atomic] = ACTIONS(1198), + [anon_sym__Noreturn] = ACTIONS(1198), + [anon_sym_noreturn] = ACTIONS(1198), + [anon_sym__Nonnull] = ACTIONS(1198), + [anon_sym_alignas] = ACTIONS(1198), + [anon_sym__Alignas] = ACTIONS(1198), + [sym_primitive_type] = ACTIONS(1198), + [anon_sym_enum] = ACTIONS(1198), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_union] = ACTIONS(1198), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(1198), + [anon_sym_switch] = ACTIONS(1198), + [anon_sym_case] = ACTIONS(1198), + [anon_sym_default] = ACTIONS(1198), + [anon_sym_while] = ACTIONS(1198), + [anon_sym_do] = ACTIONS(1198), + [anon_sym_for] = ACTIONS(1198), + [anon_sym_return] = ACTIONS(1198), + [anon_sym_break] = ACTIONS(1198), + [anon_sym_continue] = ACTIONS(1198), + [anon_sym_goto] = ACTIONS(1198), + [anon_sym___try] = ACTIONS(1198), + [anon_sym___leave] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1200), + [anon_sym_PLUS_PLUS] = ACTIONS(1200), + [anon_sym_sizeof] = ACTIONS(1198), + [anon_sym___alignof__] = ACTIONS(1198), + [anon_sym___alignof] = ACTIONS(1198), + [anon_sym__alignof] = ACTIONS(1198), + [anon_sym_alignof] = ACTIONS(1198), + [anon_sym__Alignof] = ACTIONS(1198), + [anon_sym_offsetof] = ACTIONS(1198), + [anon_sym__Generic] = ACTIONS(1198), + [anon_sym_asm] = ACTIONS(1198), + [anon_sym___asm__] = ACTIONS(1198), + [anon_sym___asm] = ACTIONS(1198), + [sym_number_literal] = ACTIONS(1200), + [anon_sym_L_SQUOTE] = ACTIONS(1200), + [anon_sym_u_SQUOTE] = ACTIONS(1200), + [anon_sym_U_SQUOTE] = ACTIONS(1200), + [anon_sym_u8_SQUOTE] = ACTIONS(1200), + [anon_sym_SQUOTE] = ACTIONS(1200), + [anon_sym_L_DQUOTE] = ACTIONS(1200), + [anon_sym_u_DQUOTE] = ACTIONS(1200), + [anon_sym_U_DQUOTE] = ACTIONS(1200), + [anon_sym_u8_DQUOTE] = ACTIONS(1200), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_true] = ACTIONS(1198), + [sym_false] = ACTIONS(1198), + [anon_sym_NULL] = ACTIONS(1198), + [anon_sym_nullptr] = ACTIONS(1198), [sym_comment] = ACTIONS(3), }, - [264] = { - [sym_identifier] = ACTIONS(1336), - [aux_sym_preproc_include_token1] = ACTIONS(1336), - [aux_sym_preproc_def_token1] = ACTIONS(1336), - [aux_sym_preproc_if_token1] = ACTIONS(1336), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), - [sym_preproc_directive] = ACTIONS(1336), - [anon_sym_LPAREN2] = ACTIONS(1338), - [anon_sym_BANG] = ACTIONS(1338), - [anon_sym_TILDE] = ACTIONS(1338), - [anon_sym_DASH] = ACTIONS(1336), - [anon_sym_PLUS] = ACTIONS(1336), - [anon_sym_STAR] = ACTIONS(1338), - [anon_sym_AMP] = ACTIONS(1338), - [anon_sym_SEMI] = ACTIONS(1338), - [anon_sym___extension__] = ACTIONS(1336), - [anon_sym_typedef] = ACTIONS(1336), - [anon_sym_extern] = ACTIONS(1336), - [anon_sym___attribute__] = ACTIONS(1336), - [anon_sym___attribute] = ACTIONS(1336), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1338), - [anon_sym___declspec] = ACTIONS(1336), - [anon_sym___cdecl] = ACTIONS(1336), - [anon_sym___clrcall] = ACTIONS(1336), - [anon_sym___stdcall] = ACTIONS(1336), - [anon_sym___fastcall] = ACTIONS(1336), - [anon_sym___thiscall] = ACTIONS(1336), - [anon_sym___vectorcall] = ACTIONS(1336), - [anon_sym_LBRACE] = ACTIONS(1338), - [anon_sym_RBRACE] = ACTIONS(1338), - [anon_sym_signed] = ACTIONS(1336), - [anon_sym_unsigned] = ACTIONS(1336), - [anon_sym_long] = ACTIONS(1336), - [anon_sym_short] = ACTIONS(1336), - [anon_sym_static] = ACTIONS(1336), - [anon_sym_auto] = ACTIONS(1336), - [anon_sym_register] = ACTIONS(1336), - [anon_sym_inline] = ACTIONS(1336), - [anon_sym___inline] = ACTIONS(1336), - [anon_sym___inline__] = ACTIONS(1336), - [anon_sym___forceinline] = ACTIONS(1336), - [anon_sym_thread_local] = ACTIONS(1336), - [anon_sym___thread] = ACTIONS(1336), - [anon_sym_const] = ACTIONS(1336), - [anon_sym_constexpr] = ACTIONS(1336), - [anon_sym_volatile] = ACTIONS(1336), - [anon_sym_restrict] = ACTIONS(1336), - [anon_sym___restrict__] = ACTIONS(1336), - [anon_sym__Atomic] = ACTIONS(1336), - [anon_sym__Noreturn] = ACTIONS(1336), - [anon_sym_noreturn] = ACTIONS(1336), - [anon_sym__Nonnull] = ACTIONS(1336), - [anon_sym_alignas] = ACTIONS(1336), - [anon_sym__Alignas] = ACTIONS(1336), - [sym_primitive_type] = ACTIONS(1336), - [anon_sym_enum] = ACTIONS(1336), - [anon_sym_struct] = ACTIONS(1336), - [anon_sym_union] = ACTIONS(1336), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1336), - [anon_sym_case] = ACTIONS(1336), - [anon_sym_default] = ACTIONS(1336), - [anon_sym_while] = ACTIONS(1336), - [anon_sym_do] = ACTIONS(1336), - [anon_sym_for] = ACTIONS(1336), - [anon_sym_return] = ACTIONS(1336), - [anon_sym_break] = ACTIONS(1336), - [anon_sym_continue] = ACTIONS(1336), - [anon_sym_goto] = ACTIONS(1336), - [anon_sym___try] = ACTIONS(1336), - [anon_sym___leave] = ACTIONS(1336), - [anon_sym_DASH_DASH] = ACTIONS(1338), - [anon_sym_PLUS_PLUS] = ACTIONS(1338), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1336), - [anon_sym___alignof] = ACTIONS(1336), - [anon_sym__alignof] = ACTIONS(1336), - [anon_sym_alignof] = ACTIONS(1336), - [anon_sym__Alignof] = ACTIONS(1336), - [anon_sym_offsetof] = ACTIONS(1336), - [anon_sym__Generic] = ACTIONS(1336), - [anon_sym_asm] = ACTIONS(1336), - [anon_sym___asm__] = ACTIONS(1336), - [anon_sym___asm] = ACTIONS(1336), - [sym_number_literal] = ACTIONS(1338), - [anon_sym_L_SQUOTE] = ACTIONS(1338), - [anon_sym_u_SQUOTE] = ACTIONS(1338), - [anon_sym_U_SQUOTE] = ACTIONS(1338), - [anon_sym_u8_SQUOTE] = ACTIONS(1338), - [anon_sym_SQUOTE] = ACTIONS(1338), - [anon_sym_L_DQUOTE] = ACTIONS(1338), - [anon_sym_u_DQUOTE] = ACTIONS(1338), - [anon_sym_U_DQUOTE] = ACTIONS(1338), - [anon_sym_u8_DQUOTE] = ACTIONS(1338), - [anon_sym_DQUOTE] = ACTIONS(1338), - [sym_true] = ACTIONS(1336), - [sym_false] = ACTIONS(1336), - [anon_sym_NULL] = ACTIONS(1336), - [anon_sym_nullptr] = ACTIONS(1336), + [STATE(230)] = { + [sym_identifier] = ACTIONS(1226), + [aux_sym_preproc_include_token1] = ACTIONS(1226), + [aux_sym_preproc_def_token1] = ACTIONS(1226), + [aux_sym_preproc_if_token1] = ACTIONS(1226), + [aux_sym_preproc_if_token2] = ACTIONS(1226), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1226), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1226), + [sym_preproc_directive] = ACTIONS(1226), + [anon_sym_LPAREN2] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(1228), + [anon_sym_TILDE] = ACTIONS(1228), + [anon_sym_DASH] = ACTIONS(1226), + [anon_sym_PLUS] = ACTIONS(1226), + [anon_sym_STAR] = ACTIONS(1228), + [anon_sym_AMP] = ACTIONS(1228), + [anon_sym_SEMI] = ACTIONS(1228), + [anon_sym___extension__] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1226), + [anon_sym_extern] = ACTIONS(1226), + [anon_sym___attribute__] = ACTIONS(1226), + [anon_sym___attribute] = ACTIONS(1226), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1228), + [anon_sym___declspec] = ACTIONS(1226), + [anon_sym___cdecl] = ACTIONS(1226), + [anon_sym___clrcall] = ACTIONS(1226), + [anon_sym___stdcall] = ACTIONS(1226), + [anon_sym___fastcall] = ACTIONS(1226), + [anon_sym___thiscall] = ACTIONS(1226), + [anon_sym___vectorcall] = ACTIONS(1226), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_signed] = ACTIONS(1226), + [anon_sym_unsigned] = ACTIONS(1226), + [anon_sym_long] = ACTIONS(1226), + [anon_sym_short] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1226), + [anon_sym_auto] = ACTIONS(1226), + [anon_sym_register] = ACTIONS(1226), + [anon_sym_inline] = ACTIONS(1226), + [anon_sym___inline] = ACTIONS(1226), + [anon_sym___inline__] = ACTIONS(1226), + [anon_sym___forceinline] = ACTIONS(1226), + [anon_sym_thread_local] = ACTIONS(1226), + [anon_sym___thread] = ACTIONS(1226), + [anon_sym_const] = ACTIONS(1226), + [anon_sym_constexpr] = ACTIONS(1226), + [anon_sym_volatile] = ACTIONS(1226), + [anon_sym_restrict] = ACTIONS(1226), + [anon_sym___restrict__] = ACTIONS(1226), + [anon_sym__Atomic] = ACTIONS(1226), + [anon_sym__Noreturn] = ACTIONS(1226), + [anon_sym_noreturn] = ACTIONS(1226), + [anon_sym__Nonnull] = ACTIONS(1226), + [anon_sym_alignas] = ACTIONS(1226), + [anon_sym__Alignas] = ACTIONS(1226), + [sym_primitive_type] = ACTIONS(1226), + [anon_sym_enum] = ACTIONS(1226), + [anon_sym_struct] = ACTIONS(1226), + [anon_sym_union] = ACTIONS(1226), + [anon_sym_if] = ACTIONS(1226), + [anon_sym_else] = ACTIONS(1226), + [anon_sym_switch] = ACTIONS(1226), + [anon_sym_case] = ACTIONS(1226), + [anon_sym_default] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1226), + [anon_sym_do] = ACTIONS(1226), + [anon_sym_for] = ACTIONS(1226), + [anon_sym_return] = ACTIONS(1226), + [anon_sym_break] = ACTIONS(1226), + [anon_sym_continue] = ACTIONS(1226), + [anon_sym_goto] = ACTIONS(1226), + [anon_sym___try] = ACTIONS(1226), + [anon_sym___leave] = ACTIONS(1226), + [anon_sym_DASH_DASH] = ACTIONS(1228), + [anon_sym_PLUS_PLUS] = ACTIONS(1228), + [anon_sym_sizeof] = ACTIONS(1226), + [anon_sym___alignof__] = ACTIONS(1226), + [anon_sym___alignof] = ACTIONS(1226), + [anon_sym__alignof] = ACTIONS(1226), + [anon_sym_alignof] = ACTIONS(1226), + [anon_sym__Alignof] = ACTIONS(1226), + [anon_sym_offsetof] = ACTIONS(1226), + [anon_sym__Generic] = ACTIONS(1226), + [anon_sym_asm] = ACTIONS(1226), + [anon_sym___asm__] = ACTIONS(1226), + [anon_sym___asm] = ACTIONS(1226), + [sym_number_literal] = ACTIONS(1228), + [anon_sym_L_SQUOTE] = ACTIONS(1228), + [anon_sym_u_SQUOTE] = ACTIONS(1228), + [anon_sym_U_SQUOTE] = ACTIONS(1228), + [anon_sym_u8_SQUOTE] = ACTIONS(1228), + [anon_sym_SQUOTE] = ACTIONS(1228), + [anon_sym_L_DQUOTE] = ACTIONS(1228), + [anon_sym_u_DQUOTE] = ACTIONS(1228), + [anon_sym_U_DQUOTE] = ACTIONS(1228), + [anon_sym_u8_DQUOTE] = ACTIONS(1228), + [anon_sym_DQUOTE] = ACTIONS(1228), + [sym_true] = ACTIONS(1226), + [sym_false] = ACTIONS(1226), + [anon_sym_NULL] = ACTIONS(1226), + [anon_sym_nullptr] = ACTIONS(1226), + [sym_comment] = ACTIONS(3), + }, + [STATE(231)] = { + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token2] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), [sym_comment] = ACTIONS(3), }, - [265] = { - [sym_identifier] = ACTIONS(1376), - [aux_sym_preproc_include_token1] = ACTIONS(1376), - [aux_sym_preproc_def_token1] = ACTIONS(1376), - [aux_sym_preproc_if_token1] = ACTIONS(1376), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1376), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1376), - [sym_preproc_directive] = ACTIONS(1376), - [anon_sym_LPAREN2] = ACTIONS(1378), - [anon_sym_BANG] = ACTIONS(1378), - [anon_sym_TILDE] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1376), - [anon_sym_PLUS] = ACTIONS(1376), - [anon_sym_STAR] = ACTIONS(1378), - [anon_sym_AMP] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(1376), - [anon_sym___attribute__] = ACTIONS(1376), - [anon_sym___attribute] = ACTIONS(1376), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1378), - [anon_sym___declspec] = ACTIONS(1376), - [anon_sym___cdecl] = ACTIONS(1376), - [anon_sym___clrcall] = ACTIONS(1376), - [anon_sym___stdcall] = ACTIONS(1376), - [anon_sym___fastcall] = ACTIONS(1376), - [anon_sym___thiscall] = ACTIONS(1376), - [anon_sym___vectorcall] = ACTIONS(1376), - [anon_sym_LBRACE] = ACTIONS(1378), - [anon_sym_RBRACE] = ACTIONS(1378), - [anon_sym_signed] = ACTIONS(1376), - [anon_sym_unsigned] = ACTIONS(1376), - [anon_sym_long] = ACTIONS(1376), - [anon_sym_short] = ACTIONS(1376), - [anon_sym_static] = ACTIONS(1376), - [anon_sym_auto] = ACTIONS(1376), - [anon_sym_register] = ACTIONS(1376), - [anon_sym_inline] = ACTIONS(1376), - [anon_sym___inline] = ACTIONS(1376), - [anon_sym___inline__] = ACTIONS(1376), - [anon_sym___forceinline] = ACTIONS(1376), - [anon_sym_thread_local] = ACTIONS(1376), - [anon_sym___thread] = ACTIONS(1376), - [anon_sym_const] = ACTIONS(1376), - [anon_sym_constexpr] = ACTIONS(1376), - [anon_sym_volatile] = ACTIONS(1376), - [anon_sym_restrict] = ACTIONS(1376), - [anon_sym___restrict__] = ACTIONS(1376), - [anon_sym__Atomic] = ACTIONS(1376), - [anon_sym__Noreturn] = ACTIONS(1376), - [anon_sym_noreturn] = ACTIONS(1376), - [anon_sym__Nonnull] = ACTIONS(1376), - [anon_sym_alignas] = ACTIONS(1376), - [anon_sym__Alignas] = ACTIONS(1376), - [sym_primitive_type] = ACTIONS(1376), - [anon_sym_enum] = ACTIONS(1376), - [anon_sym_struct] = ACTIONS(1376), - [anon_sym_union] = ACTIONS(1376), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1376), - [anon_sym_case] = ACTIONS(1376), - [anon_sym_default] = ACTIONS(1376), - [anon_sym_while] = ACTIONS(1376), - [anon_sym_do] = ACTIONS(1376), - [anon_sym_for] = ACTIONS(1376), - [anon_sym_return] = ACTIONS(1376), - [anon_sym_break] = ACTIONS(1376), - [anon_sym_continue] = ACTIONS(1376), - [anon_sym_goto] = ACTIONS(1376), - [anon_sym___try] = ACTIONS(1376), - [anon_sym___leave] = ACTIONS(1376), - [anon_sym_DASH_DASH] = ACTIONS(1378), - [anon_sym_PLUS_PLUS] = ACTIONS(1378), - [anon_sym_sizeof] = ACTIONS(1376), - [anon_sym___alignof__] = ACTIONS(1376), - [anon_sym___alignof] = ACTIONS(1376), - [anon_sym__alignof] = ACTIONS(1376), - [anon_sym_alignof] = ACTIONS(1376), - [anon_sym__Alignof] = ACTIONS(1376), - [anon_sym_offsetof] = ACTIONS(1376), - [anon_sym__Generic] = ACTIONS(1376), - [anon_sym_asm] = ACTIONS(1376), - [anon_sym___asm__] = ACTIONS(1376), - [anon_sym___asm] = ACTIONS(1376), - [sym_number_literal] = ACTIONS(1378), - [anon_sym_L_SQUOTE] = ACTIONS(1378), - [anon_sym_u_SQUOTE] = ACTIONS(1378), - [anon_sym_U_SQUOTE] = ACTIONS(1378), - [anon_sym_u8_SQUOTE] = ACTIONS(1378), - [anon_sym_SQUOTE] = ACTIONS(1378), - [anon_sym_L_DQUOTE] = ACTIONS(1378), - [anon_sym_u_DQUOTE] = ACTIONS(1378), - [anon_sym_U_DQUOTE] = ACTIONS(1378), - [anon_sym_u8_DQUOTE] = ACTIONS(1378), - [anon_sym_DQUOTE] = ACTIONS(1378), - [sym_true] = ACTIONS(1376), - [sym_false] = ACTIONS(1376), - [anon_sym_NULL] = ACTIONS(1376), - [anon_sym_nullptr] = ACTIONS(1376), + [STATE(232)] = { + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token2] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), [sym_comment] = ACTIONS(3), }, - [266] = { - [sym_identifier] = ACTIONS(1272), - [aux_sym_preproc_include_token1] = ACTIONS(1272), - [aux_sym_preproc_def_token1] = ACTIONS(1272), - [aux_sym_preproc_if_token1] = ACTIONS(1272), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1272), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1272), - [sym_preproc_directive] = ACTIONS(1272), - [anon_sym_LPAREN2] = ACTIONS(1274), - [anon_sym_BANG] = ACTIONS(1274), - [anon_sym_TILDE] = ACTIONS(1274), - [anon_sym_DASH] = ACTIONS(1272), - [anon_sym_PLUS] = ACTIONS(1272), - [anon_sym_STAR] = ACTIONS(1274), - [anon_sym_AMP] = ACTIONS(1274), - [anon_sym_SEMI] = ACTIONS(1274), - [anon_sym___extension__] = ACTIONS(1272), - [anon_sym_typedef] = ACTIONS(1272), - [anon_sym_extern] = ACTIONS(1272), - [anon_sym___attribute__] = ACTIONS(1272), - [anon_sym___attribute] = ACTIONS(1272), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1274), - [anon_sym___declspec] = ACTIONS(1272), - [anon_sym___cdecl] = ACTIONS(1272), - [anon_sym___clrcall] = ACTIONS(1272), - [anon_sym___stdcall] = ACTIONS(1272), - [anon_sym___fastcall] = ACTIONS(1272), - [anon_sym___thiscall] = ACTIONS(1272), - [anon_sym___vectorcall] = ACTIONS(1272), - [anon_sym_LBRACE] = ACTIONS(1274), - [anon_sym_RBRACE] = ACTIONS(1274), - [anon_sym_signed] = ACTIONS(1272), - [anon_sym_unsigned] = ACTIONS(1272), - [anon_sym_long] = ACTIONS(1272), - [anon_sym_short] = ACTIONS(1272), - [anon_sym_static] = ACTIONS(1272), - [anon_sym_auto] = ACTIONS(1272), - [anon_sym_register] = ACTIONS(1272), - [anon_sym_inline] = ACTIONS(1272), - [anon_sym___inline] = ACTIONS(1272), - [anon_sym___inline__] = ACTIONS(1272), - [anon_sym___forceinline] = ACTIONS(1272), - [anon_sym_thread_local] = ACTIONS(1272), - [anon_sym___thread] = ACTIONS(1272), - [anon_sym_const] = ACTIONS(1272), - [anon_sym_constexpr] = ACTIONS(1272), - [anon_sym_volatile] = ACTIONS(1272), - [anon_sym_restrict] = ACTIONS(1272), - [anon_sym___restrict__] = ACTIONS(1272), - [anon_sym__Atomic] = ACTIONS(1272), - [anon_sym__Noreturn] = ACTIONS(1272), - [anon_sym_noreturn] = ACTIONS(1272), - [anon_sym__Nonnull] = ACTIONS(1272), - [anon_sym_alignas] = ACTIONS(1272), - [anon_sym__Alignas] = ACTIONS(1272), - [sym_primitive_type] = ACTIONS(1272), - [anon_sym_enum] = ACTIONS(1272), - [anon_sym_struct] = ACTIONS(1272), - [anon_sym_union] = ACTIONS(1272), - [anon_sym_if] = ACTIONS(1272), - [anon_sym_switch] = ACTIONS(1272), - [anon_sym_case] = ACTIONS(1272), - [anon_sym_default] = ACTIONS(1272), - [anon_sym_while] = ACTIONS(1272), - [anon_sym_do] = ACTIONS(1272), - [anon_sym_for] = ACTIONS(1272), - [anon_sym_return] = ACTIONS(1272), - [anon_sym_break] = ACTIONS(1272), - [anon_sym_continue] = ACTIONS(1272), - [anon_sym_goto] = ACTIONS(1272), - [anon_sym___try] = ACTIONS(1272), - [anon_sym___leave] = ACTIONS(1272), - [anon_sym_DASH_DASH] = ACTIONS(1274), - [anon_sym_PLUS_PLUS] = ACTIONS(1274), - [anon_sym_sizeof] = ACTIONS(1272), - [anon_sym___alignof__] = ACTIONS(1272), - [anon_sym___alignof] = ACTIONS(1272), - [anon_sym__alignof] = ACTIONS(1272), - [anon_sym_alignof] = ACTIONS(1272), - [anon_sym__Alignof] = ACTIONS(1272), - [anon_sym_offsetof] = ACTIONS(1272), - [anon_sym__Generic] = ACTIONS(1272), - [anon_sym_asm] = ACTIONS(1272), - [anon_sym___asm__] = ACTIONS(1272), - [anon_sym___asm] = ACTIONS(1272), - [sym_number_literal] = ACTIONS(1274), - [anon_sym_L_SQUOTE] = ACTIONS(1274), - [anon_sym_u_SQUOTE] = ACTIONS(1274), - [anon_sym_U_SQUOTE] = ACTIONS(1274), - [anon_sym_u8_SQUOTE] = ACTIONS(1274), - [anon_sym_SQUOTE] = ACTIONS(1274), - [anon_sym_L_DQUOTE] = ACTIONS(1274), - [anon_sym_u_DQUOTE] = ACTIONS(1274), - [anon_sym_U_DQUOTE] = ACTIONS(1274), - [anon_sym_u8_DQUOTE] = ACTIONS(1274), - [anon_sym_DQUOTE] = ACTIONS(1274), - [sym_true] = ACTIONS(1272), - [sym_false] = ACTIONS(1272), - [anon_sym_NULL] = ACTIONS(1272), - [anon_sym_nullptr] = ACTIONS(1272), + [STATE(233)] = { + [sym_identifier] = ACTIONS(1182), + [aux_sym_preproc_include_token1] = ACTIONS(1182), + [aux_sym_preproc_def_token1] = ACTIONS(1182), + [aux_sym_preproc_if_token1] = ACTIONS(1182), + [aux_sym_preproc_if_token2] = ACTIONS(1182), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1182), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1182), + [sym_preproc_directive] = ACTIONS(1182), + [anon_sym_LPAREN2] = ACTIONS(1184), + [anon_sym_BANG] = ACTIONS(1184), + [anon_sym_TILDE] = ACTIONS(1184), + [anon_sym_DASH] = ACTIONS(1182), + [anon_sym_PLUS] = ACTIONS(1182), + [anon_sym_STAR] = ACTIONS(1184), + [anon_sym_AMP] = ACTIONS(1184), + [anon_sym_SEMI] = ACTIONS(1184), + [anon_sym___extension__] = ACTIONS(1182), + [anon_sym_typedef] = ACTIONS(1182), + [anon_sym_extern] = ACTIONS(1182), + [anon_sym___attribute__] = ACTIONS(1182), + [anon_sym___attribute] = ACTIONS(1182), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1184), + [anon_sym___declspec] = ACTIONS(1182), + [anon_sym___cdecl] = ACTIONS(1182), + [anon_sym___clrcall] = ACTIONS(1182), + [anon_sym___stdcall] = ACTIONS(1182), + [anon_sym___fastcall] = ACTIONS(1182), + [anon_sym___thiscall] = ACTIONS(1182), + [anon_sym___vectorcall] = ACTIONS(1182), + [anon_sym_LBRACE] = ACTIONS(1184), + [anon_sym_signed] = ACTIONS(1182), + [anon_sym_unsigned] = ACTIONS(1182), + [anon_sym_long] = ACTIONS(1182), + [anon_sym_short] = ACTIONS(1182), + [anon_sym_static] = ACTIONS(1182), + [anon_sym_auto] = ACTIONS(1182), + [anon_sym_register] = ACTIONS(1182), + [anon_sym_inline] = ACTIONS(1182), + [anon_sym___inline] = ACTIONS(1182), + [anon_sym___inline__] = ACTIONS(1182), + [anon_sym___forceinline] = ACTIONS(1182), + [anon_sym_thread_local] = ACTIONS(1182), + [anon_sym___thread] = ACTIONS(1182), + [anon_sym_const] = ACTIONS(1182), + [anon_sym_constexpr] = ACTIONS(1182), + [anon_sym_volatile] = ACTIONS(1182), + [anon_sym_restrict] = ACTIONS(1182), + [anon_sym___restrict__] = ACTIONS(1182), + [anon_sym__Atomic] = ACTIONS(1182), + [anon_sym__Noreturn] = ACTIONS(1182), + [anon_sym_noreturn] = ACTIONS(1182), + [anon_sym__Nonnull] = ACTIONS(1182), + [anon_sym_alignas] = ACTIONS(1182), + [anon_sym__Alignas] = ACTIONS(1182), + [sym_primitive_type] = ACTIONS(1182), + [anon_sym_enum] = ACTIONS(1182), + [anon_sym_struct] = ACTIONS(1182), + [anon_sym_union] = ACTIONS(1182), + [anon_sym_if] = ACTIONS(1182), + [anon_sym_else] = ACTIONS(1182), + [anon_sym_switch] = ACTIONS(1182), + [anon_sym_case] = ACTIONS(1182), + [anon_sym_default] = ACTIONS(1182), + [anon_sym_while] = ACTIONS(1182), + [anon_sym_do] = ACTIONS(1182), + [anon_sym_for] = ACTIONS(1182), + [anon_sym_return] = ACTIONS(1182), + [anon_sym_break] = ACTIONS(1182), + [anon_sym_continue] = ACTIONS(1182), + [anon_sym_goto] = ACTIONS(1182), + [anon_sym___try] = ACTIONS(1182), + [anon_sym___leave] = ACTIONS(1182), + [anon_sym_DASH_DASH] = ACTIONS(1184), + [anon_sym_PLUS_PLUS] = ACTIONS(1184), + [anon_sym_sizeof] = ACTIONS(1182), + [anon_sym___alignof__] = ACTIONS(1182), + [anon_sym___alignof] = ACTIONS(1182), + [anon_sym__alignof] = ACTIONS(1182), + [anon_sym_alignof] = ACTIONS(1182), + [anon_sym__Alignof] = ACTIONS(1182), + [anon_sym_offsetof] = ACTIONS(1182), + [anon_sym__Generic] = ACTIONS(1182), + [anon_sym_asm] = ACTIONS(1182), + [anon_sym___asm__] = ACTIONS(1182), + [anon_sym___asm] = ACTIONS(1182), + [sym_number_literal] = ACTIONS(1184), + [anon_sym_L_SQUOTE] = ACTIONS(1184), + [anon_sym_u_SQUOTE] = ACTIONS(1184), + [anon_sym_U_SQUOTE] = ACTIONS(1184), + [anon_sym_u8_SQUOTE] = ACTIONS(1184), + [anon_sym_SQUOTE] = ACTIONS(1184), + [anon_sym_L_DQUOTE] = ACTIONS(1184), + [anon_sym_u_DQUOTE] = ACTIONS(1184), + [anon_sym_U_DQUOTE] = ACTIONS(1184), + [anon_sym_u8_DQUOTE] = ACTIONS(1184), + [anon_sym_DQUOTE] = ACTIONS(1184), + [sym_true] = ACTIONS(1182), + [sym_false] = ACTIONS(1182), + [anon_sym_NULL] = ACTIONS(1182), + [anon_sym_nullptr] = ACTIONS(1182), + [sym_comment] = ACTIONS(3), + }, + [STATE(234)] = { + [sym_identifier] = ACTIONS(1154), + [aux_sym_preproc_include_token1] = ACTIONS(1154), + [aux_sym_preproc_def_token1] = ACTIONS(1154), + [aux_sym_preproc_if_token1] = ACTIONS(1154), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), + [sym_preproc_directive] = ACTIONS(1154), + [anon_sym_LPAREN2] = ACTIONS(1156), + [anon_sym_BANG] = ACTIONS(1156), + [anon_sym_TILDE] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1154), + [anon_sym_STAR] = ACTIONS(1156), + [anon_sym_AMP] = ACTIONS(1156), + [anon_sym_SEMI] = ACTIONS(1156), + [anon_sym___extension__] = ACTIONS(1154), + [anon_sym_typedef] = ACTIONS(1154), + [anon_sym_extern] = ACTIONS(1154), + [anon_sym___attribute__] = ACTIONS(1154), + [anon_sym___attribute] = ACTIONS(1154), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), + [anon_sym___declspec] = ACTIONS(1154), + [anon_sym___cdecl] = ACTIONS(1154), + [anon_sym___clrcall] = ACTIONS(1154), + [anon_sym___stdcall] = ACTIONS(1154), + [anon_sym___fastcall] = ACTIONS(1154), + [anon_sym___thiscall] = ACTIONS(1154), + [anon_sym___vectorcall] = ACTIONS(1154), + [anon_sym_LBRACE] = ACTIONS(1156), + [anon_sym_RBRACE] = ACTIONS(1156), + [anon_sym_signed] = ACTIONS(1154), + [anon_sym_unsigned] = ACTIONS(1154), + [anon_sym_long] = ACTIONS(1154), + [anon_sym_short] = ACTIONS(1154), + [anon_sym_static] = ACTIONS(1154), + [anon_sym_auto] = ACTIONS(1154), + [anon_sym_register] = ACTIONS(1154), + [anon_sym_inline] = ACTIONS(1154), + [anon_sym___inline] = ACTIONS(1154), + [anon_sym___inline__] = ACTIONS(1154), + [anon_sym___forceinline] = ACTIONS(1154), + [anon_sym_thread_local] = ACTIONS(1154), + [anon_sym___thread] = ACTIONS(1154), + [anon_sym_const] = ACTIONS(1154), + [anon_sym_constexpr] = ACTIONS(1154), + [anon_sym_volatile] = ACTIONS(1154), + [anon_sym_restrict] = ACTIONS(1154), + [anon_sym___restrict__] = ACTIONS(1154), + [anon_sym__Atomic] = ACTIONS(1154), + [anon_sym__Noreturn] = ACTIONS(1154), + [anon_sym_noreturn] = ACTIONS(1154), + [anon_sym__Nonnull] = ACTIONS(1154), + [anon_sym_alignas] = ACTIONS(1154), + [anon_sym__Alignas] = ACTIONS(1154), + [sym_primitive_type] = ACTIONS(1154), + [anon_sym_enum] = ACTIONS(1154), + [anon_sym_struct] = ACTIONS(1154), + [anon_sym_union] = ACTIONS(1154), + [anon_sym_if] = ACTIONS(1154), + [anon_sym_else] = ACTIONS(1154), + [anon_sym_switch] = ACTIONS(1154), + [anon_sym_case] = ACTIONS(1154), + [anon_sym_default] = ACTIONS(1154), + [anon_sym_while] = ACTIONS(1154), + [anon_sym_do] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1154), + [anon_sym_return] = ACTIONS(1154), + [anon_sym_break] = ACTIONS(1154), + [anon_sym_continue] = ACTIONS(1154), + [anon_sym_goto] = ACTIONS(1154), + [anon_sym___try] = ACTIONS(1154), + [anon_sym___leave] = ACTIONS(1154), + [anon_sym_DASH_DASH] = ACTIONS(1156), + [anon_sym_PLUS_PLUS] = ACTIONS(1156), + [anon_sym_sizeof] = ACTIONS(1154), + [anon_sym___alignof__] = ACTIONS(1154), + [anon_sym___alignof] = ACTIONS(1154), + [anon_sym__alignof] = ACTIONS(1154), + [anon_sym_alignof] = ACTIONS(1154), + [anon_sym__Alignof] = ACTIONS(1154), + [anon_sym_offsetof] = ACTIONS(1154), + [anon_sym__Generic] = ACTIONS(1154), + [anon_sym_asm] = ACTIONS(1154), + [anon_sym___asm__] = ACTIONS(1154), + [anon_sym___asm] = ACTIONS(1154), + [sym_number_literal] = ACTIONS(1156), + [anon_sym_L_SQUOTE] = ACTIONS(1156), + [anon_sym_u_SQUOTE] = ACTIONS(1156), + [anon_sym_U_SQUOTE] = ACTIONS(1156), + [anon_sym_u8_SQUOTE] = ACTIONS(1156), + [anon_sym_SQUOTE] = ACTIONS(1156), + [anon_sym_L_DQUOTE] = ACTIONS(1156), + [anon_sym_u_DQUOTE] = ACTIONS(1156), + [anon_sym_U_DQUOTE] = ACTIONS(1156), + [anon_sym_u8_DQUOTE] = ACTIONS(1156), + [anon_sym_DQUOTE] = ACTIONS(1156), + [sym_true] = ACTIONS(1154), + [sym_false] = ACTIONS(1154), + [anon_sym_NULL] = ACTIONS(1154), + [anon_sym_nullptr] = ACTIONS(1154), [sym_comment] = ACTIONS(3), }, - [267] = { - [sym_identifier] = ACTIONS(1276), - [aux_sym_preproc_include_token1] = ACTIONS(1276), - [aux_sym_preproc_def_token1] = ACTIONS(1276), - [aux_sym_preproc_if_token1] = ACTIONS(1276), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1276), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1276), - [sym_preproc_directive] = ACTIONS(1276), - [anon_sym_LPAREN2] = ACTIONS(1278), - [anon_sym_BANG] = ACTIONS(1278), - [anon_sym_TILDE] = ACTIONS(1278), - [anon_sym_DASH] = ACTIONS(1276), - [anon_sym_PLUS] = ACTIONS(1276), - [anon_sym_STAR] = ACTIONS(1278), - [anon_sym_AMP] = ACTIONS(1278), - [anon_sym_SEMI] = ACTIONS(1278), - [anon_sym___extension__] = ACTIONS(1276), - [anon_sym_typedef] = ACTIONS(1276), - [anon_sym_extern] = ACTIONS(1276), - [anon_sym___attribute__] = ACTIONS(1276), - [anon_sym___attribute] = ACTIONS(1276), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1278), - [anon_sym___declspec] = ACTIONS(1276), - [anon_sym___cdecl] = ACTIONS(1276), - [anon_sym___clrcall] = ACTIONS(1276), - [anon_sym___stdcall] = ACTIONS(1276), - [anon_sym___fastcall] = ACTIONS(1276), - [anon_sym___thiscall] = ACTIONS(1276), - [anon_sym___vectorcall] = ACTIONS(1276), - [anon_sym_LBRACE] = ACTIONS(1278), - [anon_sym_RBRACE] = ACTIONS(1278), - [anon_sym_signed] = ACTIONS(1276), - [anon_sym_unsigned] = ACTIONS(1276), - [anon_sym_long] = ACTIONS(1276), - [anon_sym_short] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1276), - [anon_sym_auto] = ACTIONS(1276), - [anon_sym_register] = ACTIONS(1276), - [anon_sym_inline] = ACTIONS(1276), - [anon_sym___inline] = ACTIONS(1276), - [anon_sym___inline__] = ACTIONS(1276), - [anon_sym___forceinline] = ACTIONS(1276), - [anon_sym_thread_local] = ACTIONS(1276), - [anon_sym___thread] = ACTIONS(1276), - [anon_sym_const] = ACTIONS(1276), - [anon_sym_constexpr] = ACTIONS(1276), - [anon_sym_volatile] = ACTIONS(1276), - [anon_sym_restrict] = ACTIONS(1276), - [anon_sym___restrict__] = ACTIONS(1276), - [anon_sym__Atomic] = ACTIONS(1276), - [anon_sym__Noreturn] = ACTIONS(1276), - [anon_sym_noreturn] = ACTIONS(1276), - [anon_sym__Nonnull] = ACTIONS(1276), - [anon_sym_alignas] = ACTIONS(1276), - [anon_sym__Alignas] = ACTIONS(1276), - [sym_primitive_type] = ACTIONS(1276), - [anon_sym_enum] = ACTIONS(1276), - [anon_sym_struct] = ACTIONS(1276), - [anon_sym_union] = ACTIONS(1276), - [anon_sym_if] = ACTIONS(1276), - [anon_sym_switch] = ACTIONS(1276), - [anon_sym_case] = ACTIONS(1276), - [anon_sym_default] = ACTIONS(1276), - [anon_sym_while] = ACTIONS(1276), - [anon_sym_do] = ACTIONS(1276), - [anon_sym_for] = ACTIONS(1276), - [anon_sym_return] = ACTIONS(1276), - [anon_sym_break] = ACTIONS(1276), - [anon_sym_continue] = ACTIONS(1276), - [anon_sym_goto] = ACTIONS(1276), - [anon_sym___try] = ACTIONS(1276), - [anon_sym___leave] = ACTIONS(1276), - [anon_sym_DASH_DASH] = ACTIONS(1278), - [anon_sym_PLUS_PLUS] = ACTIONS(1278), - [anon_sym_sizeof] = ACTIONS(1276), - [anon_sym___alignof__] = ACTIONS(1276), - [anon_sym___alignof] = ACTIONS(1276), - [anon_sym__alignof] = ACTIONS(1276), - [anon_sym_alignof] = ACTIONS(1276), - [anon_sym__Alignof] = ACTIONS(1276), - [anon_sym_offsetof] = ACTIONS(1276), - [anon_sym__Generic] = ACTIONS(1276), - [anon_sym_asm] = ACTIONS(1276), - [anon_sym___asm__] = ACTIONS(1276), - [anon_sym___asm] = ACTIONS(1276), - [sym_number_literal] = ACTIONS(1278), - [anon_sym_L_SQUOTE] = ACTIONS(1278), - [anon_sym_u_SQUOTE] = ACTIONS(1278), - [anon_sym_U_SQUOTE] = ACTIONS(1278), - [anon_sym_u8_SQUOTE] = ACTIONS(1278), - [anon_sym_SQUOTE] = ACTIONS(1278), - [anon_sym_L_DQUOTE] = ACTIONS(1278), - [anon_sym_u_DQUOTE] = ACTIONS(1278), - [anon_sym_U_DQUOTE] = ACTIONS(1278), - [anon_sym_u8_DQUOTE] = ACTIONS(1278), - [anon_sym_DQUOTE] = ACTIONS(1278), - [sym_true] = ACTIONS(1276), - [sym_false] = ACTIONS(1276), - [anon_sym_NULL] = ACTIONS(1276), - [anon_sym_nullptr] = ACTIONS(1276), + [STATE(235)] = { + [ts_builtin_sym_end] = ACTIONS(1204), + [sym_identifier] = ACTIONS(1202), + [aux_sym_preproc_include_token1] = ACTIONS(1202), + [aux_sym_preproc_def_token1] = ACTIONS(1202), + [aux_sym_preproc_if_token1] = ACTIONS(1202), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1202), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1202), + [sym_preproc_directive] = ACTIONS(1202), + [anon_sym_LPAREN2] = ACTIONS(1204), + [anon_sym_BANG] = ACTIONS(1204), + [anon_sym_TILDE] = ACTIONS(1204), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_AMP] = ACTIONS(1204), + [anon_sym_SEMI] = ACTIONS(1204), + [anon_sym___extension__] = ACTIONS(1202), + [anon_sym_typedef] = ACTIONS(1202), + [anon_sym_extern] = ACTIONS(1202), + [anon_sym___attribute__] = ACTIONS(1202), + [anon_sym___attribute] = ACTIONS(1202), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1204), + [anon_sym___declspec] = ACTIONS(1202), + [anon_sym___cdecl] = ACTIONS(1202), + [anon_sym___clrcall] = ACTIONS(1202), + [anon_sym___stdcall] = ACTIONS(1202), + [anon_sym___fastcall] = ACTIONS(1202), + [anon_sym___thiscall] = ACTIONS(1202), + [anon_sym___vectorcall] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(1204), + [anon_sym_signed] = ACTIONS(1202), + [anon_sym_unsigned] = ACTIONS(1202), + [anon_sym_long] = ACTIONS(1202), + [anon_sym_short] = ACTIONS(1202), + [anon_sym_static] = ACTIONS(1202), + [anon_sym_auto] = ACTIONS(1202), + [anon_sym_register] = ACTIONS(1202), + [anon_sym_inline] = ACTIONS(1202), + [anon_sym___inline] = ACTIONS(1202), + [anon_sym___inline__] = ACTIONS(1202), + [anon_sym___forceinline] = ACTIONS(1202), + [anon_sym_thread_local] = ACTIONS(1202), + [anon_sym___thread] = ACTIONS(1202), + [anon_sym_const] = ACTIONS(1202), + [anon_sym_constexpr] = ACTIONS(1202), + [anon_sym_volatile] = ACTIONS(1202), + [anon_sym_restrict] = ACTIONS(1202), + [anon_sym___restrict__] = ACTIONS(1202), + [anon_sym__Atomic] = ACTIONS(1202), + [anon_sym__Noreturn] = ACTIONS(1202), + [anon_sym_noreturn] = ACTIONS(1202), + [anon_sym__Nonnull] = ACTIONS(1202), + [anon_sym_alignas] = ACTIONS(1202), + [anon_sym__Alignas] = ACTIONS(1202), + [sym_primitive_type] = ACTIONS(1202), + [anon_sym_enum] = ACTIONS(1202), + [anon_sym_struct] = ACTIONS(1202), + [anon_sym_union] = ACTIONS(1202), + [anon_sym_if] = ACTIONS(1202), + [anon_sym_else] = ACTIONS(1202), + [anon_sym_switch] = ACTIONS(1202), + [anon_sym_case] = ACTIONS(1202), + [anon_sym_default] = ACTIONS(1202), + [anon_sym_while] = ACTIONS(1202), + [anon_sym_do] = ACTIONS(1202), + [anon_sym_for] = ACTIONS(1202), + [anon_sym_return] = ACTIONS(1202), + [anon_sym_break] = ACTIONS(1202), + [anon_sym_continue] = ACTIONS(1202), + [anon_sym_goto] = ACTIONS(1202), + [anon_sym___try] = ACTIONS(1202), + [anon_sym___leave] = ACTIONS(1202), + [anon_sym_DASH_DASH] = ACTIONS(1204), + [anon_sym_PLUS_PLUS] = ACTIONS(1204), + [anon_sym_sizeof] = ACTIONS(1202), + [anon_sym___alignof__] = ACTIONS(1202), + [anon_sym___alignof] = ACTIONS(1202), + [anon_sym__alignof] = ACTIONS(1202), + [anon_sym_alignof] = ACTIONS(1202), + [anon_sym__Alignof] = ACTIONS(1202), + [anon_sym_offsetof] = ACTIONS(1202), + [anon_sym__Generic] = ACTIONS(1202), + [anon_sym_asm] = ACTIONS(1202), + [anon_sym___asm__] = ACTIONS(1202), + [anon_sym___asm] = ACTIONS(1202), + [sym_number_literal] = ACTIONS(1204), + [anon_sym_L_SQUOTE] = ACTIONS(1204), + [anon_sym_u_SQUOTE] = ACTIONS(1204), + [anon_sym_U_SQUOTE] = ACTIONS(1204), + [anon_sym_u8_SQUOTE] = ACTIONS(1204), + [anon_sym_SQUOTE] = ACTIONS(1204), + [anon_sym_L_DQUOTE] = ACTIONS(1204), + [anon_sym_u_DQUOTE] = ACTIONS(1204), + [anon_sym_U_DQUOTE] = ACTIONS(1204), + [anon_sym_u8_DQUOTE] = ACTIONS(1204), + [anon_sym_DQUOTE] = ACTIONS(1204), + [sym_true] = ACTIONS(1202), + [sym_false] = ACTIONS(1202), + [anon_sym_NULL] = ACTIONS(1202), + [anon_sym_nullptr] = ACTIONS(1202), [sym_comment] = ACTIONS(3), }, - [268] = { - [sym_identifier] = ACTIONS(1292), - [aux_sym_preproc_include_token1] = ACTIONS(1292), - [aux_sym_preproc_def_token1] = ACTIONS(1292), - [aux_sym_preproc_if_token1] = ACTIONS(1292), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_LPAREN2] = ACTIONS(1294), - [anon_sym_BANG] = ACTIONS(1294), - [anon_sym_TILDE] = ACTIONS(1294), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_PLUS] = ACTIONS(1292), - [anon_sym_STAR] = ACTIONS(1294), - [anon_sym_AMP] = ACTIONS(1294), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym___extension__] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym___attribute__] = ACTIONS(1292), - [anon_sym___attribute] = ACTIONS(1292), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1294), - [anon_sym___declspec] = ACTIONS(1292), - [anon_sym___cdecl] = ACTIONS(1292), - [anon_sym___clrcall] = ACTIONS(1292), - [anon_sym___stdcall] = ACTIONS(1292), - [anon_sym___fastcall] = ACTIONS(1292), - [anon_sym___thiscall] = ACTIONS(1292), - [anon_sym___vectorcall] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1294), - [anon_sym_RBRACE] = ACTIONS(1294), - [anon_sym_signed] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym___inline] = ACTIONS(1292), - [anon_sym___inline__] = ACTIONS(1292), - [anon_sym___forceinline] = ACTIONS(1292), - [anon_sym_thread_local] = ACTIONS(1292), - [anon_sym___thread] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_constexpr] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym___restrict__] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym__Noreturn] = ACTIONS(1292), - [anon_sym_noreturn] = ACTIONS(1292), - [anon_sym__Nonnull] = ACTIONS(1292), - [anon_sym_alignas] = ACTIONS(1292), - [anon_sym__Alignas] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_switch] = ACTIONS(1292), - [anon_sym_case] = ACTIONS(1292), - [anon_sym_default] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym___try] = ACTIONS(1292), - [anon_sym___leave] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1294), - [anon_sym_PLUS_PLUS] = ACTIONS(1294), - [anon_sym_sizeof] = ACTIONS(1292), - [anon_sym___alignof__] = ACTIONS(1292), - [anon_sym___alignof] = ACTIONS(1292), - [anon_sym__alignof] = ACTIONS(1292), - [anon_sym_alignof] = ACTIONS(1292), - [anon_sym__Alignof] = ACTIONS(1292), - [anon_sym_offsetof] = ACTIONS(1292), - [anon_sym__Generic] = ACTIONS(1292), - [anon_sym_asm] = ACTIONS(1292), - [anon_sym___asm__] = ACTIONS(1292), - [anon_sym___asm] = ACTIONS(1292), - [sym_number_literal] = ACTIONS(1294), - [anon_sym_L_SQUOTE] = ACTIONS(1294), - [anon_sym_u_SQUOTE] = ACTIONS(1294), - [anon_sym_U_SQUOTE] = ACTIONS(1294), - [anon_sym_u8_SQUOTE] = ACTIONS(1294), - [anon_sym_SQUOTE] = ACTIONS(1294), - [anon_sym_L_DQUOTE] = ACTIONS(1294), - [anon_sym_u_DQUOTE] = ACTIONS(1294), - [anon_sym_U_DQUOTE] = ACTIONS(1294), - [anon_sym_u8_DQUOTE] = ACTIONS(1294), - [anon_sym_DQUOTE] = ACTIONS(1294), - [sym_true] = ACTIONS(1292), - [sym_false] = ACTIONS(1292), - [anon_sym_NULL] = ACTIONS(1292), - [anon_sym_nullptr] = ACTIONS(1292), + [STATE(236)] = { + [ts_builtin_sym_end] = ACTIONS(1208), + [sym_identifier] = ACTIONS(1206), + [aux_sym_preproc_include_token1] = ACTIONS(1206), + [aux_sym_preproc_def_token1] = ACTIONS(1206), + [aux_sym_preproc_if_token1] = ACTIONS(1206), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1206), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1206), + [sym_preproc_directive] = ACTIONS(1206), + [anon_sym_LPAREN2] = ACTIONS(1208), + [anon_sym_BANG] = ACTIONS(1208), + [anon_sym_TILDE] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1208), + [anon_sym_AMP] = ACTIONS(1208), + [anon_sym_SEMI] = ACTIONS(1208), + [anon_sym___extension__] = ACTIONS(1206), + [anon_sym_typedef] = ACTIONS(1206), + [anon_sym_extern] = ACTIONS(1206), + [anon_sym___attribute__] = ACTIONS(1206), + [anon_sym___attribute] = ACTIONS(1206), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1208), + [anon_sym___declspec] = ACTIONS(1206), + [anon_sym___cdecl] = ACTIONS(1206), + [anon_sym___clrcall] = ACTIONS(1206), + [anon_sym___stdcall] = ACTIONS(1206), + [anon_sym___fastcall] = ACTIONS(1206), + [anon_sym___thiscall] = ACTIONS(1206), + [anon_sym___vectorcall] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1208), + [anon_sym_signed] = ACTIONS(1206), + [anon_sym_unsigned] = ACTIONS(1206), + [anon_sym_long] = ACTIONS(1206), + [anon_sym_short] = ACTIONS(1206), + [anon_sym_static] = ACTIONS(1206), + [anon_sym_auto] = ACTIONS(1206), + [anon_sym_register] = ACTIONS(1206), + [anon_sym_inline] = ACTIONS(1206), + [anon_sym___inline] = ACTIONS(1206), + [anon_sym___inline__] = ACTIONS(1206), + [anon_sym___forceinline] = ACTIONS(1206), + [anon_sym_thread_local] = ACTIONS(1206), + [anon_sym___thread] = ACTIONS(1206), + [anon_sym_const] = ACTIONS(1206), + [anon_sym_constexpr] = ACTIONS(1206), + [anon_sym_volatile] = ACTIONS(1206), + [anon_sym_restrict] = ACTIONS(1206), + [anon_sym___restrict__] = ACTIONS(1206), + [anon_sym__Atomic] = ACTIONS(1206), + [anon_sym__Noreturn] = ACTIONS(1206), + [anon_sym_noreturn] = ACTIONS(1206), + [anon_sym__Nonnull] = ACTIONS(1206), + [anon_sym_alignas] = ACTIONS(1206), + [anon_sym__Alignas] = ACTIONS(1206), + [sym_primitive_type] = ACTIONS(1206), + [anon_sym_enum] = ACTIONS(1206), + [anon_sym_struct] = ACTIONS(1206), + [anon_sym_union] = ACTIONS(1206), + [anon_sym_if] = ACTIONS(1206), + [anon_sym_else] = ACTIONS(1206), + [anon_sym_switch] = ACTIONS(1206), + [anon_sym_case] = ACTIONS(1206), + [anon_sym_default] = ACTIONS(1206), + [anon_sym_while] = ACTIONS(1206), + [anon_sym_do] = ACTIONS(1206), + [anon_sym_for] = ACTIONS(1206), + [anon_sym_return] = ACTIONS(1206), + [anon_sym_break] = ACTIONS(1206), + [anon_sym_continue] = ACTIONS(1206), + [anon_sym_goto] = ACTIONS(1206), + [anon_sym___try] = ACTIONS(1206), + [anon_sym___leave] = ACTIONS(1206), + [anon_sym_DASH_DASH] = ACTIONS(1208), + [anon_sym_PLUS_PLUS] = ACTIONS(1208), + [anon_sym_sizeof] = ACTIONS(1206), + [anon_sym___alignof__] = ACTIONS(1206), + [anon_sym___alignof] = ACTIONS(1206), + [anon_sym__alignof] = ACTIONS(1206), + [anon_sym_alignof] = ACTIONS(1206), + [anon_sym__Alignof] = ACTIONS(1206), + [anon_sym_offsetof] = ACTIONS(1206), + [anon_sym__Generic] = ACTIONS(1206), + [anon_sym_asm] = ACTIONS(1206), + [anon_sym___asm__] = ACTIONS(1206), + [anon_sym___asm] = ACTIONS(1206), + [sym_number_literal] = ACTIONS(1208), + [anon_sym_L_SQUOTE] = ACTIONS(1208), + [anon_sym_u_SQUOTE] = ACTIONS(1208), + [anon_sym_U_SQUOTE] = ACTIONS(1208), + [anon_sym_u8_SQUOTE] = ACTIONS(1208), + [anon_sym_SQUOTE] = ACTIONS(1208), + [anon_sym_L_DQUOTE] = ACTIONS(1208), + [anon_sym_u_DQUOTE] = ACTIONS(1208), + [anon_sym_U_DQUOTE] = ACTIONS(1208), + [anon_sym_u8_DQUOTE] = ACTIONS(1208), + [anon_sym_DQUOTE] = ACTIONS(1208), + [sym_true] = ACTIONS(1206), + [sym_false] = ACTIONS(1206), + [anon_sym_NULL] = ACTIONS(1206), + [anon_sym_nullptr] = ACTIONS(1206), + [sym_comment] = ACTIONS(3), + }, + [STATE(237)] = { + [sym_identifier] = ACTIONS(1210), + [aux_sym_preproc_include_token1] = ACTIONS(1210), + [aux_sym_preproc_def_token1] = ACTIONS(1210), + [aux_sym_preproc_if_token1] = ACTIONS(1210), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1210), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1210), + [sym_preproc_directive] = ACTIONS(1210), + [anon_sym_LPAREN2] = ACTIONS(1212), + [anon_sym_BANG] = ACTIONS(1212), + [anon_sym_TILDE] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1210), + [anon_sym_STAR] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1212), + [anon_sym_SEMI] = ACTIONS(1212), + [anon_sym___extension__] = ACTIONS(1210), + [anon_sym_typedef] = ACTIONS(1210), + [anon_sym_extern] = ACTIONS(1210), + [anon_sym___attribute__] = ACTIONS(1210), + [anon_sym___attribute] = ACTIONS(1210), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1212), + [anon_sym___declspec] = ACTIONS(1210), + [anon_sym___cdecl] = ACTIONS(1210), + [anon_sym___clrcall] = ACTIONS(1210), + [anon_sym___stdcall] = ACTIONS(1210), + [anon_sym___fastcall] = ACTIONS(1210), + [anon_sym___thiscall] = ACTIONS(1210), + [anon_sym___vectorcall] = ACTIONS(1210), + [anon_sym_LBRACE] = ACTIONS(1212), + [anon_sym_RBRACE] = ACTIONS(1212), + [anon_sym_signed] = ACTIONS(1210), + [anon_sym_unsigned] = ACTIONS(1210), + [anon_sym_long] = ACTIONS(1210), + [anon_sym_short] = ACTIONS(1210), + [anon_sym_static] = ACTIONS(1210), + [anon_sym_auto] = ACTIONS(1210), + [anon_sym_register] = ACTIONS(1210), + [anon_sym_inline] = ACTIONS(1210), + [anon_sym___inline] = ACTIONS(1210), + [anon_sym___inline__] = ACTIONS(1210), + [anon_sym___forceinline] = ACTIONS(1210), + [anon_sym_thread_local] = ACTIONS(1210), + [anon_sym___thread] = ACTIONS(1210), + [anon_sym_const] = ACTIONS(1210), + [anon_sym_constexpr] = ACTIONS(1210), + [anon_sym_volatile] = ACTIONS(1210), + [anon_sym_restrict] = ACTIONS(1210), + [anon_sym___restrict__] = ACTIONS(1210), + [anon_sym__Atomic] = ACTIONS(1210), + [anon_sym__Noreturn] = ACTIONS(1210), + [anon_sym_noreturn] = ACTIONS(1210), + [anon_sym__Nonnull] = ACTIONS(1210), + [anon_sym_alignas] = ACTIONS(1210), + [anon_sym__Alignas] = ACTIONS(1210), + [sym_primitive_type] = ACTIONS(1210), + [anon_sym_enum] = ACTIONS(1210), + [anon_sym_struct] = ACTIONS(1210), + [anon_sym_union] = ACTIONS(1210), + [anon_sym_if] = ACTIONS(1210), + [anon_sym_else] = ACTIONS(1210), + [anon_sym_switch] = ACTIONS(1210), + [anon_sym_case] = ACTIONS(1210), + [anon_sym_default] = ACTIONS(1210), + [anon_sym_while] = ACTIONS(1210), + [anon_sym_do] = ACTIONS(1210), + [anon_sym_for] = ACTIONS(1210), + [anon_sym_return] = ACTIONS(1210), + [anon_sym_break] = ACTIONS(1210), + [anon_sym_continue] = ACTIONS(1210), + [anon_sym_goto] = ACTIONS(1210), + [anon_sym___try] = ACTIONS(1210), + [anon_sym___leave] = ACTIONS(1210), + [anon_sym_DASH_DASH] = ACTIONS(1212), + [anon_sym_PLUS_PLUS] = ACTIONS(1212), + [anon_sym_sizeof] = ACTIONS(1210), + [anon_sym___alignof__] = ACTIONS(1210), + [anon_sym___alignof] = ACTIONS(1210), + [anon_sym__alignof] = ACTIONS(1210), + [anon_sym_alignof] = ACTIONS(1210), + [anon_sym__Alignof] = ACTIONS(1210), + [anon_sym_offsetof] = ACTIONS(1210), + [anon_sym__Generic] = ACTIONS(1210), + [anon_sym_asm] = ACTIONS(1210), + [anon_sym___asm__] = ACTIONS(1210), + [anon_sym___asm] = ACTIONS(1210), + [sym_number_literal] = ACTIONS(1212), + [anon_sym_L_SQUOTE] = ACTIONS(1212), + [anon_sym_u_SQUOTE] = ACTIONS(1212), + [anon_sym_U_SQUOTE] = ACTIONS(1212), + [anon_sym_u8_SQUOTE] = ACTIONS(1212), + [anon_sym_SQUOTE] = ACTIONS(1212), + [anon_sym_L_DQUOTE] = ACTIONS(1212), + [anon_sym_u_DQUOTE] = ACTIONS(1212), + [anon_sym_U_DQUOTE] = ACTIONS(1212), + [anon_sym_u8_DQUOTE] = ACTIONS(1212), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_true] = ACTIONS(1210), + [sym_false] = ACTIONS(1210), + [anon_sym_NULL] = ACTIONS(1210), + [anon_sym_nullptr] = ACTIONS(1210), [sym_comment] = ACTIONS(3), }, - [269] = { - [sym_identifier] = ACTIONS(1300), - [aux_sym_preproc_include_token1] = ACTIONS(1300), - [aux_sym_preproc_def_token1] = ACTIONS(1300), - [aux_sym_preproc_if_token1] = ACTIONS(1300), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1300), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1300), - [sym_preproc_directive] = ACTIONS(1300), - [anon_sym_LPAREN2] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(1300), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym___extension__] = ACTIONS(1300), - [anon_sym_typedef] = ACTIONS(1300), - [anon_sym_extern] = ACTIONS(1300), - [anon_sym___attribute__] = ACTIONS(1300), - [anon_sym___attribute] = ACTIONS(1300), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1302), - [anon_sym___declspec] = ACTIONS(1300), - [anon_sym___cdecl] = ACTIONS(1300), - [anon_sym___clrcall] = ACTIONS(1300), - [anon_sym___stdcall] = ACTIONS(1300), - [anon_sym___fastcall] = ACTIONS(1300), - [anon_sym___thiscall] = ACTIONS(1300), - [anon_sym___vectorcall] = ACTIONS(1300), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_RBRACE] = ACTIONS(1302), - [anon_sym_signed] = ACTIONS(1300), - [anon_sym_unsigned] = ACTIONS(1300), - [anon_sym_long] = ACTIONS(1300), - [anon_sym_short] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1300), - [anon_sym_auto] = ACTIONS(1300), - [anon_sym_register] = ACTIONS(1300), - [anon_sym_inline] = ACTIONS(1300), - [anon_sym___inline] = ACTIONS(1300), - [anon_sym___inline__] = ACTIONS(1300), - [anon_sym___forceinline] = ACTIONS(1300), - [anon_sym_thread_local] = ACTIONS(1300), - [anon_sym___thread] = ACTIONS(1300), - [anon_sym_const] = ACTIONS(1300), - [anon_sym_constexpr] = ACTIONS(1300), - [anon_sym_volatile] = ACTIONS(1300), - [anon_sym_restrict] = ACTIONS(1300), - [anon_sym___restrict__] = ACTIONS(1300), - [anon_sym__Atomic] = ACTIONS(1300), - [anon_sym__Noreturn] = ACTIONS(1300), - [anon_sym_noreturn] = ACTIONS(1300), - [anon_sym__Nonnull] = ACTIONS(1300), - [anon_sym_alignas] = ACTIONS(1300), - [anon_sym__Alignas] = ACTIONS(1300), - [sym_primitive_type] = ACTIONS(1300), - [anon_sym_enum] = ACTIONS(1300), - [anon_sym_struct] = ACTIONS(1300), - [anon_sym_union] = ACTIONS(1300), - [anon_sym_if] = ACTIONS(1300), - [anon_sym_switch] = ACTIONS(1300), - [anon_sym_case] = ACTIONS(1300), - [anon_sym_default] = ACTIONS(1300), - [anon_sym_while] = ACTIONS(1300), - [anon_sym_do] = ACTIONS(1300), - [anon_sym_for] = ACTIONS(1300), - [anon_sym_return] = ACTIONS(1300), - [anon_sym_break] = ACTIONS(1300), - [anon_sym_continue] = ACTIONS(1300), - [anon_sym_goto] = ACTIONS(1300), - [anon_sym___try] = ACTIONS(1300), - [anon_sym___leave] = ACTIONS(1300), - [anon_sym_DASH_DASH] = ACTIONS(1302), - [anon_sym_PLUS_PLUS] = ACTIONS(1302), - [anon_sym_sizeof] = ACTIONS(1300), - [anon_sym___alignof__] = ACTIONS(1300), - [anon_sym___alignof] = ACTIONS(1300), - [anon_sym__alignof] = ACTIONS(1300), - [anon_sym_alignof] = ACTIONS(1300), - [anon_sym__Alignof] = ACTIONS(1300), - [anon_sym_offsetof] = ACTIONS(1300), - [anon_sym__Generic] = ACTIONS(1300), - [anon_sym_asm] = ACTIONS(1300), - [anon_sym___asm__] = ACTIONS(1300), - [anon_sym___asm] = ACTIONS(1300), - [sym_number_literal] = ACTIONS(1302), - [anon_sym_L_SQUOTE] = ACTIONS(1302), - [anon_sym_u_SQUOTE] = ACTIONS(1302), - [anon_sym_U_SQUOTE] = ACTIONS(1302), - [anon_sym_u8_SQUOTE] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_L_DQUOTE] = ACTIONS(1302), - [anon_sym_u_DQUOTE] = ACTIONS(1302), - [anon_sym_U_DQUOTE] = ACTIONS(1302), - [anon_sym_u8_DQUOTE] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [sym_true] = ACTIONS(1300), - [sym_false] = ACTIONS(1300), - [anon_sym_NULL] = ACTIONS(1300), - [anon_sym_nullptr] = ACTIONS(1300), + [STATE(238)] = { + [ts_builtin_sym_end] = ACTIONS(1216), + [sym_identifier] = ACTIONS(1214), + [aux_sym_preproc_include_token1] = ACTIONS(1214), + [aux_sym_preproc_def_token1] = ACTIONS(1214), + [aux_sym_preproc_if_token1] = ACTIONS(1214), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), + [sym_preproc_directive] = ACTIONS(1214), + [anon_sym_LPAREN2] = ACTIONS(1216), + [anon_sym_BANG] = ACTIONS(1216), + [anon_sym_TILDE] = ACTIONS(1216), + [anon_sym_DASH] = ACTIONS(1214), + [anon_sym_PLUS] = ACTIONS(1214), + [anon_sym_STAR] = ACTIONS(1216), + [anon_sym_AMP] = ACTIONS(1216), + [anon_sym_SEMI] = ACTIONS(1216), + [anon_sym___extension__] = ACTIONS(1214), + [anon_sym_typedef] = ACTIONS(1214), + [anon_sym_extern] = ACTIONS(1214), + [anon_sym___attribute__] = ACTIONS(1214), + [anon_sym___attribute] = ACTIONS(1214), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1216), + [anon_sym___declspec] = ACTIONS(1214), + [anon_sym___cdecl] = ACTIONS(1214), + [anon_sym___clrcall] = ACTIONS(1214), + [anon_sym___stdcall] = ACTIONS(1214), + [anon_sym___fastcall] = ACTIONS(1214), + [anon_sym___thiscall] = ACTIONS(1214), + [anon_sym___vectorcall] = ACTIONS(1214), + [anon_sym_LBRACE] = ACTIONS(1216), + [anon_sym_signed] = ACTIONS(1214), + [anon_sym_unsigned] = ACTIONS(1214), + [anon_sym_long] = ACTIONS(1214), + [anon_sym_short] = ACTIONS(1214), + [anon_sym_static] = ACTIONS(1214), + [anon_sym_auto] = ACTIONS(1214), + [anon_sym_register] = ACTIONS(1214), + [anon_sym_inline] = ACTIONS(1214), + [anon_sym___inline] = ACTIONS(1214), + [anon_sym___inline__] = ACTIONS(1214), + [anon_sym___forceinline] = ACTIONS(1214), + [anon_sym_thread_local] = ACTIONS(1214), + [anon_sym___thread] = ACTIONS(1214), + [anon_sym_const] = ACTIONS(1214), + [anon_sym_constexpr] = ACTIONS(1214), + [anon_sym_volatile] = ACTIONS(1214), + [anon_sym_restrict] = ACTIONS(1214), + [anon_sym___restrict__] = ACTIONS(1214), + [anon_sym__Atomic] = ACTIONS(1214), + [anon_sym__Noreturn] = ACTIONS(1214), + [anon_sym_noreturn] = ACTIONS(1214), + [anon_sym__Nonnull] = ACTIONS(1214), + [anon_sym_alignas] = ACTIONS(1214), + [anon_sym__Alignas] = ACTIONS(1214), + [sym_primitive_type] = ACTIONS(1214), + [anon_sym_enum] = ACTIONS(1214), + [anon_sym_struct] = ACTIONS(1214), + [anon_sym_union] = ACTIONS(1214), + [anon_sym_if] = ACTIONS(1214), + [anon_sym_else] = ACTIONS(1214), + [anon_sym_switch] = ACTIONS(1214), + [anon_sym_case] = ACTIONS(1214), + [anon_sym_default] = ACTIONS(1214), + [anon_sym_while] = ACTIONS(1214), + [anon_sym_do] = ACTIONS(1214), + [anon_sym_for] = ACTIONS(1214), + [anon_sym_return] = ACTIONS(1214), + [anon_sym_break] = ACTIONS(1214), + [anon_sym_continue] = ACTIONS(1214), + [anon_sym_goto] = ACTIONS(1214), + [anon_sym___try] = ACTIONS(1214), + [anon_sym___leave] = ACTIONS(1214), + [anon_sym_DASH_DASH] = ACTIONS(1216), + [anon_sym_PLUS_PLUS] = ACTIONS(1216), + [anon_sym_sizeof] = ACTIONS(1214), + [anon_sym___alignof__] = ACTIONS(1214), + [anon_sym___alignof] = ACTIONS(1214), + [anon_sym__alignof] = ACTIONS(1214), + [anon_sym_alignof] = ACTIONS(1214), + [anon_sym__Alignof] = ACTIONS(1214), + [anon_sym_offsetof] = ACTIONS(1214), + [anon_sym__Generic] = ACTIONS(1214), + [anon_sym_asm] = ACTIONS(1214), + [anon_sym___asm__] = ACTIONS(1214), + [anon_sym___asm] = ACTIONS(1214), + [sym_number_literal] = ACTIONS(1216), + [anon_sym_L_SQUOTE] = ACTIONS(1216), + [anon_sym_u_SQUOTE] = ACTIONS(1216), + [anon_sym_U_SQUOTE] = ACTIONS(1216), + [anon_sym_u8_SQUOTE] = ACTIONS(1216), + [anon_sym_SQUOTE] = ACTIONS(1216), + [anon_sym_L_DQUOTE] = ACTIONS(1216), + [anon_sym_u_DQUOTE] = ACTIONS(1216), + [anon_sym_U_DQUOTE] = ACTIONS(1216), + [anon_sym_u8_DQUOTE] = ACTIONS(1216), + [anon_sym_DQUOTE] = ACTIONS(1216), + [sym_true] = ACTIONS(1214), + [sym_false] = ACTIONS(1214), + [anon_sym_NULL] = ACTIONS(1214), + [anon_sym_nullptr] = ACTIONS(1214), [sym_comment] = ACTIONS(3), }, - [270] = { - [sym_identifier] = ACTIONS(1340), - [aux_sym_preproc_include_token1] = ACTIONS(1340), - [aux_sym_preproc_def_token1] = ACTIONS(1340), - [aux_sym_preproc_if_token1] = ACTIONS(1340), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1340), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1340), - [sym_preproc_directive] = ACTIONS(1340), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1340), - [anon_sym_PLUS] = ACTIONS(1340), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1340), - [anon_sym_typedef] = ACTIONS(1340), - [anon_sym_extern] = ACTIONS(1340), - [anon_sym___attribute__] = ACTIONS(1340), - [anon_sym___attribute] = ACTIONS(1340), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1340), - [anon_sym___cdecl] = ACTIONS(1340), - [anon_sym___clrcall] = ACTIONS(1340), - [anon_sym___stdcall] = ACTIONS(1340), - [anon_sym___fastcall] = ACTIONS(1340), - [anon_sym___thiscall] = ACTIONS(1340), - [anon_sym___vectorcall] = ACTIONS(1340), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_RBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1340), - [anon_sym_unsigned] = ACTIONS(1340), - [anon_sym_long] = ACTIONS(1340), - [anon_sym_short] = ACTIONS(1340), - [anon_sym_static] = ACTIONS(1340), - [anon_sym_auto] = ACTIONS(1340), - [anon_sym_register] = ACTIONS(1340), - [anon_sym_inline] = ACTIONS(1340), - [anon_sym___inline] = ACTIONS(1340), - [anon_sym___inline__] = ACTIONS(1340), - [anon_sym___forceinline] = ACTIONS(1340), - [anon_sym_thread_local] = ACTIONS(1340), - [anon_sym___thread] = ACTIONS(1340), - [anon_sym_const] = ACTIONS(1340), - [anon_sym_constexpr] = ACTIONS(1340), - [anon_sym_volatile] = ACTIONS(1340), - [anon_sym_restrict] = ACTIONS(1340), - [anon_sym___restrict__] = ACTIONS(1340), - [anon_sym__Atomic] = ACTIONS(1340), - [anon_sym__Noreturn] = ACTIONS(1340), - [anon_sym_noreturn] = ACTIONS(1340), - [anon_sym__Nonnull] = ACTIONS(1340), - [anon_sym_alignas] = ACTIONS(1340), - [anon_sym__Alignas] = ACTIONS(1340), - [sym_primitive_type] = ACTIONS(1340), - [anon_sym_enum] = ACTIONS(1340), - [anon_sym_struct] = ACTIONS(1340), - [anon_sym_union] = ACTIONS(1340), - [anon_sym_if] = ACTIONS(1340), - [anon_sym_switch] = ACTIONS(1340), - [anon_sym_case] = ACTIONS(1340), - [anon_sym_default] = ACTIONS(1340), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1340), - [anon_sym_for] = ACTIONS(1340), - [anon_sym_return] = ACTIONS(1340), - [anon_sym_break] = ACTIONS(1340), - [anon_sym_continue] = ACTIONS(1340), - [anon_sym_goto] = ACTIONS(1340), - [anon_sym___try] = ACTIONS(1340), - [anon_sym___leave] = ACTIONS(1340), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1340), - [anon_sym___alignof__] = ACTIONS(1340), - [anon_sym___alignof] = ACTIONS(1340), - [anon_sym__alignof] = ACTIONS(1340), - [anon_sym_alignof] = ACTIONS(1340), - [anon_sym__Alignof] = ACTIONS(1340), - [anon_sym_offsetof] = ACTIONS(1340), - [anon_sym__Generic] = ACTIONS(1340), - [anon_sym_asm] = ACTIONS(1340), - [anon_sym___asm__] = ACTIONS(1340), - [anon_sym___asm] = ACTIONS(1340), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1340), - [sym_false] = ACTIONS(1340), - [anon_sym_NULL] = ACTIONS(1340), - [anon_sym_nullptr] = ACTIONS(1340), + [STATE(239)] = { + [ts_builtin_sym_end] = ACTIONS(1220), + [sym_identifier] = ACTIONS(1218), + [aux_sym_preproc_include_token1] = ACTIONS(1218), + [aux_sym_preproc_def_token1] = ACTIONS(1218), + [aux_sym_preproc_if_token1] = ACTIONS(1218), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), + [sym_preproc_directive] = ACTIONS(1218), + [anon_sym_LPAREN2] = ACTIONS(1220), + [anon_sym_BANG] = ACTIONS(1220), + [anon_sym_TILDE] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1218), + [anon_sym_PLUS] = ACTIONS(1218), + [anon_sym_STAR] = ACTIONS(1220), + [anon_sym_AMP] = ACTIONS(1220), + [anon_sym_SEMI] = ACTIONS(1220), + [anon_sym___extension__] = ACTIONS(1218), + [anon_sym_typedef] = ACTIONS(1218), + [anon_sym_extern] = ACTIONS(1218), + [anon_sym___attribute__] = ACTIONS(1218), + [anon_sym___attribute] = ACTIONS(1218), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1220), + [anon_sym___declspec] = ACTIONS(1218), + [anon_sym___cdecl] = ACTIONS(1218), + [anon_sym___clrcall] = ACTIONS(1218), + [anon_sym___stdcall] = ACTIONS(1218), + [anon_sym___fastcall] = ACTIONS(1218), + [anon_sym___thiscall] = ACTIONS(1218), + [anon_sym___vectorcall] = ACTIONS(1218), + [anon_sym_LBRACE] = ACTIONS(1220), + [anon_sym_signed] = ACTIONS(1218), + [anon_sym_unsigned] = ACTIONS(1218), + [anon_sym_long] = ACTIONS(1218), + [anon_sym_short] = ACTIONS(1218), + [anon_sym_static] = ACTIONS(1218), + [anon_sym_auto] = ACTIONS(1218), + [anon_sym_register] = ACTIONS(1218), + [anon_sym_inline] = ACTIONS(1218), + [anon_sym___inline] = ACTIONS(1218), + [anon_sym___inline__] = ACTIONS(1218), + [anon_sym___forceinline] = ACTIONS(1218), + [anon_sym_thread_local] = ACTIONS(1218), + [anon_sym___thread] = ACTIONS(1218), + [anon_sym_const] = ACTIONS(1218), + [anon_sym_constexpr] = ACTIONS(1218), + [anon_sym_volatile] = ACTIONS(1218), + [anon_sym_restrict] = ACTIONS(1218), + [anon_sym___restrict__] = ACTIONS(1218), + [anon_sym__Atomic] = ACTIONS(1218), + [anon_sym__Noreturn] = ACTIONS(1218), + [anon_sym_noreturn] = ACTIONS(1218), + [anon_sym__Nonnull] = ACTIONS(1218), + [anon_sym_alignas] = ACTIONS(1218), + [anon_sym__Alignas] = ACTIONS(1218), + [sym_primitive_type] = ACTIONS(1218), + [anon_sym_enum] = ACTIONS(1218), + [anon_sym_struct] = ACTIONS(1218), + [anon_sym_union] = ACTIONS(1218), + [anon_sym_if] = ACTIONS(1218), + [anon_sym_else] = ACTIONS(1218), + [anon_sym_switch] = ACTIONS(1218), + [anon_sym_case] = ACTIONS(1218), + [anon_sym_default] = ACTIONS(1218), + [anon_sym_while] = ACTIONS(1218), + [anon_sym_do] = ACTIONS(1218), + [anon_sym_for] = ACTIONS(1218), + [anon_sym_return] = ACTIONS(1218), + [anon_sym_break] = ACTIONS(1218), + [anon_sym_continue] = ACTIONS(1218), + [anon_sym_goto] = ACTIONS(1218), + [anon_sym___try] = ACTIONS(1218), + [anon_sym___leave] = ACTIONS(1218), + [anon_sym_DASH_DASH] = ACTIONS(1220), + [anon_sym_PLUS_PLUS] = ACTIONS(1220), + [anon_sym_sizeof] = ACTIONS(1218), + [anon_sym___alignof__] = ACTIONS(1218), + [anon_sym___alignof] = ACTIONS(1218), + [anon_sym__alignof] = ACTIONS(1218), + [anon_sym_alignof] = ACTIONS(1218), + [anon_sym__Alignof] = ACTIONS(1218), + [anon_sym_offsetof] = ACTIONS(1218), + [anon_sym__Generic] = ACTIONS(1218), + [anon_sym_asm] = ACTIONS(1218), + [anon_sym___asm__] = ACTIONS(1218), + [anon_sym___asm] = ACTIONS(1218), + [sym_number_literal] = ACTIONS(1220), + [anon_sym_L_SQUOTE] = ACTIONS(1220), + [anon_sym_u_SQUOTE] = ACTIONS(1220), + [anon_sym_U_SQUOTE] = ACTIONS(1220), + [anon_sym_u8_SQUOTE] = ACTIONS(1220), + [anon_sym_SQUOTE] = ACTIONS(1220), + [anon_sym_L_DQUOTE] = ACTIONS(1220), + [anon_sym_u_DQUOTE] = ACTIONS(1220), + [anon_sym_U_DQUOTE] = ACTIONS(1220), + [anon_sym_u8_DQUOTE] = ACTIONS(1220), + [anon_sym_DQUOTE] = ACTIONS(1220), + [sym_true] = ACTIONS(1218), + [sym_false] = ACTIONS(1218), + [anon_sym_NULL] = ACTIONS(1218), + [anon_sym_nullptr] = ACTIONS(1218), + [sym_comment] = ACTIONS(3), + }, + [STATE(240)] = { + [ts_builtin_sym_end] = ACTIONS(1224), + [sym_identifier] = ACTIONS(1222), + [aux_sym_preproc_include_token1] = ACTIONS(1222), + [aux_sym_preproc_def_token1] = ACTIONS(1222), + [aux_sym_preproc_if_token1] = ACTIONS(1222), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), + [sym_preproc_directive] = ACTIONS(1222), + [anon_sym_LPAREN2] = ACTIONS(1224), + [anon_sym_BANG] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1222), + [anon_sym_PLUS] = ACTIONS(1222), + [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_AMP] = ACTIONS(1224), + [anon_sym_SEMI] = ACTIONS(1224), + [anon_sym___extension__] = ACTIONS(1222), + [anon_sym_typedef] = ACTIONS(1222), + [anon_sym_extern] = ACTIONS(1222), + [anon_sym___attribute__] = ACTIONS(1222), + [anon_sym___attribute] = ACTIONS(1222), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1224), + [anon_sym___declspec] = ACTIONS(1222), + [anon_sym___cdecl] = ACTIONS(1222), + [anon_sym___clrcall] = ACTIONS(1222), + [anon_sym___stdcall] = ACTIONS(1222), + [anon_sym___fastcall] = ACTIONS(1222), + [anon_sym___thiscall] = ACTIONS(1222), + [anon_sym___vectorcall] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1224), + [anon_sym_signed] = ACTIONS(1222), + [anon_sym_unsigned] = ACTIONS(1222), + [anon_sym_long] = ACTIONS(1222), + [anon_sym_short] = ACTIONS(1222), + [anon_sym_static] = ACTIONS(1222), + [anon_sym_auto] = ACTIONS(1222), + [anon_sym_register] = ACTIONS(1222), + [anon_sym_inline] = ACTIONS(1222), + [anon_sym___inline] = ACTIONS(1222), + [anon_sym___inline__] = ACTIONS(1222), + [anon_sym___forceinline] = ACTIONS(1222), + [anon_sym_thread_local] = ACTIONS(1222), + [anon_sym___thread] = ACTIONS(1222), + [anon_sym_const] = ACTIONS(1222), + [anon_sym_constexpr] = ACTIONS(1222), + [anon_sym_volatile] = ACTIONS(1222), + [anon_sym_restrict] = ACTIONS(1222), + [anon_sym___restrict__] = ACTIONS(1222), + [anon_sym__Atomic] = ACTIONS(1222), + [anon_sym__Noreturn] = ACTIONS(1222), + [anon_sym_noreturn] = ACTIONS(1222), + [anon_sym__Nonnull] = ACTIONS(1222), + [anon_sym_alignas] = ACTIONS(1222), + [anon_sym__Alignas] = ACTIONS(1222), + [sym_primitive_type] = ACTIONS(1222), + [anon_sym_enum] = ACTIONS(1222), + [anon_sym_struct] = ACTIONS(1222), + [anon_sym_union] = ACTIONS(1222), + [anon_sym_if] = ACTIONS(1222), + [anon_sym_else] = ACTIONS(1222), + [anon_sym_switch] = ACTIONS(1222), + [anon_sym_case] = ACTIONS(1222), + [anon_sym_default] = ACTIONS(1222), + [anon_sym_while] = ACTIONS(1222), + [anon_sym_do] = ACTIONS(1222), + [anon_sym_for] = ACTIONS(1222), + [anon_sym_return] = ACTIONS(1222), + [anon_sym_break] = ACTIONS(1222), + [anon_sym_continue] = ACTIONS(1222), + [anon_sym_goto] = ACTIONS(1222), + [anon_sym___try] = ACTIONS(1222), + [anon_sym___leave] = ACTIONS(1222), + [anon_sym_DASH_DASH] = ACTIONS(1224), + [anon_sym_PLUS_PLUS] = ACTIONS(1224), + [anon_sym_sizeof] = ACTIONS(1222), + [anon_sym___alignof__] = ACTIONS(1222), + [anon_sym___alignof] = ACTIONS(1222), + [anon_sym__alignof] = ACTIONS(1222), + [anon_sym_alignof] = ACTIONS(1222), + [anon_sym__Alignof] = ACTIONS(1222), + [anon_sym_offsetof] = ACTIONS(1222), + [anon_sym__Generic] = ACTIONS(1222), + [anon_sym_asm] = ACTIONS(1222), + [anon_sym___asm__] = ACTIONS(1222), + [anon_sym___asm] = ACTIONS(1222), + [sym_number_literal] = ACTIONS(1224), + [anon_sym_L_SQUOTE] = ACTIONS(1224), + [anon_sym_u_SQUOTE] = ACTIONS(1224), + [anon_sym_U_SQUOTE] = ACTIONS(1224), + [anon_sym_u8_SQUOTE] = ACTIONS(1224), + [anon_sym_SQUOTE] = ACTIONS(1224), + [anon_sym_L_DQUOTE] = ACTIONS(1224), + [anon_sym_u_DQUOTE] = ACTIONS(1224), + [anon_sym_U_DQUOTE] = ACTIONS(1224), + [anon_sym_u8_DQUOTE] = ACTIONS(1224), + [anon_sym_DQUOTE] = ACTIONS(1224), + [sym_true] = ACTIONS(1222), + [sym_false] = ACTIONS(1222), + [anon_sym_NULL] = ACTIONS(1222), + [anon_sym_nullptr] = ACTIONS(1222), [sym_comment] = ACTIONS(3), }, - [271] = { - [sym_identifier] = ACTIONS(1304), - [aux_sym_preproc_include_token1] = ACTIONS(1304), - [aux_sym_preproc_def_token1] = ACTIONS(1304), - [aux_sym_preproc_if_token1] = ACTIONS(1304), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1304), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1304), - [sym_preproc_directive] = ACTIONS(1304), - [anon_sym_LPAREN2] = ACTIONS(1306), - [anon_sym_BANG] = ACTIONS(1306), - [anon_sym_TILDE] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(1304), - [anon_sym_PLUS] = ACTIONS(1304), - [anon_sym_STAR] = ACTIONS(1306), - [anon_sym_AMP] = ACTIONS(1306), - [anon_sym_SEMI] = ACTIONS(1306), - [anon_sym___extension__] = ACTIONS(1304), - [anon_sym_typedef] = ACTIONS(1304), - [anon_sym_extern] = ACTIONS(1304), - [anon_sym___attribute__] = ACTIONS(1304), - [anon_sym___attribute] = ACTIONS(1304), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1306), - [anon_sym___declspec] = ACTIONS(1304), - [anon_sym___cdecl] = ACTIONS(1304), - [anon_sym___clrcall] = ACTIONS(1304), - [anon_sym___stdcall] = ACTIONS(1304), - [anon_sym___fastcall] = ACTIONS(1304), - [anon_sym___thiscall] = ACTIONS(1304), - [anon_sym___vectorcall] = ACTIONS(1304), - [anon_sym_LBRACE] = ACTIONS(1306), - [anon_sym_RBRACE] = ACTIONS(1306), - [anon_sym_signed] = ACTIONS(1304), - [anon_sym_unsigned] = ACTIONS(1304), - [anon_sym_long] = ACTIONS(1304), - [anon_sym_short] = ACTIONS(1304), - [anon_sym_static] = ACTIONS(1304), - [anon_sym_auto] = ACTIONS(1304), - [anon_sym_register] = ACTIONS(1304), - [anon_sym_inline] = ACTIONS(1304), - [anon_sym___inline] = ACTIONS(1304), - [anon_sym___inline__] = ACTIONS(1304), - [anon_sym___forceinline] = ACTIONS(1304), - [anon_sym_thread_local] = ACTIONS(1304), - [anon_sym___thread] = ACTIONS(1304), - [anon_sym_const] = ACTIONS(1304), - [anon_sym_constexpr] = ACTIONS(1304), - [anon_sym_volatile] = ACTIONS(1304), - [anon_sym_restrict] = ACTIONS(1304), - [anon_sym___restrict__] = ACTIONS(1304), - [anon_sym__Atomic] = ACTIONS(1304), - [anon_sym__Noreturn] = ACTIONS(1304), - [anon_sym_noreturn] = ACTIONS(1304), - [anon_sym__Nonnull] = ACTIONS(1304), - [anon_sym_alignas] = ACTIONS(1304), - [anon_sym__Alignas] = ACTIONS(1304), - [sym_primitive_type] = ACTIONS(1304), - [anon_sym_enum] = ACTIONS(1304), - [anon_sym_struct] = ACTIONS(1304), - [anon_sym_union] = ACTIONS(1304), - [anon_sym_if] = ACTIONS(1304), - [anon_sym_switch] = ACTIONS(1304), - [anon_sym_case] = ACTIONS(1304), - [anon_sym_default] = ACTIONS(1304), - [anon_sym_while] = ACTIONS(1304), - [anon_sym_do] = ACTIONS(1304), - [anon_sym_for] = ACTIONS(1304), - [anon_sym_return] = ACTIONS(1304), - [anon_sym_break] = ACTIONS(1304), - [anon_sym_continue] = ACTIONS(1304), - [anon_sym_goto] = ACTIONS(1304), - [anon_sym___try] = ACTIONS(1304), - [anon_sym___leave] = ACTIONS(1304), - [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_PLUS_PLUS] = ACTIONS(1306), - [anon_sym_sizeof] = ACTIONS(1304), - [anon_sym___alignof__] = ACTIONS(1304), - [anon_sym___alignof] = ACTIONS(1304), - [anon_sym__alignof] = ACTIONS(1304), - [anon_sym_alignof] = ACTIONS(1304), - [anon_sym__Alignof] = ACTIONS(1304), - [anon_sym_offsetof] = ACTIONS(1304), - [anon_sym__Generic] = ACTIONS(1304), - [anon_sym_asm] = ACTIONS(1304), - [anon_sym___asm__] = ACTIONS(1304), - [anon_sym___asm] = ACTIONS(1304), - [sym_number_literal] = ACTIONS(1306), - [anon_sym_L_SQUOTE] = ACTIONS(1306), - [anon_sym_u_SQUOTE] = ACTIONS(1306), - [anon_sym_U_SQUOTE] = ACTIONS(1306), - [anon_sym_u8_SQUOTE] = ACTIONS(1306), - [anon_sym_SQUOTE] = ACTIONS(1306), - [anon_sym_L_DQUOTE] = ACTIONS(1306), - [anon_sym_u_DQUOTE] = ACTIONS(1306), - [anon_sym_U_DQUOTE] = ACTIONS(1306), - [anon_sym_u8_DQUOTE] = ACTIONS(1306), - [anon_sym_DQUOTE] = ACTIONS(1306), - [sym_true] = ACTIONS(1304), - [sym_false] = ACTIONS(1304), - [anon_sym_NULL] = ACTIONS(1304), - [anon_sym_nullptr] = ACTIONS(1304), + [STATE(241)] = { + [ts_builtin_sym_end] = ACTIONS(1228), + [sym_identifier] = ACTIONS(1226), + [aux_sym_preproc_include_token1] = ACTIONS(1226), + [aux_sym_preproc_def_token1] = ACTIONS(1226), + [aux_sym_preproc_if_token1] = ACTIONS(1226), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1226), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1226), + [sym_preproc_directive] = ACTIONS(1226), + [anon_sym_LPAREN2] = ACTIONS(1228), + [anon_sym_BANG] = ACTIONS(1228), + [anon_sym_TILDE] = ACTIONS(1228), + [anon_sym_DASH] = ACTIONS(1226), + [anon_sym_PLUS] = ACTIONS(1226), + [anon_sym_STAR] = ACTIONS(1228), + [anon_sym_AMP] = ACTIONS(1228), + [anon_sym_SEMI] = ACTIONS(1228), + [anon_sym___extension__] = ACTIONS(1226), + [anon_sym_typedef] = ACTIONS(1226), + [anon_sym_extern] = ACTIONS(1226), + [anon_sym___attribute__] = ACTIONS(1226), + [anon_sym___attribute] = ACTIONS(1226), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1228), + [anon_sym___declspec] = ACTIONS(1226), + [anon_sym___cdecl] = ACTIONS(1226), + [anon_sym___clrcall] = ACTIONS(1226), + [anon_sym___stdcall] = ACTIONS(1226), + [anon_sym___fastcall] = ACTIONS(1226), + [anon_sym___thiscall] = ACTIONS(1226), + [anon_sym___vectorcall] = ACTIONS(1226), + [anon_sym_LBRACE] = ACTIONS(1228), + [anon_sym_signed] = ACTIONS(1226), + [anon_sym_unsigned] = ACTIONS(1226), + [anon_sym_long] = ACTIONS(1226), + [anon_sym_short] = ACTIONS(1226), + [anon_sym_static] = ACTIONS(1226), + [anon_sym_auto] = ACTIONS(1226), + [anon_sym_register] = ACTIONS(1226), + [anon_sym_inline] = ACTIONS(1226), + [anon_sym___inline] = ACTIONS(1226), + [anon_sym___inline__] = ACTIONS(1226), + [anon_sym___forceinline] = ACTIONS(1226), + [anon_sym_thread_local] = ACTIONS(1226), + [anon_sym___thread] = ACTIONS(1226), + [anon_sym_const] = ACTIONS(1226), + [anon_sym_constexpr] = ACTIONS(1226), + [anon_sym_volatile] = ACTIONS(1226), + [anon_sym_restrict] = ACTIONS(1226), + [anon_sym___restrict__] = ACTIONS(1226), + [anon_sym__Atomic] = ACTIONS(1226), + [anon_sym__Noreturn] = ACTIONS(1226), + [anon_sym_noreturn] = ACTIONS(1226), + [anon_sym__Nonnull] = ACTIONS(1226), + [anon_sym_alignas] = ACTIONS(1226), + [anon_sym__Alignas] = ACTIONS(1226), + [sym_primitive_type] = ACTIONS(1226), + [anon_sym_enum] = ACTIONS(1226), + [anon_sym_struct] = ACTIONS(1226), + [anon_sym_union] = ACTIONS(1226), + [anon_sym_if] = ACTIONS(1226), + [anon_sym_else] = ACTIONS(1226), + [anon_sym_switch] = ACTIONS(1226), + [anon_sym_case] = ACTIONS(1226), + [anon_sym_default] = ACTIONS(1226), + [anon_sym_while] = ACTIONS(1226), + [anon_sym_do] = ACTIONS(1226), + [anon_sym_for] = ACTIONS(1226), + [anon_sym_return] = ACTIONS(1226), + [anon_sym_break] = ACTIONS(1226), + [anon_sym_continue] = ACTIONS(1226), + [anon_sym_goto] = ACTIONS(1226), + [anon_sym___try] = ACTIONS(1226), + [anon_sym___leave] = ACTIONS(1226), + [anon_sym_DASH_DASH] = ACTIONS(1228), + [anon_sym_PLUS_PLUS] = ACTIONS(1228), + [anon_sym_sizeof] = ACTIONS(1226), + [anon_sym___alignof__] = ACTIONS(1226), + [anon_sym___alignof] = ACTIONS(1226), + [anon_sym__alignof] = ACTIONS(1226), + [anon_sym_alignof] = ACTIONS(1226), + [anon_sym__Alignof] = ACTIONS(1226), + [anon_sym_offsetof] = ACTIONS(1226), + [anon_sym__Generic] = ACTIONS(1226), + [anon_sym_asm] = ACTIONS(1226), + [anon_sym___asm__] = ACTIONS(1226), + [anon_sym___asm] = ACTIONS(1226), + [sym_number_literal] = ACTIONS(1228), + [anon_sym_L_SQUOTE] = ACTIONS(1228), + [anon_sym_u_SQUOTE] = ACTIONS(1228), + [anon_sym_U_SQUOTE] = ACTIONS(1228), + [anon_sym_u8_SQUOTE] = ACTIONS(1228), + [anon_sym_SQUOTE] = ACTIONS(1228), + [anon_sym_L_DQUOTE] = ACTIONS(1228), + [anon_sym_u_DQUOTE] = ACTIONS(1228), + [anon_sym_U_DQUOTE] = ACTIONS(1228), + [anon_sym_u8_DQUOTE] = ACTIONS(1228), + [anon_sym_DQUOTE] = ACTIONS(1228), + [sym_true] = ACTIONS(1226), + [sym_false] = ACTIONS(1226), + [anon_sym_NULL] = ACTIONS(1226), + [anon_sym_nullptr] = ACTIONS(1226), [sym_comment] = ACTIONS(3), }, - [272] = { - [sym_identifier] = ACTIONS(1262), - [aux_sym_preproc_include_token1] = ACTIONS(1262), - [aux_sym_preproc_def_token1] = ACTIONS(1262), - [aux_sym_preproc_if_token1] = ACTIONS(1262), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1262), - [sym_preproc_directive] = ACTIONS(1262), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1262), - [anon_sym_PLUS] = ACTIONS(1262), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1262), - [anon_sym_typedef] = ACTIONS(1262), - [anon_sym_extern] = ACTIONS(1262), - [anon_sym___attribute__] = ACTIONS(1262), - [anon_sym___attribute] = ACTIONS(1262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), - [anon_sym___declspec] = ACTIONS(1262), - [anon_sym___cdecl] = ACTIONS(1262), - [anon_sym___clrcall] = ACTIONS(1262), - [anon_sym___stdcall] = ACTIONS(1262), - [anon_sym___fastcall] = ACTIONS(1262), - [anon_sym___thiscall] = ACTIONS(1262), - [anon_sym___vectorcall] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_RBRACE] = ACTIONS(1265), - [anon_sym_signed] = ACTIONS(1262), - [anon_sym_unsigned] = ACTIONS(1262), - [anon_sym_long] = ACTIONS(1262), - [anon_sym_short] = ACTIONS(1262), - [anon_sym_static] = ACTIONS(1262), - [anon_sym_auto] = ACTIONS(1262), - [anon_sym_register] = ACTIONS(1262), - [anon_sym_inline] = ACTIONS(1262), - [anon_sym___inline] = ACTIONS(1262), - [anon_sym___inline__] = ACTIONS(1262), - [anon_sym___forceinline] = ACTIONS(1262), - [anon_sym_thread_local] = ACTIONS(1262), - [anon_sym___thread] = ACTIONS(1262), - [anon_sym_const] = ACTIONS(1262), - [anon_sym_constexpr] = ACTIONS(1262), - [anon_sym_volatile] = ACTIONS(1262), - [anon_sym_restrict] = ACTIONS(1262), - [anon_sym___restrict__] = ACTIONS(1262), - [anon_sym__Atomic] = ACTIONS(1262), - [anon_sym__Noreturn] = ACTIONS(1262), - [anon_sym_noreturn] = ACTIONS(1262), - [anon_sym__Nonnull] = ACTIONS(1262), - [anon_sym_alignas] = ACTIONS(1262), - [anon_sym__Alignas] = ACTIONS(1262), - [sym_primitive_type] = ACTIONS(1262), - [anon_sym_enum] = ACTIONS(1262), - [anon_sym_struct] = ACTIONS(1262), - [anon_sym_union] = ACTIONS(1262), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_switch] = ACTIONS(1262), - [anon_sym_case] = ACTIONS(1262), - [anon_sym_default] = ACTIONS(1262), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_do] = ACTIONS(1262), - [anon_sym_for] = ACTIONS(1262), - [anon_sym_return] = ACTIONS(1262), - [anon_sym_break] = ACTIONS(1262), - [anon_sym_continue] = ACTIONS(1262), - [anon_sym_goto] = ACTIONS(1262), - [anon_sym___try] = ACTIONS(1262), - [anon_sym___leave] = ACTIONS(1262), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), - [anon_sym_sizeof] = ACTIONS(1262), - [anon_sym___alignof__] = ACTIONS(1262), - [anon_sym___alignof] = ACTIONS(1262), - [anon_sym__alignof] = ACTIONS(1262), - [anon_sym_alignof] = ACTIONS(1262), - [anon_sym__Alignof] = ACTIONS(1262), - [anon_sym_offsetof] = ACTIONS(1262), - [anon_sym__Generic] = ACTIONS(1262), - [anon_sym_asm] = ACTIONS(1262), - [anon_sym___asm__] = ACTIONS(1262), - [anon_sym___asm] = ACTIONS(1262), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_true] = ACTIONS(1262), - [sym_false] = ACTIONS(1262), - [anon_sym_NULL] = ACTIONS(1262), - [anon_sym_nullptr] = ACTIONS(1262), + [STATE(242)] = { + [ts_builtin_sym_end] = ACTIONS(1232), + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), + [sym_comment] = ACTIONS(3), + }, + [STATE(243)] = { + [ts_builtin_sym_end] = ACTIONS(1232), + [sym_identifier] = ACTIONS(1230), + [aux_sym_preproc_include_token1] = ACTIONS(1230), + [aux_sym_preproc_def_token1] = ACTIONS(1230), + [aux_sym_preproc_if_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1230), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1230), + [sym_preproc_directive] = ACTIONS(1230), + [anon_sym_LPAREN2] = ACTIONS(1232), + [anon_sym_BANG] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1230), + [anon_sym_PLUS] = ACTIONS(1230), + [anon_sym_STAR] = ACTIONS(1232), + [anon_sym_AMP] = ACTIONS(1232), + [anon_sym_SEMI] = ACTIONS(1232), + [anon_sym___extension__] = ACTIONS(1230), + [anon_sym_typedef] = ACTIONS(1230), + [anon_sym_extern] = ACTIONS(1230), + [anon_sym___attribute__] = ACTIONS(1230), + [anon_sym___attribute] = ACTIONS(1230), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1232), + [anon_sym___declspec] = ACTIONS(1230), + [anon_sym___cdecl] = ACTIONS(1230), + [anon_sym___clrcall] = ACTIONS(1230), + [anon_sym___stdcall] = ACTIONS(1230), + [anon_sym___fastcall] = ACTIONS(1230), + [anon_sym___thiscall] = ACTIONS(1230), + [anon_sym___vectorcall] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_signed] = ACTIONS(1230), + [anon_sym_unsigned] = ACTIONS(1230), + [anon_sym_long] = ACTIONS(1230), + [anon_sym_short] = ACTIONS(1230), + [anon_sym_static] = ACTIONS(1230), + [anon_sym_auto] = ACTIONS(1230), + [anon_sym_register] = ACTIONS(1230), + [anon_sym_inline] = ACTIONS(1230), + [anon_sym___inline] = ACTIONS(1230), + [anon_sym___inline__] = ACTIONS(1230), + [anon_sym___forceinline] = ACTIONS(1230), + [anon_sym_thread_local] = ACTIONS(1230), + [anon_sym___thread] = ACTIONS(1230), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_constexpr] = ACTIONS(1230), + [anon_sym_volatile] = ACTIONS(1230), + [anon_sym_restrict] = ACTIONS(1230), + [anon_sym___restrict__] = ACTIONS(1230), + [anon_sym__Atomic] = ACTIONS(1230), + [anon_sym__Noreturn] = ACTIONS(1230), + [anon_sym_noreturn] = ACTIONS(1230), + [anon_sym__Nonnull] = ACTIONS(1230), + [anon_sym_alignas] = ACTIONS(1230), + [anon_sym__Alignas] = ACTIONS(1230), + [sym_primitive_type] = ACTIONS(1230), + [anon_sym_enum] = ACTIONS(1230), + [anon_sym_struct] = ACTIONS(1230), + [anon_sym_union] = ACTIONS(1230), + [anon_sym_if] = ACTIONS(1230), + [anon_sym_else] = ACTIONS(1230), + [anon_sym_switch] = ACTIONS(1230), + [anon_sym_case] = ACTIONS(1230), + [anon_sym_default] = ACTIONS(1230), + [anon_sym_while] = ACTIONS(1230), + [anon_sym_do] = ACTIONS(1230), + [anon_sym_for] = ACTIONS(1230), + [anon_sym_return] = ACTIONS(1230), + [anon_sym_break] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1230), + [anon_sym_goto] = ACTIONS(1230), + [anon_sym___try] = ACTIONS(1230), + [anon_sym___leave] = ACTIONS(1230), + [anon_sym_DASH_DASH] = ACTIONS(1232), + [anon_sym_PLUS_PLUS] = ACTIONS(1232), + [anon_sym_sizeof] = ACTIONS(1230), + [anon_sym___alignof__] = ACTIONS(1230), + [anon_sym___alignof] = ACTIONS(1230), + [anon_sym__alignof] = ACTIONS(1230), + [anon_sym_alignof] = ACTIONS(1230), + [anon_sym__Alignof] = ACTIONS(1230), + [anon_sym_offsetof] = ACTIONS(1230), + [anon_sym__Generic] = ACTIONS(1230), + [anon_sym_asm] = ACTIONS(1230), + [anon_sym___asm__] = ACTIONS(1230), + [anon_sym___asm] = ACTIONS(1230), + [sym_number_literal] = ACTIONS(1232), + [anon_sym_L_SQUOTE] = ACTIONS(1232), + [anon_sym_u_SQUOTE] = ACTIONS(1232), + [anon_sym_U_SQUOTE] = ACTIONS(1232), + [anon_sym_u8_SQUOTE] = ACTIONS(1232), + [anon_sym_SQUOTE] = ACTIONS(1232), + [anon_sym_L_DQUOTE] = ACTIONS(1232), + [anon_sym_u_DQUOTE] = ACTIONS(1232), + [anon_sym_U_DQUOTE] = ACTIONS(1232), + [anon_sym_u8_DQUOTE] = ACTIONS(1232), + [anon_sym_DQUOTE] = ACTIONS(1232), + [sym_true] = ACTIONS(1230), + [sym_false] = ACTIONS(1230), + [anon_sym_NULL] = ACTIONS(1230), + [anon_sym_nullptr] = ACTIONS(1230), [sym_comment] = ACTIONS(3), }, - [273] = { - [sym_expression] = STATE(700), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(682), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(682), - [sym_call_expression] = STATE(682), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(682), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(682), - [sym_initializer_list] = STATE(686), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1386), - [anon_sym_COMMA] = ACTIONS(1388), - [anon_sym_RPAREN] = ACTIONS(1388), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1390), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_PERCENT] = ACTIONS(1394), - [anon_sym_PIPE_PIPE] = ACTIONS(1388), - [anon_sym_AMP_AMP] = ACTIONS(1388), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1388), - [anon_sym_BANG_EQ] = ACTIONS(1388), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1388), - [anon_sym_LT_EQ] = ACTIONS(1388), - [anon_sym_LT] = ACTIONS(1394), - [anon_sym_LT_LT] = ACTIONS(1394), - [anon_sym_GT_GT] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1396), - [anon_sym___attribute__] = ACTIONS(1394), - [anon_sym___attribute] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_LBRACK] = ACTIONS(1388), - [anon_sym_EQ] = ACTIONS(1394), - [anon_sym_COLON] = ACTIONS(1388), - [anon_sym_QMARK] = ACTIONS(1388), - [anon_sym_STAR_EQ] = ACTIONS(1388), - [anon_sym_SLASH_EQ] = ACTIONS(1388), - [anon_sym_PERCENT_EQ] = ACTIONS(1388), - [anon_sym_PLUS_EQ] = ACTIONS(1388), - [anon_sym_DASH_EQ] = ACTIONS(1388), - [anon_sym_LT_LT_EQ] = ACTIONS(1388), - [anon_sym_GT_GT_EQ] = ACTIONS(1388), - [anon_sym_AMP_EQ] = ACTIONS(1388), - [anon_sym_CARET_EQ] = ACTIONS(1388), - [anon_sym_PIPE_EQ] = ACTIONS(1388), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1400), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DASH_GT] = ACTIONS(1388), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(244)] = { + [ts_builtin_sym_end] = ACTIONS(1248), + [sym_identifier] = ACTIONS(1246), + [aux_sym_preproc_include_token1] = ACTIONS(1246), + [aux_sym_preproc_def_token1] = ACTIONS(1246), + [aux_sym_preproc_if_token1] = ACTIONS(1246), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1246), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1246), + [sym_preproc_directive] = ACTIONS(1246), + [anon_sym_LPAREN2] = ACTIONS(1248), + [anon_sym_BANG] = ACTIONS(1248), + [anon_sym_TILDE] = ACTIONS(1248), + [anon_sym_DASH] = ACTIONS(1246), + [anon_sym_PLUS] = ACTIONS(1246), + [anon_sym_STAR] = ACTIONS(1248), + [anon_sym_AMP] = ACTIONS(1248), + [anon_sym_SEMI] = ACTIONS(1248), + [anon_sym___extension__] = ACTIONS(1246), + [anon_sym_typedef] = ACTIONS(1246), + [anon_sym_extern] = ACTIONS(1246), + [anon_sym___attribute__] = ACTIONS(1246), + [anon_sym___attribute] = ACTIONS(1246), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1248), + [anon_sym___declspec] = ACTIONS(1246), + [anon_sym___cdecl] = ACTIONS(1246), + [anon_sym___clrcall] = ACTIONS(1246), + [anon_sym___stdcall] = ACTIONS(1246), + [anon_sym___fastcall] = ACTIONS(1246), + [anon_sym___thiscall] = ACTIONS(1246), + [anon_sym___vectorcall] = ACTIONS(1246), + [anon_sym_LBRACE] = ACTIONS(1248), + [anon_sym_signed] = ACTIONS(1246), + [anon_sym_unsigned] = ACTIONS(1246), + [anon_sym_long] = ACTIONS(1246), + [anon_sym_short] = ACTIONS(1246), + [anon_sym_static] = ACTIONS(1246), + [anon_sym_auto] = ACTIONS(1246), + [anon_sym_register] = ACTIONS(1246), + [anon_sym_inline] = ACTIONS(1246), + [anon_sym___inline] = ACTIONS(1246), + [anon_sym___inline__] = ACTIONS(1246), + [anon_sym___forceinline] = ACTIONS(1246), + [anon_sym_thread_local] = ACTIONS(1246), + [anon_sym___thread] = ACTIONS(1246), + [anon_sym_const] = ACTIONS(1246), + [anon_sym_constexpr] = ACTIONS(1246), + [anon_sym_volatile] = ACTIONS(1246), + [anon_sym_restrict] = ACTIONS(1246), + [anon_sym___restrict__] = ACTIONS(1246), + [anon_sym__Atomic] = ACTIONS(1246), + [anon_sym__Noreturn] = ACTIONS(1246), + [anon_sym_noreturn] = ACTIONS(1246), + [anon_sym__Nonnull] = ACTIONS(1246), + [anon_sym_alignas] = ACTIONS(1246), + [anon_sym__Alignas] = ACTIONS(1246), + [sym_primitive_type] = ACTIONS(1246), + [anon_sym_enum] = ACTIONS(1246), + [anon_sym_struct] = ACTIONS(1246), + [anon_sym_union] = ACTIONS(1246), + [anon_sym_if] = ACTIONS(1246), + [anon_sym_else] = ACTIONS(1246), + [anon_sym_switch] = ACTIONS(1246), + [anon_sym_case] = ACTIONS(1246), + [anon_sym_default] = ACTIONS(1246), + [anon_sym_while] = ACTIONS(1246), + [anon_sym_do] = ACTIONS(1246), + [anon_sym_for] = ACTIONS(1246), + [anon_sym_return] = ACTIONS(1246), + [anon_sym_break] = ACTIONS(1246), + [anon_sym_continue] = ACTIONS(1246), + [anon_sym_goto] = ACTIONS(1246), + [anon_sym___try] = ACTIONS(1246), + [anon_sym___leave] = ACTIONS(1246), + [anon_sym_DASH_DASH] = ACTIONS(1248), + [anon_sym_PLUS_PLUS] = ACTIONS(1248), + [anon_sym_sizeof] = ACTIONS(1246), + [anon_sym___alignof__] = ACTIONS(1246), + [anon_sym___alignof] = ACTIONS(1246), + [anon_sym__alignof] = ACTIONS(1246), + [anon_sym_alignof] = ACTIONS(1246), + [anon_sym__Alignof] = ACTIONS(1246), + [anon_sym_offsetof] = ACTIONS(1246), + [anon_sym__Generic] = ACTIONS(1246), + [anon_sym_asm] = ACTIONS(1246), + [anon_sym___asm__] = ACTIONS(1246), + [anon_sym___asm] = ACTIONS(1246), + [sym_number_literal] = ACTIONS(1248), + [anon_sym_L_SQUOTE] = ACTIONS(1248), + [anon_sym_u_SQUOTE] = ACTIONS(1248), + [anon_sym_U_SQUOTE] = ACTIONS(1248), + [anon_sym_u8_SQUOTE] = ACTIONS(1248), + [anon_sym_SQUOTE] = ACTIONS(1248), + [anon_sym_L_DQUOTE] = ACTIONS(1248), + [anon_sym_u_DQUOTE] = ACTIONS(1248), + [anon_sym_U_DQUOTE] = ACTIONS(1248), + [anon_sym_u8_DQUOTE] = ACTIONS(1248), + [anon_sym_DQUOTE] = ACTIONS(1248), + [sym_true] = ACTIONS(1246), + [sym_false] = ACTIONS(1246), + [anon_sym_NULL] = ACTIONS(1246), + [anon_sym_nullptr] = ACTIONS(1246), + [sym_comment] = ACTIONS(3), + }, + [STATE(245)] = { + [ts_builtin_sym_end] = ACTIONS(1236), + [sym_identifier] = ACTIONS(1234), + [aux_sym_preproc_include_token1] = ACTIONS(1234), + [aux_sym_preproc_def_token1] = ACTIONS(1234), + [aux_sym_preproc_if_token1] = ACTIONS(1234), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1234), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1234), + [sym_preproc_directive] = ACTIONS(1234), + [anon_sym_LPAREN2] = ACTIONS(1236), + [anon_sym_BANG] = ACTIONS(1236), + [anon_sym_TILDE] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1234), + [anon_sym_PLUS] = ACTIONS(1234), + [anon_sym_STAR] = ACTIONS(1236), + [anon_sym_AMP] = ACTIONS(1236), + [anon_sym_SEMI] = ACTIONS(1236), + [anon_sym___extension__] = ACTIONS(1234), + [anon_sym_typedef] = ACTIONS(1234), + [anon_sym_extern] = ACTIONS(1234), + [anon_sym___attribute__] = ACTIONS(1234), + [anon_sym___attribute] = ACTIONS(1234), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1236), + [anon_sym___declspec] = ACTIONS(1234), + [anon_sym___cdecl] = ACTIONS(1234), + [anon_sym___clrcall] = ACTIONS(1234), + [anon_sym___stdcall] = ACTIONS(1234), + [anon_sym___fastcall] = ACTIONS(1234), + [anon_sym___thiscall] = ACTIONS(1234), + [anon_sym___vectorcall] = ACTIONS(1234), + [anon_sym_LBRACE] = ACTIONS(1236), + [anon_sym_signed] = ACTIONS(1234), + [anon_sym_unsigned] = ACTIONS(1234), + [anon_sym_long] = ACTIONS(1234), + [anon_sym_short] = ACTIONS(1234), + [anon_sym_static] = ACTIONS(1234), + [anon_sym_auto] = ACTIONS(1234), + [anon_sym_register] = ACTIONS(1234), + [anon_sym_inline] = ACTIONS(1234), + [anon_sym___inline] = ACTIONS(1234), + [anon_sym___inline__] = ACTIONS(1234), + [anon_sym___forceinline] = ACTIONS(1234), + [anon_sym_thread_local] = ACTIONS(1234), + [anon_sym___thread] = ACTIONS(1234), + [anon_sym_const] = ACTIONS(1234), + [anon_sym_constexpr] = ACTIONS(1234), + [anon_sym_volatile] = ACTIONS(1234), + [anon_sym_restrict] = ACTIONS(1234), + [anon_sym___restrict__] = ACTIONS(1234), + [anon_sym__Atomic] = ACTIONS(1234), + [anon_sym__Noreturn] = ACTIONS(1234), + [anon_sym_noreturn] = ACTIONS(1234), + [anon_sym__Nonnull] = ACTIONS(1234), + [anon_sym_alignas] = ACTIONS(1234), + [anon_sym__Alignas] = ACTIONS(1234), + [sym_primitive_type] = ACTIONS(1234), + [anon_sym_enum] = ACTIONS(1234), + [anon_sym_struct] = ACTIONS(1234), + [anon_sym_union] = ACTIONS(1234), + [anon_sym_if] = ACTIONS(1234), + [anon_sym_else] = ACTIONS(1234), + [anon_sym_switch] = ACTIONS(1234), + [anon_sym_case] = ACTIONS(1234), + [anon_sym_default] = ACTIONS(1234), + [anon_sym_while] = ACTIONS(1234), + [anon_sym_do] = ACTIONS(1234), + [anon_sym_for] = ACTIONS(1234), + [anon_sym_return] = ACTIONS(1234), + [anon_sym_break] = ACTIONS(1234), + [anon_sym_continue] = ACTIONS(1234), + [anon_sym_goto] = ACTIONS(1234), + [anon_sym___try] = ACTIONS(1234), + [anon_sym___leave] = ACTIONS(1234), + [anon_sym_DASH_DASH] = ACTIONS(1236), + [anon_sym_PLUS_PLUS] = ACTIONS(1236), + [anon_sym_sizeof] = ACTIONS(1234), + [anon_sym___alignof__] = ACTIONS(1234), + [anon_sym___alignof] = ACTIONS(1234), + [anon_sym__alignof] = ACTIONS(1234), + [anon_sym_alignof] = ACTIONS(1234), + [anon_sym__Alignof] = ACTIONS(1234), + [anon_sym_offsetof] = ACTIONS(1234), + [anon_sym__Generic] = ACTIONS(1234), + [anon_sym_asm] = ACTIONS(1234), + [anon_sym___asm__] = ACTIONS(1234), + [anon_sym___asm] = ACTIONS(1234), + [sym_number_literal] = ACTIONS(1236), + [anon_sym_L_SQUOTE] = ACTIONS(1236), + [anon_sym_u_SQUOTE] = ACTIONS(1236), + [anon_sym_U_SQUOTE] = ACTIONS(1236), + [anon_sym_u8_SQUOTE] = ACTIONS(1236), + [anon_sym_SQUOTE] = ACTIONS(1236), + [anon_sym_L_DQUOTE] = ACTIONS(1236), + [anon_sym_u_DQUOTE] = ACTIONS(1236), + [anon_sym_U_DQUOTE] = ACTIONS(1236), + [anon_sym_u8_DQUOTE] = ACTIONS(1236), + [anon_sym_DQUOTE] = ACTIONS(1236), + [sym_true] = ACTIONS(1234), + [sym_false] = ACTIONS(1234), + [anon_sym_NULL] = ACTIONS(1234), + [anon_sym_nullptr] = ACTIONS(1234), [sym_comment] = ACTIONS(3), }, - [274] = { - [sym_identifier] = ACTIONS(1268), - [aux_sym_preproc_include_token1] = ACTIONS(1268), - [aux_sym_preproc_def_token1] = ACTIONS(1268), - [aux_sym_preproc_if_token1] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1268), - [sym_preproc_directive] = ACTIONS(1268), - [anon_sym_LPAREN2] = ACTIONS(1270), - [anon_sym_BANG] = ACTIONS(1270), - [anon_sym_TILDE] = ACTIONS(1270), - [anon_sym_DASH] = ACTIONS(1268), - [anon_sym_PLUS] = ACTIONS(1268), - [anon_sym_STAR] = ACTIONS(1270), - [anon_sym_AMP] = ACTIONS(1270), - [anon_sym_SEMI] = ACTIONS(1270), - [anon_sym___extension__] = ACTIONS(1268), - [anon_sym_typedef] = ACTIONS(1268), - [anon_sym_extern] = ACTIONS(1268), - [anon_sym___attribute__] = ACTIONS(1268), - [anon_sym___attribute] = ACTIONS(1268), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1270), - [anon_sym___declspec] = ACTIONS(1268), - [anon_sym___cdecl] = ACTIONS(1268), - [anon_sym___clrcall] = ACTIONS(1268), - [anon_sym___stdcall] = ACTIONS(1268), - [anon_sym___fastcall] = ACTIONS(1268), - [anon_sym___thiscall] = ACTIONS(1268), - [anon_sym___vectorcall] = ACTIONS(1268), - [anon_sym_LBRACE] = ACTIONS(1270), - [anon_sym_RBRACE] = ACTIONS(1270), - [anon_sym_signed] = ACTIONS(1268), - [anon_sym_unsigned] = ACTIONS(1268), - [anon_sym_long] = ACTIONS(1268), - [anon_sym_short] = ACTIONS(1268), - [anon_sym_static] = ACTIONS(1268), - [anon_sym_auto] = ACTIONS(1268), - [anon_sym_register] = ACTIONS(1268), - [anon_sym_inline] = ACTIONS(1268), - [anon_sym___inline] = ACTIONS(1268), - [anon_sym___inline__] = ACTIONS(1268), - [anon_sym___forceinline] = ACTIONS(1268), - [anon_sym_thread_local] = ACTIONS(1268), - [anon_sym___thread] = ACTIONS(1268), - [anon_sym_const] = ACTIONS(1268), - [anon_sym_constexpr] = ACTIONS(1268), - [anon_sym_volatile] = ACTIONS(1268), - [anon_sym_restrict] = ACTIONS(1268), - [anon_sym___restrict__] = ACTIONS(1268), - [anon_sym__Atomic] = ACTIONS(1268), - [anon_sym__Noreturn] = ACTIONS(1268), - [anon_sym_noreturn] = ACTIONS(1268), - [anon_sym__Nonnull] = ACTIONS(1268), - [anon_sym_alignas] = ACTIONS(1268), - [anon_sym__Alignas] = ACTIONS(1268), - [sym_primitive_type] = ACTIONS(1268), - [anon_sym_enum] = ACTIONS(1268), - [anon_sym_struct] = ACTIONS(1268), - [anon_sym_union] = ACTIONS(1268), - [anon_sym_if] = ACTIONS(1268), - [anon_sym_switch] = ACTIONS(1268), - [anon_sym_case] = ACTIONS(1268), - [anon_sym_default] = ACTIONS(1268), - [anon_sym_while] = ACTIONS(1268), - [anon_sym_do] = ACTIONS(1268), - [anon_sym_for] = ACTIONS(1268), - [anon_sym_return] = ACTIONS(1268), - [anon_sym_break] = ACTIONS(1268), - [anon_sym_continue] = ACTIONS(1268), - [anon_sym_goto] = ACTIONS(1268), - [anon_sym___try] = ACTIONS(1268), - [anon_sym___leave] = ACTIONS(1268), - [anon_sym_DASH_DASH] = ACTIONS(1270), - [anon_sym_PLUS_PLUS] = ACTIONS(1270), - [anon_sym_sizeof] = ACTIONS(1268), - [anon_sym___alignof__] = ACTIONS(1268), - [anon_sym___alignof] = ACTIONS(1268), - [anon_sym__alignof] = ACTIONS(1268), - [anon_sym_alignof] = ACTIONS(1268), - [anon_sym__Alignof] = ACTIONS(1268), - [anon_sym_offsetof] = ACTIONS(1268), - [anon_sym__Generic] = ACTIONS(1268), - [anon_sym_asm] = ACTIONS(1268), - [anon_sym___asm__] = ACTIONS(1268), - [anon_sym___asm] = ACTIONS(1268), - [sym_number_literal] = ACTIONS(1270), - [anon_sym_L_SQUOTE] = ACTIONS(1270), - [anon_sym_u_SQUOTE] = ACTIONS(1270), - [anon_sym_U_SQUOTE] = ACTIONS(1270), - [anon_sym_u8_SQUOTE] = ACTIONS(1270), - [anon_sym_SQUOTE] = ACTIONS(1270), - [anon_sym_L_DQUOTE] = ACTIONS(1270), - [anon_sym_u_DQUOTE] = ACTIONS(1270), - [anon_sym_U_DQUOTE] = ACTIONS(1270), - [anon_sym_u8_DQUOTE] = ACTIONS(1270), - [anon_sym_DQUOTE] = ACTIONS(1270), - [sym_true] = ACTIONS(1268), - [sym_false] = ACTIONS(1268), - [anon_sym_NULL] = ACTIONS(1268), - [anon_sym_nullptr] = ACTIONS(1268), + [STATE(246)] = { + [sym_identifier] = ACTIONS(1246), + [aux_sym_preproc_include_token1] = ACTIONS(1246), + [aux_sym_preproc_def_token1] = ACTIONS(1246), + [aux_sym_preproc_if_token1] = ACTIONS(1246), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1246), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1246), + [sym_preproc_directive] = ACTIONS(1246), + [anon_sym_LPAREN2] = ACTIONS(1248), + [anon_sym_BANG] = ACTIONS(1248), + [anon_sym_TILDE] = ACTIONS(1248), + [anon_sym_DASH] = ACTIONS(1246), + [anon_sym_PLUS] = ACTIONS(1246), + [anon_sym_STAR] = ACTIONS(1248), + [anon_sym_AMP] = ACTIONS(1248), + [anon_sym_SEMI] = ACTIONS(1248), + [anon_sym___extension__] = ACTIONS(1246), + [anon_sym_typedef] = ACTIONS(1246), + [anon_sym_extern] = ACTIONS(1246), + [anon_sym___attribute__] = ACTIONS(1246), + [anon_sym___attribute] = ACTIONS(1246), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1248), + [anon_sym___declspec] = ACTIONS(1246), + [anon_sym___cdecl] = ACTIONS(1246), + [anon_sym___clrcall] = ACTIONS(1246), + [anon_sym___stdcall] = ACTIONS(1246), + [anon_sym___fastcall] = ACTIONS(1246), + [anon_sym___thiscall] = ACTIONS(1246), + [anon_sym___vectorcall] = ACTIONS(1246), + [anon_sym_LBRACE] = ACTIONS(1248), + [anon_sym_RBRACE] = ACTIONS(1248), + [anon_sym_signed] = ACTIONS(1246), + [anon_sym_unsigned] = ACTIONS(1246), + [anon_sym_long] = ACTIONS(1246), + [anon_sym_short] = ACTIONS(1246), + [anon_sym_static] = ACTIONS(1246), + [anon_sym_auto] = ACTIONS(1246), + [anon_sym_register] = ACTIONS(1246), + [anon_sym_inline] = ACTIONS(1246), + [anon_sym___inline] = ACTIONS(1246), + [anon_sym___inline__] = ACTIONS(1246), + [anon_sym___forceinline] = ACTIONS(1246), + [anon_sym_thread_local] = ACTIONS(1246), + [anon_sym___thread] = ACTIONS(1246), + [anon_sym_const] = ACTIONS(1246), + [anon_sym_constexpr] = ACTIONS(1246), + [anon_sym_volatile] = ACTIONS(1246), + [anon_sym_restrict] = ACTIONS(1246), + [anon_sym___restrict__] = ACTIONS(1246), + [anon_sym__Atomic] = ACTIONS(1246), + [anon_sym__Noreturn] = ACTIONS(1246), + [anon_sym_noreturn] = ACTIONS(1246), + [anon_sym__Nonnull] = ACTIONS(1246), + [anon_sym_alignas] = ACTIONS(1246), + [anon_sym__Alignas] = ACTIONS(1246), + [sym_primitive_type] = ACTIONS(1246), + [anon_sym_enum] = ACTIONS(1246), + [anon_sym_struct] = ACTIONS(1246), + [anon_sym_union] = ACTIONS(1246), + [anon_sym_if] = ACTIONS(1246), + [anon_sym_else] = ACTIONS(1246), + [anon_sym_switch] = ACTIONS(1246), + [anon_sym_case] = ACTIONS(1246), + [anon_sym_default] = ACTIONS(1246), + [anon_sym_while] = ACTIONS(1246), + [anon_sym_do] = ACTIONS(1246), + [anon_sym_for] = ACTIONS(1246), + [anon_sym_return] = ACTIONS(1246), + [anon_sym_break] = ACTIONS(1246), + [anon_sym_continue] = ACTIONS(1246), + [anon_sym_goto] = ACTIONS(1246), + [anon_sym___try] = ACTIONS(1246), + [anon_sym___leave] = ACTIONS(1246), + [anon_sym_DASH_DASH] = ACTIONS(1248), + [anon_sym_PLUS_PLUS] = ACTIONS(1248), + [anon_sym_sizeof] = ACTIONS(1246), + [anon_sym___alignof__] = ACTIONS(1246), + [anon_sym___alignof] = ACTIONS(1246), + [anon_sym__alignof] = ACTIONS(1246), + [anon_sym_alignof] = ACTIONS(1246), + [anon_sym__Alignof] = ACTIONS(1246), + [anon_sym_offsetof] = ACTIONS(1246), + [anon_sym__Generic] = ACTIONS(1246), + [anon_sym_asm] = ACTIONS(1246), + [anon_sym___asm__] = ACTIONS(1246), + [anon_sym___asm] = ACTIONS(1246), + [sym_number_literal] = ACTIONS(1248), + [anon_sym_L_SQUOTE] = ACTIONS(1248), + [anon_sym_u_SQUOTE] = ACTIONS(1248), + [anon_sym_U_SQUOTE] = ACTIONS(1248), + [anon_sym_u8_SQUOTE] = ACTIONS(1248), + [anon_sym_SQUOTE] = ACTIONS(1248), + [anon_sym_L_DQUOTE] = ACTIONS(1248), + [anon_sym_u_DQUOTE] = ACTIONS(1248), + [anon_sym_U_DQUOTE] = ACTIONS(1248), + [anon_sym_u8_DQUOTE] = ACTIONS(1248), + [anon_sym_DQUOTE] = ACTIONS(1248), + [sym_true] = ACTIONS(1246), + [sym_false] = ACTIONS(1246), + [anon_sym_NULL] = ACTIONS(1246), + [anon_sym_nullptr] = ACTIONS(1246), [sym_comment] = ACTIONS(3), }, - [275] = { - [sym_identifier] = ACTIONS(1296), - [aux_sym_preproc_include_token1] = ACTIONS(1296), - [aux_sym_preproc_def_token1] = ACTIONS(1296), - [aux_sym_preproc_if_token1] = ACTIONS(1296), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1296), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1296), - [sym_preproc_directive] = ACTIONS(1296), - [anon_sym_LPAREN2] = ACTIONS(1298), - [anon_sym_BANG] = ACTIONS(1298), - [anon_sym_TILDE] = ACTIONS(1298), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1298), - [anon_sym_AMP] = ACTIONS(1298), - [anon_sym_SEMI] = ACTIONS(1298), - [anon_sym___extension__] = ACTIONS(1296), - [anon_sym_typedef] = ACTIONS(1296), - [anon_sym_extern] = ACTIONS(1296), - [anon_sym___attribute__] = ACTIONS(1296), - [anon_sym___attribute] = ACTIONS(1296), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1298), - [anon_sym___declspec] = ACTIONS(1296), - [anon_sym___cdecl] = ACTIONS(1296), - [anon_sym___clrcall] = ACTIONS(1296), - [anon_sym___stdcall] = ACTIONS(1296), - [anon_sym___fastcall] = ACTIONS(1296), - [anon_sym___thiscall] = ACTIONS(1296), - [anon_sym___vectorcall] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1298), - [anon_sym_RBRACE] = ACTIONS(1298), - [anon_sym_signed] = ACTIONS(1296), - [anon_sym_unsigned] = ACTIONS(1296), - [anon_sym_long] = ACTIONS(1296), - [anon_sym_short] = ACTIONS(1296), - [anon_sym_static] = ACTIONS(1296), - [anon_sym_auto] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_inline] = ACTIONS(1296), - [anon_sym___inline] = ACTIONS(1296), - [anon_sym___inline__] = ACTIONS(1296), - [anon_sym___forceinline] = ACTIONS(1296), - [anon_sym_thread_local] = ACTIONS(1296), - [anon_sym___thread] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1296), - [anon_sym_constexpr] = ACTIONS(1296), - [anon_sym_volatile] = ACTIONS(1296), - [anon_sym_restrict] = ACTIONS(1296), - [anon_sym___restrict__] = ACTIONS(1296), - [anon_sym__Atomic] = ACTIONS(1296), - [anon_sym__Noreturn] = ACTIONS(1296), - [anon_sym_noreturn] = ACTIONS(1296), - [anon_sym__Nonnull] = ACTIONS(1296), - [anon_sym_alignas] = ACTIONS(1296), - [anon_sym__Alignas] = ACTIONS(1296), - [sym_primitive_type] = ACTIONS(1296), - [anon_sym_enum] = ACTIONS(1296), - [anon_sym_struct] = ACTIONS(1296), - [anon_sym_union] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_switch] = ACTIONS(1296), - [anon_sym_case] = ACTIONS(1296), - [anon_sym_default] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_for] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_break] = ACTIONS(1296), - [anon_sym_continue] = ACTIONS(1296), - [anon_sym_goto] = ACTIONS(1296), - [anon_sym___try] = ACTIONS(1296), - [anon_sym___leave] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(1298), - [anon_sym_PLUS_PLUS] = ACTIONS(1298), - [anon_sym_sizeof] = ACTIONS(1296), - [anon_sym___alignof__] = ACTIONS(1296), - [anon_sym___alignof] = ACTIONS(1296), - [anon_sym__alignof] = ACTIONS(1296), - [anon_sym_alignof] = ACTIONS(1296), - [anon_sym__Alignof] = ACTIONS(1296), - [anon_sym_offsetof] = ACTIONS(1296), - [anon_sym__Generic] = ACTIONS(1296), - [anon_sym_asm] = ACTIONS(1296), - [anon_sym___asm__] = ACTIONS(1296), - [anon_sym___asm] = ACTIONS(1296), - [sym_number_literal] = ACTIONS(1298), - [anon_sym_L_SQUOTE] = ACTIONS(1298), - [anon_sym_u_SQUOTE] = ACTIONS(1298), - [anon_sym_U_SQUOTE] = ACTIONS(1298), - [anon_sym_u8_SQUOTE] = ACTIONS(1298), - [anon_sym_SQUOTE] = ACTIONS(1298), - [anon_sym_L_DQUOTE] = ACTIONS(1298), - [anon_sym_u_DQUOTE] = ACTIONS(1298), - [anon_sym_U_DQUOTE] = ACTIONS(1298), - [anon_sym_u8_DQUOTE] = ACTIONS(1298), - [anon_sym_DQUOTE] = ACTIONS(1298), - [sym_true] = ACTIONS(1296), - [sym_false] = ACTIONS(1296), - [anon_sym_NULL] = ACTIONS(1296), - [anon_sym_nullptr] = ACTIONS(1296), + [STATE(247)] = { + [ts_builtin_sym_end] = ACTIONS(1184), + [sym_identifier] = ACTIONS(1182), + [aux_sym_preproc_include_token1] = ACTIONS(1182), + [aux_sym_preproc_def_token1] = ACTIONS(1182), + [aux_sym_preproc_if_token1] = ACTIONS(1182), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1182), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1182), + [sym_preproc_directive] = ACTIONS(1182), + [anon_sym_LPAREN2] = ACTIONS(1184), + [anon_sym_BANG] = ACTIONS(1184), + [anon_sym_TILDE] = ACTIONS(1184), + [anon_sym_DASH] = ACTIONS(1182), + [anon_sym_PLUS] = ACTIONS(1182), + [anon_sym_STAR] = ACTIONS(1184), + [anon_sym_AMP] = ACTIONS(1184), + [anon_sym_SEMI] = ACTIONS(1184), + [anon_sym___extension__] = ACTIONS(1182), + [anon_sym_typedef] = ACTIONS(1182), + [anon_sym_extern] = ACTIONS(1182), + [anon_sym___attribute__] = ACTIONS(1182), + [anon_sym___attribute] = ACTIONS(1182), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1184), + [anon_sym___declspec] = ACTIONS(1182), + [anon_sym___cdecl] = ACTIONS(1182), + [anon_sym___clrcall] = ACTIONS(1182), + [anon_sym___stdcall] = ACTIONS(1182), + [anon_sym___fastcall] = ACTIONS(1182), + [anon_sym___thiscall] = ACTIONS(1182), + [anon_sym___vectorcall] = ACTIONS(1182), + [anon_sym_LBRACE] = ACTIONS(1184), + [anon_sym_signed] = ACTIONS(1182), + [anon_sym_unsigned] = ACTIONS(1182), + [anon_sym_long] = ACTIONS(1182), + [anon_sym_short] = ACTIONS(1182), + [anon_sym_static] = ACTIONS(1182), + [anon_sym_auto] = ACTIONS(1182), + [anon_sym_register] = ACTIONS(1182), + [anon_sym_inline] = ACTIONS(1182), + [anon_sym___inline] = ACTIONS(1182), + [anon_sym___inline__] = ACTIONS(1182), + [anon_sym___forceinline] = ACTIONS(1182), + [anon_sym_thread_local] = ACTIONS(1182), + [anon_sym___thread] = ACTIONS(1182), + [anon_sym_const] = ACTIONS(1182), + [anon_sym_constexpr] = ACTIONS(1182), + [anon_sym_volatile] = ACTIONS(1182), + [anon_sym_restrict] = ACTIONS(1182), + [anon_sym___restrict__] = ACTIONS(1182), + [anon_sym__Atomic] = ACTIONS(1182), + [anon_sym__Noreturn] = ACTIONS(1182), + [anon_sym_noreturn] = ACTIONS(1182), + [anon_sym__Nonnull] = ACTIONS(1182), + [anon_sym_alignas] = ACTIONS(1182), + [anon_sym__Alignas] = ACTIONS(1182), + [sym_primitive_type] = ACTIONS(1182), + [anon_sym_enum] = ACTIONS(1182), + [anon_sym_struct] = ACTIONS(1182), + [anon_sym_union] = ACTIONS(1182), + [anon_sym_if] = ACTIONS(1182), + [anon_sym_else] = ACTIONS(1182), + [anon_sym_switch] = ACTIONS(1182), + [anon_sym_case] = ACTIONS(1182), + [anon_sym_default] = ACTIONS(1182), + [anon_sym_while] = ACTIONS(1182), + [anon_sym_do] = ACTIONS(1182), + [anon_sym_for] = ACTIONS(1182), + [anon_sym_return] = ACTIONS(1182), + [anon_sym_break] = ACTIONS(1182), + [anon_sym_continue] = ACTIONS(1182), + [anon_sym_goto] = ACTIONS(1182), + [anon_sym___try] = ACTIONS(1182), + [anon_sym___leave] = ACTIONS(1182), + [anon_sym_DASH_DASH] = ACTIONS(1184), + [anon_sym_PLUS_PLUS] = ACTIONS(1184), + [anon_sym_sizeof] = ACTIONS(1182), + [anon_sym___alignof__] = ACTIONS(1182), + [anon_sym___alignof] = ACTIONS(1182), + [anon_sym__alignof] = ACTIONS(1182), + [anon_sym_alignof] = ACTIONS(1182), + [anon_sym__Alignof] = ACTIONS(1182), + [anon_sym_offsetof] = ACTIONS(1182), + [anon_sym__Generic] = ACTIONS(1182), + [anon_sym_asm] = ACTIONS(1182), + [anon_sym___asm__] = ACTIONS(1182), + [anon_sym___asm] = ACTIONS(1182), + [sym_number_literal] = ACTIONS(1184), + [anon_sym_L_SQUOTE] = ACTIONS(1184), + [anon_sym_u_SQUOTE] = ACTIONS(1184), + [anon_sym_U_SQUOTE] = ACTIONS(1184), + [anon_sym_u8_SQUOTE] = ACTIONS(1184), + [anon_sym_SQUOTE] = ACTIONS(1184), + [anon_sym_L_DQUOTE] = ACTIONS(1184), + [anon_sym_u_DQUOTE] = ACTIONS(1184), + [anon_sym_U_DQUOTE] = ACTIONS(1184), + [anon_sym_u8_DQUOTE] = ACTIONS(1184), + [anon_sym_DQUOTE] = ACTIONS(1184), + [sym_true] = ACTIONS(1182), + [sym_false] = ACTIONS(1182), + [anon_sym_NULL] = ACTIONS(1182), + [anon_sym_nullptr] = ACTIONS(1182), [sym_comment] = ACTIONS(3), }, - [276] = { - [sym_identifier] = ACTIONS(1308), - [aux_sym_preproc_include_token1] = ACTIONS(1308), - [aux_sym_preproc_def_token1] = ACTIONS(1308), - [aux_sym_preproc_if_token1] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), - [sym_preproc_directive] = ACTIONS(1308), - [anon_sym_LPAREN2] = ACTIONS(1310), - [anon_sym_BANG] = ACTIONS(1310), - [anon_sym_TILDE] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1308), - [anon_sym_PLUS] = ACTIONS(1308), - [anon_sym_STAR] = ACTIONS(1310), - [anon_sym_AMP] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym___extension__] = ACTIONS(1308), - [anon_sym_typedef] = ACTIONS(1308), - [anon_sym_extern] = ACTIONS(1308), - [anon_sym___attribute__] = ACTIONS(1308), - [anon_sym___attribute] = ACTIONS(1308), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1310), - [anon_sym___declspec] = ACTIONS(1308), - [anon_sym___cdecl] = ACTIONS(1308), - [anon_sym___clrcall] = ACTIONS(1308), - [anon_sym___stdcall] = ACTIONS(1308), - [anon_sym___fastcall] = ACTIONS(1308), - [anon_sym___thiscall] = ACTIONS(1308), - [anon_sym___vectorcall] = ACTIONS(1308), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_RBRACE] = ACTIONS(1310), - [anon_sym_signed] = ACTIONS(1308), - [anon_sym_unsigned] = ACTIONS(1308), - [anon_sym_long] = ACTIONS(1308), - [anon_sym_short] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1308), - [anon_sym_auto] = ACTIONS(1308), - [anon_sym_register] = ACTIONS(1308), - [anon_sym_inline] = ACTIONS(1308), - [anon_sym___inline] = ACTIONS(1308), - [anon_sym___inline__] = ACTIONS(1308), - [anon_sym___forceinline] = ACTIONS(1308), - [anon_sym_thread_local] = ACTIONS(1308), - [anon_sym___thread] = ACTIONS(1308), - [anon_sym_const] = ACTIONS(1308), - [anon_sym_constexpr] = ACTIONS(1308), - [anon_sym_volatile] = ACTIONS(1308), - [anon_sym_restrict] = ACTIONS(1308), - [anon_sym___restrict__] = ACTIONS(1308), - [anon_sym__Atomic] = ACTIONS(1308), - [anon_sym__Noreturn] = ACTIONS(1308), - [anon_sym_noreturn] = ACTIONS(1308), - [anon_sym__Nonnull] = ACTIONS(1308), - [anon_sym_alignas] = ACTIONS(1308), - [anon_sym__Alignas] = ACTIONS(1308), - [sym_primitive_type] = ACTIONS(1308), - [anon_sym_enum] = ACTIONS(1308), - [anon_sym_struct] = ACTIONS(1308), - [anon_sym_union] = ACTIONS(1308), - [anon_sym_if] = ACTIONS(1308), - [anon_sym_switch] = ACTIONS(1308), - [anon_sym_case] = ACTIONS(1308), - [anon_sym_default] = ACTIONS(1308), - [anon_sym_while] = ACTIONS(1308), - [anon_sym_do] = ACTIONS(1308), - [anon_sym_for] = ACTIONS(1308), - [anon_sym_return] = ACTIONS(1308), - [anon_sym_break] = ACTIONS(1308), - [anon_sym_continue] = ACTIONS(1308), - [anon_sym_goto] = ACTIONS(1308), - [anon_sym___try] = ACTIONS(1308), - [anon_sym___leave] = ACTIONS(1308), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_PLUS_PLUS] = ACTIONS(1310), - [anon_sym_sizeof] = ACTIONS(1308), - [anon_sym___alignof__] = ACTIONS(1308), - [anon_sym___alignof] = ACTIONS(1308), - [anon_sym__alignof] = ACTIONS(1308), - [anon_sym_alignof] = ACTIONS(1308), - [anon_sym__Alignof] = ACTIONS(1308), - [anon_sym_offsetof] = ACTIONS(1308), - [anon_sym__Generic] = ACTIONS(1308), - [anon_sym_asm] = ACTIONS(1308), - [anon_sym___asm__] = ACTIONS(1308), - [anon_sym___asm] = ACTIONS(1308), - [sym_number_literal] = ACTIONS(1310), - [anon_sym_L_SQUOTE] = ACTIONS(1310), - [anon_sym_u_SQUOTE] = ACTIONS(1310), - [anon_sym_U_SQUOTE] = ACTIONS(1310), - [anon_sym_u8_SQUOTE] = ACTIONS(1310), - [anon_sym_SQUOTE] = ACTIONS(1310), - [anon_sym_L_DQUOTE] = ACTIONS(1310), - [anon_sym_u_DQUOTE] = ACTIONS(1310), - [anon_sym_U_DQUOTE] = ACTIONS(1310), - [anon_sym_u8_DQUOTE] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym_true] = ACTIONS(1308), - [sym_false] = ACTIONS(1308), - [anon_sym_NULL] = ACTIONS(1308), - [anon_sym_nullptr] = ACTIONS(1308), + [STATE(248)] = { + [ts_builtin_sym_end] = ACTIONS(1156), + [sym_identifier] = ACTIONS(1154), + [aux_sym_preproc_include_token1] = ACTIONS(1154), + [aux_sym_preproc_def_token1] = ACTIONS(1154), + [aux_sym_preproc_if_token1] = ACTIONS(1154), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1154), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1154), + [sym_preproc_directive] = ACTIONS(1154), + [anon_sym_LPAREN2] = ACTIONS(1156), + [anon_sym_BANG] = ACTIONS(1156), + [anon_sym_TILDE] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1154), + [anon_sym_STAR] = ACTIONS(1156), + [anon_sym_AMP] = ACTIONS(1156), + [anon_sym_SEMI] = ACTIONS(1156), + [anon_sym___extension__] = ACTIONS(1154), + [anon_sym_typedef] = ACTIONS(1154), + [anon_sym_extern] = ACTIONS(1154), + [anon_sym___attribute__] = ACTIONS(1154), + [anon_sym___attribute] = ACTIONS(1154), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1156), + [anon_sym___declspec] = ACTIONS(1154), + [anon_sym___cdecl] = ACTIONS(1154), + [anon_sym___clrcall] = ACTIONS(1154), + [anon_sym___stdcall] = ACTIONS(1154), + [anon_sym___fastcall] = ACTIONS(1154), + [anon_sym___thiscall] = ACTIONS(1154), + [anon_sym___vectorcall] = ACTIONS(1154), + [anon_sym_LBRACE] = ACTIONS(1156), + [anon_sym_signed] = ACTIONS(1154), + [anon_sym_unsigned] = ACTIONS(1154), + [anon_sym_long] = ACTIONS(1154), + [anon_sym_short] = ACTIONS(1154), + [anon_sym_static] = ACTIONS(1154), + [anon_sym_auto] = ACTIONS(1154), + [anon_sym_register] = ACTIONS(1154), + [anon_sym_inline] = ACTIONS(1154), + [anon_sym___inline] = ACTIONS(1154), + [anon_sym___inline__] = ACTIONS(1154), + [anon_sym___forceinline] = ACTIONS(1154), + [anon_sym_thread_local] = ACTIONS(1154), + [anon_sym___thread] = ACTIONS(1154), + [anon_sym_const] = ACTIONS(1154), + [anon_sym_constexpr] = ACTIONS(1154), + [anon_sym_volatile] = ACTIONS(1154), + [anon_sym_restrict] = ACTIONS(1154), + [anon_sym___restrict__] = ACTIONS(1154), + [anon_sym__Atomic] = ACTIONS(1154), + [anon_sym__Noreturn] = ACTIONS(1154), + [anon_sym_noreturn] = ACTIONS(1154), + [anon_sym__Nonnull] = ACTIONS(1154), + [anon_sym_alignas] = ACTIONS(1154), + [anon_sym__Alignas] = ACTIONS(1154), + [sym_primitive_type] = ACTIONS(1154), + [anon_sym_enum] = ACTIONS(1154), + [anon_sym_struct] = ACTIONS(1154), + [anon_sym_union] = ACTIONS(1154), + [anon_sym_if] = ACTIONS(1154), + [anon_sym_else] = ACTIONS(1154), + [anon_sym_switch] = ACTIONS(1154), + [anon_sym_case] = ACTIONS(1154), + [anon_sym_default] = ACTIONS(1154), + [anon_sym_while] = ACTIONS(1154), + [anon_sym_do] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1154), + [anon_sym_return] = ACTIONS(1154), + [anon_sym_break] = ACTIONS(1154), + [anon_sym_continue] = ACTIONS(1154), + [anon_sym_goto] = ACTIONS(1154), + [anon_sym___try] = ACTIONS(1154), + [anon_sym___leave] = ACTIONS(1154), + [anon_sym_DASH_DASH] = ACTIONS(1156), + [anon_sym_PLUS_PLUS] = ACTIONS(1156), + [anon_sym_sizeof] = ACTIONS(1154), + [anon_sym___alignof__] = ACTIONS(1154), + [anon_sym___alignof] = ACTIONS(1154), + [anon_sym__alignof] = ACTIONS(1154), + [anon_sym_alignof] = ACTIONS(1154), + [anon_sym__Alignof] = ACTIONS(1154), + [anon_sym_offsetof] = ACTIONS(1154), + [anon_sym__Generic] = ACTIONS(1154), + [anon_sym_asm] = ACTIONS(1154), + [anon_sym___asm__] = ACTIONS(1154), + [anon_sym___asm] = ACTIONS(1154), + [sym_number_literal] = ACTIONS(1156), + [anon_sym_L_SQUOTE] = ACTIONS(1156), + [anon_sym_u_SQUOTE] = ACTIONS(1156), + [anon_sym_U_SQUOTE] = ACTIONS(1156), + [anon_sym_u8_SQUOTE] = ACTIONS(1156), + [anon_sym_SQUOTE] = ACTIONS(1156), + [anon_sym_L_DQUOTE] = ACTIONS(1156), + [anon_sym_u_DQUOTE] = ACTIONS(1156), + [anon_sym_U_DQUOTE] = ACTIONS(1156), + [anon_sym_u8_DQUOTE] = ACTIONS(1156), + [anon_sym_DQUOTE] = ACTIONS(1156), + [sym_true] = ACTIONS(1154), + [sym_false] = ACTIONS(1154), + [anon_sym_NULL] = ACTIONS(1154), + [anon_sym_nullptr] = ACTIONS(1154), [sym_comment] = ACTIONS(3), }, - [277] = { - [sym_identifier] = ACTIONS(1316), - [aux_sym_preproc_include_token1] = ACTIONS(1316), - [aux_sym_preproc_def_token1] = ACTIONS(1316), - [aux_sym_preproc_if_token1] = ACTIONS(1316), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1316), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1316), - [sym_preproc_directive] = ACTIONS(1316), - [anon_sym_LPAREN2] = ACTIONS(1318), - [anon_sym_BANG] = ACTIONS(1318), - [anon_sym_TILDE] = ACTIONS(1318), - [anon_sym_DASH] = ACTIONS(1316), - [anon_sym_PLUS] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1318), - [anon_sym_AMP] = ACTIONS(1318), - [anon_sym_SEMI] = ACTIONS(1318), - [anon_sym___extension__] = ACTIONS(1316), - [anon_sym_typedef] = ACTIONS(1316), - [anon_sym_extern] = ACTIONS(1316), - [anon_sym___attribute__] = ACTIONS(1316), - [anon_sym___attribute] = ACTIONS(1316), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1318), - [anon_sym___declspec] = ACTIONS(1316), - [anon_sym___cdecl] = ACTIONS(1316), - [anon_sym___clrcall] = ACTIONS(1316), - [anon_sym___stdcall] = ACTIONS(1316), - [anon_sym___fastcall] = ACTIONS(1316), - [anon_sym___thiscall] = ACTIONS(1316), - [anon_sym___vectorcall] = ACTIONS(1316), - [anon_sym_LBRACE] = ACTIONS(1318), - [anon_sym_RBRACE] = ACTIONS(1318), - [anon_sym_signed] = ACTIONS(1316), - [anon_sym_unsigned] = ACTIONS(1316), - [anon_sym_long] = ACTIONS(1316), - [anon_sym_short] = ACTIONS(1316), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_auto] = ACTIONS(1316), - [anon_sym_register] = ACTIONS(1316), - [anon_sym_inline] = ACTIONS(1316), - [anon_sym___inline] = ACTIONS(1316), - [anon_sym___inline__] = ACTIONS(1316), - [anon_sym___forceinline] = ACTIONS(1316), - [anon_sym_thread_local] = ACTIONS(1316), - [anon_sym___thread] = ACTIONS(1316), - [anon_sym_const] = ACTIONS(1316), - [anon_sym_constexpr] = ACTIONS(1316), - [anon_sym_volatile] = ACTIONS(1316), - [anon_sym_restrict] = ACTIONS(1316), - [anon_sym___restrict__] = ACTIONS(1316), - [anon_sym__Atomic] = ACTIONS(1316), - [anon_sym__Noreturn] = ACTIONS(1316), - [anon_sym_noreturn] = ACTIONS(1316), - [anon_sym__Nonnull] = ACTIONS(1316), - [anon_sym_alignas] = ACTIONS(1316), - [anon_sym__Alignas] = ACTIONS(1316), - [sym_primitive_type] = ACTIONS(1316), - [anon_sym_enum] = ACTIONS(1316), - [anon_sym_struct] = ACTIONS(1316), - [anon_sym_union] = ACTIONS(1316), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1316), - [anon_sym_default] = ACTIONS(1316), - [anon_sym_while] = ACTIONS(1316), - [anon_sym_do] = ACTIONS(1316), - [anon_sym_for] = ACTIONS(1316), - [anon_sym_return] = ACTIONS(1316), - [anon_sym_break] = ACTIONS(1316), - [anon_sym_continue] = ACTIONS(1316), - [anon_sym_goto] = ACTIONS(1316), - [anon_sym___try] = ACTIONS(1316), - [anon_sym___leave] = ACTIONS(1316), - [anon_sym_DASH_DASH] = ACTIONS(1318), - [anon_sym_PLUS_PLUS] = ACTIONS(1318), - [anon_sym_sizeof] = ACTIONS(1316), - [anon_sym___alignof__] = ACTIONS(1316), - [anon_sym___alignof] = ACTIONS(1316), - [anon_sym__alignof] = ACTIONS(1316), - [anon_sym_alignof] = ACTIONS(1316), - [anon_sym__Alignof] = ACTIONS(1316), - [anon_sym_offsetof] = ACTIONS(1316), - [anon_sym__Generic] = ACTIONS(1316), - [anon_sym_asm] = ACTIONS(1316), - [anon_sym___asm__] = ACTIONS(1316), - [anon_sym___asm] = ACTIONS(1316), - [sym_number_literal] = ACTIONS(1318), - [anon_sym_L_SQUOTE] = ACTIONS(1318), - [anon_sym_u_SQUOTE] = ACTIONS(1318), - [anon_sym_U_SQUOTE] = ACTIONS(1318), - [anon_sym_u8_SQUOTE] = ACTIONS(1318), - [anon_sym_SQUOTE] = ACTIONS(1318), - [anon_sym_L_DQUOTE] = ACTIONS(1318), - [anon_sym_u_DQUOTE] = ACTIONS(1318), - [anon_sym_U_DQUOTE] = ACTIONS(1318), - [anon_sym_u8_DQUOTE] = ACTIONS(1318), - [anon_sym_DQUOTE] = ACTIONS(1318), - [sym_true] = ACTIONS(1316), - [sym_false] = ACTIONS(1316), - [anon_sym_NULL] = ACTIONS(1316), - [anon_sym_nullptr] = ACTIONS(1316), + [STATE(249)] = { + [sym_identifier] = ACTIONS(1144), + [aux_sym_preproc_include_token1] = ACTIONS(1144), + [aux_sym_preproc_def_token1] = ACTIONS(1144), + [aux_sym_preproc_if_token1] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1144), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1144), + [sym_preproc_directive] = ACTIONS(1144), + [anon_sym_LPAREN2] = ACTIONS(1142), + [anon_sym_BANG] = ACTIONS(1142), + [anon_sym_TILDE] = ACTIONS(1142), + [anon_sym_DASH] = ACTIONS(1144), + [anon_sym_PLUS] = ACTIONS(1144), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1142), + [anon_sym___extension__] = ACTIONS(1144), + [anon_sym_typedef] = ACTIONS(1144), + [anon_sym_extern] = ACTIONS(1144), + [anon_sym___attribute__] = ACTIONS(1144), + [anon_sym___attribute] = ACTIONS(1144), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1142), + [anon_sym___declspec] = ACTIONS(1144), + [anon_sym___cdecl] = ACTIONS(1144), + [anon_sym___clrcall] = ACTIONS(1144), + [anon_sym___stdcall] = ACTIONS(1144), + [anon_sym___fastcall] = ACTIONS(1144), + [anon_sym___thiscall] = ACTIONS(1144), + [anon_sym___vectorcall] = ACTIONS(1144), + [anon_sym_LBRACE] = ACTIONS(1142), + [anon_sym_RBRACE] = ACTIONS(1142), + [anon_sym_signed] = ACTIONS(1144), + [anon_sym_unsigned] = ACTIONS(1144), + [anon_sym_long] = ACTIONS(1144), + [anon_sym_short] = ACTIONS(1144), + [anon_sym_static] = ACTIONS(1144), + [anon_sym_auto] = ACTIONS(1144), + [anon_sym_register] = ACTIONS(1144), + [anon_sym_inline] = ACTIONS(1144), + [anon_sym___inline] = ACTIONS(1144), + [anon_sym___inline__] = ACTIONS(1144), + [anon_sym___forceinline] = ACTIONS(1144), + [anon_sym_thread_local] = ACTIONS(1144), + [anon_sym___thread] = ACTIONS(1144), + [anon_sym_const] = ACTIONS(1144), + [anon_sym_constexpr] = ACTIONS(1144), + [anon_sym_volatile] = ACTIONS(1144), + [anon_sym_restrict] = ACTIONS(1144), + [anon_sym___restrict__] = ACTIONS(1144), + [anon_sym__Atomic] = ACTIONS(1144), + [anon_sym__Noreturn] = ACTIONS(1144), + [anon_sym_noreturn] = ACTIONS(1144), + [anon_sym__Nonnull] = ACTIONS(1144), + [anon_sym_alignas] = ACTIONS(1144), + [anon_sym__Alignas] = ACTIONS(1144), + [sym_primitive_type] = ACTIONS(1144), + [anon_sym_enum] = ACTIONS(1144), + [anon_sym_struct] = ACTIONS(1144), + [anon_sym_union] = ACTIONS(1144), + [anon_sym_if] = ACTIONS(1144), + [anon_sym_else] = ACTIONS(1144), + [anon_sym_switch] = ACTIONS(1144), + [anon_sym_case] = ACTIONS(1144), + [anon_sym_default] = ACTIONS(1144), + [anon_sym_while] = ACTIONS(1144), + [anon_sym_do] = ACTIONS(1144), + [anon_sym_for] = ACTIONS(1144), + [anon_sym_return] = ACTIONS(1144), + [anon_sym_break] = ACTIONS(1144), + [anon_sym_continue] = ACTIONS(1144), + [anon_sym_goto] = ACTIONS(1144), + [anon_sym___try] = ACTIONS(1144), + [anon_sym___leave] = ACTIONS(1144), + [anon_sym_DASH_DASH] = ACTIONS(1142), + [anon_sym_PLUS_PLUS] = ACTIONS(1142), + [anon_sym_sizeof] = ACTIONS(1144), + [anon_sym___alignof__] = ACTIONS(1144), + [anon_sym___alignof] = ACTIONS(1144), + [anon_sym__alignof] = ACTIONS(1144), + [anon_sym_alignof] = ACTIONS(1144), + [anon_sym__Alignof] = ACTIONS(1144), + [anon_sym_offsetof] = ACTIONS(1144), + [anon_sym__Generic] = ACTIONS(1144), + [anon_sym_asm] = ACTIONS(1144), + [anon_sym___asm__] = ACTIONS(1144), + [anon_sym___asm] = ACTIONS(1144), + [sym_number_literal] = ACTIONS(1142), + [anon_sym_L_SQUOTE] = ACTIONS(1142), + [anon_sym_u_SQUOTE] = ACTIONS(1142), + [anon_sym_U_SQUOTE] = ACTIONS(1142), + [anon_sym_u8_SQUOTE] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1142), + [anon_sym_L_DQUOTE] = ACTIONS(1142), + [anon_sym_u_DQUOTE] = ACTIONS(1142), + [anon_sym_U_DQUOTE] = ACTIONS(1142), + [anon_sym_u8_DQUOTE] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(1142), + [sym_true] = ACTIONS(1144), + [sym_false] = ACTIONS(1144), + [anon_sym_NULL] = ACTIONS(1144), + [anon_sym_nullptr] = ACTIONS(1144), [sym_comment] = ACTIONS(3), }, - [278] = { - [sym_identifier] = ACTIONS(1320), - [aux_sym_preproc_include_token1] = ACTIONS(1320), - [aux_sym_preproc_def_token1] = ACTIONS(1320), - [aux_sym_preproc_if_token1] = ACTIONS(1320), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1320), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1320), - [sym_preproc_directive] = ACTIONS(1320), - [anon_sym_LPAREN2] = ACTIONS(1322), - [anon_sym_BANG] = ACTIONS(1322), - [anon_sym_TILDE] = ACTIONS(1322), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1322), - [anon_sym_AMP] = ACTIONS(1322), - [anon_sym_SEMI] = ACTIONS(1322), - [anon_sym___extension__] = ACTIONS(1320), - [anon_sym_typedef] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym___attribute__] = ACTIONS(1320), - [anon_sym___attribute] = ACTIONS(1320), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1322), - [anon_sym___declspec] = ACTIONS(1320), - [anon_sym___cdecl] = ACTIONS(1320), - [anon_sym___clrcall] = ACTIONS(1320), - [anon_sym___stdcall] = ACTIONS(1320), - [anon_sym___fastcall] = ACTIONS(1320), - [anon_sym___thiscall] = ACTIONS(1320), - [anon_sym___vectorcall] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_RBRACE] = ACTIONS(1322), - [anon_sym_signed] = ACTIONS(1320), - [anon_sym_unsigned] = ACTIONS(1320), - [anon_sym_long] = ACTIONS(1320), - [anon_sym_short] = ACTIONS(1320), - [anon_sym_static] = ACTIONS(1320), - [anon_sym_auto] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_inline] = ACTIONS(1320), - [anon_sym___inline] = ACTIONS(1320), - [anon_sym___inline__] = ACTIONS(1320), - [anon_sym___forceinline] = ACTIONS(1320), - [anon_sym_thread_local] = ACTIONS(1320), - [anon_sym___thread] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [anon_sym_constexpr] = ACTIONS(1320), - [anon_sym_volatile] = ACTIONS(1320), - [anon_sym_restrict] = ACTIONS(1320), - [anon_sym___restrict__] = ACTIONS(1320), - [anon_sym__Atomic] = ACTIONS(1320), - [anon_sym__Noreturn] = ACTIONS(1320), - [anon_sym_noreturn] = ACTIONS(1320), - [anon_sym__Nonnull] = ACTIONS(1320), - [anon_sym_alignas] = ACTIONS(1320), - [anon_sym__Alignas] = ACTIONS(1320), - [sym_primitive_type] = ACTIONS(1320), - [anon_sym_enum] = ACTIONS(1320), - [anon_sym_struct] = ACTIONS(1320), - [anon_sym_union] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_switch] = ACTIONS(1320), - [anon_sym_case] = ACTIONS(1320), - [anon_sym_default] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_goto] = ACTIONS(1320), - [anon_sym___try] = ACTIONS(1320), - [anon_sym___leave] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1322), - [anon_sym_PLUS_PLUS] = ACTIONS(1322), - [anon_sym_sizeof] = ACTIONS(1320), - [anon_sym___alignof__] = ACTIONS(1320), - [anon_sym___alignof] = ACTIONS(1320), - [anon_sym__alignof] = ACTIONS(1320), - [anon_sym_alignof] = ACTIONS(1320), - [anon_sym__Alignof] = ACTIONS(1320), - [anon_sym_offsetof] = ACTIONS(1320), - [anon_sym__Generic] = ACTIONS(1320), - [anon_sym_asm] = ACTIONS(1320), - [anon_sym___asm__] = ACTIONS(1320), - [anon_sym___asm] = ACTIONS(1320), - [sym_number_literal] = ACTIONS(1322), - [anon_sym_L_SQUOTE] = ACTIONS(1322), - [anon_sym_u_SQUOTE] = ACTIONS(1322), - [anon_sym_U_SQUOTE] = ACTIONS(1322), - [anon_sym_u8_SQUOTE] = ACTIONS(1322), - [anon_sym_SQUOTE] = ACTIONS(1322), - [anon_sym_L_DQUOTE] = ACTIONS(1322), - [anon_sym_u_DQUOTE] = ACTIONS(1322), - [anon_sym_U_DQUOTE] = ACTIONS(1322), - [anon_sym_u8_DQUOTE] = ACTIONS(1322), - [anon_sym_DQUOTE] = ACTIONS(1322), - [sym_true] = ACTIONS(1320), - [sym_false] = ACTIONS(1320), - [anon_sym_NULL] = ACTIONS(1320), - [anon_sym_nullptr] = ACTIONS(1320), + [STATE(250)] = { + [sym_identifier] = ACTIONS(1182), + [aux_sym_preproc_include_token1] = ACTIONS(1182), + [aux_sym_preproc_def_token1] = ACTIONS(1182), + [aux_sym_preproc_if_token1] = ACTIONS(1182), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1182), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1182), + [sym_preproc_directive] = ACTIONS(1182), + [anon_sym_LPAREN2] = ACTIONS(1184), + [anon_sym_BANG] = ACTIONS(1184), + [anon_sym_TILDE] = ACTIONS(1184), + [anon_sym_DASH] = ACTIONS(1182), + [anon_sym_PLUS] = ACTIONS(1182), + [anon_sym_STAR] = ACTIONS(1184), + [anon_sym_AMP] = ACTIONS(1184), + [anon_sym_SEMI] = ACTIONS(1184), + [anon_sym___extension__] = ACTIONS(1182), + [anon_sym_typedef] = ACTIONS(1182), + [anon_sym_extern] = ACTIONS(1182), + [anon_sym___attribute__] = ACTIONS(1182), + [anon_sym___attribute] = ACTIONS(1182), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1184), + [anon_sym___declspec] = ACTIONS(1182), + [anon_sym___cdecl] = ACTIONS(1182), + [anon_sym___clrcall] = ACTIONS(1182), + [anon_sym___stdcall] = ACTIONS(1182), + [anon_sym___fastcall] = ACTIONS(1182), + [anon_sym___thiscall] = ACTIONS(1182), + [anon_sym___vectorcall] = ACTIONS(1182), + [anon_sym_LBRACE] = ACTIONS(1184), + [anon_sym_RBRACE] = ACTIONS(1184), + [anon_sym_signed] = ACTIONS(1182), + [anon_sym_unsigned] = ACTIONS(1182), + [anon_sym_long] = ACTIONS(1182), + [anon_sym_short] = ACTIONS(1182), + [anon_sym_static] = ACTIONS(1182), + [anon_sym_auto] = ACTIONS(1182), + [anon_sym_register] = ACTIONS(1182), + [anon_sym_inline] = ACTIONS(1182), + [anon_sym___inline] = ACTIONS(1182), + [anon_sym___inline__] = ACTIONS(1182), + [anon_sym___forceinline] = ACTIONS(1182), + [anon_sym_thread_local] = ACTIONS(1182), + [anon_sym___thread] = ACTIONS(1182), + [anon_sym_const] = ACTIONS(1182), + [anon_sym_constexpr] = ACTIONS(1182), + [anon_sym_volatile] = ACTIONS(1182), + [anon_sym_restrict] = ACTIONS(1182), + [anon_sym___restrict__] = ACTIONS(1182), + [anon_sym__Atomic] = ACTIONS(1182), + [anon_sym__Noreturn] = ACTIONS(1182), + [anon_sym_noreturn] = ACTIONS(1182), + [anon_sym__Nonnull] = ACTIONS(1182), + [anon_sym_alignas] = ACTIONS(1182), + [anon_sym__Alignas] = ACTIONS(1182), + [sym_primitive_type] = ACTIONS(1182), + [anon_sym_enum] = ACTIONS(1182), + [anon_sym_struct] = ACTIONS(1182), + [anon_sym_union] = ACTIONS(1182), + [anon_sym_if] = ACTIONS(1182), + [anon_sym_else] = ACTIONS(1182), + [anon_sym_switch] = ACTIONS(1182), + [anon_sym_case] = ACTIONS(1182), + [anon_sym_default] = ACTIONS(1182), + [anon_sym_while] = ACTIONS(1182), + [anon_sym_do] = ACTIONS(1182), + [anon_sym_for] = ACTIONS(1182), + [anon_sym_return] = ACTIONS(1182), + [anon_sym_break] = ACTIONS(1182), + [anon_sym_continue] = ACTIONS(1182), + [anon_sym_goto] = ACTIONS(1182), + [anon_sym___try] = ACTIONS(1182), + [anon_sym___leave] = ACTIONS(1182), + [anon_sym_DASH_DASH] = ACTIONS(1184), + [anon_sym_PLUS_PLUS] = ACTIONS(1184), + [anon_sym_sizeof] = ACTIONS(1182), + [anon_sym___alignof__] = ACTIONS(1182), + [anon_sym___alignof] = ACTIONS(1182), + [anon_sym__alignof] = ACTIONS(1182), + [anon_sym_alignof] = ACTIONS(1182), + [anon_sym__Alignof] = ACTIONS(1182), + [anon_sym_offsetof] = ACTIONS(1182), + [anon_sym__Generic] = ACTIONS(1182), + [anon_sym_asm] = ACTIONS(1182), + [anon_sym___asm__] = ACTIONS(1182), + [anon_sym___asm] = ACTIONS(1182), + [sym_number_literal] = ACTIONS(1184), + [anon_sym_L_SQUOTE] = ACTIONS(1184), + [anon_sym_u_SQUOTE] = ACTIONS(1184), + [anon_sym_U_SQUOTE] = ACTIONS(1184), + [anon_sym_u8_SQUOTE] = ACTIONS(1184), + [anon_sym_SQUOTE] = ACTIONS(1184), + [anon_sym_L_DQUOTE] = ACTIONS(1184), + [anon_sym_u_DQUOTE] = ACTIONS(1184), + [anon_sym_U_DQUOTE] = ACTIONS(1184), + [anon_sym_u8_DQUOTE] = ACTIONS(1184), + [anon_sym_DQUOTE] = ACTIONS(1184), + [sym_true] = ACTIONS(1182), + [sym_false] = ACTIONS(1182), + [anon_sym_NULL] = ACTIONS(1182), + [anon_sym_nullptr] = ACTIONS(1182), [sym_comment] = ACTIONS(3), }, - [279] = { - [sym_identifier] = ACTIONS(1324), - [aux_sym_preproc_include_token1] = ACTIONS(1324), - [aux_sym_preproc_def_token1] = ACTIONS(1324), - [aux_sym_preproc_if_token1] = ACTIONS(1324), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1324), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1324), - [sym_preproc_directive] = ACTIONS(1324), - [anon_sym_LPAREN2] = ACTIONS(1326), - [anon_sym_BANG] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1324), - [anon_sym_PLUS] = ACTIONS(1324), - [anon_sym_STAR] = ACTIONS(1326), - [anon_sym_AMP] = ACTIONS(1326), - [anon_sym_SEMI] = ACTIONS(1326), - [anon_sym___extension__] = ACTIONS(1324), - [anon_sym_typedef] = ACTIONS(1324), - [anon_sym_extern] = ACTIONS(1324), - [anon_sym___attribute__] = ACTIONS(1324), - [anon_sym___attribute] = ACTIONS(1324), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1326), - [anon_sym___declspec] = ACTIONS(1324), - [anon_sym___cdecl] = ACTIONS(1324), - [anon_sym___clrcall] = ACTIONS(1324), - [anon_sym___stdcall] = ACTIONS(1324), - [anon_sym___fastcall] = ACTIONS(1324), - [anon_sym___thiscall] = ACTIONS(1324), - [anon_sym___vectorcall] = ACTIONS(1324), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_RBRACE] = ACTIONS(1326), - [anon_sym_signed] = ACTIONS(1324), - [anon_sym_unsigned] = ACTIONS(1324), - [anon_sym_long] = ACTIONS(1324), - [anon_sym_short] = ACTIONS(1324), - [anon_sym_static] = ACTIONS(1324), - [anon_sym_auto] = ACTIONS(1324), - [anon_sym_register] = ACTIONS(1324), - [anon_sym_inline] = ACTIONS(1324), - [anon_sym___inline] = ACTIONS(1324), - [anon_sym___inline__] = ACTIONS(1324), - [anon_sym___forceinline] = ACTIONS(1324), - [anon_sym_thread_local] = ACTIONS(1324), - [anon_sym___thread] = ACTIONS(1324), - [anon_sym_const] = ACTIONS(1324), - [anon_sym_constexpr] = ACTIONS(1324), - [anon_sym_volatile] = ACTIONS(1324), - [anon_sym_restrict] = ACTIONS(1324), - [anon_sym___restrict__] = ACTIONS(1324), - [anon_sym__Atomic] = ACTIONS(1324), - [anon_sym__Noreturn] = ACTIONS(1324), - [anon_sym_noreturn] = ACTIONS(1324), - [anon_sym__Nonnull] = ACTIONS(1324), - [anon_sym_alignas] = ACTIONS(1324), - [anon_sym__Alignas] = ACTIONS(1324), - [sym_primitive_type] = ACTIONS(1324), - [anon_sym_enum] = ACTIONS(1324), - [anon_sym_struct] = ACTIONS(1324), - [anon_sym_union] = ACTIONS(1324), - [anon_sym_if] = ACTIONS(1324), - [anon_sym_switch] = ACTIONS(1324), - [anon_sym_case] = ACTIONS(1324), - [anon_sym_default] = ACTIONS(1324), - [anon_sym_while] = ACTIONS(1324), - [anon_sym_do] = ACTIONS(1324), - [anon_sym_for] = ACTIONS(1324), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1324), - [anon_sym_continue] = ACTIONS(1324), - [anon_sym_goto] = ACTIONS(1324), - [anon_sym___try] = ACTIONS(1324), - [anon_sym___leave] = ACTIONS(1324), - [anon_sym_DASH_DASH] = ACTIONS(1326), - [anon_sym_PLUS_PLUS] = ACTIONS(1326), - [anon_sym_sizeof] = ACTIONS(1324), - [anon_sym___alignof__] = ACTIONS(1324), - [anon_sym___alignof] = ACTIONS(1324), - [anon_sym__alignof] = ACTIONS(1324), - [anon_sym_alignof] = ACTIONS(1324), - [anon_sym__Alignof] = ACTIONS(1324), - [anon_sym_offsetof] = ACTIONS(1324), - [anon_sym__Generic] = ACTIONS(1324), - [anon_sym_asm] = ACTIONS(1324), - [anon_sym___asm__] = ACTIONS(1324), - [anon_sym___asm] = ACTIONS(1324), - [sym_number_literal] = ACTIONS(1326), - [anon_sym_L_SQUOTE] = ACTIONS(1326), - [anon_sym_u_SQUOTE] = ACTIONS(1326), - [anon_sym_U_SQUOTE] = ACTIONS(1326), - [anon_sym_u8_SQUOTE] = ACTIONS(1326), - [anon_sym_SQUOTE] = ACTIONS(1326), - [anon_sym_L_DQUOTE] = ACTIONS(1326), - [anon_sym_u_DQUOTE] = ACTIONS(1326), - [anon_sym_U_DQUOTE] = ACTIONS(1326), - [anon_sym_u8_DQUOTE] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1326), - [sym_true] = ACTIONS(1324), - [sym_false] = ACTIONS(1324), - [anon_sym_NULL] = ACTIONS(1324), - [anon_sym_nullptr] = ACTIONS(1324), + [STATE(251)] = { + [ts_builtin_sym_end] = ACTIONS(1260), + [sym_identifier] = ACTIONS(1258), + [aux_sym_preproc_include_token1] = ACTIONS(1258), + [aux_sym_preproc_def_token1] = ACTIONS(1258), + [aux_sym_preproc_if_token1] = ACTIONS(1258), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1258), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1258), + [sym_preproc_directive] = ACTIONS(1258), + [anon_sym_LPAREN2] = ACTIONS(1260), + [anon_sym_BANG] = ACTIONS(1260), + [anon_sym_TILDE] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1258), + [anon_sym_PLUS] = ACTIONS(1258), + [anon_sym_STAR] = ACTIONS(1260), + [anon_sym_AMP] = ACTIONS(1260), + [anon_sym_SEMI] = ACTIONS(1260), + [anon_sym___extension__] = ACTIONS(1258), + [anon_sym_typedef] = ACTIONS(1258), + [anon_sym_extern] = ACTIONS(1258), + [anon_sym___attribute__] = ACTIONS(1258), + [anon_sym___attribute] = ACTIONS(1258), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1260), + [anon_sym___declspec] = ACTIONS(1258), + [anon_sym___cdecl] = ACTIONS(1258), + [anon_sym___clrcall] = ACTIONS(1258), + [anon_sym___stdcall] = ACTIONS(1258), + [anon_sym___fastcall] = ACTIONS(1258), + [anon_sym___thiscall] = ACTIONS(1258), + [anon_sym___vectorcall] = ACTIONS(1258), + [anon_sym_LBRACE] = ACTIONS(1260), + [anon_sym_signed] = ACTIONS(1258), + [anon_sym_unsigned] = ACTIONS(1258), + [anon_sym_long] = ACTIONS(1258), + [anon_sym_short] = ACTIONS(1258), + [anon_sym_static] = ACTIONS(1258), + [anon_sym_auto] = ACTIONS(1258), + [anon_sym_register] = ACTIONS(1258), + [anon_sym_inline] = ACTIONS(1258), + [anon_sym___inline] = ACTIONS(1258), + [anon_sym___inline__] = ACTIONS(1258), + [anon_sym___forceinline] = ACTIONS(1258), + [anon_sym_thread_local] = ACTIONS(1258), + [anon_sym___thread] = ACTIONS(1258), + [anon_sym_const] = ACTIONS(1258), + [anon_sym_constexpr] = ACTIONS(1258), + [anon_sym_volatile] = ACTIONS(1258), + [anon_sym_restrict] = ACTIONS(1258), + [anon_sym___restrict__] = ACTIONS(1258), + [anon_sym__Atomic] = ACTIONS(1258), + [anon_sym__Noreturn] = ACTIONS(1258), + [anon_sym_noreturn] = ACTIONS(1258), + [anon_sym__Nonnull] = ACTIONS(1258), + [anon_sym_alignas] = ACTIONS(1258), + [anon_sym__Alignas] = ACTIONS(1258), + [sym_primitive_type] = ACTIONS(1258), + [anon_sym_enum] = ACTIONS(1258), + [anon_sym_struct] = ACTIONS(1258), + [anon_sym_union] = ACTIONS(1258), + [anon_sym_if] = ACTIONS(1258), + [anon_sym_else] = ACTIONS(1258), + [anon_sym_switch] = ACTIONS(1258), + [anon_sym_case] = ACTIONS(1258), + [anon_sym_default] = ACTIONS(1258), + [anon_sym_while] = ACTIONS(1258), + [anon_sym_do] = ACTIONS(1258), + [anon_sym_for] = ACTIONS(1258), + [anon_sym_return] = ACTIONS(1258), + [anon_sym_break] = ACTIONS(1258), + [anon_sym_continue] = ACTIONS(1258), + [anon_sym_goto] = ACTIONS(1258), + [anon_sym___try] = ACTIONS(1258), + [anon_sym___leave] = ACTIONS(1258), + [anon_sym_DASH_DASH] = ACTIONS(1260), + [anon_sym_PLUS_PLUS] = ACTIONS(1260), + [anon_sym_sizeof] = ACTIONS(1258), + [anon_sym___alignof__] = ACTIONS(1258), + [anon_sym___alignof] = ACTIONS(1258), + [anon_sym__alignof] = ACTIONS(1258), + [anon_sym_alignof] = ACTIONS(1258), + [anon_sym__Alignof] = ACTIONS(1258), + [anon_sym_offsetof] = ACTIONS(1258), + [anon_sym__Generic] = ACTIONS(1258), + [anon_sym_asm] = ACTIONS(1258), + [anon_sym___asm__] = ACTIONS(1258), + [anon_sym___asm] = ACTIONS(1258), + [sym_number_literal] = ACTIONS(1260), + [anon_sym_L_SQUOTE] = ACTIONS(1260), + [anon_sym_u_SQUOTE] = ACTIONS(1260), + [anon_sym_U_SQUOTE] = ACTIONS(1260), + [anon_sym_u8_SQUOTE] = ACTIONS(1260), + [anon_sym_SQUOTE] = ACTIONS(1260), + [anon_sym_L_DQUOTE] = ACTIONS(1260), + [anon_sym_u_DQUOTE] = ACTIONS(1260), + [anon_sym_U_DQUOTE] = ACTIONS(1260), + [anon_sym_u8_DQUOTE] = ACTIONS(1260), + [anon_sym_DQUOTE] = ACTIONS(1260), + [sym_true] = ACTIONS(1258), + [sym_false] = ACTIONS(1258), + [anon_sym_NULL] = ACTIONS(1258), + [anon_sym_nullptr] = ACTIONS(1258), [sym_comment] = ACTIONS(3), }, - [280] = { - [sym_identifier] = ACTIONS(1328), - [aux_sym_preproc_include_token1] = ACTIONS(1328), - [aux_sym_preproc_def_token1] = ACTIONS(1328), - [aux_sym_preproc_if_token1] = ACTIONS(1328), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1328), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1328), - [sym_preproc_directive] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(1330), - [anon_sym_BANG] = ACTIONS(1330), - [anon_sym_TILDE] = ACTIONS(1330), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_AMP] = ACTIONS(1330), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym___extension__] = ACTIONS(1328), - [anon_sym_typedef] = ACTIONS(1328), - [anon_sym_extern] = ACTIONS(1328), - [anon_sym___attribute__] = ACTIONS(1328), - [anon_sym___attribute] = ACTIONS(1328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1330), - [anon_sym___declspec] = ACTIONS(1328), - [anon_sym___cdecl] = ACTIONS(1328), - [anon_sym___clrcall] = ACTIONS(1328), - [anon_sym___stdcall] = ACTIONS(1328), - [anon_sym___fastcall] = ACTIONS(1328), - [anon_sym___thiscall] = ACTIONS(1328), - [anon_sym___vectorcall] = ACTIONS(1328), - [anon_sym_LBRACE] = ACTIONS(1330), - [anon_sym_RBRACE] = ACTIONS(1330), - [anon_sym_signed] = ACTIONS(1328), - [anon_sym_unsigned] = ACTIONS(1328), - [anon_sym_long] = ACTIONS(1328), - [anon_sym_short] = ACTIONS(1328), - [anon_sym_static] = ACTIONS(1328), - [anon_sym_auto] = ACTIONS(1328), - [anon_sym_register] = ACTIONS(1328), - [anon_sym_inline] = ACTIONS(1328), - [anon_sym___inline] = ACTIONS(1328), - [anon_sym___inline__] = ACTIONS(1328), - [anon_sym___forceinline] = ACTIONS(1328), - [anon_sym_thread_local] = ACTIONS(1328), - [anon_sym___thread] = ACTIONS(1328), - [anon_sym_const] = ACTIONS(1328), - [anon_sym_constexpr] = ACTIONS(1328), - [anon_sym_volatile] = ACTIONS(1328), - [anon_sym_restrict] = ACTIONS(1328), - [anon_sym___restrict__] = ACTIONS(1328), - [anon_sym__Atomic] = ACTIONS(1328), - [anon_sym__Noreturn] = ACTIONS(1328), - [anon_sym_noreturn] = ACTIONS(1328), - [anon_sym__Nonnull] = ACTIONS(1328), - [anon_sym_alignas] = ACTIONS(1328), - [anon_sym__Alignas] = ACTIONS(1328), - [sym_primitive_type] = ACTIONS(1328), - [anon_sym_enum] = ACTIONS(1328), - [anon_sym_struct] = ACTIONS(1328), - [anon_sym_union] = ACTIONS(1328), - [anon_sym_if] = ACTIONS(1328), - [anon_sym_switch] = ACTIONS(1328), - [anon_sym_case] = ACTIONS(1328), - [anon_sym_default] = ACTIONS(1328), - [anon_sym_while] = ACTIONS(1328), - [anon_sym_do] = ACTIONS(1328), - [anon_sym_for] = ACTIONS(1328), - [anon_sym_return] = ACTIONS(1328), - [anon_sym_break] = ACTIONS(1328), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1328), - [anon_sym___try] = ACTIONS(1328), - [anon_sym___leave] = ACTIONS(1328), - [anon_sym_DASH_DASH] = ACTIONS(1330), - [anon_sym_PLUS_PLUS] = ACTIONS(1330), - [anon_sym_sizeof] = ACTIONS(1328), - [anon_sym___alignof__] = ACTIONS(1328), - [anon_sym___alignof] = ACTIONS(1328), - [anon_sym__alignof] = ACTIONS(1328), - [anon_sym_alignof] = ACTIONS(1328), - [anon_sym__Alignof] = ACTIONS(1328), - [anon_sym_offsetof] = ACTIONS(1328), - [anon_sym__Generic] = ACTIONS(1328), - [anon_sym_asm] = ACTIONS(1328), - [anon_sym___asm__] = ACTIONS(1328), - [anon_sym___asm] = ACTIONS(1328), - [sym_number_literal] = ACTIONS(1330), - [anon_sym_L_SQUOTE] = ACTIONS(1330), - [anon_sym_u_SQUOTE] = ACTIONS(1330), - [anon_sym_U_SQUOTE] = ACTIONS(1330), - [anon_sym_u8_SQUOTE] = ACTIONS(1330), - [anon_sym_SQUOTE] = ACTIONS(1330), - [anon_sym_L_DQUOTE] = ACTIONS(1330), - [anon_sym_u_DQUOTE] = ACTIONS(1330), - [anon_sym_U_DQUOTE] = ACTIONS(1330), - [anon_sym_u8_DQUOTE] = ACTIONS(1330), - [anon_sym_DQUOTE] = ACTIONS(1330), - [sym_true] = ACTIONS(1328), - [sym_false] = ACTIONS(1328), - [anon_sym_NULL] = ACTIONS(1328), - [anon_sym_nullptr] = ACTIONS(1328), + [STATE(252)] = { + [sym_identifier] = ACTIONS(1138), + [aux_sym_preproc_include_token1] = ACTIONS(1138), + [aux_sym_preproc_def_token1] = ACTIONS(1138), + [aux_sym_preproc_if_token1] = ACTIONS(1138), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1138), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1138), + [sym_preproc_directive] = ACTIONS(1138), + [anon_sym_LPAREN2] = ACTIONS(1140), + [anon_sym_BANG] = ACTIONS(1140), + [anon_sym_TILDE] = ACTIONS(1140), + [anon_sym_DASH] = ACTIONS(1138), + [anon_sym_PLUS] = ACTIONS(1138), + [anon_sym_STAR] = ACTIONS(1140), + [anon_sym_AMP] = ACTIONS(1140), + [anon_sym_SEMI] = ACTIONS(1140), + [anon_sym___extension__] = ACTIONS(1138), + [anon_sym_typedef] = ACTIONS(1138), + [anon_sym_extern] = ACTIONS(1138), + [anon_sym___attribute__] = ACTIONS(1138), + [anon_sym___attribute] = ACTIONS(1138), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1140), + [anon_sym___declspec] = ACTIONS(1138), + [anon_sym___cdecl] = ACTIONS(1138), + [anon_sym___clrcall] = ACTIONS(1138), + [anon_sym___stdcall] = ACTIONS(1138), + [anon_sym___fastcall] = ACTIONS(1138), + [anon_sym___thiscall] = ACTIONS(1138), + [anon_sym___vectorcall] = ACTIONS(1138), + [anon_sym_LBRACE] = ACTIONS(1140), + [anon_sym_RBRACE] = ACTIONS(1140), + [anon_sym_signed] = ACTIONS(1138), + [anon_sym_unsigned] = ACTIONS(1138), + [anon_sym_long] = ACTIONS(1138), + [anon_sym_short] = ACTIONS(1138), + [anon_sym_static] = ACTIONS(1138), + [anon_sym_auto] = ACTIONS(1138), + [anon_sym_register] = ACTIONS(1138), + [anon_sym_inline] = ACTIONS(1138), + [anon_sym___inline] = ACTIONS(1138), + [anon_sym___inline__] = ACTIONS(1138), + [anon_sym___forceinline] = ACTIONS(1138), + [anon_sym_thread_local] = ACTIONS(1138), + [anon_sym___thread] = ACTIONS(1138), + [anon_sym_const] = ACTIONS(1138), + [anon_sym_constexpr] = ACTIONS(1138), + [anon_sym_volatile] = ACTIONS(1138), + [anon_sym_restrict] = ACTIONS(1138), + [anon_sym___restrict__] = ACTIONS(1138), + [anon_sym__Atomic] = ACTIONS(1138), + [anon_sym__Noreturn] = ACTIONS(1138), + [anon_sym_noreturn] = ACTIONS(1138), + [anon_sym__Nonnull] = ACTIONS(1138), + [anon_sym_alignas] = ACTIONS(1138), + [anon_sym__Alignas] = ACTIONS(1138), + [sym_primitive_type] = ACTIONS(1138), + [anon_sym_enum] = ACTIONS(1138), + [anon_sym_struct] = ACTIONS(1138), + [anon_sym_union] = ACTIONS(1138), + [anon_sym_if] = ACTIONS(1138), + [anon_sym_else] = ACTIONS(1138), + [anon_sym_switch] = ACTIONS(1138), + [anon_sym_case] = ACTIONS(1138), + [anon_sym_default] = ACTIONS(1138), + [anon_sym_while] = ACTIONS(1138), + [anon_sym_do] = ACTIONS(1138), + [anon_sym_for] = ACTIONS(1138), + [anon_sym_return] = ACTIONS(1138), + [anon_sym_break] = ACTIONS(1138), + [anon_sym_continue] = ACTIONS(1138), + [anon_sym_goto] = ACTIONS(1138), + [anon_sym___try] = ACTIONS(1138), + [anon_sym___leave] = ACTIONS(1138), + [anon_sym_DASH_DASH] = ACTIONS(1140), + [anon_sym_PLUS_PLUS] = ACTIONS(1140), + [anon_sym_sizeof] = ACTIONS(1138), + [anon_sym___alignof__] = ACTIONS(1138), + [anon_sym___alignof] = ACTIONS(1138), + [anon_sym__alignof] = ACTIONS(1138), + [anon_sym_alignof] = ACTIONS(1138), + [anon_sym__Alignof] = ACTIONS(1138), + [anon_sym_offsetof] = ACTIONS(1138), + [anon_sym__Generic] = ACTIONS(1138), + [anon_sym_asm] = ACTIONS(1138), + [anon_sym___asm__] = ACTIONS(1138), + [anon_sym___asm] = ACTIONS(1138), + [sym_number_literal] = ACTIONS(1140), + [anon_sym_L_SQUOTE] = ACTIONS(1140), + [anon_sym_u_SQUOTE] = ACTIONS(1140), + [anon_sym_U_SQUOTE] = ACTIONS(1140), + [anon_sym_u8_SQUOTE] = ACTIONS(1140), + [anon_sym_SQUOTE] = ACTIONS(1140), + [anon_sym_L_DQUOTE] = ACTIONS(1140), + [anon_sym_u_DQUOTE] = ACTIONS(1140), + [anon_sym_U_DQUOTE] = ACTIONS(1140), + [anon_sym_u8_DQUOTE] = ACTIONS(1140), + [anon_sym_DQUOTE] = ACTIONS(1140), + [sym_true] = ACTIONS(1138), + [sym_false] = ACTIONS(1138), + [anon_sym_NULL] = ACTIONS(1138), + [anon_sym_nullptr] = ACTIONS(1138), + [sym_comment] = ACTIONS(3), + }, + [STATE(253)] = { + [sym_identifier] = ACTIONS(1190), + [aux_sym_preproc_include_token1] = ACTIONS(1190), + [aux_sym_preproc_def_token1] = ACTIONS(1190), + [aux_sym_preproc_if_token1] = ACTIONS(1190), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1190), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1190), + [sym_preproc_directive] = ACTIONS(1190), + [anon_sym_LPAREN2] = ACTIONS(1192), + [anon_sym_BANG] = ACTIONS(1192), + [anon_sym_TILDE] = ACTIONS(1192), + [anon_sym_DASH] = ACTIONS(1190), + [anon_sym_PLUS] = ACTIONS(1190), + [anon_sym_STAR] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1192), + [anon_sym_SEMI] = ACTIONS(1192), + [anon_sym___extension__] = ACTIONS(1190), + [anon_sym_typedef] = ACTIONS(1190), + [anon_sym_extern] = ACTIONS(1190), + [anon_sym___attribute__] = ACTIONS(1190), + [anon_sym___attribute] = ACTIONS(1190), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1192), + [anon_sym___declspec] = ACTIONS(1190), + [anon_sym___cdecl] = ACTIONS(1190), + [anon_sym___clrcall] = ACTIONS(1190), + [anon_sym___stdcall] = ACTIONS(1190), + [anon_sym___fastcall] = ACTIONS(1190), + [anon_sym___thiscall] = ACTIONS(1190), + [anon_sym___vectorcall] = ACTIONS(1190), + [anon_sym_LBRACE] = ACTIONS(1192), + [anon_sym_RBRACE] = ACTIONS(1192), + [anon_sym_signed] = ACTIONS(1190), + [anon_sym_unsigned] = ACTIONS(1190), + [anon_sym_long] = ACTIONS(1190), + [anon_sym_short] = ACTIONS(1190), + [anon_sym_static] = ACTIONS(1190), + [anon_sym_auto] = ACTIONS(1190), + [anon_sym_register] = ACTIONS(1190), + [anon_sym_inline] = ACTIONS(1190), + [anon_sym___inline] = ACTIONS(1190), + [anon_sym___inline__] = ACTIONS(1190), + [anon_sym___forceinline] = ACTIONS(1190), + [anon_sym_thread_local] = ACTIONS(1190), + [anon_sym___thread] = ACTIONS(1190), + [anon_sym_const] = ACTIONS(1190), + [anon_sym_constexpr] = ACTIONS(1190), + [anon_sym_volatile] = ACTIONS(1190), + [anon_sym_restrict] = ACTIONS(1190), + [anon_sym___restrict__] = ACTIONS(1190), + [anon_sym__Atomic] = ACTIONS(1190), + [anon_sym__Noreturn] = ACTIONS(1190), + [anon_sym_noreturn] = ACTIONS(1190), + [anon_sym__Nonnull] = ACTIONS(1190), + [anon_sym_alignas] = ACTIONS(1190), + [anon_sym__Alignas] = ACTIONS(1190), + [sym_primitive_type] = ACTIONS(1190), + [anon_sym_enum] = ACTIONS(1190), + [anon_sym_struct] = ACTIONS(1190), + [anon_sym_union] = ACTIONS(1190), + [anon_sym_if] = ACTIONS(1190), + [anon_sym_else] = ACTIONS(1190), + [anon_sym_switch] = ACTIONS(1190), + [anon_sym_case] = ACTIONS(1190), + [anon_sym_default] = ACTIONS(1190), + [anon_sym_while] = ACTIONS(1190), + [anon_sym_do] = ACTIONS(1190), + [anon_sym_for] = ACTIONS(1190), + [anon_sym_return] = ACTIONS(1190), + [anon_sym_break] = ACTIONS(1190), + [anon_sym_continue] = ACTIONS(1190), + [anon_sym_goto] = ACTIONS(1190), + [anon_sym___try] = ACTIONS(1190), + [anon_sym___leave] = ACTIONS(1190), + [anon_sym_DASH_DASH] = ACTIONS(1192), + [anon_sym_PLUS_PLUS] = ACTIONS(1192), + [anon_sym_sizeof] = ACTIONS(1190), + [anon_sym___alignof__] = ACTIONS(1190), + [anon_sym___alignof] = ACTIONS(1190), + [anon_sym__alignof] = ACTIONS(1190), + [anon_sym_alignof] = ACTIONS(1190), + [anon_sym__Alignof] = ACTIONS(1190), + [anon_sym_offsetof] = ACTIONS(1190), + [anon_sym__Generic] = ACTIONS(1190), + [anon_sym_asm] = ACTIONS(1190), + [anon_sym___asm__] = ACTIONS(1190), + [anon_sym___asm] = ACTIONS(1190), + [sym_number_literal] = ACTIONS(1192), + [anon_sym_L_SQUOTE] = ACTIONS(1192), + [anon_sym_u_SQUOTE] = ACTIONS(1192), + [anon_sym_U_SQUOTE] = ACTIONS(1192), + [anon_sym_u8_SQUOTE] = ACTIONS(1192), + [anon_sym_SQUOTE] = ACTIONS(1192), + [anon_sym_L_DQUOTE] = ACTIONS(1192), + [anon_sym_u_DQUOTE] = ACTIONS(1192), + [anon_sym_U_DQUOTE] = ACTIONS(1192), + [anon_sym_u8_DQUOTE] = ACTIONS(1192), + [anon_sym_DQUOTE] = ACTIONS(1192), + [sym_true] = ACTIONS(1190), + [sym_false] = ACTIONS(1190), + [anon_sym_NULL] = ACTIONS(1190), + [anon_sym_nullptr] = ACTIONS(1190), [sym_comment] = ACTIONS(3), }, - [281] = { - [sym_identifier] = ACTIONS(1332), - [aux_sym_preproc_include_token1] = ACTIONS(1332), - [aux_sym_preproc_def_token1] = ACTIONS(1332), - [aux_sym_preproc_if_token1] = ACTIONS(1332), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1332), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1332), - [sym_preproc_directive] = ACTIONS(1332), - [anon_sym_LPAREN2] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1332), - [anon_sym_PLUS] = ACTIONS(1332), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym___extension__] = ACTIONS(1332), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(1332), - [anon_sym___attribute__] = ACTIONS(1332), - [anon_sym___attribute] = ACTIONS(1332), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), - [anon_sym___declspec] = ACTIONS(1332), - [anon_sym___cdecl] = ACTIONS(1332), - [anon_sym___clrcall] = ACTIONS(1332), - [anon_sym___stdcall] = ACTIONS(1332), - [anon_sym___fastcall] = ACTIONS(1332), - [anon_sym___thiscall] = ACTIONS(1332), - [anon_sym___vectorcall] = ACTIONS(1332), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_RBRACE] = ACTIONS(1334), - [anon_sym_signed] = ACTIONS(1332), - [anon_sym_unsigned] = ACTIONS(1332), - [anon_sym_long] = ACTIONS(1332), - [anon_sym_short] = ACTIONS(1332), - [anon_sym_static] = ACTIONS(1332), - [anon_sym_auto] = ACTIONS(1332), - [anon_sym_register] = ACTIONS(1332), - [anon_sym_inline] = ACTIONS(1332), - [anon_sym___inline] = ACTIONS(1332), - [anon_sym___inline__] = ACTIONS(1332), - [anon_sym___forceinline] = ACTIONS(1332), - [anon_sym_thread_local] = ACTIONS(1332), - [anon_sym___thread] = ACTIONS(1332), - [anon_sym_const] = ACTIONS(1332), - [anon_sym_constexpr] = ACTIONS(1332), - [anon_sym_volatile] = ACTIONS(1332), - [anon_sym_restrict] = ACTIONS(1332), - [anon_sym___restrict__] = ACTIONS(1332), - [anon_sym__Atomic] = ACTIONS(1332), - [anon_sym__Noreturn] = ACTIONS(1332), - [anon_sym_noreturn] = ACTIONS(1332), - [anon_sym__Nonnull] = ACTIONS(1332), - [anon_sym_alignas] = ACTIONS(1332), - [anon_sym__Alignas] = ACTIONS(1332), - [sym_primitive_type] = ACTIONS(1332), - [anon_sym_enum] = ACTIONS(1332), - [anon_sym_struct] = ACTIONS(1332), - [anon_sym_union] = ACTIONS(1332), - [anon_sym_if] = ACTIONS(1332), - [anon_sym_switch] = ACTIONS(1332), - [anon_sym_case] = ACTIONS(1332), - [anon_sym_default] = ACTIONS(1332), - [anon_sym_while] = ACTIONS(1332), - [anon_sym_do] = ACTIONS(1332), - [anon_sym_for] = ACTIONS(1332), - [anon_sym_return] = ACTIONS(1332), - [anon_sym_break] = ACTIONS(1332), - [anon_sym_continue] = ACTIONS(1332), - [anon_sym_goto] = ACTIONS(1332), - [anon_sym___try] = ACTIONS(1332), - [anon_sym___leave] = ACTIONS(1332), - [anon_sym_DASH_DASH] = ACTIONS(1334), - [anon_sym_PLUS_PLUS] = ACTIONS(1334), - [anon_sym_sizeof] = ACTIONS(1332), - [anon_sym___alignof__] = ACTIONS(1332), - [anon_sym___alignof] = ACTIONS(1332), - [anon_sym__alignof] = ACTIONS(1332), - [anon_sym_alignof] = ACTIONS(1332), - [anon_sym__Alignof] = ACTIONS(1332), - [anon_sym_offsetof] = ACTIONS(1332), - [anon_sym__Generic] = ACTIONS(1332), - [anon_sym_asm] = ACTIONS(1332), - [anon_sym___asm__] = ACTIONS(1332), - [anon_sym___asm] = ACTIONS(1332), - [sym_number_literal] = ACTIONS(1334), - [anon_sym_L_SQUOTE] = ACTIONS(1334), - [anon_sym_u_SQUOTE] = ACTIONS(1334), - [anon_sym_U_SQUOTE] = ACTIONS(1334), - [anon_sym_u8_SQUOTE] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_L_DQUOTE] = ACTIONS(1334), - [anon_sym_u_DQUOTE] = ACTIONS(1334), - [anon_sym_U_DQUOTE] = ACTIONS(1334), - [anon_sym_u8_DQUOTE] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [sym_true] = ACTIONS(1332), - [sym_false] = ACTIONS(1332), - [anon_sym_NULL] = ACTIONS(1332), - [anon_sym_nullptr] = ACTIONS(1332), + [STATE(254)] = { + [sym_identifier] = ACTIONS(1146), + [aux_sym_preproc_include_token1] = ACTIONS(1146), + [aux_sym_preproc_def_token1] = ACTIONS(1146), + [aux_sym_preproc_if_token1] = ACTIONS(1146), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1146), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1146), + [sym_preproc_directive] = ACTIONS(1146), + [anon_sym_LPAREN2] = ACTIONS(1148), + [anon_sym_BANG] = ACTIONS(1148), + [anon_sym_TILDE] = ACTIONS(1148), + [anon_sym_DASH] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(1146), + [anon_sym_STAR] = ACTIONS(1148), + [anon_sym_AMP] = ACTIONS(1148), + [anon_sym_SEMI] = ACTIONS(1148), + [anon_sym___extension__] = ACTIONS(1146), + [anon_sym_typedef] = ACTIONS(1146), + [anon_sym_extern] = ACTIONS(1146), + [anon_sym___attribute__] = ACTIONS(1146), + [anon_sym___attribute] = ACTIONS(1146), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1148), + [anon_sym___declspec] = ACTIONS(1146), + [anon_sym___cdecl] = ACTIONS(1146), + [anon_sym___clrcall] = ACTIONS(1146), + [anon_sym___stdcall] = ACTIONS(1146), + [anon_sym___fastcall] = ACTIONS(1146), + [anon_sym___thiscall] = ACTIONS(1146), + [anon_sym___vectorcall] = ACTIONS(1146), + [anon_sym_LBRACE] = ACTIONS(1148), + [anon_sym_RBRACE] = ACTIONS(1148), + [anon_sym_signed] = ACTIONS(1146), + [anon_sym_unsigned] = ACTIONS(1146), + [anon_sym_long] = ACTIONS(1146), + [anon_sym_short] = ACTIONS(1146), + [anon_sym_static] = ACTIONS(1146), + [anon_sym_auto] = ACTIONS(1146), + [anon_sym_register] = ACTIONS(1146), + [anon_sym_inline] = ACTIONS(1146), + [anon_sym___inline] = ACTIONS(1146), + [anon_sym___inline__] = ACTIONS(1146), + [anon_sym___forceinline] = ACTIONS(1146), + [anon_sym_thread_local] = ACTIONS(1146), + [anon_sym___thread] = ACTIONS(1146), + [anon_sym_const] = ACTIONS(1146), + [anon_sym_constexpr] = ACTIONS(1146), + [anon_sym_volatile] = ACTIONS(1146), + [anon_sym_restrict] = ACTIONS(1146), + [anon_sym___restrict__] = ACTIONS(1146), + [anon_sym__Atomic] = ACTIONS(1146), + [anon_sym__Noreturn] = ACTIONS(1146), + [anon_sym_noreturn] = ACTIONS(1146), + [anon_sym__Nonnull] = ACTIONS(1146), + [anon_sym_alignas] = ACTIONS(1146), + [anon_sym__Alignas] = ACTIONS(1146), + [sym_primitive_type] = ACTIONS(1146), + [anon_sym_enum] = ACTIONS(1146), + [anon_sym_struct] = ACTIONS(1146), + [anon_sym_union] = ACTIONS(1146), + [anon_sym_if] = ACTIONS(1146), + [anon_sym_else] = ACTIONS(1146), + [anon_sym_switch] = ACTIONS(1146), + [anon_sym_case] = ACTIONS(1146), + [anon_sym_default] = ACTIONS(1146), + [anon_sym_while] = ACTIONS(1146), + [anon_sym_do] = ACTIONS(1146), + [anon_sym_for] = ACTIONS(1146), + [anon_sym_return] = ACTIONS(1146), + [anon_sym_break] = ACTIONS(1146), + [anon_sym_continue] = ACTIONS(1146), + [anon_sym_goto] = ACTIONS(1146), + [anon_sym___try] = ACTIONS(1146), + [anon_sym___leave] = ACTIONS(1146), + [anon_sym_DASH_DASH] = ACTIONS(1148), + [anon_sym_PLUS_PLUS] = ACTIONS(1148), + [anon_sym_sizeof] = ACTIONS(1146), + [anon_sym___alignof__] = ACTIONS(1146), + [anon_sym___alignof] = ACTIONS(1146), + [anon_sym__alignof] = ACTIONS(1146), + [anon_sym_alignof] = ACTIONS(1146), + [anon_sym__Alignof] = ACTIONS(1146), + [anon_sym_offsetof] = ACTIONS(1146), + [anon_sym__Generic] = ACTIONS(1146), + [anon_sym_asm] = ACTIONS(1146), + [anon_sym___asm__] = ACTIONS(1146), + [anon_sym___asm] = ACTIONS(1146), + [sym_number_literal] = ACTIONS(1148), + [anon_sym_L_SQUOTE] = ACTIONS(1148), + [anon_sym_u_SQUOTE] = ACTIONS(1148), + [anon_sym_U_SQUOTE] = ACTIONS(1148), + [anon_sym_u8_SQUOTE] = ACTIONS(1148), + [anon_sym_SQUOTE] = ACTIONS(1148), + [anon_sym_L_DQUOTE] = ACTIONS(1148), + [anon_sym_u_DQUOTE] = ACTIONS(1148), + [anon_sym_U_DQUOTE] = ACTIONS(1148), + [anon_sym_u8_DQUOTE] = ACTIONS(1148), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_true] = ACTIONS(1146), + [sym_false] = ACTIONS(1146), + [anon_sym_NULL] = ACTIONS(1146), + [anon_sym_nullptr] = ACTIONS(1146), [sym_comment] = ACTIONS(3), }, - [282] = { - [sym_identifier] = ACTIONS(1348), - [aux_sym_preproc_include_token1] = ACTIONS(1348), - [aux_sym_preproc_def_token1] = ACTIONS(1348), - [aux_sym_preproc_if_token1] = ACTIONS(1348), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1348), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1348), - [sym_preproc_directive] = ACTIONS(1348), - [anon_sym_LPAREN2] = ACTIONS(1350), - [anon_sym_BANG] = ACTIONS(1350), - [anon_sym_TILDE] = ACTIONS(1350), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1350), - [anon_sym_AMP] = ACTIONS(1350), - [anon_sym_SEMI] = ACTIONS(1350), - [anon_sym___extension__] = ACTIONS(1348), - [anon_sym_typedef] = ACTIONS(1348), - [anon_sym_extern] = ACTIONS(1348), - [anon_sym___attribute__] = ACTIONS(1348), - [anon_sym___attribute] = ACTIONS(1348), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1350), - [anon_sym___declspec] = ACTIONS(1348), - [anon_sym___cdecl] = ACTIONS(1348), - [anon_sym___clrcall] = ACTIONS(1348), - [anon_sym___stdcall] = ACTIONS(1348), - [anon_sym___fastcall] = ACTIONS(1348), - [anon_sym___thiscall] = ACTIONS(1348), - [anon_sym___vectorcall] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1350), - [anon_sym_RBRACE] = ACTIONS(1350), - [anon_sym_signed] = ACTIONS(1348), - [anon_sym_unsigned] = ACTIONS(1348), - [anon_sym_long] = ACTIONS(1348), - [anon_sym_short] = ACTIONS(1348), - [anon_sym_static] = ACTIONS(1348), - [anon_sym_auto] = ACTIONS(1348), - [anon_sym_register] = ACTIONS(1348), - [anon_sym_inline] = ACTIONS(1348), - [anon_sym___inline] = ACTIONS(1348), - [anon_sym___inline__] = ACTIONS(1348), - [anon_sym___forceinline] = ACTIONS(1348), - [anon_sym_thread_local] = ACTIONS(1348), - [anon_sym___thread] = ACTIONS(1348), - [anon_sym_const] = ACTIONS(1348), - [anon_sym_constexpr] = ACTIONS(1348), - [anon_sym_volatile] = ACTIONS(1348), - [anon_sym_restrict] = ACTIONS(1348), - [anon_sym___restrict__] = ACTIONS(1348), - [anon_sym__Atomic] = ACTIONS(1348), - [anon_sym__Noreturn] = ACTIONS(1348), - [anon_sym_noreturn] = ACTIONS(1348), - [anon_sym__Nonnull] = ACTIONS(1348), - [anon_sym_alignas] = ACTIONS(1348), - [anon_sym__Alignas] = ACTIONS(1348), - [sym_primitive_type] = ACTIONS(1348), - [anon_sym_enum] = ACTIONS(1348), - [anon_sym_struct] = ACTIONS(1348), - [anon_sym_union] = ACTIONS(1348), - [anon_sym_if] = ACTIONS(1348), - [anon_sym_switch] = ACTIONS(1348), - [anon_sym_case] = ACTIONS(1348), - [anon_sym_default] = ACTIONS(1348), - [anon_sym_while] = ACTIONS(1348), - [anon_sym_do] = ACTIONS(1348), - [anon_sym_for] = ACTIONS(1348), - [anon_sym_return] = ACTIONS(1348), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1348), - [anon_sym_goto] = ACTIONS(1348), - [anon_sym___try] = ACTIONS(1348), - [anon_sym___leave] = ACTIONS(1348), - [anon_sym_DASH_DASH] = ACTIONS(1350), - [anon_sym_PLUS_PLUS] = ACTIONS(1350), - [anon_sym_sizeof] = ACTIONS(1348), - [anon_sym___alignof__] = ACTIONS(1348), - [anon_sym___alignof] = ACTIONS(1348), - [anon_sym__alignof] = ACTIONS(1348), - [anon_sym_alignof] = ACTIONS(1348), - [anon_sym__Alignof] = ACTIONS(1348), - [anon_sym_offsetof] = ACTIONS(1348), - [anon_sym__Generic] = ACTIONS(1348), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [sym_number_literal] = ACTIONS(1350), - [anon_sym_L_SQUOTE] = ACTIONS(1350), - [anon_sym_u_SQUOTE] = ACTIONS(1350), - [anon_sym_U_SQUOTE] = ACTIONS(1350), - [anon_sym_u8_SQUOTE] = ACTIONS(1350), - [anon_sym_SQUOTE] = ACTIONS(1350), - [anon_sym_L_DQUOTE] = ACTIONS(1350), - [anon_sym_u_DQUOTE] = ACTIONS(1350), - [anon_sym_U_DQUOTE] = ACTIONS(1350), - [anon_sym_u8_DQUOTE] = ACTIONS(1350), - [anon_sym_DQUOTE] = ACTIONS(1350), - [sym_true] = ACTIONS(1348), - [sym_false] = ACTIONS(1348), - [anon_sym_NULL] = ACTIONS(1348), - [anon_sym_nullptr] = ACTIONS(1348), + [STATE(255)] = { + [sym_identifier] = ACTIONS(1238), + [aux_sym_preproc_include_token1] = ACTIONS(1238), + [aux_sym_preproc_def_token1] = ACTIONS(1238), + [aux_sym_preproc_if_token1] = ACTIONS(1238), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1238), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1238), + [sym_preproc_directive] = ACTIONS(1238), + [anon_sym_LPAREN2] = ACTIONS(1240), + [anon_sym_BANG] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1238), + [anon_sym_PLUS] = ACTIONS(1238), + [anon_sym_STAR] = ACTIONS(1240), + [anon_sym_AMP] = ACTIONS(1240), + [anon_sym_SEMI] = ACTIONS(1240), + [anon_sym___extension__] = ACTIONS(1238), + [anon_sym_typedef] = ACTIONS(1238), + [anon_sym_extern] = ACTIONS(1238), + [anon_sym___attribute__] = ACTIONS(1238), + [anon_sym___attribute] = ACTIONS(1238), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1240), + [anon_sym___declspec] = ACTIONS(1238), + [anon_sym___cdecl] = ACTIONS(1238), + [anon_sym___clrcall] = ACTIONS(1238), + [anon_sym___stdcall] = ACTIONS(1238), + [anon_sym___fastcall] = ACTIONS(1238), + [anon_sym___thiscall] = ACTIONS(1238), + [anon_sym___vectorcall] = ACTIONS(1238), + [anon_sym_LBRACE] = ACTIONS(1240), + [anon_sym_RBRACE] = ACTIONS(1240), + [anon_sym_signed] = ACTIONS(1238), + [anon_sym_unsigned] = ACTIONS(1238), + [anon_sym_long] = ACTIONS(1238), + [anon_sym_short] = ACTIONS(1238), + [anon_sym_static] = ACTIONS(1238), + [anon_sym_auto] = ACTIONS(1238), + [anon_sym_register] = ACTIONS(1238), + [anon_sym_inline] = ACTIONS(1238), + [anon_sym___inline] = ACTIONS(1238), + [anon_sym___inline__] = ACTIONS(1238), + [anon_sym___forceinline] = ACTIONS(1238), + [anon_sym_thread_local] = ACTIONS(1238), + [anon_sym___thread] = ACTIONS(1238), + [anon_sym_const] = ACTIONS(1238), + [anon_sym_constexpr] = ACTIONS(1238), + [anon_sym_volatile] = ACTIONS(1238), + [anon_sym_restrict] = ACTIONS(1238), + [anon_sym___restrict__] = ACTIONS(1238), + [anon_sym__Atomic] = ACTIONS(1238), + [anon_sym__Noreturn] = ACTIONS(1238), + [anon_sym_noreturn] = ACTIONS(1238), + [anon_sym__Nonnull] = ACTIONS(1238), + [anon_sym_alignas] = ACTIONS(1238), + [anon_sym__Alignas] = ACTIONS(1238), + [sym_primitive_type] = ACTIONS(1238), + [anon_sym_enum] = ACTIONS(1238), + [anon_sym_struct] = ACTIONS(1238), + [anon_sym_union] = ACTIONS(1238), + [anon_sym_if] = ACTIONS(1238), + [anon_sym_else] = ACTIONS(1238), + [anon_sym_switch] = ACTIONS(1238), + [anon_sym_case] = ACTIONS(1238), + [anon_sym_default] = ACTIONS(1238), + [anon_sym_while] = ACTIONS(1238), + [anon_sym_do] = ACTIONS(1238), + [anon_sym_for] = ACTIONS(1238), + [anon_sym_return] = ACTIONS(1238), + [anon_sym_break] = ACTIONS(1238), + [anon_sym_continue] = ACTIONS(1238), + [anon_sym_goto] = ACTIONS(1238), + [anon_sym___try] = ACTIONS(1238), + [anon_sym___leave] = ACTIONS(1238), + [anon_sym_DASH_DASH] = ACTIONS(1240), + [anon_sym_PLUS_PLUS] = ACTIONS(1240), + [anon_sym_sizeof] = ACTIONS(1238), + [anon_sym___alignof__] = ACTIONS(1238), + [anon_sym___alignof] = ACTIONS(1238), + [anon_sym__alignof] = ACTIONS(1238), + [anon_sym_alignof] = ACTIONS(1238), + [anon_sym__Alignof] = ACTIONS(1238), + [anon_sym_offsetof] = ACTIONS(1238), + [anon_sym__Generic] = ACTIONS(1238), + [anon_sym_asm] = ACTIONS(1238), + [anon_sym___asm__] = ACTIONS(1238), + [anon_sym___asm] = ACTIONS(1238), + [sym_number_literal] = ACTIONS(1240), + [anon_sym_L_SQUOTE] = ACTIONS(1240), + [anon_sym_u_SQUOTE] = ACTIONS(1240), + [anon_sym_U_SQUOTE] = ACTIONS(1240), + [anon_sym_u8_SQUOTE] = ACTIONS(1240), + [anon_sym_SQUOTE] = ACTIONS(1240), + [anon_sym_L_DQUOTE] = ACTIONS(1240), + [anon_sym_u_DQUOTE] = ACTIONS(1240), + [anon_sym_U_DQUOTE] = ACTIONS(1240), + [anon_sym_u8_DQUOTE] = ACTIONS(1240), + [anon_sym_DQUOTE] = ACTIONS(1240), + [sym_true] = ACTIONS(1238), + [sym_false] = ACTIONS(1238), + [anon_sym_NULL] = ACTIONS(1238), + [anon_sym_nullptr] = ACTIONS(1238), + [sym_comment] = ACTIONS(3), + }, + [STATE(256)] = { + [ts_builtin_sym_end] = ACTIONS(1244), + [sym_identifier] = ACTIONS(1242), + [aux_sym_preproc_include_token1] = ACTIONS(1242), + [aux_sym_preproc_def_token1] = ACTIONS(1242), + [aux_sym_preproc_if_token1] = ACTIONS(1242), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1242), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1242), + [sym_preproc_directive] = ACTIONS(1242), + [anon_sym_LPAREN2] = ACTIONS(1244), + [anon_sym_BANG] = ACTIONS(1244), + [anon_sym_TILDE] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1242), + [anon_sym_PLUS] = ACTIONS(1242), + [anon_sym_STAR] = ACTIONS(1244), + [anon_sym_AMP] = ACTIONS(1244), + [anon_sym_SEMI] = ACTIONS(1244), + [anon_sym___extension__] = ACTIONS(1242), + [anon_sym_typedef] = ACTIONS(1242), + [anon_sym_extern] = ACTIONS(1242), + [anon_sym___attribute__] = ACTIONS(1242), + [anon_sym___attribute] = ACTIONS(1242), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1244), + [anon_sym___declspec] = ACTIONS(1242), + [anon_sym___cdecl] = ACTIONS(1242), + [anon_sym___clrcall] = ACTIONS(1242), + [anon_sym___stdcall] = ACTIONS(1242), + [anon_sym___fastcall] = ACTIONS(1242), + [anon_sym___thiscall] = ACTIONS(1242), + [anon_sym___vectorcall] = ACTIONS(1242), + [anon_sym_LBRACE] = ACTIONS(1244), + [anon_sym_signed] = ACTIONS(1242), + [anon_sym_unsigned] = ACTIONS(1242), + [anon_sym_long] = ACTIONS(1242), + [anon_sym_short] = ACTIONS(1242), + [anon_sym_static] = ACTIONS(1242), + [anon_sym_auto] = ACTIONS(1242), + [anon_sym_register] = ACTIONS(1242), + [anon_sym_inline] = ACTIONS(1242), + [anon_sym___inline] = ACTIONS(1242), + [anon_sym___inline__] = ACTIONS(1242), + [anon_sym___forceinline] = ACTIONS(1242), + [anon_sym_thread_local] = ACTIONS(1242), + [anon_sym___thread] = ACTIONS(1242), + [anon_sym_const] = ACTIONS(1242), + [anon_sym_constexpr] = ACTIONS(1242), + [anon_sym_volatile] = ACTIONS(1242), + [anon_sym_restrict] = ACTIONS(1242), + [anon_sym___restrict__] = ACTIONS(1242), + [anon_sym__Atomic] = ACTIONS(1242), + [anon_sym__Noreturn] = ACTIONS(1242), + [anon_sym_noreturn] = ACTIONS(1242), + [anon_sym__Nonnull] = ACTIONS(1242), + [anon_sym_alignas] = ACTIONS(1242), + [anon_sym__Alignas] = ACTIONS(1242), + [sym_primitive_type] = ACTIONS(1242), + [anon_sym_enum] = ACTIONS(1242), + [anon_sym_struct] = ACTIONS(1242), + [anon_sym_union] = ACTIONS(1242), + [anon_sym_if] = ACTIONS(1242), + [anon_sym_else] = ACTIONS(1242), + [anon_sym_switch] = ACTIONS(1242), + [anon_sym_case] = ACTIONS(1242), + [anon_sym_default] = ACTIONS(1242), + [anon_sym_while] = ACTIONS(1242), + [anon_sym_do] = ACTIONS(1242), + [anon_sym_for] = ACTIONS(1242), + [anon_sym_return] = ACTIONS(1242), + [anon_sym_break] = ACTIONS(1242), + [anon_sym_continue] = ACTIONS(1242), + [anon_sym_goto] = ACTIONS(1242), + [anon_sym___try] = ACTIONS(1242), + [anon_sym___leave] = ACTIONS(1242), + [anon_sym_DASH_DASH] = ACTIONS(1244), + [anon_sym_PLUS_PLUS] = ACTIONS(1244), + [anon_sym_sizeof] = ACTIONS(1242), + [anon_sym___alignof__] = ACTIONS(1242), + [anon_sym___alignof] = ACTIONS(1242), + [anon_sym__alignof] = ACTIONS(1242), + [anon_sym_alignof] = ACTIONS(1242), + [anon_sym__Alignof] = ACTIONS(1242), + [anon_sym_offsetof] = ACTIONS(1242), + [anon_sym__Generic] = ACTIONS(1242), + [anon_sym_asm] = ACTIONS(1242), + [anon_sym___asm__] = ACTIONS(1242), + [anon_sym___asm] = ACTIONS(1242), + [sym_number_literal] = ACTIONS(1244), + [anon_sym_L_SQUOTE] = ACTIONS(1244), + [anon_sym_u_SQUOTE] = ACTIONS(1244), + [anon_sym_U_SQUOTE] = ACTIONS(1244), + [anon_sym_u8_SQUOTE] = ACTIONS(1244), + [anon_sym_SQUOTE] = ACTIONS(1244), + [anon_sym_L_DQUOTE] = ACTIONS(1244), + [anon_sym_u_DQUOTE] = ACTIONS(1244), + [anon_sym_U_DQUOTE] = ACTIONS(1244), + [anon_sym_u8_DQUOTE] = ACTIONS(1244), + [anon_sym_DQUOTE] = ACTIONS(1244), + [sym_true] = ACTIONS(1242), + [sym_false] = ACTIONS(1242), + [anon_sym_NULL] = ACTIONS(1242), + [anon_sym_nullptr] = ACTIONS(1242), + [sym_comment] = ACTIONS(3), + }, + [STATE(257)] = { + [sym_identifier] = ACTIONS(1296), + [aux_sym_preproc_include_token1] = ACTIONS(1296), + [aux_sym_preproc_def_token1] = ACTIONS(1296), + [aux_sym_preproc_if_token1] = ACTIONS(1296), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1296), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1296), + [sym_preproc_directive] = ACTIONS(1296), + [anon_sym_LPAREN2] = ACTIONS(1298), + [anon_sym_BANG] = ACTIONS(1298), + [anon_sym_TILDE] = ACTIONS(1298), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_PLUS] = ACTIONS(1296), + [anon_sym_STAR] = ACTIONS(1298), + [anon_sym_AMP] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1298), + [anon_sym___extension__] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1296), + [anon_sym_extern] = ACTIONS(1296), + [anon_sym___attribute__] = ACTIONS(1296), + [anon_sym___attribute] = ACTIONS(1296), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1298), + [anon_sym___declspec] = ACTIONS(1296), + [anon_sym___cdecl] = ACTIONS(1296), + [anon_sym___clrcall] = ACTIONS(1296), + [anon_sym___stdcall] = ACTIONS(1296), + [anon_sym___fastcall] = ACTIONS(1296), + [anon_sym___thiscall] = ACTIONS(1296), + [anon_sym___vectorcall] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1298), + [anon_sym_RBRACE] = ACTIONS(1298), + [anon_sym_signed] = ACTIONS(1296), + [anon_sym_unsigned] = ACTIONS(1296), + [anon_sym_long] = ACTIONS(1296), + [anon_sym_short] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1296), + [anon_sym_auto] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_inline] = ACTIONS(1296), + [anon_sym___inline] = ACTIONS(1296), + [anon_sym___inline__] = ACTIONS(1296), + [anon_sym___forceinline] = ACTIONS(1296), + [anon_sym_thread_local] = ACTIONS(1296), + [anon_sym___thread] = ACTIONS(1296), + [anon_sym_const] = ACTIONS(1296), + [anon_sym_constexpr] = ACTIONS(1296), + [anon_sym_volatile] = ACTIONS(1296), + [anon_sym_restrict] = ACTIONS(1296), + [anon_sym___restrict__] = ACTIONS(1296), + [anon_sym__Atomic] = ACTIONS(1296), + [anon_sym__Noreturn] = ACTIONS(1296), + [anon_sym_noreturn] = ACTIONS(1296), + [anon_sym__Nonnull] = ACTIONS(1296), + [anon_sym_alignas] = ACTIONS(1296), + [anon_sym__Alignas] = ACTIONS(1296), + [sym_primitive_type] = ACTIONS(1296), + [anon_sym_enum] = ACTIONS(1296), + [anon_sym_struct] = ACTIONS(1296), + [anon_sym_union] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_switch] = ACTIONS(1296), + [anon_sym_case] = ACTIONS(1296), + [anon_sym_default] = ACTIONS(1296), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1296), + [anon_sym_goto] = ACTIONS(1296), + [anon_sym___try] = ACTIONS(1296), + [anon_sym___leave] = ACTIONS(1296), + [anon_sym_DASH_DASH] = ACTIONS(1298), + [anon_sym_PLUS_PLUS] = ACTIONS(1298), + [anon_sym_sizeof] = ACTIONS(1296), + [anon_sym___alignof__] = ACTIONS(1296), + [anon_sym___alignof] = ACTIONS(1296), + [anon_sym__alignof] = ACTIONS(1296), + [anon_sym_alignof] = ACTIONS(1296), + [anon_sym__Alignof] = ACTIONS(1296), + [anon_sym_offsetof] = ACTIONS(1296), + [anon_sym__Generic] = ACTIONS(1296), + [anon_sym_asm] = ACTIONS(1296), + [anon_sym___asm__] = ACTIONS(1296), + [anon_sym___asm] = ACTIONS(1296), + [sym_number_literal] = ACTIONS(1298), + [anon_sym_L_SQUOTE] = ACTIONS(1298), + [anon_sym_u_SQUOTE] = ACTIONS(1298), + [anon_sym_U_SQUOTE] = ACTIONS(1298), + [anon_sym_u8_SQUOTE] = ACTIONS(1298), + [anon_sym_SQUOTE] = ACTIONS(1298), + [anon_sym_L_DQUOTE] = ACTIONS(1298), + [anon_sym_u_DQUOTE] = ACTIONS(1298), + [anon_sym_U_DQUOTE] = ACTIONS(1298), + [anon_sym_u8_DQUOTE] = ACTIONS(1298), + [anon_sym_DQUOTE] = ACTIONS(1298), + [sym_true] = ACTIONS(1296), + [sym_false] = ACTIONS(1296), + [anon_sym_NULL] = ACTIONS(1296), + [anon_sym_nullptr] = ACTIONS(1296), [sym_comment] = ACTIONS(3), }, - [283] = { + [STATE(258)] = { [sym_identifier] = ACTIONS(1280), [aux_sym_preproc_include_token1] = ACTIONS(1280), [aux_sym_preproc_def_token1] = ACTIONS(1280), [aux_sym_preproc_if_token1] = ACTIONS(1280), + [aux_sym_preproc_if_token2] = ACTIONS(1280), [aux_sym_preproc_ifdef_token1] = ACTIONS(1280), [aux_sym_preproc_ifdef_token2] = ACTIONS(1280), [sym_preproc_directive] = ACTIONS(1280), @@ -46108,7 +43949,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1280), [anon_sym___vectorcall] = ACTIONS(1280), [anon_sym_LBRACE] = ACTIONS(1282), - [anon_sym_RBRACE] = ACTIONS(1282), [anon_sym_signed] = ACTIONS(1280), [anon_sym_unsigned] = ACTIONS(1280), [anon_sym_long] = ACTIONS(1280), @@ -46180,211 +44020,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1280), [sym_comment] = ACTIONS(3), }, - [284] = { - [sym_identifier] = ACTIONS(1284), - [aux_sym_preproc_include_token1] = ACTIONS(1284), - [aux_sym_preproc_def_token1] = ACTIONS(1284), - [aux_sym_preproc_if_token1] = ACTIONS(1284), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1284), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1284), - [sym_preproc_directive] = ACTIONS(1284), - [anon_sym_LPAREN2] = ACTIONS(1286), - [anon_sym_BANG] = ACTIONS(1286), - [anon_sym_TILDE] = ACTIONS(1286), - [anon_sym_DASH] = ACTIONS(1284), - [anon_sym_PLUS] = ACTIONS(1284), - [anon_sym_STAR] = ACTIONS(1286), - [anon_sym_AMP] = ACTIONS(1286), - [anon_sym_SEMI] = ACTIONS(1286), - [anon_sym___extension__] = ACTIONS(1284), - [anon_sym_typedef] = ACTIONS(1284), - [anon_sym_extern] = ACTIONS(1284), - [anon_sym___attribute__] = ACTIONS(1284), - [anon_sym___attribute] = ACTIONS(1284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1286), - [anon_sym___declspec] = ACTIONS(1284), - [anon_sym___cdecl] = ACTIONS(1284), - [anon_sym___clrcall] = ACTIONS(1284), - [anon_sym___stdcall] = ACTIONS(1284), - [anon_sym___fastcall] = ACTIONS(1284), - [anon_sym___thiscall] = ACTIONS(1284), - [anon_sym___vectorcall] = ACTIONS(1284), - [anon_sym_LBRACE] = ACTIONS(1286), - [anon_sym_RBRACE] = ACTIONS(1286), - [anon_sym_signed] = ACTIONS(1284), - [anon_sym_unsigned] = ACTIONS(1284), - [anon_sym_long] = ACTIONS(1284), - [anon_sym_short] = ACTIONS(1284), - [anon_sym_static] = ACTIONS(1284), - [anon_sym_auto] = ACTIONS(1284), - [anon_sym_register] = ACTIONS(1284), - [anon_sym_inline] = ACTIONS(1284), - [anon_sym___inline] = ACTIONS(1284), - [anon_sym___inline__] = ACTIONS(1284), - [anon_sym___forceinline] = ACTIONS(1284), - [anon_sym_thread_local] = ACTIONS(1284), - [anon_sym___thread] = ACTIONS(1284), - [anon_sym_const] = ACTIONS(1284), - [anon_sym_constexpr] = ACTIONS(1284), - [anon_sym_volatile] = ACTIONS(1284), - [anon_sym_restrict] = ACTIONS(1284), - [anon_sym___restrict__] = ACTIONS(1284), - [anon_sym__Atomic] = ACTIONS(1284), - [anon_sym__Noreturn] = ACTIONS(1284), - [anon_sym_noreturn] = ACTIONS(1284), - [anon_sym__Nonnull] = ACTIONS(1284), - [anon_sym_alignas] = ACTIONS(1284), - [anon_sym__Alignas] = ACTIONS(1284), - [sym_primitive_type] = ACTIONS(1284), - [anon_sym_enum] = ACTIONS(1284), - [anon_sym_struct] = ACTIONS(1284), - [anon_sym_union] = ACTIONS(1284), - [anon_sym_if] = ACTIONS(1284), - [anon_sym_switch] = ACTIONS(1284), - [anon_sym_case] = ACTIONS(1284), - [anon_sym_default] = ACTIONS(1284), - [anon_sym_while] = ACTIONS(1284), - [anon_sym_do] = ACTIONS(1284), - [anon_sym_for] = ACTIONS(1284), - [anon_sym_return] = ACTIONS(1284), - [anon_sym_break] = ACTIONS(1284), - [anon_sym_continue] = ACTIONS(1284), - [anon_sym_goto] = ACTIONS(1284), - [anon_sym___try] = ACTIONS(1284), - [anon_sym___leave] = ACTIONS(1284), - [anon_sym_DASH_DASH] = ACTIONS(1286), - [anon_sym_PLUS_PLUS] = ACTIONS(1286), - [anon_sym_sizeof] = ACTIONS(1284), - [anon_sym___alignof__] = ACTIONS(1284), - [anon_sym___alignof] = ACTIONS(1284), - [anon_sym__alignof] = ACTIONS(1284), - [anon_sym_alignof] = ACTIONS(1284), - [anon_sym__Alignof] = ACTIONS(1284), - [anon_sym_offsetof] = ACTIONS(1284), - [anon_sym__Generic] = ACTIONS(1284), - [anon_sym_asm] = ACTIONS(1284), - [anon_sym___asm__] = ACTIONS(1284), - [anon_sym___asm] = ACTIONS(1284), - [sym_number_literal] = ACTIONS(1286), - [anon_sym_L_SQUOTE] = ACTIONS(1286), - [anon_sym_u_SQUOTE] = ACTIONS(1286), - [anon_sym_U_SQUOTE] = ACTIONS(1286), - [anon_sym_u8_SQUOTE] = ACTIONS(1286), - [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_L_DQUOTE] = ACTIONS(1286), - [anon_sym_u_DQUOTE] = ACTIONS(1286), - [anon_sym_U_DQUOTE] = ACTIONS(1286), - [anon_sym_u8_DQUOTE] = ACTIONS(1286), - [anon_sym_DQUOTE] = ACTIONS(1286), - [sym_true] = ACTIONS(1284), - [sym_false] = ACTIONS(1284), - [anon_sym_NULL] = ACTIONS(1284), - [anon_sym_nullptr] = ACTIONS(1284), + [STATE(259)] = { + [sym_identifier] = ACTIONS(1288), + [aux_sym_preproc_include_token1] = ACTIONS(1288), + [aux_sym_preproc_def_token1] = ACTIONS(1288), + [aux_sym_preproc_if_token1] = ACTIONS(1288), + [aux_sym_preproc_if_token2] = ACTIONS(1288), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1288), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1288), + [sym_preproc_directive] = ACTIONS(1288), + [anon_sym_LPAREN2] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_PLUS] = ACTIONS(1288), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym___extension__] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1288), + [anon_sym_extern] = ACTIONS(1288), + [anon_sym___attribute__] = ACTIONS(1288), + [anon_sym___attribute] = ACTIONS(1288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1288), + [anon_sym___cdecl] = ACTIONS(1288), + [anon_sym___clrcall] = ACTIONS(1288), + [anon_sym___stdcall] = ACTIONS(1288), + [anon_sym___fastcall] = ACTIONS(1288), + [anon_sym___thiscall] = ACTIONS(1288), + [anon_sym___vectorcall] = ACTIONS(1288), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1288), + [anon_sym_unsigned] = ACTIONS(1288), + [anon_sym_long] = ACTIONS(1288), + [anon_sym_short] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1288), + [anon_sym_auto] = ACTIONS(1288), + [anon_sym_register] = ACTIONS(1288), + [anon_sym_inline] = ACTIONS(1288), + [anon_sym___inline] = ACTIONS(1288), + [anon_sym___inline__] = ACTIONS(1288), + [anon_sym___forceinline] = ACTIONS(1288), + [anon_sym_thread_local] = ACTIONS(1288), + [anon_sym___thread] = ACTIONS(1288), + [anon_sym_const] = ACTIONS(1288), + [anon_sym_constexpr] = ACTIONS(1288), + [anon_sym_volatile] = ACTIONS(1288), + [anon_sym_restrict] = ACTIONS(1288), + [anon_sym___restrict__] = ACTIONS(1288), + [anon_sym__Atomic] = ACTIONS(1288), + [anon_sym__Noreturn] = ACTIONS(1288), + [anon_sym_noreturn] = ACTIONS(1288), + [anon_sym__Nonnull] = ACTIONS(1288), + [anon_sym_alignas] = ACTIONS(1288), + [anon_sym__Alignas] = ACTIONS(1288), + [sym_primitive_type] = ACTIONS(1288), + [anon_sym_enum] = ACTIONS(1288), + [anon_sym_struct] = ACTIONS(1288), + [anon_sym_union] = ACTIONS(1288), + [anon_sym_if] = ACTIONS(1288), + [anon_sym_switch] = ACTIONS(1288), + [anon_sym_case] = ACTIONS(1288), + [anon_sym_default] = ACTIONS(1288), + [anon_sym_while] = ACTIONS(1288), + [anon_sym_do] = ACTIONS(1288), + [anon_sym_for] = ACTIONS(1288), + [anon_sym_return] = ACTIONS(1288), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_goto] = ACTIONS(1288), + [anon_sym___try] = ACTIONS(1288), + [anon_sym___leave] = ACTIONS(1288), + [anon_sym_DASH_DASH] = ACTIONS(1290), + [anon_sym_PLUS_PLUS] = ACTIONS(1290), + [anon_sym_sizeof] = ACTIONS(1288), + [anon_sym___alignof__] = ACTIONS(1288), + [anon_sym___alignof] = ACTIONS(1288), + [anon_sym__alignof] = ACTIONS(1288), + [anon_sym_alignof] = ACTIONS(1288), + [anon_sym__Alignof] = ACTIONS(1288), + [anon_sym_offsetof] = ACTIONS(1288), + [anon_sym__Generic] = ACTIONS(1288), + [anon_sym_asm] = ACTIONS(1288), + [anon_sym___asm__] = ACTIONS(1288), + [anon_sym___asm] = ACTIONS(1288), + [sym_number_literal] = ACTIONS(1290), + [anon_sym_L_SQUOTE] = ACTIONS(1290), + [anon_sym_u_SQUOTE] = ACTIONS(1290), + [anon_sym_U_SQUOTE] = ACTIONS(1290), + [anon_sym_u8_SQUOTE] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_L_DQUOTE] = ACTIONS(1290), + [anon_sym_u_DQUOTE] = ACTIONS(1290), + [anon_sym_U_DQUOTE] = ACTIONS(1290), + [anon_sym_u8_DQUOTE] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [sym_true] = ACTIONS(1288), + [sym_false] = ACTIONS(1288), + [anon_sym_NULL] = ACTIONS(1288), + [anon_sym_nullptr] = ACTIONS(1288), [sym_comment] = ACTIONS(3), }, - [285] = { - [ts_builtin_sym_end] = ACTIONS(1314), - [sym_identifier] = ACTIONS(1312), - [aux_sym_preproc_include_token1] = ACTIONS(1312), - [aux_sym_preproc_def_token1] = ACTIONS(1312), - [anon_sym_COMMA] = ACTIONS(1314), - [aux_sym_preproc_if_token1] = ACTIONS(1312), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1312), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1312), - [sym_preproc_directive] = ACTIONS(1312), - [anon_sym_LPAREN2] = ACTIONS(1314), - [anon_sym_BANG] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1312), - [anon_sym_PLUS] = ACTIONS(1312), - [anon_sym_STAR] = ACTIONS(1314), - [anon_sym_AMP] = ACTIONS(1314), - [anon_sym_SEMI] = ACTIONS(1314), - [anon_sym___extension__] = ACTIONS(1312), - [anon_sym_typedef] = ACTIONS(1312), - [anon_sym_extern] = ACTIONS(1312), - [anon_sym___attribute__] = ACTIONS(1312), - [anon_sym___attribute] = ACTIONS(1312), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1314), - [anon_sym___declspec] = ACTIONS(1312), - [anon_sym___cdecl] = ACTIONS(1312), - [anon_sym___clrcall] = ACTIONS(1312), - [anon_sym___stdcall] = ACTIONS(1312), - [anon_sym___fastcall] = ACTIONS(1312), - [anon_sym___thiscall] = ACTIONS(1312), - [anon_sym___vectorcall] = ACTIONS(1312), - [anon_sym_LBRACE] = ACTIONS(1314), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_signed] = ACTIONS(1312), - [anon_sym_unsigned] = ACTIONS(1312), - [anon_sym_long] = ACTIONS(1312), - [anon_sym_short] = ACTIONS(1312), - [anon_sym_static] = ACTIONS(1312), - [anon_sym_auto] = ACTIONS(1312), - [anon_sym_register] = ACTIONS(1312), - [anon_sym_inline] = ACTIONS(1312), - [anon_sym___inline] = ACTIONS(1312), - [anon_sym___inline__] = ACTIONS(1312), - [anon_sym___forceinline] = ACTIONS(1312), - [anon_sym_thread_local] = ACTIONS(1312), - [anon_sym___thread] = ACTIONS(1312), - [anon_sym_const] = ACTIONS(1312), - [anon_sym_constexpr] = ACTIONS(1312), - [anon_sym_volatile] = ACTIONS(1312), - [anon_sym_restrict] = ACTIONS(1312), - [anon_sym___restrict__] = ACTIONS(1312), - [anon_sym__Atomic] = ACTIONS(1312), - [anon_sym__Noreturn] = ACTIONS(1312), - [anon_sym_noreturn] = ACTIONS(1312), - [anon_sym__Nonnull] = ACTIONS(1312), - [anon_sym_alignas] = ACTIONS(1312), - [anon_sym__Alignas] = ACTIONS(1312), - [sym_primitive_type] = ACTIONS(1312), - [anon_sym_enum] = ACTIONS(1312), - [anon_sym_struct] = ACTIONS(1312), - [anon_sym_union] = ACTIONS(1312), - [anon_sym_if] = ACTIONS(1312), - [anon_sym_switch] = ACTIONS(1312), - [anon_sym_case] = ACTIONS(1312), - [anon_sym_default] = ACTIONS(1312), - [anon_sym_while] = ACTIONS(1312), - [anon_sym_do] = ACTIONS(1312), - [anon_sym_for] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_continue] = ACTIONS(1312), - [anon_sym_goto] = ACTIONS(1312), - [anon_sym_DASH_DASH] = ACTIONS(1314), - [anon_sym_PLUS_PLUS] = ACTIONS(1314), - [anon_sym_sizeof] = ACTIONS(1312), - [anon_sym___alignof__] = ACTIONS(1312), - [anon_sym___alignof] = ACTIONS(1312), - [anon_sym__alignof] = ACTIONS(1312), - [anon_sym_alignof] = ACTIONS(1312), - [anon_sym__Alignof] = ACTIONS(1312), - [anon_sym_offsetof] = ACTIONS(1312), - [anon_sym__Generic] = ACTIONS(1312), - [anon_sym_asm] = ACTIONS(1312), - [anon_sym___asm__] = ACTIONS(1312), - [anon_sym___asm] = ACTIONS(1312), - [sym_number_literal] = ACTIONS(1314), - [anon_sym_L_SQUOTE] = ACTIONS(1314), - [anon_sym_u_SQUOTE] = ACTIONS(1314), - [anon_sym_U_SQUOTE] = ACTIONS(1314), - [anon_sym_u8_SQUOTE] = ACTIONS(1314), - [anon_sym_SQUOTE] = ACTIONS(1314), - [anon_sym_L_DQUOTE] = ACTIONS(1314), - [anon_sym_u_DQUOTE] = ACTIONS(1314), - [anon_sym_U_DQUOTE] = ACTIONS(1314), - [anon_sym_u8_DQUOTE] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1314), - [sym_true] = ACTIONS(1312), - [sym_false] = ACTIONS(1312), - [anon_sym_NULL] = ACTIONS(1312), - [anon_sym_nullptr] = ACTIONS(1312), + [STATE(260)] = { + [sym_identifier] = ACTIONS(1296), + [aux_sym_preproc_include_token1] = ACTIONS(1296), + [aux_sym_preproc_def_token1] = ACTIONS(1296), + [aux_sym_preproc_if_token1] = ACTIONS(1296), + [aux_sym_preproc_if_token2] = ACTIONS(1296), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1296), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1296), + [sym_preproc_directive] = ACTIONS(1296), + [anon_sym_LPAREN2] = ACTIONS(1298), + [anon_sym_BANG] = ACTIONS(1298), + [anon_sym_TILDE] = ACTIONS(1298), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_PLUS] = ACTIONS(1296), + [anon_sym_STAR] = ACTIONS(1298), + [anon_sym_AMP] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1298), + [anon_sym___extension__] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1296), + [anon_sym_extern] = ACTIONS(1296), + [anon_sym___attribute__] = ACTIONS(1296), + [anon_sym___attribute] = ACTIONS(1296), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1298), + [anon_sym___declspec] = ACTIONS(1296), + [anon_sym___cdecl] = ACTIONS(1296), + [anon_sym___clrcall] = ACTIONS(1296), + [anon_sym___stdcall] = ACTIONS(1296), + [anon_sym___fastcall] = ACTIONS(1296), + [anon_sym___thiscall] = ACTIONS(1296), + [anon_sym___vectorcall] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1298), + [anon_sym_signed] = ACTIONS(1296), + [anon_sym_unsigned] = ACTIONS(1296), + [anon_sym_long] = ACTIONS(1296), + [anon_sym_short] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1296), + [anon_sym_auto] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_inline] = ACTIONS(1296), + [anon_sym___inline] = ACTIONS(1296), + [anon_sym___inline__] = ACTIONS(1296), + [anon_sym___forceinline] = ACTIONS(1296), + [anon_sym_thread_local] = ACTIONS(1296), + [anon_sym___thread] = ACTIONS(1296), + [anon_sym_const] = ACTIONS(1296), + [anon_sym_constexpr] = ACTIONS(1296), + [anon_sym_volatile] = ACTIONS(1296), + [anon_sym_restrict] = ACTIONS(1296), + [anon_sym___restrict__] = ACTIONS(1296), + [anon_sym__Atomic] = ACTIONS(1296), + [anon_sym__Noreturn] = ACTIONS(1296), + [anon_sym_noreturn] = ACTIONS(1296), + [anon_sym__Nonnull] = ACTIONS(1296), + [anon_sym_alignas] = ACTIONS(1296), + [anon_sym__Alignas] = ACTIONS(1296), + [sym_primitive_type] = ACTIONS(1296), + [anon_sym_enum] = ACTIONS(1296), + [anon_sym_struct] = ACTIONS(1296), + [anon_sym_union] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_switch] = ACTIONS(1296), + [anon_sym_case] = ACTIONS(1296), + [anon_sym_default] = ACTIONS(1296), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1296), + [anon_sym_goto] = ACTIONS(1296), + [anon_sym___try] = ACTIONS(1296), + [anon_sym___leave] = ACTIONS(1296), + [anon_sym_DASH_DASH] = ACTIONS(1298), + [anon_sym_PLUS_PLUS] = ACTIONS(1298), + [anon_sym_sizeof] = ACTIONS(1296), + [anon_sym___alignof__] = ACTIONS(1296), + [anon_sym___alignof] = ACTIONS(1296), + [anon_sym__alignof] = ACTIONS(1296), + [anon_sym_alignof] = ACTIONS(1296), + [anon_sym__Alignof] = ACTIONS(1296), + [anon_sym_offsetof] = ACTIONS(1296), + [anon_sym__Generic] = ACTIONS(1296), + [anon_sym_asm] = ACTIONS(1296), + [anon_sym___asm__] = ACTIONS(1296), + [anon_sym___asm] = ACTIONS(1296), + [sym_number_literal] = ACTIONS(1298), + [anon_sym_L_SQUOTE] = ACTIONS(1298), + [anon_sym_u_SQUOTE] = ACTIONS(1298), + [anon_sym_U_SQUOTE] = ACTIONS(1298), + [anon_sym_u8_SQUOTE] = ACTIONS(1298), + [anon_sym_SQUOTE] = ACTIONS(1298), + [anon_sym_L_DQUOTE] = ACTIONS(1298), + [anon_sym_u_DQUOTE] = ACTIONS(1298), + [anon_sym_U_DQUOTE] = ACTIONS(1298), + [anon_sym_u8_DQUOTE] = ACTIONS(1298), + [anon_sym_DQUOTE] = ACTIONS(1298), + [sym_true] = ACTIONS(1296), + [sym_false] = ACTIONS(1296), + [anon_sym_NULL] = ACTIONS(1296), + [anon_sym_nullptr] = ACTIONS(1296), [sym_comment] = ACTIONS(3), }, - [286] = { + [STATE(261)] = { [sym_identifier] = ACTIONS(1304), [aux_sym_preproc_include_token1] = ACTIONS(1304), [aux_sym_preproc_def_token1] = ACTIONS(1304), @@ -46486,1027 +44326,1333 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1304), [sym_comment] = ACTIONS(3), }, - [287] = { - [sym_identifier] = ACTIONS(1262), - [aux_sym_preproc_include_token1] = ACTIONS(1262), - [aux_sym_preproc_def_token1] = ACTIONS(1262), - [aux_sym_preproc_if_token1] = ACTIONS(1262), - [aux_sym_preproc_if_token2] = ACTIONS(1262), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1262), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1262), - [sym_preproc_directive] = ACTIONS(1262), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1262), - [anon_sym_PLUS] = ACTIONS(1262), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1262), - [anon_sym_typedef] = ACTIONS(1262), - [anon_sym_extern] = ACTIONS(1262), - [anon_sym___attribute__] = ACTIONS(1262), - [anon_sym___attribute] = ACTIONS(1262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), - [anon_sym___declspec] = ACTIONS(1262), - [anon_sym___cdecl] = ACTIONS(1262), - [anon_sym___clrcall] = ACTIONS(1262), - [anon_sym___stdcall] = ACTIONS(1262), - [anon_sym___fastcall] = ACTIONS(1262), - [anon_sym___thiscall] = ACTIONS(1262), - [anon_sym___vectorcall] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_signed] = ACTIONS(1262), - [anon_sym_unsigned] = ACTIONS(1262), - [anon_sym_long] = ACTIONS(1262), - [anon_sym_short] = ACTIONS(1262), - [anon_sym_static] = ACTIONS(1262), - [anon_sym_auto] = ACTIONS(1262), - [anon_sym_register] = ACTIONS(1262), - [anon_sym_inline] = ACTIONS(1262), - [anon_sym___inline] = ACTIONS(1262), - [anon_sym___inline__] = ACTIONS(1262), - [anon_sym___forceinline] = ACTIONS(1262), - [anon_sym_thread_local] = ACTIONS(1262), - [anon_sym___thread] = ACTIONS(1262), - [anon_sym_const] = ACTIONS(1262), - [anon_sym_constexpr] = ACTIONS(1262), - [anon_sym_volatile] = ACTIONS(1262), - [anon_sym_restrict] = ACTIONS(1262), - [anon_sym___restrict__] = ACTIONS(1262), - [anon_sym__Atomic] = ACTIONS(1262), - [anon_sym__Noreturn] = ACTIONS(1262), - [anon_sym_noreturn] = ACTIONS(1262), - [anon_sym__Nonnull] = ACTIONS(1262), - [anon_sym_alignas] = ACTIONS(1262), - [anon_sym__Alignas] = ACTIONS(1262), - [sym_primitive_type] = ACTIONS(1262), - [anon_sym_enum] = ACTIONS(1262), - [anon_sym_struct] = ACTIONS(1262), - [anon_sym_union] = ACTIONS(1262), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_switch] = ACTIONS(1262), - [anon_sym_case] = ACTIONS(1262), - [anon_sym_default] = ACTIONS(1262), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_do] = ACTIONS(1262), - [anon_sym_for] = ACTIONS(1262), - [anon_sym_return] = ACTIONS(1262), - [anon_sym_break] = ACTIONS(1262), - [anon_sym_continue] = ACTIONS(1262), - [anon_sym_goto] = ACTIONS(1262), - [anon_sym___try] = ACTIONS(1262), - [anon_sym___leave] = ACTIONS(1262), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), - [anon_sym_sizeof] = ACTIONS(1262), - [anon_sym___alignof__] = ACTIONS(1262), - [anon_sym___alignof] = ACTIONS(1262), - [anon_sym__alignof] = ACTIONS(1262), - [anon_sym_alignof] = ACTIONS(1262), - [anon_sym__Alignof] = ACTIONS(1262), - [anon_sym_offsetof] = ACTIONS(1262), - [anon_sym__Generic] = ACTIONS(1262), - [anon_sym_asm] = ACTIONS(1262), - [anon_sym___asm__] = ACTIONS(1262), - [anon_sym___asm] = ACTIONS(1262), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_true] = ACTIONS(1262), - [sym_false] = ACTIONS(1262), - [anon_sym_NULL] = ACTIONS(1262), - [anon_sym_nullptr] = ACTIONS(1262), + [STATE(262)] = { + [sym_identifier] = ACTIONS(1324), + [aux_sym_preproc_include_token1] = ACTIONS(1324), + [aux_sym_preproc_def_token1] = ACTIONS(1324), + [aux_sym_preproc_if_token1] = ACTIONS(1324), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1324), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1324), + [sym_preproc_directive] = ACTIONS(1324), + [anon_sym_LPAREN2] = ACTIONS(1326), + [anon_sym_BANG] = ACTIONS(1326), + [anon_sym_TILDE] = ACTIONS(1326), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1326), + [anon_sym_AMP] = ACTIONS(1326), + [anon_sym_SEMI] = ACTIONS(1326), + [anon_sym___extension__] = ACTIONS(1324), + [anon_sym_typedef] = ACTIONS(1324), + [anon_sym_extern] = ACTIONS(1324), + [anon_sym___attribute__] = ACTIONS(1324), + [anon_sym___attribute] = ACTIONS(1324), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1326), + [anon_sym___declspec] = ACTIONS(1324), + [anon_sym___cdecl] = ACTIONS(1324), + [anon_sym___clrcall] = ACTIONS(1324), + [anon_sym___stdcall] = ACTIONS(1324), + [anon_sym___fastcall] = ACTIONS(1324), + [anon_sym___thiscall] = ACTIONS(1324), + [anon_sym___vectorcall] = ACTIONS(1324), + [anon_sym_LBRACE] = ACTIONS(1326), + [anon_sym_RBRACE] = ACTIONS(1326), + [anon_sym_signed] = ACTIONS(1324), + [anon_sym_unsigned] = ACTIONS(1324), + [anon_sym_long] = ACTIONS(1324), + [anon_sym_short] = ACTIONS(1324), + [anon_sym_static] = ACTIONS(1324), + [anon_sym_auto] = ACTIONS(1324), + [anon_sym_register] = ACTIONS(1324), + [anon_sym_inline] = ACTIONS(1324), + [anon_sym___inline] = ACTIONS(1324), + [anon_sym___inline__] = ACTIONS(1324), + [anon_sym___forceinline] = ACTIONS(1324), + [anon_sym_thread_local] = ACTIONS(1324), + [anon_sym___thread] = ACTIONS(1324), + [anon_sym_const] = ACTIONS(1324), + [anon_sym_constexpr] = ACTIONS(1324), + [anon_sym_volatile] = ACTIONS(1324), + [anon_sym_restrict] = ACTIONS(1324), + [anon_sym___restrict__] = ACTIONS(1324), + [anon_sym__Atomic] = ACTIONS(1324), + [anon_sym__Noreturn] = ACTIONS(1324), + [anon_sym_noreturn] = ACTIONS(1324), + [anon_sym__Nonnull] = ACTIONS(1324), + [anon_sym_alignas] = ACTIONS(1324), + [anon_sym__Alignas] = ACTIONS(1324), + [sym_primitive_type] = ACTIONS(1324), + [anon_sym_enum] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1324), + [anon_sym_union] = ACTIONS(1324), + [anon_sym_if] = ACTIONS(1324), + [anon_sym_switch] = ACTIONS(1324), + [anon_sym_case] = ACTIONS(1324), + [anon_sym_default] = ACTIONS(1324), + [anon_sym_while] = ACTIONS(1324), + [anon_sym_do] = ACTIONS(1324), + [anon_sym_for] = ACTIONS(1324), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1324), + [anon_sym_continue] = ACTIONS(1324), + [anon_sym_goto] = ACTIONS(1324), + [anon_sym___try] = ACTIONS(1324), + [anon_sym___leave] = ACTIONS(1324), + [anon_sym_DASH_DASH] = ACTIONS(1326), + [anon_sym_PLUS_PLUS] = ACTIONS(1326), + [anon_sym_sizeof] = ACTIONS(1324), + [anon_sym___alignof__] = ACTIONS(1324), + [anon_sym___alignof] = ACTIONS(1324), + [anon_sym__alignof] = ACTIONS(1324), + [anon_sym_alignof] = ACTIONS(1324), + [anon_sym__Alignof] = ACTIONS(1324), + [anon_sym_offsetof] = ACTIONS(1324), + [anon_sym__Generic] = ACTIONS(1324), + [anon_sym_asm] = ACTIONS(1324), + [anon_sym___asm__] = ACTIONS(1324), + [anon_sym___asm] = ACTIONS(1324), + [sym_number_literal] = ACTIONS(1326), + [anon_sym_L_SQUOTE] = ACTIONS(1326), + [anon_sym_u_SQUOTE] = ACTIONS(1326), + [anon_sym_U_SQUOTE] = ACTIONS(1326), + [anon_sym_u8_SQUOTE] = ACTIONS(1326), + [anon_sym_SQUOTE] = ACTIONS(1326), + [anon_sym_L_DQUOTE] = ACTIONS(1326), + [anon_sym_u_DQUOTE] = ACTIONS(1326), + [anon_sym_U_DQUOTE] = ACTIONS(1326), + [anon_sym_u8_DQUOTE] = ACTIONS(1326), + [anon_sym_DQUOTE] = ACTIONS(1326), + [sym_true] = ACTIONS(1324), + [sym_false] = ACTIONS(1324), + [anon_sym_NULL] = ACTIONS(1324), + [anon_sym_nullptr] = ACTIONS(1324), [sym_comment] = ACTIONS(3), }, - [288] = { - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token2] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1346), - [anon_sym_BANG] = ACTIONS(1346), - [anon_sym_TILDE] = ACTIONS(1346), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1346), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_SEMI] = ACTIONS(1346), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym___attribute] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [anon_sym__Nonnull] = ACTIONS(1344), - [anon_sym_alignas] = ACTIONS(1344), - [anon_sym__Alignas] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1346), - [anon_sym_PLUS_PLUS] = ACTIONS(1346), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [anon_sym___asm] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1346), - [anon_sym_L_SQUOTE] = ACTIONS(1346), - [anon_sym_u_SQUOTE] = ACTIONS(1346), - [anon_sym_U_SQUOTE] = ACTIONS(1346), - [anon_sym_u8_SQUOTE] = ACTIONS(1346), - [anon_sym_SQUOTE] = ACTIONS(1346), - [anon_sym_L_DQUOTE] = ACTIONS(1346), - [anon_sym_u_DQUOTE] = ACTIONS(1346), - [anon_sym_U_DQUOTE] = ACTIONS(1346), - [anon_sym_u8_DQUOTE] = ACTIONS(1346), - [anon_sym_DQUOTE] = ACTIONS(1346), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), + [STATE(263)] = { + [sym_identifier] = ACTIONS(1328), + [aux_sym_preproc_include_token1] = ACTIONS(1328), + [aux_sym_preproc_def_token1] = ACTIONS(1328), + [aux_sym_preproc_if_token1] = ACTIONS(1328), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1328), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1328), + [sym_preproc_directive] = ACTIONS(1328), + [anon_sym_LPAREN2] = ACTIONS(1330), + [anon_sym_BANG] = ACTIONS(1330), + [anon_sym_TILDE] = ACTIONS(1330), + [anon_sym_DASH] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1328), + [anon_sym_STAR] = ACTIONS(1330), + [anon_sym_AMP] = ACTIONS(1330), + [anon_sym_SEMI] = ACTIONS(1330), + [anon_sym___extension__] = ACTIONS(1328), + [anon_sym_typedef] = ACTIONS(1328), + [anon_sym_extern] = ACTIONS(1328), + [anon_sym___attribute__] = ACTIONS(1328), + [anon_sym___attribute] = ACTIONS(1328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1330), + [anon_sym___declspec] = ACTIONS(1328), + [anon_sym___cdecl] = ACTIONS(1328), + [anon_sym___clrcall] = ACTIONS(1328), + [anon_sym___stdcall] = ACTIONS(1328), + [anon_sym___fastcall] = ACTIONS(1328), + [anon_sym___thiscall] = ACTIONS(1328), + [anon_sym___vectorcall] = ACTIONS(1328), + [anon_sym_LBRACE] = ACTIONS(1330), + [anon_sym_RBRACE] = ACTIONS(1330), + [anon_sym_signed] = ACTIONS(1328), + [anon_sym_unsigned] = ACTIONS(1328), + [anon_sym_long] = ACTIONS(1328), + [anon_sym_short] = ACTIONS(1328), + [anon_sym_static] = ACTIONS(1328), + [anon_sym_auto] = ACTIONS(1328), + [anon_sym_register] = ACTIONS(1328), + [anon_sym_inline] = ACTIONS(1328), + [anon_sym___inline] = ACTIONS(1328), + [anon_sym___inline__] = ACTIONS(1328), + [anon_sym___forceinline] = ACTIONS(1328), + [anon_sym_thread_local] = ACTIONS(1328), + [anon_sym___thread] = ACTIONS(1328), + [anon_sym_const] = ACTIONS(1328), + [anon_sym_constexpr] = ACTIONS(1328), + [anon_sym_volatile] = ACTIONS(1328), + [anon_sym_restrict] = ACTIONS(1328), + [anon_sym___restrict__] = ACTIONS(1328), + [anon_sym__Atomic] = ACTIONS(1328), + [anon_sym__Noreturn] = ACTIONS(1328), + [anon_sym_noreturn] = ACTIONS(1328), + [anon_sym__Nonnull] = ACTIONS(1328), + [anon_sym_alignas] = ACTIONS(1328), + [anon_sym__Alignas] = ACTIONS(1328), + [sym_primitive_type] = ACTIONS(1328), + [anon_sym_enum] = ACTIONS(1328), + [anon_sym_struct] = ACTIONS(1328), + [anon_sym_union] = ACTIONS(1328), + [anon_sym_if] = ACTIONS(1328), + [anon_sym_switch] = ACTIONS(1328), + [anon_sym_case] = ACTIONS(1328), + [anon_sym_default] = ACTIONS(1328), + [anon_sym_while] = ACTIONS(1328), + [anon_sym_do] = ACTIONS(1328), + [anon_sym_for] = ACTIONS(1328), + [anon_sym_return] = ACTIONS(1328), + [anon_sym_break] = ACTIONS(1328), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1328), + [anon_sym___try] = ACTIONS(1328), + [anon_sym___leave] = ACTIONS(1328), + [anon_sym_DASH_DASH] = ACTIONS(1330), + [anon_sym_PLUS_PLUS] = ACTIONS(1330), + [anon_sym_sizeof] = ACTIONS(1328), + [anon_sym___alignof__] = ACTIONS(1328), + [anon_sym___alignof] = ACTIONS(1328), + [anon_sym__alignof] = ACTIONS(1328), + [anon_sym_alignof] = ACTIONS(1328), + [anon_sym__Alignof] = ACTIONS(1328), + [anon_sym_offsetof] = ACTIONS(1328), + [anon_sym__Generic] = ACTIONS(1328), + [anon_sym_asm] = ACTIONS(1328), + [anon_sym___asm__] = ACTIONS(1328), + [anon_sym___asm] = ACTIONS(1328), + [sym_number_literal] = ACTIONS(1330), + [anon_sym_L_SQUOTE] = ACTIONS(1330), + [anon_sym_u_SQUOTE] = ACTIONS(1330), + [anon_sym_U_SQUOTE] = ACTIONS(1330), + [anon_sym_u8_SQUOTE] = ACTIONS(1330), + [anon_sym_SQUOTE] = ACTIONS(1330), + [anon_sym_L_DQUOTE] = ACTIONS(1330), + [anon_sym_u_DQUOTE] = ACTIONS(1330), + [anon_sym_U_DQUOTE] = ACTIONS(1330), + [anon_sym_u8_DQUOTE] = ACTIONS(1330), + [anon_sym_DQUOTE] = ACTIONS(1330), + [sym_true] = ACTIONS(1328), + [sym_false] = ACTIONS(1328), + [anon_sym_NULL] = ACTIONS(1328), + [anon_sym_nullptr] = ACTIONS(1328), [sym_comment] = ACTIONS(3), }, - [289] = { - [sym_identifier] = ACTIONS(1352), - [aux_sym_preproc_include_token1] = ACTIONS(1352), - [aux_sym_preproc_def_token1] = ACTIONS(1352), - [aux_sym_preproc_if_token1] = ACTIONS(1352), - [aux_sym_preproc_if_token2] = ACTIONS(1352), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1352), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1352), - [sym_preproc_directive] = ACTIONS(1352), - [anon_sym_LPAREN2] = ACTIONS(1354), - [anon_sym_BANG] = ACTIONS(1354), - [anon_sym_TILDE] = ACTIONS(1354), - [anon_sym_DASH] = ACTIONS(1352), - [anon_sym_PLUS] = ACTIONS(1352), - [anon_sym_STAR] = ACTIONS(1354), - [anon_sym_AMP] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1352), - [anon_sym_typedef] = ACTIONS(1352), - [anon_sym_extern] = ACTIONS(1352), - [anon_sym___attribute__] = ACTIONS(1352), - [anon_sym___attribute] = ACTIONS(1352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1354), - [anon_sym___declspec] = ACTIONS(1352), - [anon_sym___cdecl] = ACTIONS(1352), - [anon_sym___clrcall] = ACTIONS(1352), - [anon_sym___stdcall] = ACTIONS(1352), - [anon_sym___fastcall] = ACTIONS(1352), - [anon_sym___thiscall] = ACTIONS(1352), - [anon_sym___vectorcall] = ACTIONS(1352), - [anon_sym_LBRACE] = ACTIONS(1354), - [anon_sym_signed] = ACTIONS(1352), - [anon_sym_unsigned] = ACTIONS(1352), - [anon_sym_long] = ACTIONS(1352), - [anon_sym_short] = ACTIONS(1352), - [anon_sym_static] = ACTIONS(1352), - [anon_sym_auto] = ACTIONS(1352), - [anon_sym_register] = ACTIONS(1352), - [anon_sym_inline] = ACTIONS(1352), - [anon_sym___inline] = ACTIONS(1352), - [anon_sym___inline__] = ACTIONS(1352), - [anon_sym___forceinline] = ACTIONS(1352), - [anon_sym_thread_local] = ACTIONS(1352), - [anon_sym___thread] = ACTIONS(1352), - [anon_sym_const] = ACTIONS(1352), - [anon_sym_constexpr] = ACTIONS(1352), - [anon_sym_volatile] = ACTIONS(1352), - [anon_sym_restrict] = ACTIONS(1352), - [anon_sym___restrict__] = ACTIONS(1352), - [anon_sym__Atomic] = ACTIONS(1352), - [anon_sym__Noreturn] = ACTIONS(1352), - [anon_sym_noreturn] = ACTIONS(1352), - [anon_sym__Nonnull] = ACTIONS(1352), - [anon_sym_alignas] = ACTIONS(1352), - [anon_sym__Alignas] = ACTIONS(1352), - [sym_primitive_type] = ACTIONS(1352), - [anon_sym_enum] = ACTIONS(1352), - [anon_sym_struct] = ACTIONS(1352), - [anon_sym_union] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1352), - [anon_sym_switch] = ACTIONS(1352), - [anon_sym_case] = ACTIONS(1352), - [anon_sym_default] = ACTIONS(1352), - [anon_sym_while] = ACTIONS(1352), - [anon_sym_do] = ACTIONS(1352), - [anon_sym_for] = ACTIONS(1352), - [anon_sym_return] = ACTIONS(1352), - [anon_sym_break] = ACTIONS(1352), - [anon_sym_continue] = ACTIONS(1352), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym___try] = ACTIONS(1352), - [anon_sym___leave] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(1354), - [anon_sym_PLUS_PLUS] = ACTIONS(1354), - [anon_sym_sizeof] = ACTIONS(1352), - [anon_sym___alignof__] = ACTIONS(1352), - [anon_sym___alignof] = ACTIONS(1352), - [anon_sym__alignof] = ACTIONS(1352), - [anon_sym_alignof] = ACTIONS(1352), - [anon_sym__Alignof] = ACTIONS(1352), - [anon_sym_offsetof] = ACTIONS(1352), - [anon_sym__Generic] = ACTIONS(1352), - [anon_sym_asm] = ACTIONS(1352), - [anon_sym___asm__] = ACTIONS(1352), - [anon_sym___asm] = ACTIONS(1352), - [sym_number_literal] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1354), - [anon_sym_u_SQUOTE] = ACTIONS(1354), - [anon_sym_U_SQUOTE] = ACTIONS(1354), - [anon_sym_u8_SQUOTE] = ACTIONS(1354), - [anon_sym_SQUOTE] = ACTIONS(1354), - [anon_sym_L_DQUOTE] = ACTIONS(1354), - [anon_sym_u_DQUOTE] = ACTIONS(1354), - [anon_sym_U_DQUOTE] = ACTIONS(1354), - [anon_sym_u8_DQUOTE] = ACTIONS(1354), - [anon_sym_DQUOTE] = ACTIONS(1354), - [sym_true] = ACTIONS(1352), - [sym_false] = ACTIONS(1352), - [anon_sym_NULL] = ACTIONS(1352), - [anon_sym_nullptr] = ACTIONS(1352), + [STATE(264)] = { + [sym_identifier] = ACTIONS(1272), + [aux_sym_preproc_include_token1] = ACTIONS(1272), + [aux_sym_preproc_def_token1] = ACTIONS(1272), + [aux_sym_preproc_if_token1] = ACTIONS(1272), + [aux_sym_preproc_if_token2] = ACTIONS(1272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1272), + [sym_preproc_directive] = ACTIONS(1272), + [anon_sym_LPAREN2] = ACTIONS(1274), + [anon_sym_BANG] = ACTIONS(1274), + [anon_sym_TILDE] = ACTIONS(1274), + [anon_sym_DASH] = ACTIONS(1272), + [anon_sym_PLUS] = ACTIONS(1272), + [anon_sym_STAR] = ACTIONS(1274), + [anon_sym_AMP] = ACTIONS(1274), + [anon_sym_SEMI] = ACTIONS(1274), + [anon_sym___extension__] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1272), + [anon_sym_extern] = ACTIONS(1272), + [anon_sym___attribute__] = ACTIONS(1272), + [anon_sym___attribute] = ACTIONS(1272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1274), + [anon_sym___declspec] = ACTIONS(1272), + [anon_sym___cdecl] = ACTIONS(1272), + [anon_sym___clrcall] = ACTIONS(1272), + [anon_sym___stdcall] = ACTIONS(1272), + [anon_sym___fastcall] = ACTIONS(1272), + [anon_sym___thiscall] = ACTIONS(1272), + [anon_sym___vectorcall] = ACTIONS(1272), + [anon_sym_LBRACE] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1272), + [anon_sym_unsigned] = ACTIONS(1272), + [anon_sym_long] = ACTIONS(1272), + [anon_sym_short] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1272), + [anon_sym_auto] = ACTIONS(1272), + [anon_sym_register] = ACTIONS(1272), + [anon_sym_inline] = ACTIONS(1272), + [anon_sym___inline] = ACTIONS(1272), + [anon_sym___inline__] = ACTIONS(1272), + [anon_sym___forceinline] = ACTIONS(1272), + [anon_sym_thread_local] = ACTIONS(1272), + [anon_sym___thread] = ACTIONS(1272), + [anon_sym_const] = ACTIONS(1272), + [anon_sym_constexpr] = ACTIONS(1272), + [anon_sym_volatile] = ACTIONS(1272), + [anon_sym_restrict] = ACTIONS(1272), + [anon_sym___restrict__] = ACTIONS(1272), + [anon_sym__Atomic] = ACTIONS(1272), + [anon_sym__Noreturn] = ACTIONS(1272), + [anon_sym_noreturn] = ACTIONS(1272), + [anon_sym__Nonnull] = ACTIONS(1272), + [anon_sym_alignas] = ACTIONS(1272), + [anon_sym__Alignas] = ACTIONS(1272), + [sym_primitive_type] = ACTIONS(1272), + [anon_sym_enum] = ACTIONS(1272), + [anon_sym_struct] = ACTIONS(1272), + [anon_sym_union] = ACTIONS(1272), + [anon_sym_if] = ACTIONS(1272), + [anon_sym_switch] = ACTIONS(1272), + [anon_sym_case] = ACTIONS(1272), + [anon_sym_default] = ACTIONS(1272), + [anon_sym_while] = ACTIONS(1272), + [anon_sym_do] = ACTIONS(1272), + [anon_sym_for] = ACTIONS(1272), + [anon_sym_return] = ACTIONS(1272), + [anon_sym_break] = ACTIONS(1272), + [anon_sym_continue] = ACTIONS(1272), + [anon_sym_goto] = ACTIONS(1272), + [anon_sym___try] = ACTIONS(1272), + [anon_sym___leave] = ACTIONS(1272), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [anon_sym_sizeof] = ACTIONS(1272), + [anon_sym___alignof__] = ACTIONS(1272), + [anon_sym___alignof] = ACTIONS(1272), + [anon_sym__alignof] = ACTIONS(1272), + [anon_sym_alignof] = ACTIONS(1272), + [anon_sym__Alignof] = ACTIONS(1272), + [anon_sym_offsetof] = ACTIONS(1272), + [anon_sym__Generic] = ACTIONS(1272), + [anon_sym_asm] = ACTIONS(1272), + [anon_sym___asm__] = ACTIONS(1272), + [anon_sym___asm] = ACTIONS(1272), + [sym_number_literal] = ACTIONS(1274), + [anon_sym_L_SQUOTE] = ACTIONS(1274), + [anon_sym_u_SQUOTE] = ACTIONS(1274), + [anon_sym_U_SQUOTE] = ACTIONS(1274), + [anon_sym_u8_SQUOTE] = ACTIONS(1274), + [anon_sym_SQUOTE] = ACTIONS(1274), + [anon_sym_L_DQUOTE] = ACTIONS(1274), + [anon_sym_u_DQUOTE] = ACTIONS(1274), + [anon_sym_U_DQUOTE] = ACTIONS(1274), + [anon_sym_u8_DQUOTE] = ACTIONS(1274), + [anon_sym_DQUOTE] = ACTIONS(1274), + [sym_true] = ACTIONS(1272), + [sym_false] = ACTIONS(1272), + [anon_sym_NULL] = ACTIONS(1272), + [anon_sym_nullptr] = ACTIONS(1272), [sym_comment] = ACTIONS(3), }, - [290] = { - [sym_identifier] = ACTIONS(1364), - [aux_sym_preproc_include_token1] = ACTIONS(1364), - [aux_sym_preproc_def_token1] = ACTIONS(1364), - [aux_sym_preproc_if_token1] = ACTIONS(1364), - [aux_sym_preproc_if_token2] = ACTIONS(1364), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), - [sym_preproc_directive] = ACTIONS(1364), - [anon_sym_LPAREN2] = ACTIONS(1366), - [anon_sym_BANG] = ACTIONS(1366), - [anon_sym_TILDE] = ACTIONS(1366), - [anon_sym_DASH] = ACTIONS(1364), - [anon_sym_PLUS] = ACTIONS(1364), - [anon_sym_STAR] = ACTIONS(1366), - [anon_sym_AMP] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1364), - [anon_sym_typedef] = ACTIONS(1364), - [anon_sym_extern] = ACTIONS(1364), - [anon_sym___attribute__] = ACTIONS(1364), - [anon_sym___attribute] = ACTIONS(1364), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), - [anon_sym___declspec] = ACTIONS(1364), - [anon_sym___cdecl] = ACTIONS(1364), - [anon_sym___clrcall] = ACTIONS(1364), - [anon_sym___stdcall] = ACTIONS(1364), - [anon_sym___fastcall] = ACTIONS(1364), - [anon_sym___thiscall] = ACTIONS(1364), - [anon_sym___vectorcall] = ACTIONS(1364), - [anon_sym_LBRACE] = ACTIONS(1366), - [anon_sym_signed] = ACTIONS(1364), - [anon_sym_unsigned] = ACTIONS(1364), - [anon_sym_long] = ACTIONS(1364), - [anon_sym_short] = ACTIONS(1364), - [anon_sym_static] = ACTIONS(1364), - [anon_sym_auto] = ACTIONS(1364), - [anon_sym_register] = ACTIONS(1364), - [anon_sym_inline] = ACTIONS(1364), - [anon_sym___inline] = ACTIONS(1364), - [anon_sym___inline__] = ACTIONS(1364), - [anon_sym___forceinline] = ACTIONS(1364), - [anon_sym_thread_local] = ACTIONS(1364), - [anon_sym___thread] = ACTIONS(1364), - [anon_sym_const] = ACTIONS(1364), - [anon_sym_constexpr] = ACTIONS(1364), - [anon_sym_volatile] = ACTIONS(1364), - [anon_sym_restrict] = ACTIONS(1364), - [anon_sym___restrict__] = ACTIONS(1364), - [anon_sym__Atomic] = ACTIONS(1364), - [anon_sym__Noreturn] = ACTIONS(1364), - [anon_sym_noreturn] = ACTIONS(1364), - [anon_sym__Nonnull] = ACTIONS(1364), - [anon_sym_alignas] = ACTIONS(1364), - [anon_sym__Alignas] = ACTIONS(1364), - [sym_primitive_type] = ACTIONS(1364), - [anon_sym_enum] = ACTIONS(1364), - [anon_sym_struct] = ACTIONS(1364), - [anon_sym_union] = ACTIONS(1364), - [anon_sym_if] = ACTIONS(1364), - [anon_sym_switch] = ACTIONS(1364), - [anon_sym_case] = ACTIONS(1364), - [anon_sym_default] = ACTIONS(1364), - [anon_sym_while] = ACTIONS(1364), - [anon_sym_do] = ACTIONS(1364), - [anon_sym_for] = ACTIONS(1364), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_break] = ACTIONS(1364), - [anon_sym_continue] = ACTIONS(1364), - [anon_sym_goto] = ACTIONS(1364), - [anon_sym___try] = ACTIONS(1364), - [anon_sym___leave] = ACTIONS(1364), - [anon_sym_DASH_DASH] = ACTIONS(1366), - [anon_sym_PLUS_PLUS] = ACTIONS(1366), - [anon_sym_sizeof] = ACTIONS(1364), - [anon_sym___alignof__] = ACTIONS(1364), - [anon_sym___alignof] = ACTIONS(1364), - [anon_sym__alignof] = ACTIONS(1364), - [anon_sym_alignof] = ACTIONS(1364), - [anon_sym__Alignof] = ACTIONS(1364), - [anon_sym_offsetof] = ACTIONS(1364), - [anon_sym__Generic] = ACTIONS(1364), - [anon_sym_asm] = ACTIONS(1364), - [anon_sym___asm__] = ACTIONS(1364), - [anon_sym___asm] = ACTIONS(1364), - [sym_number_literal] = ACTIONS(1366), - [anon_sym_L_SQUOTE] = ACTIONS(1366), - [anon_sym_u_SQUOTE] = ACTIONS(1366), - [anon_sym_U_SQUOTE] = ACTIONS(1366), - [anon_sym_u8_SQUOTE] = ACTIONS(1366), - [anon_sym_SQUOTE] = ACTIONS(1366), - [anon_sym_L_DQUOTE] = ACTIONS(1366), - [anon_sym_u_DQUOTE] = ACTIONS(1366), - [anon_sym_U_DQUOTE] = ACTIONS(1366), - [anon_sym_u8_DQUOTE] = ACTIONS(1366), - [anon_sym_DQUOTE] = ACTIONS(1366), - [sym_true] = ACTIONS(1364), - [sym_false] = ACTIONS(1364), - [anon_sym_NULL] = ACTIONS(1364), - [anon_sym_nullptr] = ACTIONS(1364), + [STATE(265)] = { + [sym_identifier] = ACTIONS(1284), + [aux_sym_preproc_include_token1] = ACTIONS(1284), + [aux_sym_preproc_def_token1] = ACTIONS(1284), + [aux_sym_preproc_if_token1] = ACTIONS(1284), + [aux_sym_preproc_if_token2] = ACTIONS(1284), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1284), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1284), + [sym_preproc_directive] = ACTIONS(1284), + [anon_sym_LPAREN2] = ACTIONS(1286), + [anon_sym_BANG] = ACTIONS(1286), + [anon_sym_TILDE] = ACTIONS(1286), + [anon_sym_DASH] = ACTIONS(1284), + [anon_sym_PLUS] = ACTIONS(1284), + [anon_sym_STAR] = ACTIONS(1286), + [anon_sym_AMP] = ACTIONS(1286), + [anon_sym_SEMI] = ACTIONS(1286), + [anon_sym___extension__] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1284), + [anon_sym_extern] = ACTIONS(1284), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1286), + [anon_sym___declspec] = ACTIONS(1284), + [anon_sym___cdecl] = ACTIONS(1284), + [anon_sym___clrcall] = ACTIONS(1284), + [anon_sym___stdcall] = ACTIONS(1284), + [anon_sym___fastcall] = ACTIONS(1284), + [anon_sym___thiscall] = ACTIONS(1284), + [anon_sym___vectorcall] = ACTIONS(1284), + [anon_sym_LBRACE] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1284), + [anon_sym_unsigned] = ACTIONS(1284), + [anon_sym_long] = ACTIONS(1284), + [anon_sym_short] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1284), + [anon_sym_auto] = ACTIONS(1284), + [anon_sym_register] = ACTIONS(1284), + [anon_sym_inline] = ACTIONS(1284), + [anon_sym___inline] = ACTIONS(1284), + [anon_sym___inline__] = ACTIONS(1284), + [anon_sym___forceinline] = ACTIONS(1284), + [anon_sym_thread_local] = ACTIONS(1284), + [anon_sym___thread] = ACTIONS(1284), + [anon_sym_const] = ACTIONS(1284), + [anon_sym_constexpr] = ACTIONS(1284), + [anon_sym_volatile] = ACTIONS(1284), + [anon_sym_restrict] = ACTIONS(1284), + [anon_sym___restrict__] = ACTIONS(1284), + [anon_sym__Atomic] = ACTIONS(1284), + [anon_sym__Noreturn] = ACTIONS(1284), + [anon_sym_noreturn] = ACTIONS(1284), + [anon_sym__Nonnull] = ACTIONS(1284), + [anon_sym_alignas] = ACTIONS(1284), + [anon_sym__Alignas] = ACTIONS(1284), + [sym_primitive_type] = ACTIONS(1284), + [anon_sym_enum] = ACTIONS(1284), + [anon_sym_struct] = ACTIONS(1284), + [anon_sym_union] = ACTIONS(1284), + [anon_sym_if] = ACTIONS(1284), + [anon_sym_switch] = ACTIONS(1284), + [anon_sym_case] = ACTIONS(1284), + [anon_sym_default] = ACTIONS(1284), + [anon_sym_while] = ACTIONS(1284), + [anon_sym_do] = ACTIONS(1284), + [anon_sym_for] = ACTIONS(1284), + [anon_sym_return] = ACTIONS(1284), + [anon_sym_break] = ACTIONS(1284), + [anon_sym_continue] = ACTIONS(1284), + [anon_sym_goto] = ACTIONS(1284), + [anon_sym___try] = ACTIONS(1284), + [anon_sym___leave] = ACTIONS(1284), + [anon_sym_DASH_DASH] = ACTIONS(1286), + [anon_sym_PLUS_PLUS] = ACTIONS(1286), + [anon_sym_sizeof] = ACTIONS(1284), + [anon_sym___alignof__] = ACTIONS(1284), + [anon_sym___alignof] = ACTIONS(1284), + [anon_sym__alignof] = ACTIONS(1284), + [anon_sym_alignof] = ACTIONS(1284), + [anon_sym__Alignof] = ACTIONS(1284), + [anon_sym_offsetof] = ACTIONS(1284), + [anon_sym__Generic] = ACTIONS(1284), + [anon_sym_asm] = ACTIONS(1284), + [anon_sym___asm__] = ACTIONS(1284), + [anon_sym___asm] = ACTIONS(1284), + [sym_number_literal] = ACTIONS(1286), + [anon_sym_L_SQUOTE] = ACTIONS(1286), + [anon_sym_u_SQUOTE] = ACTIONS(1286), + [anon_sym_U_SQUOTE] = ACTIONS(1286), + [anon_sym_u8_SQUOTE] = ACTIONS(1286), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_L_DQUOTE] = ACTIONS(1286), + [anon_sym_u_DQUOTE] = ACTIONS(1286), + [anon_sym_U_DQUOTE] = ACTIONS(1286), + [anon_sym_u8_DQUOTE] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_true] = ACTIONS(1284), + [sym_false] = ACTIONS(1284), + [anon_sym_NULL] = ACTIONS(1284), + [anon_sym_nullptr] = ACTIONS(1284), [sym_comment] = ACTIONS(3), }, - [291] = { - [sym_identifier] = ACTIONS(1360), - [aux_sym_preproc_include_token1] = ACTIONS(1360), - [aux_sym_preproc_def_token1] = ACTIONS(1360), - [aux_sym_preproc_if_token1] = ACTIONS(1360), - [aux_sym_preproc_if_token2] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), - [sym_preproc_directive] = ACTIONS(1360), - [anon_sym_LPAREN2] = ACTIONS(1362), - [anon_sym_BANG] = ACTIONS(1362), - [anon_sym_TILDE] = ACTIONS(1362), - [anon_sym_DASH] = ACTIONS(1360), - [anon_sym_PLUS] = ACTIONS(1360), - [anon_sym_STAR] = ACTIONS(1362), - [anon_sym_AMP] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1362), - [anon_sym___extension__] = ACTIONS(1360), - [anon_sym_typedef] = ACTIONS(1360), - [anon_sym_extern] = ACTIONS(1360), - [anon_sym___attribute__] = ACTIONS(1360), - [anon_sym___attribute] = ACTIONS(1360), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), - [anon_sym___declspec] = ACTIONS(1360), - [anon_sym___cdecl] = ACTIONS(1360), - [anon_sym___clrcall] = ACTIONS(1360), - [anon_sym___stdcall] = ACTIONS(1360), - [anon_sym___fastcall] = ACTIONS(1360), - [anon_sym___thiscall] = ACTIONS(1360), - [anon_sym___vectorcall] = ACTIONS(1360), - [anon_sym_LBRACE] = ACTIONS(1362), - [anon_sym_signed] = ACTIONS(1360), - [anon_sym_unsigned] = ACTIONS(1360), - [anon_sym_long] = ACTIONS(1360), - [anon_sym_short] = ACTIONS(1360), - [anon_sym_static] = ACTIONS(1360), - [anon_sym_auto] = ACTIONS(1360), - [anon_sym_register] = ACTIONS(1360), - [anon_sym_inline] = ACTIONS(1360), - [anon_sym___inline] = ACTIONS(1360), - [anon_sym___inline__] = ACTIONS(1360), - [anon_sym___forceinline] = ACTIONS(1360), - [anon_sym_thread_local] = ACTIONS(1360), - [anon_sym___thread] = ACTIONS(1360), - [anon_sym_const] = ACTIONS(1360), - [anon_sym_constexpr] = ACTIONS(1360), - [anon_sym_volatile] = ACTIONS(1360), - [anon_sym_restrict] = ACTIONS(1360), - [anon_sym___restrict__] = ACTIONS(1360), - [anon_sym__Atomic] = ACTIONS(1360), - [anon_sym__Noreturn] = ACTIONS(1360), - [anon_sym_noreturn] = ACTIONS(1360), - [anon_sym__Nonnull] = ACTIONS(1360), - [anon_sym_alignas] = ACTIONS(1360), - [anon_sym__Alignas] = ACTIONS(1360), - [sym_primitive_type] = ACTIONS(1360), - [anon_sym_enum] = ACTIONS(1360), - [anon_sym_struct] = ACTIONS(1360), - [anon_sym_union] = ACTIONS(1360), - [anon_sym_if] = ACTIONS(1360), - [anon_sym_switch] = ACTIONS(1360), - [anon_sym_case] = ACTIONS(1360), - [anon_sym_default] = ACTIONS(1360), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_do] = ACTIONS(1360), - [anon_sym_for] = ACTIONS(1360), - [anon_sym_return] = ACTIONS(1360), - [anon_sym_break] = ACTIONS(1360), - [anon_sym_continue] = ACTIONS(1360), - [anon_sym_goto] = ACTIONS(1360), - [anon_sym___try] = ACTIONS(1360), - [anon_sym___leave] = ACTIONS(1360), - [anon_sym_DASH_DASH] = ACTIONS(1362), - [anon_sym_PLUS_PLUS] = ACTIONS(1362), - [anon_sym_sizeof] = ACTIONS(1360), - [anon_sym___alignof__] = ACTIONS(1360), - [anon_sym___alignof] = ACTIONS(1360), - [anon_sym__alignof] = ACTIONS(1360), - [anon_sym_alignof] = ACTIONS(1360), - [anon_sym__Alignof] = ACTIONS(1360), - [anon_sym_offsetof] = ACTIONS(1360), - [anon_sym__Generic] = ACTIONS(1360), - [anon_sym_asm] = ACTIONS(1360), - [anon_sym___asm__] = ACTIONS(1360), - [anon_sym___asm] = ACTIONS(1360), - [sym_number_literal] = ACTIONS(1362), - [anon_sym_L_SQUOTE] = ACTIONS(1362), - [anon_sym_u_SQUOTE] = ACTIONS(1362), - [anon_sym_U_SQUOTE] = ACTIONS(1362), - [anon_sym_u8_SQUOTE] = ACTIONS(1362), - [anon_sym_SQUOTE] = ACTIONS(1362), - [anon_sym_L_DQUOTE] = ACTIONS(1362), - [anon_sym_u_DQUOTE] = ACTIONS(1362), - [anon_sym_U_DQUOTE] = ACTIONS(1362), - [anon_sym_u8_DQUOTE] = ACTIONS(1362), - [anon_sym_DQUOTE] = ACTIONS(1362), - [sym_true] = ACTIONS(1360), - [sym_false] = ACTIONS(1360), - [anon_sym_NULL] = ACTIONS(1360), - [anon_sym_nullptr] = ACTIONS(1360), + [STATE(266)] = { + [sym_identifier] = ACTIONS(1316), + [aux_sym_preproc_include_token1] = ACTIONS(1316), + [aux_sym_preproc_def_token1] = ACTIONS(1316), + [aux_sym_preproc_if_token1] = ACTIONS(1316), + [aux_sym_preproc_if_token2] = ACTIONS(1316), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1316), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1316), + [sym_preproc_directive] = ACTIONS(1316), + [anon_sym_LPAREN2] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym___extension__] = ACTIONS(1316), + [anon_sym_typedef] = ACTIONS(1316), + [anon_sym_extern] = ACTIONS(1316), + [anon_sym___attribute__] = ACTIONS(1316), + [anon_sym___attribute] = ACTIONS(1316), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1318), + [anon_sym___declspec] = ACTIONS(1316), + [anon_sym___cdecl] = ACTIONS(1316), + [anon_sym___clrcall] = ACTIONS(1316), + [anon_sym___stdcall] = ACTIONS(1316), + [anon_sym___fastcall] = ACTIONS(1316), + [anon_sym___thiscall] = ACTIONS(1316), + [anon_sym___vectorcall] = ACTIONS(1316), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_signed] = ACTIONS(1316), + [anon_sym_unsigned] = ACTIONS(1316), + [anon_sym_long] = ACTIONS(1316), + [anon_sym_short] = ACTIONS(1316), + [anon_sym_static] = ACTIONS(1316), + [anon_sym_auto] = ACTIONS(1316), + [anon_sym_register] = ACTIONS(1316), + [anon_sym_inline] = ACTIONS(1316), + [anon_sym___inline] = ACTIONS(1316), + [anon_sym___inline__] = ACTIONS(1316), + [anon_sym___forceinline] = ACTIONS(1316), + [anon_sym_thread_local] = ACTIONS(1316), + [anon_sym___thread] = ACTIONS(1316), + [anon_sym_const] = ACTIONS(1316), + [anon_sym_constexpr] = ACTIONS(1316), + [anon_sym_volatile] = ACTIONS(1316), + [anon_sym_restrict] = ACTIONS(1316), + [anon_sym___restrict__] = ACTIONS(1316), + [anon_sym__Atomic] = ACTIONS(1316), + [anon_sym__Noreturn] = ACTIONS(1316), + [anon_sym_noreturn] = ACTIONS(1316), + [anon_sym__Nonnull] = ACTIONS(1316), + [anon_sym_alignas] = ACTIONS(1316), + [anon_sym__Alignas] = ACTIONS(1316), + [sym_primitive_type] = ACTIONS(1316), + [anon_sym_enum] = ACTIONS(1316), + [anon_sym_struct] = ACTIONS(1316), + [anon_sym_union] = ACTIONS(1316), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1316), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_while] = ACTIONS(1316), + [anon_sym_do] = ACTIONS(1316), + [anon_sym_for] = ACTIONS(1316), + [anon_sym_return] = ACTIONS(1316), + [anon_sym_break] = ACTIONS(1316), + [anon_sym_continue] = ACTIONS(1316), + [anon_sym_goto] = ACTIONS(1316), + [anon_sym___try] = ACTIONS(1316), + [anon_sym___leave] = ACTIONS(1316), + [anon_sym_DASH_DASH] = ACTIONS(1318), + [anon_sym_PLUS_PLUS] = ACTIONS(1318), + [anon_sym_sizeof] = ACTIONS(1316), + [anon_sym___alignof__] = ACTIONS(1316), + [anon_sym___alignof] = ACTIONS(1316), + [anon_sym__alignof] = ACTIONS(1316), + [anon_sym_alignof] = ACTIONS(1316), + [anon_sym__Alignof] = ACTIONS(1316), + [anon_sym_offsetof] = ACTIONS(1316), + [anon_sym__Generic] = ACTIONS(1316), + [anon_sym_asm] = ACTIONS(1316), + [anon_sym___asm__] = ACTIONS(1316), + [anon_sym___asm] = ACTIONS(1316), + [sym_number_literal] = ACTIONS(1318), + [anon_sym_L_SQUOTE] = ACTIONS(1318), + [anon_sym_u_SQUOTE] = ACTIONS(1318), + [anon_sym_U_SQUOTE] = ACTIONS(1318), + [anon_sym_u8_SQUOTE] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_L_DQUOTE] = ACTIONS(1318), + [anon_sym_u_DQUOTE] = ACTIONS(1318), + [anon_sym_U_DQUOTE] = ACTIONS(1318), + [anon_sym_u8_DQUOTE] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [sym_true] = ACTIONS(1316), + [sym_false] = ACTIONS(1316), + [anon_sym_NULL] = ACTIONS(1316), + [anon_sym_nullptr] = ACTIONS(1316), + [sym_comment] = ACTIONS(3), + }, + [STATE(267)] = { + [sym_identifier] = ACTIONS(1320), + [aux_sym_preproc_include_token1] = ACTIONS(1320), + [aux_sym_preproc_def_token1] = ACTIONS(1320), + [aux_sym_preproc_if_token1] = ACTIONS(1320), + [aux_sym_preproc_if_token2] = ACTIONS(1320), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1320), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1320), + [sym_preproc_directive] = ACTIONS(1320), + [anon_sym_LPAREN2] = ACTIONS(1322), + [anon_sym_BANG] = ACTIONS(1322), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1320), + [anon_sym_STAR] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_SEMI] = ACTIONS(1322), + [anon_sym___extension__] = ACTIONS(1320), + [anon_sym_typedef] = ACTIONS(1320), + [anon_sym_extern] = ACTIONS(1320), + [anon_sym___attribute__] = ACTIONS(1320), + [anon_sym___attribute] = ACTIONS(1320), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1322), + [anon_sym___declspec] = ACTIONS(1320), + [anon_sym___cdecl] = ACTIONS(1320), + [anon_sym___clrcall] = ACTIONS(1320), + [anon_sym___stdcall] = ACTIONS(1320), + [anon_sym___fastcall] = ACTIONS(1320), + [anon_sym___thiscall] = ACTIONS(1320), + [anon_sym___vectorcall] = ACTIONS(1320), + [anon_sym_LBRACE] = ACTIONS(1322), + [anon_sym_signed] = ACTIONS(1320), + [anon_sym_unsigned] = ACTIONS(1320), + [anon_sym_long] = ACTIONS(1320), + [anon_sym_short] = ACTIONS(1320), + [anon_sym_static] = ACTIONS(1320), + [anon_sym_auto] = ACTIONS(1320), + [anon_sym_register] = ACTIONS(1320), + [anon_sym_inline] = ACTIONS(1320), + [anon_sym___inline] = ACTIONS(1320), + [anon_sym___inline__] = ACTIONS(1320), + [anon_sym___forceinline] = ACTIONS(1320), + [anon_sym_thread_local] = ACTIONS(1320), + [anon_sym___thread] = ACTIONS(1320), + [anon_sym_const] = ACTIONS(1320), + [anon_sym_constexpr] = ACTIONS(1320), + [anon_sym_volatile] = ACTIONS(1320), + [anon_sym_restrict] = ACTIONS(1320), + [anon_sym___restrict__] = ACTIONS(1320), + [anon_sym__Atomic] = ACTIONS(1320), + [anon_sym__Noreturn] = ACTIONS(1320), + [anon_sym_noreturn] = ACTIONS(1320), + [anon_sym__Nonnull] = ACTIONS(1320), + [anon_sym_alignas] = ACTIONS(1320), + [anon_sym__Alignas] = ACTIONS(1320), + [sym_primitive_type] = ACTIONS(1320), + [anon_sym_enum] = ACTIONS(1320), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1320), + [anon_sym_if] = ACTIONS(1320), + [anon_sym_switch] = ACTIONS(1320), + [anon_sym_case] = ACTIONS(1320), + [anon_sym_default] = ACTIONS(1320), + [anon_sym_while] = ACTIONS(1320), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(1320), + [anon_sym_break] = ACTIONS(1320), + [anon_sym_continue] = ACTIONS(1320), + [anon_sym_goto] = ACTIONS(1320), + [anon_sym___try] = ACTIONS(1320), + [anon_sym___leave] = ACTIONS(1320), + [anon_sym_DASH_DASH] = ACTIONS(1322), + [anon_sym_PLUS_PLUS] = ACTIONS(1322), + [anon_sym_sizeof] = ACTIONS(1320), + [anon_sym___alignof__] = ACTIONS(1320), + [anon_sym___alignof] = ACTIONS(1320), + [anon_sym__alignof] = ACTIONS(1320), + [anon_sym_alignof] = ACTIONS(1320), + [anon_sym__Alignof] = ACTIONS(1320), + [anon_sym_offsetof] = ACTIONS(1320), + [anon_sym__Generic] = ACTIONS(1320), + [anon_sym_asm] = ACTIONS(1320), + [anon_sym___asm__] = ACTIONS(1320), + [anon_sym___asm] = ACTIONS(1320), + [sym_number_literal] = ACTIONS(1322), + [anon_sym_L_SQUOTE] = ACTIONS(1322), + [anon_sym_u_SQUOTE] = ACTIONS(1322), + [anon_sym_U_SQUOTE] = ACTIONS(1322), + [anon_sym_u8_SQUOTE] = ACTIONS(1322), + [anon_sym_SQUOTE] = ACTIONS(1322), + [anon_sym_L_DQUOTE] = ACTIONS(1322), + [anon_sym_u_DQUOTE] = ACTIONS(1322), + [anon_sym_U_DQUOTE] = ACTIONS(1322), + [anon_sym_u8_DQUOTE] = ACTIONS(1322), + [anon_sym_DQUOTE] = ACTIONS(1322), + [sym_true] = ACTIONS(1320), + [sym_false] = ACTIONS(1320), + [anon_sym_NULL] = ACTIONS(1320), + [anon_sym_nullptr] = ACTIONS(1320), [sym_comment] = ACTIONS(3), }, - [292] = { - [sym_identifier] = ACTIONS(1372), - [aux_sym_preproc_include_token1] = ACTIONS(1372), - [aux_sym_preproc_def_token1] = ACTIONS(1372), - [aux_sym_preproc_if_token1] = ACTIONS(1372), - [aux_sym_preproc_if_token2] = ACTIONS(1372), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1372), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1372), - [sym_preproc_directive] = ACTIONS(1372), - [anon_sym_LPAREN2] = ACTIONS(1374), - [anon_sym_BANG] = ACTIONS(1374), - [anon_sym_TILDE] = ACTIONS(1374), - [anon_sym_DASH] = ACTIONS(1372), - [anon_sym_PLUS] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1372), - [anon_sym_typedef] = ACTIONS(1372), - [anon_sym_extern] = ACTIONS(1372), - [anon_sym___attribute__] = ACTIONS(1372), - [anon_sym___attribute] = ACTIONS(1372), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1374), - [anon_sym___declspec] = ACTIONS(1372), - [anon_sym___cdecl] = ACTIONS(1372), - [anon_sym___clrcall] = ACTIONS(1372), - [anon_sym___stdcall] = ACTIONS(1372), - [anon_sym___fastcall] = ACTIONS(1372), - [anon_sym___thiscall] = ACTIONS(1372), - [anon_sym___vectorcall] = ACTIONS(1372), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_signed] = ACTIONS(1372), - [anon_sym_unsigned] = ACTIONS(1372), - [anon_sym_long] = ACTIONS(1372), - [anon_sym_short] = ACTIONS(1372), - [anon_sym_static] = ACTIONS(1372), - [anon_sym_auto] = ACTIONS(1372), - [anon_sym_register] = ACTIONS(1372), - [anon_sym_inline] = ACTIONS(1372), - [anon_sym___inline] = ACTIONS(1372), - [anon_sym___inline__] = ACTIONS(1372), - [anon_sym___forceinline] = ACTIONS(1372), - [anon_sym_thread_local] = ACTIONS(1372), - [anon_sym___thread] = ACTIONS(1372), - [anon_sym_const] = ACTIONS(1372), - [anon_sym_constexpr] = ACTIONS(1372), - [anon_sym_volatile] = ACTIONS(1372), - [anon_sym_restrict] = ACTIONS(1372), - [anon_sym___restrict__] = ACTIONS(1372), - [anon_sym__Atomic] = ACTIONS(1372), - [anon_sym__Noreturn] = ACTIONS(1372), - [anon_sym_noreturn] = ACTIONS(1372), - [anon_sym__Nonnull] = ACTIONS(1372), - [anon_sym_alignas] = ACTIONS(1372), - [anon_sym__Alignas] = ACTIONS(1372), - [sym_primitive_type] = ACTIONS(1372), - [anon_sym_enum] = ACTIONS(1372), - [anon_sym_struct] = ACTIONS(1372), - [anon_sym_union] = ACTIONS(1372), - [anon_sym_if] = ACTIONS(1372), - [anon_sym_switch] = ACTIONS(1372), - [anon_sym_case] = ACTIONS(1372), - [anon_sym_default] = ACTIONS(1372), - [anon_sym_while] = ACTIONS(1372), - [anon_sym_do] = ACTIONS(1372), - [anon_sym_for] = ACTIONS(1372), - [anon_sym_return] = ACTIONS(1372), - [anon_sym_break] = ACTIONS(1372), - [anon_sym_continue] = ACTIONS(1372), - [anon_sym_goto] = ACTIONS(1372), - [anon_sym___try] = ACTIONS(1372), - [anon_sym___leave] = ACTIONS(1372), - [anon_sym_DASH_DASH] = ACTIONS(1374), - [anon_sym_PLUS_PLUS] = ACTIONS(1374), - [anon_sym_sizeof] = ACTIONS(1372), - [anon_sym___alignof__] = ACTIONS(1372), - [anon_sym___alignof] = ACTIONS(1372), - [anon_sym__alignof] = ACTIONS(1372), - [anon_sym_alignof] = ACTIONS(1372), - [anon_sym__Alignof] = ACTIONS(1372), - [anon_sym_offsetof] = ACTIONS(1372), - [anon_sym__Generic] = ACTIONS(1372), - [anon_sym_asm] = ACTIONS(1372), - [anon_sym___asm__] = ACTIONS(1372), - [anon_sym___asm] = ACTIONS(1372), - [sym_number_literal] = ACTIONS(1374), - [anon_sym_L_SQUOTE] = ACTIONS(1374), - [anon_sym_u_SQUOTE] = ACTIONS(1374), - [anon_sym_U_SQUOTE] = ACTIONS(1374), - [anon_sym_u8_SQUOTE] = ACTIONS(1374), - [anon_sym_SQUOTE] = ACTIONS(1374), - [anon_sym_L_DQUOTE] = ACTIONS(1374), - [anon_sym_u_DQUOTE] = ACTIONS(1374), - [anon_sym_U_DQUOTE] = ACTIONS(1374), - [anon_sym_u8_DQUOTE] = ACTIONS(1374), - [anon_sym_DQUOTE] = ACTIONS(1374), - [sym_true] = ACTIONS(1372), - [sym_false] = ACTIONS(1372), - [anon_sym_NULL] = ACTIONS(1372), - [anon_sym_nullptr] = ACTIONS(1372), + [STATE(268)] = { + [sym_identifier] = ACTIONS(1324), + [aux_sym_preproc_include_token1] = ACTIONS(1324), + [aux_sym_preproc_def_token1] = ACTIONS(1324), + [aux_sym_preproc_if_token1] = ACTIONS(1324), + [aux_sym_preproc_if_token2] = ACTIONS(1324), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1324), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1324), + [sym_preproc_directive] = ACTIONS(1324), + [anon_sym_LPAREN2] = ACTIONS(1326), + [anon_sym_BANG] = ACTIONS(1326), + [anon_sym_TILDE] = ACTIONS(1326), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_STAR] = ACTIONS(1326), + [anon_sym_AMP] = ACTIONS(1326), + [anon_sym_SEMI] = ACTIONS(1326), + [anon_sym___extension__] = ACTIONS(1324), + [anon_sym_typedef] = ACTIONS(1324), + [anon_sym_extern] = ACTIONS(1324), + [anon_sym___attribute__] = ACTIONS(1324), + [anon_sym___attribute] = ACTIONS(1324), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1326), + [anon_sym___declspec] = ACTIONS(1324), + [anon_sym___cdecl] = ACTIONS(1324), + [anon_sym___clrcall] = ACTIONS(1324), + [anon_sym___stdcall] = ACTIONS(1324), + [anon_sym___fastcall] = ACTIONS(1324), + [anon_sym___thiscall] = ACTIONS(1324), + [anon_sym___vectorcall] = ACTIONS(1324), + [anon_sym_LBRACE] = ACTIONS(1326), + [anon_sym_signed] = ACTIONS(1324), + [anon_sym_unsigned] = ACTIONS(1324), + [anon_sym_long] = ACTIONS(1324), + [anon_sym_short] = ACTIONS(1324), + [anon_sym_static] = ACTIONS(1324), + [anon_sym_auto] = ACTIONS(1324), + [anon_sym_register] = ACTIONS(1324), + [anon_sym_inline] = ACTIONS(1324), + [anon_sym___inline] = ACTIONS(1324), + [anon_sym___inline__] = ACTIONS(1324), + [anon_sym___forceinline] = ACTIONS(1324), + [anon_sym_thread_local] = ACTIONS(1324), + [anon_sym___thread] = ACTIONS(1324), + [anon_sym_const] = ACTIONS(1324), + [anon_sym_constexpr] = ACTIONS(1324), + [anon_sym_volatile] = ACTIONS(1324), + [anon_sym_restrict] = ACTIONS(1324), + [anon_sym___restrict__] = ACTIONS(1324), + [anon_sym__Atomic] = ACTIONS(1324), + [anon_sym__Noreturn] = ACTIONS(1324), + [anon_sym_noreturn] = ACTIONS(1324), + [anon_sym__Nonnull] = ACTIONS(1324), + [anon_sym_alignas] = ACTIONS(1324), + [anon_sym__Alignas] = ACTIONS(1324), + [sym_primitive_type] = ACTIONS(1324), + [anon_sym_enum] = ACTIONS(1324), + [anon_sym_struct] = ACTIONS(1324), + [anon_sym_union] = ACTIONS(1324), + [anon_sym_if] = ACTIONS(1324), + [anon_sym_switch] = ACTIONS(1324), + [anon_sym_case] = ACTIONS(1324), + [anon_sym_default] = ACTIONS(1324), + [anon_sym_while] = ACTIONS(1324), + [anon_sym_do] = ACTIONS(1324), + [anon_sym_for] = ACTIONS(1324), + [anon_sym_return] = ACTIONS(1324), + [anon_sym_break] = ACTIONS(1324), + [anon_sym_continue] = ACTIONS(1324), + [anon_sym_goto] = ACTIONS(1324), + [anon_sym___try] = ACTIONS(1324), + [anon_sym___leave] = ACTIONS(1324), + [anon_sym_DASH_DASH] = ACTIONS(1326), + [anon_sym_PLUS_PLUS] = ACTIONS(1326), + [anon_sym_sizeof] = ACTIONS(1324), + [anon_sym___alignof__] = ACTIONS(1324), + [anon_sym___alignof] = ACTIONS(1324), + [anon_sym__alignof] = ACTIONS(1324), + [anon_sym_alignof] = ACTIONS(1324), + [anon_sym__Alignof] = ACTIONS(1324), + [anon_sym_offsetof] = ACTIONS(1324), + [anon_sym__Generic] = ACTIONS(1324), + [anon_sym_asm] = ACTIONS(1324), + [anon_sym___asm__] = ACTIONS(1324), + [anon_sym___asm] = ACTIONS(1324), + [sym_number_literal] = ACTIONS(1326), + [anon_sym_L_SQUOTE] = ACTIONS(1326), + [anon_sym_u_SQUOTE] = ACTIONS(1326), + [anon_sym_U_SQUOTE] = ACTIONS(1326), + [anon_sym_u8_SQUOTE] = ACTIONS(1326), + [anon_sym_SQUOTE] = ACTIONS(1326), + [anon_sym_L_DQUOTE] = ACTIONS(1326), + [anon_sym_u_DQUOTE] = ACTIONS(1326), + [anon_sym_U_DQUOTE] = ACTIONS(1326), + [anon_sym_u8_DQUOTE] = ACTIONS(1326), + [anon_sym_DQUOTE] = ACTIONS(1326), + [sym_true] = ACTIONS(1324), + [sym_false] = ACTIONS(1324), + [anon_sym_NULL] = ACTIONS(1324), + [anon_sym_nullptr] = ACTIONS(1324), [sym_comment] = ACTIONS(3), }, - [293] = { - [sym_identifier] = ACTIONS(1336), - [aux_sym_preproc_include_token1] = ACTIONS(1336), - [aux_sym_preproc_def_token1] = ACTIONS(1336), - [aux_sym_preproc_if_token1] = ACTIONS(1336), - [aux_sym_preproc_if_token2] = ACTIONS(1336), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), - [sym_preproc_directive] = ACTIONS(1336), - [anon_sym_LPAREN2] = ACTIONS(1338), - [anon_sym_BANG] = ACTIONS(1338), - [anon_sym_TILDE] = ACTIONS(1338), - [anon_sym_DASH] = ACTIONS(1336), - [anon_sym_PLUS] = ACTIONS(1336), - [anon_sym_STAR] = ACTIONS(1338), - [anon_sym_AMP] = ACTIONS(1338), - [anon_sym_SEMI] = ACTIONS(1338), - [anon_sym___extension__] = ACTIONS(1336), - [anon_sym_typedef] = ACTIONS(1336), - [anon_sym_extern] = ACTIONS(1336), - [anon_sym___attribute__] = ACTIONS(1336), - [anon_sym___attribute] = ACTIONS(1336), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1338), - [anon_sym___declspec] = ACTIONS(1336), - [anon_sym___cdecl] = ACTIONS(1336), - [anon_sym___clrcall] = ACTIONS(1336), - [anon_sym___stdcall] = ACTIONS(1336), - [anon_sym___fastcall] = ACTIONS(1336), - [anon_sym___thiscall] = ACTIONS(1336), - [anon_sym___vectorcall] = ACTIONS(1336), - [anon_sym_LBRACE] = ACTIONS(1338), - [anon_sym_signed] = ACTIONS(1336), - [anon_sym_unsigned] = ACTIONS(1336), - [anon_sym_long] = ACTIONS(1336), - [anon_sym_short] = ACTIONS(1336), - [anon_sym_static] = ACTIONS(1336), - [anon_sym_auto] = ACTIONS(1336), - [anon_sym_register] = ACTIONS(1336), - [anon_sym_inline] = ACTIONS(1336), - [anon_sym___inline] = ACTIONS(1336), - [anon_sym___inline__] = ACTIONS(1336), - [anon_sym___forceinline] = ACTIONS(1336), - [anon_sym_thread_local] = ACTIONS(1336), - [anon_sym___thread] = ACTIONS(1336), - [anon_sym_const] = ACTIONS(1336), - [anon_sym_constexpr] = ACTIONS(1336), - [anon_sym_volatile] = ACTIONS(1336), - [anon_sym_restrict] = ACTIONS(1336), - [anon_sym___restrict__] = ACTIONS(1336), - [anon_sym__Atomic] = ACTIONS(1336), - [anon_sym__Noreturn] = ACTIONS(1336), - [anon_sym_noreturn] = ACTIONS(1336), - [anon_sym__Nonnull] = ACTIONS(1336), - [anon_sym_alignas] = ACTIONS(1336), - [anon_sym__Alignas] = ACTIONS(1336), - [sym_primitive_type] = ACTIONS(1336), - [anon_sym_enum] = ACTIONS(1336), - [anon_sym_struct] = ACTIONS(1336), - [anon_sym_union] = ACTIONS(1336), - [anon_sym_if] = ACTIONS(1336), - [anon_sym_switch] = ACTIONS(1336), - [anon_sym_case] = ACTIONS(1336), - [anon_sym_default] = ACTIONS(1336), - [anon_sym_while] = ACTIONS(1336), - [anon_sym_do] = ACTIONS(1336), - [anon_sym_for] = ACTIONS(1336), - [anon_sym_return] = ACTIONS(1336), - [anon_sym_break] = ACTIONS(1336), - [anon_sym_continue] = ACTIONS(1336), - [anon_sym_goto] = ACTIONS(1336), - [anon_sym___try] = ACTIONS(1336), - [anon_sym___leave] = ACTIONS(1336), - [anon_sym_DASH_DASH] = ACTIONS(1338), - [anon_sym_PLUS_PLUS] = ACTIONS(1338), - [anon_sym_sizeof] = ACTIONS(1336), - [anon_sym___alignof__] = ACTIONS(1336), - [anon_sym___alignof] = ACTIONS(1336), - [anon_sym__alignof] = ACTIONS(1336), - [anon_sym_alignof] = ACTIONS(1336), - [anon_sym__Alignof] = ACTIONS(1336), - [anon_sym_offsetof] = ACTIONS(1336), - [anon_sym__Generic] = ACTIONS(1336), - [anon_sym_asm] = ACTIONS(1336), - [anon_sym___asm__] = ACTIONS(1336), - [anon_sym___asm] = ACTIONS(1336), - [sym_number_literal] = ACTIONS(1338), - [anon_sym_L_SQUOTE] = ACTIONS(1338), - [anon_sym_u_SQUOTE] = ACTIONS(1338), - [anon_sym_U_SQUOTE] = ACTIONS(1338), - [anon_sym_u8_SQUOTE] = ACTIONS(1338), - [anon_sym_SQUOTE] = ACTIONS(1338), - [anon_sym_L_DQUOTE] = ACTIONS(1338), - [anon_sym_u_DQUOTE] = ACTIONS(1338), - [anon_sym_U_DQUOTE] = ACTIONS(1338), - [anon_sym_u8_DQUOTE] = ACTIONS(1338), - [anon_sym_DQUOTE] = ACTIONS(1338), - [sym_true] = ACTIONS(1336), - [sym_false] = ACTIONS(1336), - [anon_sym_NULL] = ACTIONS(1336), - [anon_sym_nullptr] = ACTIONS(1336), + [STATE(269)] = { + [sym_identifier] = ACTIONS(1272), + [aux_sym_preproc_include_token1] = ACTIONS(1272), + [aux_sym_preproc_def_token1] = ACTIONS(1272), + [aux_sym_preproc_if_token1] = ACTIONS(1272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1272), + [sym_preproc_directive] = ACTIONS(1272), + [anon_sym_LPAREN2] = ACTIONS(1274), + [anon_sym_BANG] = ACTIONS(1274), + [anon_sym_TILDE] = ACTIONS(1274), + [anon_sym_DASH] = ACTIONS(1272), + [anon_sym_PLUS] = ACTIONS(1272), + [anon_sym_STAR] = ACTIONS(1274), + [anon_sym_AMP] = ACTIONS(1274), + [anon_sym_SEMI] = ACTIONS(1274), + [anon_sym___extension__] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1272), + [anon_sym_extern] = ACTIONS(1272), + [anon_sym___attribute__] = ACTIONS(1272), + [anon_sym___attribute] = ACTIONS(1272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1274), + [anon_sym___declspec] = ACTIONS(1272), + [anon_sym___cdecl] = ACTIONS(1272), + [anon_sym___clrcall] = ACTIONS(1272), + [anon_sym___stdcall] = ACTIONS(1272), + [anon_sym___fastcall] = ACTIONS(1272), + [anon_sym___thiscall] = ACTIONS(1272), + [anon_sym___vectorcall] = ACTIONS(1272), + [anon_sym_LBRACE] = ACTIONS(1274), + [anon_sym_RBRACE] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1272), + [anon_sym_unsigned] = ACTIONS(1272), + [anon_sym_long] = ACTIONS(1272), + [anon_sym_short] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1272), + [anon_sym_auto] = ACTIONS(1272), + [anon_sym_register] = ACTIONS(1272), + [anon_sym_inline] = ACTIONS(1272), + [anon_sym___inline] = ACTIONS(1272), + [anon_sym___inline__] = ACTIONS(1272), + [anon_sym___forceinline] = ACTIONS(1272), + [anon_sym_thread_local] = ACTIONS(1272), + [anon_sym___thread] = ACTIONS(1272), + [anon_sym_const] = ACTIONS(1272), + [anon_sym_constexpr] = ACTIONS(1272), + [anon_sym_volatile] = ACTIONS(1272), + [anon_sym_restrict] = ACTIONS(1272), + [anon_sym___restrict__] = ACTIONS(1272), + [anon_sym__Atomic] = ACTIONS(1272), + [anon_sym__Noreturn] = ACTIONS(1272), + [anon_sym_noreturn] = ACTIONS(1272), + [anon_sym__Nonnull] = ACTIONS(1272), + [anon_sym_alignas] = ACTIONS(1272), + [anon_sym__Alignas] = ACTIONS(1272), + [sym_primitive_type] = ACTIONS(1272), + [anon_sym_enum] = ACTIONS(1272), + [anon_sym_struct] = ACTIONS(1272), + [anon_sym_union] = ACTIONS(1272), + [anon_sym_if] = ACTIONS(1272), + [anon_sym_switch] = ACTIONS(1272), + [anon_sym_case] = ACTIONS(1272), + [anon_sym_default] = ACTIONS(1272), + [anon_sym_while] = ACTIONS(1272), + [anon_sym_do] = ACTIONS(1272), + [anon_sym_for] = ACTIONS(1272), + [anon_sym_return] = ACTIONS(1272), + [anon_sym_break] = ACTIONS(1272), + [anon_sym_continue] = ACTIONS(1272), + [anon_sym_goto] = ACTIONS(1272), + [anon_sym___try] = ACTIONS(1272), + [anon_sym___leave] = ACTIONS(1272), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [anon_sym_sizeof] = ACTIONS(1272), + [anon_sym___alignof__] = ACTIONS(1272), + [anon_sym___alignof] = ACTIONS(1272), + [anon_sym__alignof] = ACTIONS(1272), + [anon_sym_alignof] = ACTIONS(1272), + [anon_sym__Alignof] = ACTIONS(1272), + [anon_sym_offsetof] = ACTIONS(1272), + [anon_sym__Generic] = ACTIONS(1272), + [anon_sym_asm] = ACTIONS(1272), + [anon_sym___asm__] = ACTIONS(1272), + [anon_sym___asm] = ACTIONS(1272), + [sym_number_literal] = ACTIONS(1274), + [anon_sym_L_SQUOTE] = ACTIONS(1274), + [anon_sym_u_SQUOTE] = ACTIONS(1274), + [anon_sym_U_SQUOTE] = ACTIONS(1274), + [anon_sym_u8_SQUOTE] = ACTIONS(1274), + [anon_sym_SQUOTE] = ACTIONS(1274), + [anon_sym_L_DQUOTE] = ACTIONS(1274), + [anon_sym_u_DQUOTE] = ACTIONS(1274), + [anon_sym_U_DQUOTE] = ACTIONS(1274), + [anon_sym_u8_DQUOTE] = ACTIONS(1274), + [anon_sym_DQUOTE] = ACTIONS(1274), + [sym_true] = ACTIONS(1272), + [sym_false] = ACTIONS(1272), + [anon_sym_NULL] = ACTIONS(1272), + [anon_sym_nullptr] = ACTIONS(1272), + [sym_comment] = ACTIONS(3), + }, + [STATE(270)] = { + [sym_identifier] = ACTIONS(1328), + [aux_sym_preproc_include_token1] = ACTIONS(1328), + [aux_sym_preproc_def_token1] = ACTIONS(1328), + [aux_sym_preproc_if_token1] = ACTIONS(1328), + [aux_sym_preproc_if_token2] = ACTIONS(1328), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1328), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1328), + [sym_preproc_directive] = ACTIONS(1328), + [anon_sym_LPAREN2] = ACTIONS(1330), + [anon_sym_BANG] = ACTIONS(1330), + [anon_sym_TILDE] = ACTIONS(1330), + [anon_sym_DASH] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1328), + [anon_sym_STAR] = ACTIONS(1330), + [anon_sym_AMP] = ACTIONS(1330), + [anon_sym_SEMI] = ACTIONS(1330), + [anon_sym___extension__] = ACTIONS(1328), + [anon_sym_typedef] = ACTIONS(1328), + [anon_sym_extern] = ACTIONS(1328), + [anon_sym___attribute__] = ACTIONS(1328), + [anon_sym___attribute] = ACTIONS(1328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1330), + [anon_sym___declspec] = ACTIONS(1328), + [anon_sym___cdecl] = ACTIONS(1328), + [anon_sym___clrcall] = ACTIONS(1328), + [anon_sym___stdcall] = ACTIONS(1328), + [anon_sym___fastcall] = ACTIONS(1328), + [anon_sym___thiscall] = ACTIONS(1328), + [anon_sym___vectorcall] = ACTIONS(1328), + [anon_sym_LBRACE] = ACTIONS(1330), + [anon_sym_signed] = ACTIONS(1328), + [anon_sym_unsigned] = ACTIONS(1328), + [anon_sym_long] = ACTIONS(1328), + [anon_sym_short] = ACTIONS(1328), + [anon_sym_static] = ACTIONS(1328), + [anon_sym_auto] = ACTIONS(1328), + [anon_sym_register] = ACTIONS(1328), + [anon_sym_inline] = ACTIONS(1328), + [anon_sym___inline] = ACTIONS(1328), + [anon_sym___inline__] = ACTIONS(1328), + [anon_sym___forceinline] = ACTIONS(1328), + [anon_sym_thread_local] = ACTIONS(1328), + [anon_sym___thread] = ACTIONS(1328), + [anon_sym_const] = ACTIONS(1328), + [anon_sym_constexpr] = ACTIONS(1328), + [anon_sym_volatile] = ACTIONS(1328), + [anon_sym_restrict] = ACTIONS(1328), + [anon_sym___restrict__] = ACTIONS(1328), + [anon_sym__Atomic] = ACTIONS(1328), + [anon_sym__Noreturn] = ACTIONS(1328), + [anon_sym_noreturn] = ACTIONS(1328), + [anon_sym__Nonnull] = ACTIONS(1328), + [anon_sym_alignas] = ACTIONS(1328), + [anon_sym__Alignas] = ACTIONS(1328), + [sym_primitive_type] = ACTIONS(1328), + [anon_sym_enum] = ACTIONS(1328), + [anon_sym_struct] = ACTIONS(1328), + [anon_sym_union] = ACTIONS(1328), + [anon_sym_if] = ACTIONS(1328), + [anon_sym_switch] = ACTIONS(1328), + [anon_sym_case] = ACTIONS(1328), + [anon_sym_default] = ACTIONS(1328), + [anon_sym_while] = ACTIONS(1328), + [anon_sym_do] = ACTIONS(1328), + [anon_sym_for] = ACTIONS(1328), + [anon_sym_return] = ACTIONS(1328), + [anon_sym_break] = ACTIONS(1328), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1328), + [anon_sym___try] = ACTIONS(1328), + [anon_sym___leave] = ACTIONS(1328), + [anon_sym_DASH_DASH] = ACTIONS(1330), + [anon_sym_PLUS_PLUS] = ACTIONS(1330), + [anon_sym_sizeof] = ACTIONS(1328), + [anon_sym___alignof__] = ACTIONS(1328), + [anon_sym___alignof] = ACTIONS(1328), + [anon_sym__alignof] = ACTIONS(1328), + [anon_sym_alignof] = ACTIONS(1328), + [anon_sym__Alignof] = ACTIONS(1328), + [anon_sym_offsetof] = ACTIONS(1328), + [anon_sym__Generic] = ACTIONS(1328), + [anon_sym_asm] = ACTIONS(1328), + [anon_sym___asm__] = ACTIONS(1328), + [anon_sym___asm] = ACTIONS(1328), + [sym_number_literal] = ACTIONS(1330), + [anon_sym_L_SQUOTE] = ACTIONS(1330), + [anon_sym_u_SQUOTE] = ACTIONS(1330), + [anon_sym_U_SQUOTE] = ACTIONS(1330), + [anon_sym_u8_SQUOTE] = ACTIONS(1330), + [anon_sym_SQUOTE] = ACTIONS(1330), + [anon_sym_L_DQUOTE] = ACTIONS(1330), + [anon_sym_u_DQUOTE] = ACTIONS(1330), + [anon_sym_U_DQUOTE] = ACTIONS(1330), + [anon_sym_u8_DQUOTE] = ACTIONS(1330), + [anon_sym_DQUOTE] = ACTIONS(1330), + [sym_true] = ACTIONS(1328), + [sym_false] = ACTIONS(1328), + [anon_sym_NULL] = ACTIONS(1328), + [anon_sym_nullptr] = ACTIONS(1328), [sym_comment] = ACTIONS(3), }, - [294] = { - [sym_identifier] = ACTIONS(1276), - [aux_sym_preproc_include_token1] = ACTIONS(1276), - [aux_sym_preproc_def_token1] = ACTIONS(1276), - [aux_sym_preproc_if_token1] = ACTIONS(1276), - [aux_sym_preproc_if_token2] = ACTIONS(1276), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1276), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1276), - [sym_preproc_directive] = ACTIONS(1276), - [anon_sym_LPAREN2] = ACTIONS(1278), - [anon_sym_BANG] = ACTIONS(1278), - [anon_sym_TILDE] = ACTIONS(1278), - [anon_sym_DASH] = ACTIONS(1276), - [anon_sym_PLUS] = ACTIONS(1276), - [anon_sym_STAR] = ACTIONS(1278), - [anon_sym_AMP] = ACTIONS(1278), - [anon_sym_SEMI] = ACTIONS(1278), - [anon_sym___extension__] = ACTIONS(1276), - [anon_sym_typedef] = ACTIONS(1276), - [anon_sym_extern] = ACTIONS(1276), - [anon_sym___attribute__] = ACTIONS(1276), - [anon_sym___attribute] = ACTIONS(1276), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1278), - [anon_sym___declspec] = ACTIONS(1276), - [anon_sym___cdecl] = ACTIONS(1276), - [anon_sym___clrcall] = ACTIONS(1276), - [anon_sym___stdcall] = ACTIONS(1276), - [anon_sym___fastcall] = ACTIONS(1276), - [anon_sym___thiscall] = ACTIONS(1276), - [anon_sym___vectorcall] = ACTIONS(1276), - [anon_sym_LBRACE] = ACTIONS(1278), - [anon_sym_signed] = ACTIONS(1276), - [anon_sym_unsigned] = ACTIONS(1276), - [anon_sym_long] = ACTIONS(1276), - [anon_sym_short] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1276), - [anon_sym_auto] = ACTIONS(1276), - [anon_sym_register] = ACTIONS(1276), - [anon_sym_inline] = ACTIONS(1276), - [anon_sym___inline] = ACTIONS(1276), - [anon_sym___inline__] = ACTIONS(1276), - [anon_sym___forceinline] = ACTIONS(1276), - [anon_sym_thread_local] = ACTIONS(1276), - [anon_sym___thread] = ACTIONS(1276), - [anon_sym_const] = ACTIONS(1276), - [anon_sym_constexpr] = ACTIONS(1276), - [anon_sym_volatile] = ACTIONS(1276), - [anon_sym_restrict] = ACTIONS(1276), - [anon_sym___restrict__] = ACTIONS(1276), - [anon_sym__Atomic] = ACTIONS(1276), - [anon_sym__Noreturn] = ACTIONS(1276), - [anon_sym_noreturn] = ACTIONS(1276), - [anon_sym__Nonnull] = ACTIONS(1276), - [anon_sym_alignas] = ACTIONS(1276), - [anon_sym__Alignas] = ACTIONS(1276), - [sym_primitive_type] = ACTIONS(1276), - [anon_sym_enum] = ACTIONS(1276), - [anon_sym_struct] = ACTIONS(1276), - [anon_sym_union] = ACTIONS(1276), - [anon_sym_if] = ACTIONS(1276), - [anon_sym_switch] = ACTIONS(1276), - [anon_sym_case] = ACTIONS(1276), - [anon_sym_default] = ACTIONS(1276), - [anon_sym_while] = ACTIONS(1276), - [anon_sym_do] = ACTIONS(1276), - [anon_sym_for] = ACTIONS(1276), - [anon_sym_return] = ACTIONS(1276), - [anon_sym_break] = ACTIONS(1276), - [anon_sym_continue] = ACTIONS(1276), - [anon_sym_goto] = ACTIONS(1276), - [anon_sym___try] = ACTIONS(1276), - [anon_sym___leave] = ACTIONS(1276), - [anon_sym_DASH_DASH] = ACTIONS(1278), - [anon_sym_PLUS_PLUS] = ACTIONS(1278), - [anon_sym_sizeof] = ACTIONS(1276), - [anon_sym___alignof__] = ACTIONS(1276), - [anon_sym___alignof] = ACTIONS(1276), - [anon_sym__alignof] = ACTIONS(1276), - [anon_sym_alignof] = ACTIONS(1276), - [anon_sym__Alignof] = ACTIONS(1276), - [anon_sym_offsetof] = ACTIONS(1276), - [anon_sym__Generic] = ACTIONS(1276), - [anon_sym_asm] = ACTIONS(1276), - [anon_sym___asm__] = ACTIONS(1276), - [anon_sym___asm] = ACTIONS(1276), - [sym_number_literal] = ACTIONS(1278), - [anon_sym_L_SQUOTE] = ACTIONS(1278), - [anon_sym_u_SQUOTE] = ACTIONS(1278), - [anon_sym_U_SQUOTE] = ACTIONS(1278), - [anon_sym_u8_SQUOTE] = ACTIONS(1278), - [anon_sym_SQUOTE] = ACTIONS(1278), - [anon_sym_L_DQUOTE] = ACTIONS(1278), - [anon_sym_u_DQUOTE] = ACTIONS(1278), - [anon_sym_U_DQUOTE] = ACTIONS(1278), - [anon_sym_u8_DQUOTE] = ACTIONS(1278), - [anon_sym_DQUOTE] = ACTIONS(1278), - [sym_true] = ACTIONS(1276), - [sym_false] = ACTIONS(1276), - [anon_sym_NULL] = ACTIONS(1276), - [anon_sym_nullptr] = ACTIONS(1276), + [STATE(271)] = { + [sym_identifier] = ACTIONS(1376), + [aux_sym_preproc_include_token1] = ACTIONS(1376), + [aux_sym_preproc_def_token1] = ACTIONS(1376), + [aux_sym_preproc_if_token1] = ACTIONS(1376), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1376), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1376), + [sym_preproc_directive] = ACTIONS(1376), + [anon_sym_LPAREN2] = ACTIONS(1378), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_TILDE] = ACTIONS(1378), + [anon_sym_DASH] = ACTIONS(1376), + [anon_sym_PLUS] = ACTIONS(1376), + [anon_sym_STAR] = ACTIONS(1378), + [anon_sym_AMP] = ACTIONS(1378), + [anon_sym_SEMI] = ACTIONS(1378), + [anon_sym___extension__] = ACTIONS(1376), + [anon_sym_typedef] = ACTIONS(1376), + [anon_sym_extern] = ACTIONS(1376), + [anon_sym___attribute__] = ACTIONS(1376), + [anon_sym___attribute] = ACTIONS(1376), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1378), + [anon_sym___declspec] = ACTIONS(1376), + [anon_sym___cdecl] = ACTIONS(1376), + [anon_sym___clrcall] = ACTIONS(1376), + [anon_sym___stdcall] = ACTIONS(1376), + [anon_sym___fastcall] = ACTIONS(1376), + [anon_sym___thiscall] = ACTIONS(1376), + [anon_sym___vectorcall] = ACTIONS(1376), + [anon_sym_LBRACE] = ACTIONS(1378), + [anon_sym_RBRACE] = ACTIONS(1378), + [anon_sym_signed] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), + [anon_sym_static] = ACTIONS(1376), + [anon_sym_auto] = ACTIONS(1376), + [anon_sym_register] = ACTIONS(1376), + [anon_sym_inline] = ACTIONS(1376), + [anon_sym___inline] = ACTIONS(1376), + [anon_sym___inline__] = ACTIONS(1376), + [anon_sym___forceinline] = ACTIONS(1376), + [anon_sym_thread_local] = ACTIONS(1376), + [anon_sym___thread] = ACTIONS(1376), + [anon_sym_const] = ACTIONS(1376), + [anon_sym_constexpr] = ACTIONS(1376), + [anon_sym_volatile] = ACTIONS(1376), + [anon_sym_restrict] = ACTIONS(1376), + [anon_sym___restrict__] = ACTIONS(1376), + [anon_sym__Atomic] = ACTIONS(1376), + [anon_sym__Noreturn] = ACTIONS(1376), + [anon_sym_noreturn] = ACTIONS(1376), + [anon_sym__Nonnull] = ACTIONS(1376), + [anon_sym_alignas] = ACTIONS(1376), + [anon_sym__Alignas] = ACTIONS(1376), + [sym_primitive_type] = ACTIONS(1376), + [anon_sym_enum] = ACTIONS(1376), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_union] = ACTIONS(1376), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_switch] = ACTIONS(1376), + [anon_sym_case] = ACTIONS(1376), + [anon_sym_default] = ACTIONS(1376), + [anon_sym_while] = ACTIONS(1376), + [anon_sym_do] = ACTIONS(1376), + [anon_sym_for] = ACTIONS(1376), + [anon_sym_return] = ACTIONS(1376), + [anon_sym_break] = ACTIONS(1376), + [anon_sym_continue] = ACTIONS(1376), + [anon_sym_goto] = ACTIONS(1376), + [anon_sym___try] = ACTIONS(1376), + [anon_sym___leave] = ACTIONS(1376), + [anon_sym_DASH_DASH] = ACTIONS(1378), + [anon_sym_PLUS_PLUS] = ACTIONS(1378), + [anon_sym_sizeof] = ACTIONS(1376), + [anon_sym___alignof__] = ACTIONS(1376), + [anon_sym___alignof] = ACTIONS(1376), + [anon_sym__alignof] = ACTIONS(1376), + [anon_sym_alignof] = ACTIONS(1376), + [anon_sym__Alignof] = ACTIONS(1376), + [anon_sym_offsetof] = ACTIONS(1376), + [anon_sym__Generic] = ACTIONS(1376), + [anon_sym_asm] = ACTIONS(1376), + [anon_sym___asm__] = ACTIONS(1376), + [anon_sym___asm] = ACTIONS(1376), + [sym_number_literal] = ACTIONS(1378), + [anon_sym_L_SQUOTE] = ACTIONS(1378), + [anon_sym_u_SQUOTE] = ACTIONS(1378), + [anon_sym_U_SQUOTE] = ACTIONS(1378), + [anon_sym_u8_SQUOTE] = ACTIONS(1378), + [anon_sym_SQUOTE] = ACTIONS(1378), + [anon_sym_L_DQUOTE] = ACTIONS(1378), + [anon_sym_u_DQUOTE] = ACTIONS(1378), + [anon_sym_U_DQUOTE] = ACTIONS(1378), + [anon_sym_u8_DQUOTE] = ACTIONS(1378), + [anon_sym_DQUOTE] = ACTIONS(1378), + [sym_true] = ACTIONS(1376), + [sym_false] = ACTIONS(1376), + [anon_sym_NULL] = ACTIONS(1376), + [anon_sym_nullptr] = ACTIONS(1376), [sym_comment] = ACTIONS(3), }, - [295] = { - [sym_identifier] = ACTIONS(1292), - [aux_sym_preproc_include_token1] = ACTIONS(1292), - [aux_sym_preproc_def_token1] = ACTIONS(1292), - [aux_sym_preproc_if_token1] = ACTIONS(1292), - [aux_sym_preproc_if_token2] = ACTIONS(1292), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_LPAREN2] = ACTIONS(1294), - [anon_sym_BANG] = ACTIONS(1294), - [anon_sym_TILDE] = ACTIONS(1294), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_PLUS] = ACTIONS(1292), - [anon_sym_STAR] = ACTIONS(1294), - [anon_sym_AMP] = ACTIONS(1294), - [anon_sym_SEMI] = ACTIONS(1294), - [anon_sym___extension__] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym___attribute__] = ACTIONS(1292), - [anon_sym___attribute] = ACTIONS(1292), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1294), - [anon_sym___declspec] = ACTIONS(1292), - [anon_sym___cdecl] = ACTIONS(1292), - [anon_sym___clrcall] = ACTIONS(1292), - [anon_sym___stdcall] = ACTIONS(1292), - [anon_sym___fastcall] = ACTIONS(1292), - [anon_sym___thiscall] = ACTIONS(1292), - [anon_sym___vectorcall] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1294), - [anon_sym_signed] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym___inline] = ACTIONS(1292), - [anon_sym___inline__] = ACTIONS(1292), - [anon_sym___forceinline] = ACTIONS(1292), - [anon_sym_thread_local] = ACTIONS(1292), - [anon_sym___thread] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_constexpr] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym___restrict__] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym__Noreturn] = ACTIONS(1292), - [anon_sym_noreturn] = ACTIONS(1292), - [anon_sym__Nonnull] = ACTIONS(1292), - [anon_sym_alignas] = ACTIONS(1292), - [anon_sym__Alignas] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_switch] = ACTIONS(1292), - [anon_sym_case] = ACTIONS(1292), - [anon_sym_default] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym___try] = ACTIONS(1292), - [anon_sym___leave] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1294), - [anon_sym_PLUS_PLUS] = ACTIONS(1294), - [anon_sym_sizeof] = ACTIONS(1292), - [anon_sym___alignof__] = ACTIONS(1292), - [anon_sym___alignof] = ACTIONS(1292), - [anon_sym__alignof] = ACTIONS(1292), - [anon_sym_alignof] = ACTIONS(1292), - [anon_sym__Alignof] = ACTIONS(1292), - [anon_sym_offsetof] = ACTIONS(1292), - [anon_sym__Generic] = ACTIONS(1292), - [anon_sym_asm] = ACTIONS(1292), - [anon_sym___asm__] = ACTIONS(1292), - [anon_sym___asm] = ACTIONS(1292), - [sym_number_literal] = ACTIONS(1294), - [anon_sym_L_SQUOTE] = ACTIONS(1294), - [anon_sym_u_SQUOTE] = ACTIONS(1294), - [anon_sym_U_SQUOTE] = ACTIONS(1294), - [anon_sym_u8_SQUOTE] = ACTIONS(1294), - [anon_sym_SQUOTE] = ACTIONS(1294), - [anon_sym_L_DQUOTE] = ACTIONS(1294), - [anon_sym_u_DQUOTE] = ACTIONS(1294), - [anon_sym_U_DQUOTE] = ACTIONS(1294), - [anon_sym_u8_DQUOTE] = ACTIONS(1294), - [anon_sym_DQUOTE] = ACTIONS(1294), - [sym_true] = ACTIONS(1292), - [sym_false] = ACTIONS(1292), - [anon_sym_NULL] = ACTIONS(1292), - [anon_sym_nullptr] = ACTIONS(1292), + [STATE(272)] = { + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1364), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym___attribute] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_RBRACE] = ACTIONS(1366), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym___inline] = ACTIONS(1364), + [anon_sym___inline__] = ACTIONS(1364), + [anon_sym___forceinline] = ACTIONS(1364), + [anon_sym_thread_local] = ACTIONS(1364), + [anon_sym___thread] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_constexpr] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_noreturn] = ACTIONS(1364), + [anon_sym__Nonnull] = ACTIONS(1364), + [anon_sym_alignas] = ACTIONS(1364), + [anon_sym__Alignas] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym___try] = ACTIONS(1364), + [anon_sym___leave] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym___alignof__] = ACTIONS(1364), + [anon_sym___alignof] = ACTIONS(1364), + [anon_sym__alignof] = ACTIONS(1364), + [anon_sym_alignof] = ACTIONS(1364), + [anon_sym__Alignof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [anon_sym___asm] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [anon_sym_NULL] = ACTIONS(1364), + [anon_sym_nullptr] = ACTIONS(1364), + [sym_comment] = ACTIONS(3), + }, + [STATE(273)] = { + [sym_identifier] = ACTIONS(1332), + [aux_sym_preproc_include_token1] = ACTIONS(1332), + [aux_sym_preproc_def_token1] = ACTIONS(1332), + [aux_sym_preproc_if_token1] = ACTIONS(1332), + [aux_sym_preproc_if_token2] = ACTIONS(1332), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1332), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1332), + [sym_preproc_directive] = ACTIONS(1332), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1332), + [anon_sym_typedef] = ACTIONS(1332), + [anon_sym_extern] = ACTIONS(1332), + [anon_sym___attribute__] = ACTIONS(1332), + [anon_sym___attribute] = ACTIONS(1332), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1332), + [anon_sym___cdecl] = ACTIONS(1332), + [anon_sym___clrcall] = ACTIONS(1332), + [anon_sym___stdcall] = ACTIONS(1332), + [anon_sym___fastcall] = ACTIONS(1332), + [anon_sym___thiscall] = ACTIONS(1332), + [anon_sym___vectorcall] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1332), + [anon_sym_unsigned] = ACTIONS(1332), + [anon_sym_long] = ACTIONS(1332), + [anon_sym_short] = ACTIONS(1332), + [anon_sym_static] = ACTIONS(1332), + [anon_sym_auto] = ACTIONS(1332), + [anon_sym_register] = ACTIONS(1332), + [anon_sym_inline] = ACTIONS(1332), + [anon_sym___inline] = ACTIONS(1332), + [anon_sym___inline__] = ACTIONS(1332), + [anon_sym___forceinline] = ACTIONS(1332), + [anon_sym_thread_local] = ACTIONS(1332), + [anon_sym___thread] = ACTIONS(1332), + [anon_sym_const] = ACTIONS(1332), + [anon_sym_constexpr] = ACTIONS(1332), + [anon_sym_volatile] = ACTIONS(1332), + [anon_sym_restrict] = ACTIONS(1332), + [anon_sym___restrict__] = ACTIONS(1332), + [anon_sym__Atomic] = ACTIONS(1332), + [anon_sym__Noreturn] = ACTIONS(1332), + [anon_sym_noreturn] = ACTIONS(1332), + [anon_sym__Nonnull] = ACTIONS(1332), + [anon_sym_alignas] = ACTIONS(1332), + [anon_sym__Alignas] = ACTIONS(1332), + [sym_primitive_type] = ACTIONS(1332), + [anon_sym_enum] = ACTIONS(1332), + [anon_sym_struct] = ACTIONS(1332), + [anon_sym_union] = ACTIONS(1332), + [anon_sym_if] = ACTIONS(1332), + [anon_sym_switch] = ACTIONS(1332), + [anon_sym_case] = ACTIONS(1332), + [anon_sym_default] = ACTIONS(1332), + [anon_sym_while] = ACTIONS(1332), + [anon_sym_do] = ACTIONS(1332), + [anon_sym_for] = ACTIONS(1332), + [anon_sym_return] = ACTIONS(1332), + [anon_sym_break] = ACTIONS(1332), + [anon_sym_continue] = ACTIONS(1332), + [anon_sym_goto] = ACTIONS(1332), + [anon_sym___try] = ACTIONS(1332), + [anon_sym___leave] = ACTIONS(1332), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1332), + [anon_sym___alignof__] = ACTIONS(1332), + [anon_sym___alignof] = ACTIONS(1332), + [anon_sym__alignof] = ACTIONS(1332), + [anon_sym_alignof] = ACTIONS(1332), + [anon_sym__Alignof] = ACTIONS(1332), + [anon_sym_offsetof] = ACTIONS(1332), + [anon_sym__Generic] = ACTIONS(1332), + [anon_sym_asm] = ACTIONS(1332), + [anon_sym___asm__] = ACTIONS(1332), + [anon_sym___asm] = ACTIONS(1332), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1332), + [sym_false] = ACTIONS(1332), + [anon_sym_NULL] = ACTIONS(1332), + [anon_sym_nullptr] = ACTIONS(1332), [sym_comment] = ACTIONS(3), }, - [296] = { - [sym_identifier] = ACTIONS(1300), - [aux_sym_preproc_include_token1] = ACTIONS(1300), - [aux_sym_preproc_def_token1] = ACTIONS(1300), - [aux_sym_preproc_if_token1] = ACTIONS(1300), - [aux_sym_preproc_if_token2] = ACTIONS(1300), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1300), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1300), - [sym_preproc_directive] = ACTIONS(1300), - [anon_sym_LPAREN2] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(1300), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym___extension__] = ACTIONS(1300), - [anon_sym_typedef] = ACTIONS(1300), - [anon_sym_extern] = ACTIONS(1300), - [anon_sym___attribute__] = ACTIONS(1300), - [anon_sym___attribute] = ACTIONS(1300), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1302), - [anon_sym___declspec] = ACTIONS(1300), - [anon_sym___cdecl] = ACTIONS(1300), - [anon_sym___clrcall] = ACTIONS(1300), - [anon_sym___stdcall] = ACTIONS(1300), - [anon_sym___fastcall] = ACTIONS(1300), - [anon_sym___thiscall] = ACTIONS(1300), - [anon_sym___vectorcall] = ACTIONS(1300), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_signed] = ACTIONS(1300), - [anon_sym_unsigned] = ACTIONS(1300), - [anon_sym_long] = ACTIONS(1300), - [anon_sym_short] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1300), - [anon_sym_auto] = ACTIONS(1300), - [anon_sym_register] = ACTIONS(1300), - [anon_sym_inline] = ACTIONS(1300), - [anon_sym___inline] = ACTIONS(1300), - [anon_sym___inline__] = ACTIONS(1300), - [anon_sym___forceinline] = ACTIONS(1300), - [anon_sym_thread_local] = ACTIONS(1300), - [anon_sym___thread] = ACTIONS(1300), - [anon_sym_const] = ACTIONS(1300), - [anon_sym_constexpr] = ACTIONS(1300), - [anon_sym_volatile] = ACTIONS(1300), - [anon_sym_restrict] = ACTIONS(1300), - [anon_sym___restrict__] = ACTIONS(1300), - [anon_sym__Atomic] = ACTIONS(1300), - [anon_sym__Noreturn] = ACTIONS(1300), - [anon_sym_noreturn] = ACTIONS(1300), - [anon_sym__Nonnull] = ACTIONS(1300), - [anon_sym_alignas] = ACTIONS(1300), - [anon_sym__Alignas] = ACTIONS(1300), - [sym_primitive_type] = ACTIONS(1300), - [anon_sym_enum] = ACTIONS(1300), - [anon_sym_struct] = ACTIONS(1300), - [anon_sym_union] = ACTIONS(1300), - [anon_sym_if] = ACTIONS(1300), - [anon_sym_switch] = ACTIONS(1300), - [anon_sym_case] = ACTIONS(1300), - [anon_sym_default] = ACTIONS(1300), - [anon_sym_while] = ACTIONS(1300), - [anon_sym_do] = ACTIONS(1300), - [anon_sym_for] = ACTIONS(1300), - [anon_sym_return] = ACTIONS(1300), - [anon_sym_break] = ACTIONS(1300), - [anon_sym_continue] = ACTIONS(1300), - [anon_sym_goto] = ACTIONS(1300), - [anon_sym___try] = ACTIONS(1300), - [anon_sym___leave] = ACTIONS(1300), - [anon_sym_DASH_DASH] = ACTIONS(1302), - [anon_sym_PLUS_PLUS] = ACTIONS(1302), - [anon_sym_sizeof] = ACTIONS(1300), - [anon_sym___alignof__] = ACTIONS(1300), - [anon_sym___alignof] = ACTIONS(1300), - [anon_sym__alignof] = ACTIONS(1300), - [anon_sym_alignof] = ACTIONS(1300), - [anon_sym__Alignof] = ACTIONS(1300), - [anon_sym_offsetof] = ACTIONS(1300), - [anon_sym__Generic] = ACTIONS(1300), - [anon_sym_asm] = ACTIONS(1300), - [anon_sym___asm__] = ACTIONS(1300), - [anon_sym___asm] = ACTIONS(1300), - [sym_number_literal] = ACTIONS(1302), - [anon_sym_L_SQUOTE] = ACTIONS(1302), - [anon_sym_u_SQUOTE] = ACTIONS(1302), - [anon_sym_U_SQUOTE] = ACTIONS(1302), - [anon_sym_u8_SQUOTE] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_L_DQUOTE] = ACTIONS(1302), - [anon_sym_u_DQUOTE] = ACTIONS(1302), - [anon_sym_U_DQUOTE] = ACTIONS(1302), - [anon_sym_u8_DQUOTE] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [sym_true] = ACTIONS(1300), - [sym_false] = ACTIONS(1300), - [anon_sym_NULL] = ACTIONS(1300), - [anon_sym_nullptr] = ACTIONS(1300), + [STATE(274)] = { + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token2] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1338), + [anon_sym_BANG] = ACTIONS(1338), + [anon_sym_TILDE] = ACTIONS(1338), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1338), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_SEMI] = ACTIONS(1338), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym___attribute] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1338), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [anon_sym__Nonnull] = ACTIONS(1336), + [anon_sym_alignas] = ACTIONS(1336), + [anon_sym__Alignas] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1338), + [anon_sym_PLUS_PLUS] = ACTIONS(1338), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [anon_sym___asm] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1338), + [anon_sym_L_SQUOTE] = ACTIONS(1338), + [anon_sym_u_SQUOTE] = ACTIONS(1338), + [anon_sym_U_SQUOTE] = ACTIONS(1338), + [anon_sym_u8_SQUOTE] = ACTIONS(1338), + [anon_sym_SQUOTE] = ACTIONS(1338), + [anon_sym_L_DQUOTE] = ACTIONS(1338), + [anon_sym_u_DQUOTE] = ACTIONS(1338), + [anon_sym_U_DQUOTE] = ACTIONS(1338), + [anon_sym_u8_DQUOTE] = ACTIONS(1338), + [anon_sym_DQUOTE] = ACTIONS(1338), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, - [297] = { + [STATE(275)] = { [sym_identifier] = ACTIONS(1340), [aux_sym_preproc_include_token1] = ACTIONS(1340), [aux_sym_preproc_def_token1] = ACTIONS(1340), @@ -47608,1129 +45754,1741 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1340), [sym_comment] = ACTIONS(3), }, - [298] = { - [sym_identifier] = ACTIONS(1268), - [aux_sym_preproc_include_token1] = ACTIONS(1268), - [aux_sym_preproc_def_token1] = ACTIONS(1268), - [aux_sym_preproc_if_token1] = ACTIONS(1268), - [aux_sym_preproc_if_token2] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1268), - [sym_preproc_directive] = ACTIONS(1268), - [anon_sym_LPAREN2] = ACTIONS(1270), - [anon_sym_BANG] = ACTIONS(1270), - [anon_sym_TILDE] = ACTIONS(1270), - [anon_sym_DASH] = ACTIONS(1268), - [anon_sym_PLUS] = ACTIONS(1268), - [anon_sym_STAR] = ACTIONS(1270), - [anon_sym_AMP] = ACTIONS(1270), - [anon_sym_SEMI] = ACTIONS(1270), - [anon_sym___extension__] = ACTIONS(1268), - [anon_sym_typedef] = ACTIONS(1268), - [anon_sym_extern] = ACTIONS(1268), - [anon_sym___attribute__] = ACTIONS(1268), - [anon_sym___attribute] = ACTIONS(1268), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1270), - [anon_sym___declspec] = ACTIONS(1268), - [anon_sym___cdecl] = ACTIONS(1268), - [anon_sym___clrcall] = ACTIONS(1268), - [anon_sym___stdcall] = ACTIONS(1268), - [anon_sym___fastcall] = ACTIONS(1268), - [anon_sym___thiscall] = ACTIONS(1268), - [anon_sym___vectorcall] = ACTIONS(1268), - [anon_sym_LBRACE] = ACTIONS(1270), - [anon_sym_signed] = ACTIONS(1268), - [anon_sym_unsigned] = ACTIONS(1268), - [anon_sym_long] = ACTIONS(1268), - [anon_sym_short] = ACTIONS(1268), - [anon_sym_static] = ACTIONS(1268), - [anon_sym_auto] = ACTIONS(1268), - [anon_sym_register] = ACTIONS(1268), - [anon_sym_inline] = ACTIONS(1268), - [anon_sym___inline] = ACTIONS(1268), - [anon_sym___inline__] = ACTIONS(1268), - [anon_sym___forceinline] = ACTIONS(1268), - [anon_sym_thread_local] = ACTIONS(1268), - [anon_sym___thread] = ACTIONS(1268), - [anon_sym_const] = ACTIONS(1268), - [anon_sym_constexpr] = ACTIONS(1268), - [anon_sym_volatile] = ACTIONS(1268), - [anon_sym_restrict] = ACTIONS(1268), - [anon_sym___restrict__] = ACTIONS(1268), - [anon_sym__Atomic] = ACTIONS(1268), - [anon_sym__Noreturn] = ACTIONS(1268), - [anon_sym_noreturn] = ACTIONS(1268), - [anon_sym__Nonnull] = ACTIONS(1268), - [anon_sym_alignas] = ACTIONS(1268), - [anon_sym__Alignas] = ACTIONS(1268), - [sym_primitive_type] = ACTIONS(1268), - [anon_sym_enum] = ACTIONS(1268), - [anon_sym_struct] = ACTIONS(1268), - [anon_sym_union] = ACTIONS(1268), - [anon_sym_if] = ACTIONS(1268), - [anon_sym_switch] = ACTIONS(1268), - [anon_sym_case] = ACTIONS(1268), - [anon_sym_default] = ACTIONS(1268), - [anon_sym_while] = ACTIONS(1268), - [anon_sym_do] = ACTIONS(1268), - [anon_sym_for] = ACTIONS(1268), - [anon_sym_return] = ACTIONS(1268), - [anon_sym_break] = ACTIONS(1268), - [anon_sym_continue] = ACTIONS(1268), - [anon_sym_goto] = ACTIONS(1268), - [anon_sym___try] = ACTIONS(1268), - [anon_sym___leave] = ACTIONS(1268), - [anon_sym_DASH_DASH] = ACTIONS(1270), - [anon_sym_PLUS_PLUS] = ACTIONS(1270), - [anon_sym_sizeof] = ACTIONS(1268), - [anon_sym___alignof__] = ACTIONS(1268), - [anon_sym___alignof] = ACTIONS(1268), - [anon_sym__alignof] = ACTIONS(1268), - [anon_sym_alignof] = ACTIONS(1268), - [anon_sym__Alignof] = ACTIONS(1268), - [anon_sym_offsetof] = ACTIONS(1268), - [anon_sym__Generic] = ACTIONS(1268), - [anon_sym_asm] = ACTIONS(1268), - [anon_sym___asm__] = ACTIONS(1268), - [anon_sym___asm] = ACTIONS(1268), - [sym_number_literal] = ACTIONS(1270), - [anon_sym_L_SQUOTE] = ACTIONS(1270), - [anon_sym_u_SQUOTE] = ACTIONS(1270), - [anon_sym_U_SQUOTE] = ACTIONS(1270), - [anon_sym_u8_SQUOTE] = ACTIONS(1270), - [anon_sym_SQUOTE] = ACTIONS(1270), - [anon_sym_L_DQUOTE] = ACTIONS(1270), - [anon_sym_u_DQUOTE] = ACTIONS(1270), - [anon_sym_U_DQUOTE] = ACTIONS(1270), - [anon_sym_u8_DQUOTE] = ACTIONS(1270), - [anon_sym_DQUOTE] = ACTIONS(1270), - [sym_true] = ACTIONS(1268), - [sym_false] = ACTIONS(1268), - [anon_sym_NULL] = ACTIONS(1268), - [anon_sym_nullptr] = ACTIONS(1268), + [STATE(276)] = { + [sym_identifier] = ACTIONS(1344), + [aux_sym_preproc_include_token1] = ACTIONS(1344), + [aux_sym_preproc_def_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token2] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), + [sym_preproc_directive] = ACTIONS(1344), + [anon_sym_LPAREN2] = ACTIONS(1346), + [anon_sym_BANG] = ACTIONS(1346), + [anon_sym_TILDE] = ACTIONS(1346), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym___extension__] = ACTIONS(1344), + [anon_sym_typedef] = ACTIONS(1344), + [anon_sym_extern] = ACTIONS(1344), + [anon_sym___attribute__] = ACTIONS(1344), + [anon_sym___attribute] = ACTIONS(1344), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), + [anon_sym___declspec] = ACTIONS(1344), + [anon_sym___cdecl] = ACTIONS(1344), + [anon_sym___clrcall] = ACTIONS(1344), + [anon_sym___stdcall] = ACTIONS(1344), + [anon_sym___fastcall] = ACTIONS(1344), + [anon_sym___thiscall] = ACTIONS(1344), + [anon_sym___vectorcall] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_signed] = ACTIONS(1344), + [anon_sym_unsigned] = ACTIONS(1344), + [anon_sym_long] = ACTIONS(1344), + [anon_sym_short] = ACTIONS(1344), + [anon_sym_static] = ACTIONS(1344), + [anon_sym_auto] = ACTIONS(1344), + [anon_sym_register] = ACTIONS(1344), + [anon_sym_inline] = ACTIONS(1344), + [anon_sym___inline] = ACTIONS(1344), + [anon_sym___inline__] = ACTIONS(1344), + [anon_sym___forceinline] = ACTIONS(1344), + [anon_sym_thread_local] = ACTIONS(1344), + [anon_sym___thread] = ACTIONS(1344), + [anon_sym_const] = ACTIONS(1344), + [anon_sym_constexpr] = ACTIONS(1344), + [anon_sym_volatile] = ACTIONS(1344), + [anon_sym_restrict] = ACTIONS(1344), + [anon_sym___restrict__] = ACTIONS(1344), + [anon_sym__Atomic] = ACTIONS(1344), + [anon_sym__Noreturn] = ACTIONS(1344), + [anon_sym_noreturn] = ACTIONS(1344), + [anon_sym__Nonnull] = ACTIONS(1344), + [anon_sym_alignas] = ACTIONS(1344), + [anon_sym__Alignas] = ACTIONS(1344), + [sym_primitive_type] = ACTIONS(1344), + [anon_sym_enum] = ACTIONS(1344), + [anon_sym_struct] = ACTIONS(1344), + [anon_sym_union] = ACTIONS(1344), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_switch] = ACTIONS(1344), + [anon_sym_case] = ACTIONS(1344), + [anon_sym_default] = ACTIONS(1344), + [anon_sym_while] = ACTIONS(1344), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1344), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1344), + [anon_sym_goto] = ACTIONS(1344), + [anon_sym___try] = ACTIONS(1344), + [anon_sym___leave] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [anon_sym_sizeof] = ACTIONS(1344), + [anon_sym___alignof__] = ACTIONS(1344), + [anon_sym___alignof] = ACTIONS(1344), + [anon_sym__alignof] = ACTIONS(1344), + [anon_sym_alignof] = ACTIONS(1344), + [anon_sym__Alignof] = ACTIONS(1344), + [anon_sym_offsetof] = ACTIONS(1344), + [anon_sym__Generic] = ACTIONS(1344), + [anon_sym_asm] = ACTIONS(1344), + [anon_sym___asm__] = ACTIONS(1344), + [anon_sym___asm] = ACTIONS(1344), + [sym_number_literal] = ACTIONS(1346), + [anon_sym_L_SQUOTE] = ACTIONS(1346), + [anon_sym_u_SQUOTE] = ACTIONS(1346), + [anon_sym_U_SQUOTE] = ACTIONS(1346), + [anon_sym_u8_SQUOTE] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_L_DQUOTE] = ACTIONS(1346), + [anon_sym_u_DQUOTE] = ACTIONS(1346), + [anon_sym_U_DQUOTE] = ACTIONS(1346), + [anon_sym_u8_DQUOTE] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [sym_true] = ACTIONS(1344), + [sym_false] = ACTIONS(1344), + [anon_sym_NULL] = ACTIONS(1344), + [anon_sym_nullptr] = ACTIONS(1344), + [sym_comment] = ACTIONS(3), + }, + [STATE(277)] = { + [sym_identifier] = ACTIONS(1262), + [aux_sym_preproc_include_token1] = ACTIONS(1262), + [aux_sym_preproc_def_token1] = ACTIONS(1262), + [aux_sym_preproc_if_token1] = ACTIONS(1262), + [aux_sym_preproc_if_token2] = ACTIONS(1262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1262), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1262), + [sym_preproc_directive] = ACTIONS(1262), + [anon_sym_LPAREN2] = ACTIONS(1264), + [anon_sym_BANG] = ACTIONS(1264), + [anon_sym_TILDE] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1262), + [anon_sym_PLUS] = ACTIONS(1262), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_SEMI] = ACTIONS(1264), + [anon_sym___extension__] = ACTIONS(1262), + [anon_sym_typedef] = ACTIONS(1262), + [anon_sym_extern] = ACTIONS(1262), + [anon_sym___attribute__] = ACTIONS(1262), + [anon_sym___attribute] = ACTIONS(1262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), + [anon_sym___declspec] = ACTIONS(1262), + [anon_sym___cdecl] = ACTIONS(1262), + [anon_sym___clrcall] = ACTIONS(1262), + [anon_sym___stdcall] = ACTIONS(1262), + [anon_sym___fastcall] = ACTIONS(1262), + [anon_sym___thiscall] = ACTIONS(1262), + [anon_sym___vectorcall] = ACTIONS(1262), + [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_signed] = ACTIONS(1262), + [anon_sym_unsigned] = ACTIONS(1262), + [anon_sym_long] = ACTIONS(1262), + [anon_sym_short] = ACTIONS(1262), + [anon_sym_static] = ACTIONS(1262), + [anon_sym_auto] = ACTIONS(1262), + [anon_sym_register] = ACTIONS(1262), + [anon_sym_inline] = ACTIONS(1262), + [anon_sym___inline] = ACTIONS(1262), + [anon_sym___inline__] = ACTIONS(1262), + [anon_sym___forceinline] = ACTIONS(1262), + [anon_sym_thread_local] = ACTIONS(1262), + [anon_sym___thread] = ACTIONS(1262), + [anon_sym_const] = ACTIONS(1262), + [anon_sym_constexpr] = ACTIONS(1262), + [anon_sym_volatile] = ACTIONS(1262), + [anon_sym_restrict] = ACTIONS(1262), + [anon_sym___restrict__] = ACTIONS(1262), + [anon_sym__Atomic] = ACTIONS(1262), + [anon_sym__Noreturn] = ACTIONS(1262), + [anon_sym_noreturn] = ACTIONS(1262), + [anon_sym__Nonnull] = ACTIONS(1262), + [anon_sym_alignas] = ACTIONS(1262), + [anon_sym__Alignas] = ACTIONS(1262), + [sym_primitive_type] = ACTIONS(1262), + [anon_sym_enum] = ACTIONS(1262), + [anon_sym_struct] = ACTIONS(1262), + [anon_sym_union] = ACTIONS(1262), + [anon_sym_if] = ACTIONS(1262), + [anon_sym_switch] = ACTIONS(1262), + [anon_sym_case] = ACTIONS(1262), + [anon_sym_default] = ACTIONS(1262), + [anon_sym_while] = ACTIONS(1262), + [anon_sym_do] = ACTIONS(1262), + [anon_sym_for] = ACTIONS(1262), + [anon_sym_return] = ACTIONS(1262), + [anon_sym_break] = ACTIONS(1262), + [anon_sym_continue] = ACTIONS(1262), + [anon_sym_goto] = ACTIONS(1262), + [anon_sym___try] = ACTIONS(1262), + [anon_sym___leave] = ACTIONS(1262), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), + [anon_sym_sizeof] = ACTIONS(1262), + [anon_sym___alignof__] = ACTIONS(1262), + [anon_sym___alignof] = ACTIONS(1262), + [anon_sym__alignof] = ACTIONS(1262), + [anon_sym_alignof] = ACTIONS(1262), + [anon_sym__Alignof] = ACTIONS(1262), + [anon_sym_offsetof] = ACTIONS(1262), + [anon_sym__Generic] = ACTIONS(1262), + [anon_sym_asm] = ACTIONS(1262), + [anon_sym___asm__] = ACTIONS(1262), + [anon_sym___asm] = ACTIONS(1262), + [sym_number_literal] = ACTIONS(1264), + [anon_sym_L_SQUOTE] = ACTIONS(1264), + [anon_sym_u_SQUOTE] = ACTIONS(1264), + [anon_sym_U_SQUOTE] = ACTIONS(1264), + [anon_sym_u8_SQUOTE] = ACTIONS(1264), + [anon_sym_SQUOTE] = ACTIONS(1264), + [anon_sym_L_DQUOTE] = ACTIONS(1264), + [anon_sym_u_DQUOTE] = ACTIONS(1264), + [anon_sym_U_DQUOTE] = ACTIONS(1264), + [anon_sym_u8_DQUOTE] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1264), + [sym_true] = ACTIONS(1262), + [sym_false] = ACTIONS(1262), + [anon_sym_NULL] = ACTIONS(1262), + [anon_sym_nullptr] = ACTIONS(1262), [sym_comment] = ACTIONS(3), }, - [299] = { - [sym_identifier] = ACTIONS(1296), - [aux_sym_preproc_include_token1] = ACTIONS(1296), - [aux_sym_preproc_def_token1] = ACTIONS(1296), - [aux_sym_preproc_if_token1] = ACTIONS(1296), - [aux_sym_preproc_if_token2] = ACTIONS(1296), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1296), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1296), - [sym_preproc_directive] = ACTIONS(1296), - [anon_sym_LPAREN2] = ACTIONS(1298), - [anon_sym_BANG] = ACTIONS(1298), - [anon_sym_TILDE] = ACTIONS(1298), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1298), - [anon_sym_AMP] = ACTIONS(1298), - [anon_sym_SEMI] = ACTIONS(1298), - [anon_sym___extension__] = ACTIONS(1296), - [anon_sym_typedef] = ACTIONS(1296), - [anon_sym_extern] = ACTIONS(1296), - [anon_sym___attribute__] = ACTIONS(1296), - [anon_sym___attribute] = ACTIONS(1296), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1298), - [anon_sym___declspec] = ACTIONS(1296), - [anon_sym___cdecl] = ACTIONS(1296), - [anon_sym___clrcall] = ACTIONS(1296), - [anon_sym___stdcall] = ACTIONS(1296), - [anon_sym___fastcall] = ACTIONS(1296), - [anon_sym___thiscall] = ACTIONS(1296), - [anon_sym___vectorcall] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1298), - [anon_sym_signed] = ACTIONS(1296), - [anon_sym_unsigned] = ACTIONS(1296), - [anon_sym_long] = ACTIONS(1296), - [anon_sym_short] = ACTIONS(1296), - [anon_sym_static] = ACTIONS(1296), - [anon_sym_auto] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_inline] = ACTIONS(1296), - [anon_sym___inline] = ACTIONS(1296), - [anon_sym___inline__] = ACTIONS(1296), - [anon_sym___forceinline] = ACTIONS(1296), - [anon_sym_thread_local] = ACTIONS(1296), - [anon_sym___thread] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1296), - [anon_sym_constexpr] = ACTIONS(1296), - [anon_sym_volatile] = ACTIONS(1296), - [anon_sym_restrict] = ACTIONS(1296), - [anon_sym___restrict__] = ACTIONS(1296), - [anon_sym__Atomic] = ACTIONS(1296), - [anon_sym__Noreturn] = ACTIONS(1296), - [anon_sym_noreturn] = ACTIONS(1296), - [anon_sym__Nonnull] = ACTIONS(1296), - [anon_sym_alignas] = ACTIONS(1296), - [anon_sym__Alignas] = ACTIONS(1296), - [sym_primitive_type] = ACTIONS(1296), - [anon_sym_enum] = ACTIONS(1296), - [anon_sym_struct] = ACTIONS(1296), - [anon_sym_union] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_switch] = ACTIONS(1296), - [anon_sym_case] = ACTIONS(1296), - [anon_sym_default] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_for] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_break] = ACTIONS(1296), - [anon_sym_continue] = ACTIONS(1296), - [anon_sym_goto] = ACTIONS(1296), - [anon_sym___try] = ACTIONS(1296), - [anon_sym___leave] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(1298), - [anon_sym_PLUS_PLUS] = ACTIONS(1298), - [anon_sym_sizeof] = ACTIONS(1296), - [anon_sym___alignof__] = ACTIONS(1296), - [anon_sym___alignof] = ACTIONS(1296), - [anon_sym__alignof] = ACTIONS(1296), - [anon_sym_alignof] = ACTIONS(1296), - [anon_sym__Alignof] = ACTIONS(1296), - [anon_sym_offsetof] = ACTIONS(1296), - [anon_sym__Generic] = ACTIONS(1296), - [anon_sym_asm] = ACTIONS(1296), - [anon_sym___asm__] = ACTIONS(1296), - [anon_sym___asm] = ACTIONS(1296), - [sym_number_literal] = ACTIONS(1298), - [anon_sym_L_SQUOTE] = ACTIONS(1298), - [anon_sym_u_SQUOTE] = ACTIONS(1298), - [anon_sym_U_SQUOTE] = ACTIONS(1298), - [anon_sym_u8_SQUOTE] = ACTIONS(1298), - [anon_sym_SQUOTE] = ACTIONS(1298), - [anon_sym_L_DQUOTE] = ACTIONS(1298), - [anon_sym_u_DQUOTE] = ACTIONS(1298), - [anon_sym_U_DQUOTE] = ACTIONS(1298), - [anon_sym_u8_DQUOTE] = ACTIONS(1298), - [anon_sym_DQUOTE] = ACTIONS(1298), - [sym_true] = ACTIONS(1296), - [sym_false] = ACTIONS(1296), - [anon_sym_NULL] = ACTIONS(1296), - [anon_sym_nullptr] = ACTIONS(1296), + [STATE(278)] = { + [sym_identifier] = ACTIONS(1352), + [aux_sym_preproc_include_token1] = ACTIONS(1352), + [aux_sym_preproc_def_token1] = ACTIONS(1352), + [aux_sym_preproc_if_token1] = ACTIONS(1352), + [aux_sym_preproc_if_token2] = ACTIONS(1352), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1352), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1352), + [sym_preproc_directive] = ACTIONS(1352), + [anon_sym_LPAREN2] = ACTIONS(1354), + [anon_sym_BANG] = ACTIONS(1354), + [anon_sym_TILDE] = ACTIONS(1354), + [anon_sym_DASH] = ACTIONS(1352), + [anon_sym_PLUS] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1354), + [anon_sym_AMP] = ACTIONS(1354), + [anon_sym_SEMI] = ACTIONS(1354), + [anon_sym___extension__] = ACTIONS(1352), + [anon_sym_typedef] = ACTIONS(1352), + [anon_sym_extern] = ACTIONS(1352), + [anon_sym___attribute__] = ACTIONS(1352), + [anon_sym___attribute] = ACTIONS(1352), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1354), + [anon_sym___declspec] = ACTIONS(1352), + [anon_sym___cdecl] = ACTIONS(1352), + [anon_sym___clrcall] = ACTIONS(1352), + [anon_sym___stdcall] = ACTIONS(1352), + [anon_sym___fastcall] = ACTIONS(1352), + [anon_sym___thiscall] = ACTIONS(1352), + [anon_sym___vectorcall] = ACTIONS(1352), + [anon_sym_LBRACE] = ACTIONS(1354), + [anon_sym_signed] = ACTIONS(1352), + [anon_sym_unsigned] = ACTIONS(1352), + [anon_sym_long] = ACTIONS(1352), + [anon_sym_short] = ACTIONS(1352), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_auto] = ACTIONS(1352), + [anon_sym_register] = ACTIONS(1352), + [anon_sym_inline] = ACTIONS(1352), + [anon_sym___inline] = ACTIONS(1352), + [anon_sym___inline__] = ACTIONS(1352), + [anon_sym___forceinline] = ACTIONS(1352), + [anon_sym_thread_local] = ACTIONS(1352), + [anon_sym___thread] = ACTIONS(1352), + [anon_sym_const] = ACTIONS(1352), + [anon_sym_constexpr] = ACTIONS(1352), + [anon_sym_volatile] = ACTIONS(1352), + [anon_sym_restrict] = ACTIONS(1352), + [anon_sym___restrict__] = ACTIONS(1352), + [anon_sym__Atomic] = ACTIONS(1352), + [anon_sym__Noreturn] = ACTIONS(1352), + [anon_sym_noreturn] = ACTIONS(1352), + [anon_sym__Nonnull] = ACTIONS(1352), + [anon_sym_alignas] = ACTIONS(1352), + [anon_sym__Alignas] = ACTIONS(1352), + [sym_primitive_type] = ACTIONS(1352), + [anon_sym_enum] = ACTIONS(1352), + [anon_sym_struct] = ACTIONS(1352), + [anon_sym_union] = ACTIONS(1352), + [anon_sym_if] = ACTIONS(1352), + [anon_sym_switch] = ACTIONS(1352), + [anon_sym_case] = ACTIONS(1352), + [anon_sym_default] = ACTIONS(1352), + [anon_sym_while] = ACTIONS(1352), + [anon_sym_do] = ACTIONS(1352), + [anon_sym_for] = ACTIONS(1352), + [anon_sym_return] = ACTIONS(1352), + [anon_sym_break] = ACTIONS(1352), + [anon_sym_continue] = ACTIONS(1352), + [anon_sym_goto] = ACTIONS(1352), + [anon_sym___try] = ACTIONS(1352), + [anon_sym___leave] = ACTIONS(1352), + [anon_sym_DASH_DASH] = ACTIONS(1354), + [anon_sym_PLUS_PLUS] = ACTIONS(1354), + [anon_sym_sizeof] = ACTIONS(1352), + [anon_sym___alignof__] = ACTIONS(1352), + [anon_sym___alignof] = ACTIONS(1352), + [anon_sym__alignof] = ACTIONS(1352), + [anon_sym_alignof] = ACTIONS(1352), + [anon_sym__Alignof] = ACTIONS(1352), + [anon_sym_offsetof] = ACTIONS(1352), + [anon_sym__Generic] = ACTIONS(1352), + [anon_sym_asm] = ACTIONS(1352), + [anon_sym___asm__] = ACTIONS(1352), + [anon_sym___asm] = ACTIONS(1352), + [sym_number_literal] = ACTIONS(1354), + [anon_sym_L_SQUOTE] = ACTIONS(1354), + [anon_sym_u_SQUOTE] = ACTIONS(1354), + [anon_sym_U_SQUOTE] = ACTIONS(1354), + [anon_sym_u8_SQUOTE] = ACTIONS(1354), + [anon_sym_SQUOTE] = ACTIONS(1354), + [anon_sym_L_DQUOTE] = ACTIONS(1354), + [anon_sym_u_DQUOTE] = ACTIONS(1354), + [anon_sym_U_DQUOTE] = ACTIONS(1354), + [anon_sym_u8_DQUOTE] = ACTIONS(1354), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym_true] = ACTIONS(1352), + [sym_false] = ACTIONS(1352), + [anon_sym_NULL] = ACTIONS(1352), + [anon_sym_nullptr] = ACTIONS(1352), [sym_comment] = ACTIONS(3), }, - [300] = { - [sym_identifier] = ACTIONS(1308), - [aux_sym_preproc_include_token1] = ACTIONS(1308), - [aux_sym_preproc_def_token1] = ACTIONS(1308), - [aux_sym_preproc_if_token1] = ACTIONS(1308), - [aux_sym_preproc_if_token2] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), - [sym_preproc_directive] = ACTIONS(1308), - [anon_sym_LPAREN2] = ACTIONS(1310), - [anon_sym_BANG] = ACTIONS(1310), - [anon_sym_TILDE] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1308), - [anon_sym_PLUS] = ACTIONS(1308), - [anon_sym_STAR] = ACTIONS(1310), - [anon_sym_AMP] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym___extension__] = ACTIONS(1308), - [anon_sym_typedef] = ACTIONS(1308), - [anon_sym_extern] = ACTIONS(1308), - [anon_sym___attribute__] = ACTIONS(1308), - [anon_sym___attribute] = ACTIONS(1308), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1310), - [anon_sym___declspec] = ACTIONS(1308), - [anon_sym___cdecl] = ACTIONS(1308), - [anon_sym___clrcall] = ACTIONS(1308), - [anon_sym___stdcall] = ACTIONS(1308), - [anon_sym___fastcall] = ACTIONS(1308), - [anon_sym___thiscall] = ACTIONS(1308), - [anon_sym___vectorcall] = ACTIONS(1308), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_signed] = ACTIONS(1308), - [anon_sym_unsigned] = ACTIONS(1308), - [anon_sym_long] = ACTIONS(1308), - [anon_sym_short] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1308), - [anon_sym_auto] = ACTIONS(1308), - [anon_sym_register] = ACTIONS(1308), - [anon_sym_inline] = ACTIONS(1308), - [anon_sym___inline] = ACTIONS(1308), - [anon_sym___inline__] = ACTIONS(1308), - [anon_sym___forceinline] = ACTIONS(1308), - [anon_sym_thread_local] = ACTIONS(1308), - [anon_sym___thread] = ACTIONS(1308), - [anon_sym_const] = ACTIONS(1308), - [anon_sym_constexpr] = ACTIONS(1308), - [anon_sym_volatile] = ACTIONS(1308), - [anon_sym_restrict] = ACTIONS(1308), - [anon_sym___restrict__] = ACTIONS(1308), - [anon_sym__Atomic] = ACTIONS(1308), - [anon_sym__Noreturn] = ACTIONS(1308), - [anon_sym_noreturn] = ACTIONS(1308), - [anon_sym__Nonnull] = ACTIONS(1308), - [anon_sym_alignas] = ACTIONS(1308), - [anon_sym__Alignas] = ACTIONS(1308), - [sym_primitive_type] = ACTIONS(1308), - [anon_sym_enum] = ACTIONS(1308), - [anon_sym_struct] = ACTIONS(1308), - [anon_sym_union] = ACTIONS(1308), - [anon_sym_if] = ACTIONS(1308), - [anon_sym_switch] = ACTIONS(1308), - [anon_sym_case] = ACTIONS(1308), - [anon_sym_default] = ACTIONS(1308), - [anon_sym_while] = ACTIONS(1308), - [anon_sym_do] = ACTIONS(1308), - [anon_sym_for] = ACTIONS(1308), - [anon_sym_return] = ACTIONS(1308), - [anon_sym_break] = ACTIONS(1308), - [anon_sym_continue] = ACTIONS(1308), - [anon_sym_goto] = ACTIONS(1308), - [anon_sym___try] = ACTIONS(1308), - [anon_sym___leave] = ACTIONS(1308), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_PLUS_PLUS] = ACTIONS(1310), - [anon_sym_sizeof] = ACTIONS(1308), - [anon_sym___alignof__] = ACTIONS(1308), - [anon_sym___alignof] = ACTIONS(1308), - [anon_sym__alignof] = ACTIONS(1308), - [anon_sym_alignof] = ACTIONS(1308), - [anon_sym__Alignof] = ACTIONS(1308), - [anon_sym_offsetof] = ACTIONS(1308), - [anon_sym__Generic] = ACTIONS(1308), - [anon_sym_asm] = ACTIONS(1308), - [anon_sym___asm__] = ACTIONS(1308), - [anon_sym___asm] = ACTIONS(1308), - [sym_number_literal] = ACTIONS(1310), - [anon_sym_L_SQUOTE] = ACTIONS(1310), - [anon_sym_u_SQUOTE] = ACTIONS(1310), - [anon_sym_U_SQUOTE] = ACTIONS(1310), - [anon_sym_u8_SQUOTE] = ACTIONS(1310), - [anon_sym_SQUOTE] = ACTIONS(1310), - [anon_sym_L_DQUOTE] = ACTIONS(1310), - [anon_sym_u_DQUOTE] = ACTIONS(1310), - [anon_sym_U_DQUOTE] = ACTIONS(1310), - [anon_sym_u8_DQUOTE] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym_true] = ACTIONS(1308), - [sym_false] = ACTIONS(1308), - [anon_sym_NULL] = ACTIONS(1308), - [anon_sym_nullptr] = ACTIONS(1308), + [STATE(279)] = { + [sym_identifier] = ACTIONS(1356), + [aux_sym_preproc_include_token1] = ACTIONS(1356), + [aux_sym_preproc_def_token1] = ACTIONS(1356), + [aux_sym_preproc_if_token1] = ACTIONS(1356), + [aux_sym_preproc_if_token2] = ACTIONS(1356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1356), + [sym_preproc_directive] = ACTIONS(1356), + [anon_sym_LPAREN2] = ACTIONS(1358), + [anon_sym_BANG] = ACTIONS(1358), + [anon_sym_TILDE] = ACTIONS(1358), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1358), + [anon_sym_AMP] = ACTIONS(1358), + [anon_sym_SEMI] = ACTIONS(1358), + [anon_sym___extension__] = ACTIONS(1356), + [anon_sym_typedef] = ACTIONS(1356), + [anon_sym_extern] = ACTIONS(1356), + [anon_sym___attribute__] = ACTIONS(1356), + [anon_sym___attribute] = ACTIONS(1356), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1358), + [anon_sym___declspec] = ACTIONS(1356), + [anon_sym___cdecl] = ACTIONS(1356), + [anon_sym___clrcall] = ACTIONS(1356), + [anon_sym___stdcall] = ACTIONS(1356), + [anon_sym___fastcall] = ACTIONS(1356), + [anon_sym___thiscall] = ACTIONS(1356), + [anon_sym___vectorcall] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1358), + [anon_sym_signed] = ACTIONS(1356), + [anon_sym_unsigned] = ACTIONS(1356), + [anon_sym_long] = ACTIONS(1356), + [anon_sym_short] = ACTIONS(1356), + [anon_sym_static] = ACTIONS(1356), + [anon_sym_auto] = ACTIONS(1356), + [anon_sym_register] = ACTIONS(1356), + [anon_sym_inline] = ACTIONS(1356), + [anon_sym___inline] = ACTIONS(1356), + [anon_sym___inline__] = ACTIONS(1356), + [anon_sym___forceinline] = ACTIONS(1356), + [anon_sym_thread_local] = ACTIONS(1356), + [anon_sym___thread] = ACTIONS(1356), + [anon_sym_const] = ACTIONS(1356), + [anon_sym_constexpr] = ACTIONS(1356), + [anon_sym_volatile] = ACTIONS(1356), + [anon_sym_restrict] = ACTIONS(1356), + [anon_sym___restrict__] = ACTIONS(1356), + [anon_sym__Atomic] = ACTIONS(1356), + [anon_sym__Noreturn] = ACTIONS(1356), + [anon_sym_noreturn] = ACTIONS(1356), + [anon_sym__Nonnull] = ACTIONS(1356), + [anon_sym_alignas] = ACTIONS(1356), + [anon_sym__Alignas] = ACTIONS(1356), + [sym_primitive_type] = ACTIONS(1356), + [anon_sym_enum] = ACTIONS(1356), + [anon_sym_struct] = ACTIONS(1356), + [anon_sym_union] = ACTIONS(1356), + [anon_sym_if] = ACTIONS(1356), + [anon_sym_switch] = ACTIONS(1356), + [anon_sym_case] = ACTIONS(1356), + [anon_sym_default] = ACTIONS(1356), + [anon_sym_while] = ACTIONS(1356), + [anon_sym_do] = ACTIONS(1356), + [anon_sym_for] = ACTIONS(1356), + [anon_sym_return] = ACTIONS(1356), + [anon_sym_break] = ACTIONS(1356), + [anon_sym_continue] = ACTIONS(1356), + [anon_sym_goto] = ACTIONS(1356), + [anon_sym___try] = ACTIONS(1356), + [anon_sym___leave] = ACTIONS(1356), + [anon_sym_DASH_DASH] = ACTIONS(1358), + [anon_sym_PLUS_PLUS] = ACTIONS(1358), + [anon_sym_sizeof] = ACTIONS(1356), + [anon_sym___alignof__] = ACTIONS(1356), + [anon_sym___alignof] = ACTIONS(1356), + [anon_sym__alignof] = ACTIONS(1356), + [anon_sym_alignof] = ACTIONS(1356), + [anon_sym__Alignof] = ACTIONS(1356), + [anon_sym_offsetof] = ACTIONS(1356), + [anon_sym__Generic] = ACTIONS(1356), + [anon_sym_asm] = ACTIONS(1356), + [anon_sym___asm__] = ACTIONS(1356), + [anon_sym___asm] = ACTIONS(1356), + [sym_number_literal] = ACTIONS(1358), + [anon_sym_L_SQUOTE] = ACTIONS(1358), + [anon_sym_u_SQUOTE] = ACTIONS(1358), + [anon_sym_U_SQUOTE] = ACTIONS(1358), + [anon_sym_u8_SQUOTE] = ACTIONS(1358), + [anon_sym_SQUOTE] = ACTIONS(1358), + [anon_sym_L_DQUOTE] = ACTIONS(1358), + [anon_sym_u_DQUOTE] = ACTIONS(1358), + [anon_sym_U_DQUOTE] = ACTIONS(1358), + [anon_sym_u8_DQUOTE] = ACTIONS(1358), + [anon_sym_DQUOTE] = ACTIONS(1358), + [sym_true] = ACTIONS(1356), + [sym_false] = ACTIONS(1356), + [anon_sym_NULL] = ACTIONS(1356), + [anon_sym_nullptr] = ACTIONS(1356), [sym_comment] = ACTIONS(3), }, - [301] = { - [sym_identifier] = ACTIONS(1316), - [aux_sym_preproc_include_token1] = ACTIONS(1316), - [aux_sym_preproc_def_token1] = ACTIONS(1316), - [aux_sym_preproc_if_token1] = ACTIONS(1316), - [aux_sym_preproc_if_token2] = ACTIONS(1316), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1316), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1316), - [sym_preproc_directive] = ACTIONS(1316), - [anon_sym_LPAREN2] = ACTIONS(1318), - [anon_sym_BANG] = ACTIONS(1318), - [anon_sym_TILDE] = ACTIONS(1318), - [anon_sym_DASH] = ACTIONS(1316), - [anon_sym_PLUS] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1318), - [anon_sym_AMP] = ACTIONS(1318), - [anon_sym_SEMI] = ACTIONS(1318), - [anon_sym___extension__] = ACTIONS(1316), - [anon_sym_typedef] = ACTIONS(1316), - [anon_sym_extern] = ACTIONS(1316), - [anon_sym___attribute__] = ACTIONS(1316), - [anon_sym___attribute] = ACTIONS(1316), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1318), - [anon_sym___declspec] = ACTIONS(1316), - [anon_sym___cdecl] = ACTIONS(1316), - [anon_sym___clrcall] = ACTIONS(1316), - [anon_sym___stdcall] = ACTIONS(1316), - [anon_sym___fastcall] = ACTIONS(1316), - [anon_sym___thiscall] = ACTIONS(1316), - [anon_sym___vectorcall] = ACTIONS(1316), - [anon_sym_LBRACE] = ACTIONS(1318), - [anon_sym_signed] = ACTIONS(1316), - [anon_sym_unsigned] = ACTIONS(1316), - [anon_sym_long] = ACTIONS(1316), - [anon_sym_short] = ACTIONS(1316), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_auto] = ACTIONS(1316), - [anon_sym_register] = ACTIONS(1316), - [anon_sym_inline] = ACTIONS(1316), - [anon_sym___inline] = ACTIONS(1316), - [anon_sym___inline__] = ACTIONS(1316), - [anon_sym___forceinline] = ACTIONS(1316), - [anon_sym_thread_local] = ACTIONS(1316), - [anon_sym___thread] = ACTIONS(1316), - [anon_sym_const] = ACTIONS(1316), - [anon_sym_constexpr] = ACTIONS(1316), - [anon_sym_volatile] = ACTIONS(1316), - [anon_sym_restrict] = ACTIONS(1316), - [anon_sym___restrict__] = ACTIONS(1316), - [anon_sym__Atomic] = ACTIONS(1316), - [anon_sym__Noreturn] = ACTIONS(1316), - [anon_sym_noreturn] = ACTIONS(1316), - [anon_sym__Nonnull] = ACTIONS(1316), - [anon_sym_alignas] = ACTIONS(1316), - [anon_sym__Alignas] = ACTIONS(1316), - [sym_primitive_type] = ACTIONS(1316), - [anon_sym_enum] = ACTIONS(1316), - [anon_sym_struct] = ACTIONS(1316), - [anon_sym_union] = ACTIONS(1316), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1316), - [anon_sym_default] = ACTIONS(1316), - [anon_sym_while] = ACTIONS(1316), - [anon_sym_do] = ACTIONS(1316), - [anon_sym_for] = ACTIONS(1316), - [anon_sym_return] = ACTIONS(1316), - [anon_sym_break] = ACTIONS(1316), - [anon_sym_continue] = ACTIONS(1316), - [anon_sym_goto] = ACTIONS(1316), - [anon_sym___try] = ACTIONS(1316), - [anon_sym___leave] = ACTIONS(1316), - [anon_sym_DASH_DASH] = ACTIONS(1318), - [anon_sym_PLUS_PLUS] = ACTIONS(1318), - [anon_sym_sizeof] = ACTIONS(1316), - [anon_sym___alignof__] = ACTIONS(1316), - [anon_sym___alignof] = ACTIONS(1316), - [anon_sym__alignof] = ACTIONS(1316), - [anon_sym_alignof] = ACTIONS(1316), - [anon_sym__Alignof] = ACTIONS(1316), - [anon_sym_offsetof] = ACTIONS(1316), - [anon_sym__Generic] = ACTIONS(1316), - [anon_sym_asm] = ACTIONS(1316), - [anon_sym___asm__] = ACTIONS(1316), - [anon_sym___asm] = ACTIONS(1316), - [sym_number_literal] = ACTIONS(1318), - [anon_sym_L_SQUOTE] = ACTIONS(1318), - [anon_sym_u_SQUOTE] = ACTIONS(1318), - [anon_sym_U_SQUOTE] = ACTIONS(1318), - [anon_sym_u8_SQUOTE] = ACTIONS(1318), - [anon_sym_SQUOTE] = ACTIONS(1318), - [anon_sym_L_DQUOTE] = ACTIONS(1318), - [anon_sym_u_DQUOTE] = ACTIONS(1318), - [anon_sym_U_DQUOTE] = ACTIONS(1318), - [anon_sym_u8_DQUOTE] = ACTIONS(1318), - [anon_sym_DQUOTE] = ACTIONS(1318), - [sym_true] = ACTIONS(1316), - [sym_false] = ACTIONS(1316), - [anon_sym_NULL] = ACTIONS(1316), - [anon_sym_nullptr] = ACTIONS(1316), + [STATE(280)] = { + [sym_identifier] = ACTIONS(1368), + [aux_sym_preproc_include_token1] = ACTIONS(1368), + [aux_sym_preproc_def_token1] = ACTIONS(1368), + [aux_sym_preproc_if_token1] = ACTIONS(1368), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1368), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1368), + [sym_preproc_directive] = ACTIONS(1368), + [anon_sym_LPAREN2] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1370), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1368), + [anon_sym_STAR] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1368), + [anon_sym_typedef] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym___attribute__] = ACTIONS(1368), + [anon_sym___attribute] = ACTIONS(1368), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1370), + [anon_sym___declspec] = ACTIONS(1368), + [anon_sym___cdecl] = ACTIONS(1368), + [anon_sym___clrcall] = ACTIONS(1368), + [anon_sym___stdcall] = ACTIONS(1368), + [anon_sym___fastcall] = ACTIONS(1368), + [anon_sym___thiscall] = ACTIONS(1368), + [anon_sym___vectorcall] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1370), + [anon_sym_RBRACE] = ACTIONS(1370), + [anon_sym_signed] = ACTIONS(1368), + [anon_sym_unsigned] = ACTIONS(1368), + [anon_sym_long] = ACTIONS(1368), + [anon_sym_short] = ACTIONS(1368), + [anon_sym_static] = ACTIONS(1368), + [anon_sym_auto] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_inline] = ACTIONS(1368), + [anon_sym___inline] = ACTIONS(1368), + [anon_sym___inline__] = ACTIONS(1368), + [anon_sym___forceinline] = ACTIONS(1368), + [anon_sym_thread_local] = ACTIONS(1368), + [anon_sym___thread] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [anon_sym_constexpr] = ACTIONS(1368), + [anon_sym_volatile] = ACTIONS(1368), + [anon_sym_restrict] = ACTIONS(1368), + [anon_sym___restrict__] = ACTIONS(1368), + [anon_sym__Atomic] = ACTIONS(1368), + [anon_sym__Noreturn] = ACTIONS(1368), + [anon_sym_noreturn] = ACTIONS(1368), + [anon_sym__Nonnull] = ACTIONS(1368), + [anon_sym_alignas] = ACTIONS(1368), + [anon_sym__Alignas] = ACTIONS(1368), + [sym_primitive_type] = ACTIONS(1368), + [anon_sym_enum] = ACTIONS(1368), + [anon_sym_struct] = ACTIONS(1368), + [anon_sym_union] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_switch] = ACTIONS(1368), + [anon_sym_case] = ACTIONS(1368), + [anon_sym_default] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_goto] = ACTIONS(1368), + [anon_sym___try] = ACTIONS(1368), + [anon_sym___leave] = ACTIONS(1368), + [anon_sym_DASH_DASH] = ACTIONS(1370), + [anon_sym_PLUS_PLUS] = ACTIONS(1370), + [anon_sym_sizeof] = ACTIONS(1368), + [anon_sym___alignof__] = ACTIONS(1368), + [anon_sym___alignof] = ACTIONS(1368), + [anon_sym__alignof] = ACTIONS(1368), + [anon_sym_alignof] = ACTIONS(1368), + [anon_sym__Alignof] = ACTIONS(1368), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1368), + [anon_sym_asm] = ACTIONS(1368), + [anon_sym___asm__] = ACTIONS(1368), + [anon_sym___asm] = ACTIONS(1368), + [sym_number_literal] = ACTIONS(1370), + [anon_sym_L_SQUOTE] = ACTIONS(1370), + [anon_sym_u_SQUOTE] = ACTIONS(1370), + [anon_sym_U_SQUOTE] = ACTIONS(1370), + [anon_sym_u8_SQUOTE] = ACTIONS(1370), + [anon_sym_SQUOTE] = ACTIONS(1370), + [anon_sym_L_DQUOTE] = ACTIONS(1370), + [anon_sym_u_DQUOTE] = ACTIONS(1370), + [anon_sym_U_DQUOTE] = ACTIONS(1370), + [anon_sym_u8_DQUOTE] = ACTIONS(1370), + [anon_sym_DQUOTE] = ACTIONS(1370), + [sym_true] = ACTIONS(1368), + [sym_false] = ACTIONS(1368), + [anon_sym_NULL] = ACTIONS(1368), + [anon_sym_nullptr] = ACTIONS(1368), + [sym_comment] = ACTIONS(3), + }, + [STATE(281)] = { + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token2] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym___extension__] = ACTIONS(1360), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym___attribute] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym___inline] = ACTIONS(1360), + [anon_sym___inline__] = ACTIONS(1360), + [anon_sym___forceinline] = ACTIONS(1360), + [anon_sym_thread_local] = ACTIONS(1360), + [anon_sym___thread] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_constexpr] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_noreturn] = ACTIONS(1360), + [anon_sym__Nonnull] = ACTIONS(1360), + [anon_sym_alignas] = ACTIONS(1360), + [anon_sym__Alignas] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym___try] = ACTIONS(1360), + [anon_sym___leave] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym___alignof__] = ACTIONS(1360), + [anon_sym___alignof] = ACTIONS(1360), + [anon_sym__alignof] = ACTIONS(1360), + [anon_sym_alignof] = ACTIONS(1360), + [anon_sym__Alignof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [anon_sym___asm] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [anon_sym_NULL] = ACTIONS(1360), + [anon_sym_nullptr] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, - [302] = { - [sym_identifier] = ACTIONS(1324), - [aux_sym_preproc_include_token1] = ACTIONS(1324), - [aux_sym_preproc_def_token1] = ACTIONS(1324), - [aux_sym_preproc_if_token1] = ACTIONS(1324), - [aux_sym_preproc_if_token2] = ACTIONS(1324), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1324), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1324), - [sym_preproc_directive] = ACTIONS(1324), - [anon_sym_LPAREN2] = ACTIONS(1326), - [anon_sym_BANG] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1324), - [anon_sym_PLUS] = ACTIONS(1324), - [anon_sym_STAR] = ACTIONS(1326), - [anon_sym_AMP] = ACTIONS(1326), - [anon_sym_SEMI] = ACTIONS(1326), - [anon_sym___extension__] = ACTIONS(1324), - [anon_sym_typedef] = ACTIONS(1324), - [anon_sym_extern] = ACTIONS(1324), - [anon_sym___attribute__] = ACTIONS(1324), - [anon_sym___attribute] = ACTIONS(1324), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1326), - [anon_sym___declspec] = ACTIONS(1324), - [anon_sym___cdecl] = ACTIONS(1324), - [anon_sym___clrcall] = ACTIONS(1324), - [anon_sym___stdcall] = ACTIONS(1324), - [anon_sym___fastcall] = ACTIONS(1324), - [anon_sym___thiscall] = ACTIONS(1324), - [anon_sym___vectorcall] = ACTIONS(1324), - [anon_sym_LBRACE] = ACTIONS(1326), - [anon_sym_signed] = ACTIONS(1324), - [anon_sym_unsigned] = ACTIONS(1324), - [anon_sym_long] = ACTIONS(1324), - [anon_sym_short] = ACTIONS(1324), - [anon_sym_static] = ACTIONS(1324), - [anon_sym_auto] = ACTIONS(1324), - [anon_sym_register] = ACTIONS(1324), - [anon_sym_inline] = ACTIONS(1324), - [anon_sym___inline] = ACTIONS(1324), - [anon_sym___inline__] = ACTIONS(1324), - [anon_sym___forceinline] = ACTIONS(1324), - [anon_sym_thread_local] = ACTIONS(1324), - [anon_sym___thread] = ACTIONS(1324), - [anon_sym_const] = ACTIONS(1324), - [anon_sym_constexpr] = ACTIONS(1324), - [anon_sym_volatile] = ACTIONS(1324), - [anon_sym_restrict] = ACTIONS(1324), - [anon_sym___restrict__] = ACTIONS(1324), - [anon_sym__Atomic] = ACTIONS(1324), - [anon_sym__Noreturn] = ACTIONS(1324), - [anon_sym_noreturn] = ACTIONS(1324), - [anon_sym__Nonnull] = ACTIONS(1324), - [anon_sym_alignas] = ACTIONS(1324), - [anon_sym__Alignas] = ACTIONS(1324), - [sym_primitive_type] = ACTIONS(1324), - [anon_sym_enum] = ACTIONS(1324), - [anon_sym_struct] = ACTIONS(1324), - [anon_sym_union] = ACTIONS(1324), - [anon_sym_if] = ACTIONS(1324), - [anon_sym_switch] = ACTIONS(1324), - [anon_sym_case] = ACTIONS(1324), - [anon_sym_default] = ACTIONS(1324), - [anon_sym_while] = ACTIONS(1324), - [anon_sym_do] = ACTIONS(1324), - [anon_sym_for] = ACTIONS(1324), - [anon_sym_return] = ACTIONS(1324), - [anon_sym_break] = ACTIONS(1324), - [anon_sym_continue] = ACTIONS(1324), - [anon_sym_goto] = ACTIONS(1324), - [anon_sym___try] = ACTIONS(1324), - [anon_sym___leave] = ACTIONS(1324), - [anon_sym_DASH_DASH] = ACTIONS(1326), - [anon_sym_PLUS_PLUS] = ACTIONS(1326), - [anon_sym_sizeof] = ACTIONS(1324), - [anon_sym___alignof__] = ACTIONS(1324), - [anon_sym___alignof] = ACTIONS(1324), - [anon_sym__alignof] = ACTIONS(1324), - [anon_sym_alignof] = ACTIONS(1324), - [anon_sym__Alignof] = ACTIONS(1324), - [anon_sym_offsetof] = ACTIONS(1324), - [anon_sym__Generic] = ACTIONS(1324), - [anon_sym_asm] = ACTIONS(1324), - [anon_sym___asm__] = ACTIONS(1324), - [anon_sym___asm] = ACTIONS(1324), - [sym_number_literal] = ACTIONS(1326), - [anon_sym_L_SQUOTE] = ACTIONS(1326), - [anon_sym_u_SQUOTE] = ACTIONS(1326), - [anon_sym_U_SQUOTE] = ACTIONS(1326), - [anon_sym_u8_SQUOTE] = ACTIONS(1326), - [anon_sym_SQUOTE] = ACTIONS(1326), - [anon_sym_L_DQUOTE] = ACTIONS(1326), - [anon_sym_u_DQUOTE] = ACTIONS(1326), - [anon_sym_U_DQUOTE] = ACTIONS(1326), - [anon_sym_u8_DQUOTE] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1326), - [sym_true] = ACTIONS(1324), - [sym_false] = ACTIONS(1324), - [anon_sym_NULL] = ACTIONS(1324), - [anon_sym_nullptr] = ACTIONS(1324), + [STATE(282)] = { + [sym_identifier] = ACTIONS(1372), + [aux_sym_preproc_include_token1] = ACTIONS(1372), + [aux_sym_preproc_def_token1] = ACTIONS(1372), + [aux_sym_preproc_if_token1] = ACTIONS(1372), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1372), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1372), + [sym_preproc_directive] = ACTIONS(1372), + [anon_sym_LPAREN2] = ACTIONS(1374), + [anon_sym_BANG] = ACTIONS(1374), + [anon_sym_TILDE] = ACTIONS(1374), + [anon_sym_DASH] = ACTIONS(1372), + [anon_sym_PLUS] = ACTIONS(1372), + [anon_sym_STAR] = ACTIONS(1374), + [anon_sym_AMP] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1372), + [anon_sym_typedef] = ACTIONS(1372), + [anon_sym_extern] = ACTIONS(1372), + [anon_sym___attribute__] = ACTIONS(1372), + [anon_sym___attribute] = ACTIONS(1372), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1374), + [anon_sym___declspec] = ACTIONS(1372), + [anon_sym___cdecl] = ACTIONS(1372), + [anon_sym___clrcall] = ACTIONS(1372), + [anon_sym___stdcall] = ACTIONS(1372), + [anon_sym___fastcall] = ACTIONS(1372), + [anon_sym___thiscall] = ACTIONS(1372), + [anon_sym___vectorcall] = ACTIONS(1372), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_RBRACE] = ACTIONS(1374), + [anon_sym_signed] = ACTIONS(1372), + [anon_sym_unsigned] = ACTIONS(1372), + [anon_sym_long] = ACTIONS(1372), + [anon_sym_short] = ACTIONS(1372), + [anon_sym_static] = ACTIONS(1372), + [anon_sym_auto] = ACTIONS(1372), + [anon_sym_register] = ACTIONS(1372), + [anon_sym_inline] = ACTIONS(1372), + [anon_sym___inline] = ACTIONS(1372), + [anon_sym___inline__] = ACTIONS(1372), + [anon_sym___forceinline] = ACTIONS(1372), + [anon_sym_thread_local] = ACTIONS(1372), + [anon_sym___thread] = ACTIONS(1372), + [anon_sym_const] = ACTIONS(1372), + [anon_sym_constexpr] = ACTIONS(1372), + [anon_sym_volatile] = ACTIONS(1372), + [anon_sym_restrict] = ACTIONS(1372), + [anon_sym___restrict__] = ACTIONS(1372), + [anon_sym__Atomic] = ACTIONS(1372), + [anon_sym__Noreturn] = ACTIONS(1372), + [anon_sym_noreturn] = ACTIONS(1372), + [anon_sym__Nonnull] = ACTIONS(1372), + [anon_sym_alignas] = ACTIONS(1372), + [anon_sym__Alignas] = ACTIONS(1372), + [sym_primitive_type] = ACTIONS(1372), + [anon_sym_enum] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1372), + [anon_sym_union] = ACTIONS(1372), + [anon_sym_if] = ACTIONS(1372), + [anon_sym_switch] = ACTIONS(1372), + [anon_sym_case] = ACTIONS(1372), + [anon_sym_default] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1372), + [anon_sym_do] = ACTIONS(1372), + [anon_sym_for] = ACTIONS(1372), + [anon_sym_return] = ACTIONS(1372), + [anon_sym_break] = ACTIONS(1372), + [anon_sym_continue] = ACTIONS(1372), + [anon_sym_goto] = ACTIONS(1372), + [anon_sym___try] = ACTIONS(1372), + [anon_sym___leave] = ACTIONS(1372), + [anon_sym_DASH_DASH] = ACTIONS(1374), + [anon_sym_PLUS_PLUS] = ACTIONS(1374), + [anon_sym_sizeof] = ACTIONS(1372), + [anon_sym___alignof__] = ACTIONS(1372), + [anon_sym___alignof] = ACTIONS(1372), + [anon_sym__alignof] = ACTIONS(1372), + [anon_sym_alignof] = ACTIONS(1372), + [anon_sym__Alignof] = ACTIONS(1372), + [anon_sym_offsetof] = ACTIONS(1372), + [anon_sym__Generic] = ACTIONS(1372), + [anon_sym_asm] = ACTIONS(1372), + [anon_sym___asm__] = ACTIONS(1372), + [anon_sym___asm] = ACTIONS(1372), + [sym_number_literal] = ACTIONS(1374), + [anon_sym_L_SQUOTE] = ACTIONS(1374), + [anon_sym_u_SQUOTE] = ACTIONS(1374), + [anon_sym_U_SQUOTE] = ACTIONS(1374), + [anon_sym_u8_SQUOTE] = ACTIONS(1374), + [anon_sym_SQUOTE] = ACTIONS(1374), + [anon_sym_L_DQUOTE] = ACTIONS(1374), + [anon_sym_u_DQUOTE] = ACTIONS(1374), + [anon_sym_U_DQUOTE] = ACTIONS(1374), + [anon_sym_u8_DQUOTE] = ACTIONS(1374), + [anon_sym_DQUOTE] = ACTIONS(1374), + [sym_true] = ACTIONS(1372), + [sym_false] = ACTIONS(1372), + [anon_sym_NULL] = ACTIONS(1372), + [anon_sym_nullptr] = ACTIONS(1372), [sym_comment] = ACTIONS(3), }, - [303] = { - [sym_identifier] = ACTIONS(1328), - [aux_sym_preproc_include_token1] = ACTIONS(1328), - [aux_sym_preproc_def_token1] = ACTIONS(1328), - [aux_sym_preproc_if_token1] = ACTIONS(1328), - [aux_sym_preproc_if_token2] = ACTIONS(1328), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1328), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1328), - [sym_preproc_directive] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(1330), - [anon_sym_BANG] = ACTIONS(1330), - [anon_sym_TILDE] = ACTIONS(1330), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_AMP] = ACTIONS(1330), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym___extension__] = ACTIONS(1328), - [anon_sym_typedef] = ACTIONS(1328), - [anon_sym_extern] = ACTIONS(1328), - [anon_sym___attribute__] = ACTIONS(1328), - [anon_sym___attribute] = ACTIONS(1328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1330), - [anon_sym___declspec] = ACTIONS(1328), - [anon_sym___cdecl] = ACTIONS(1328), - [anon_sym___clrcall] = ACTIONS(1328), - [anon_sym___stdcall] = ACTIONS(1328), - [anon_sym___fastcall] = ACTIONS(1328), - [anon_sym___thiscall] = ACTIONS(1328), - [anon_sym___vectorcall] = ACTIONS(1328), - [anon_sym_LBRACE] = ACTIONS(1330), - [anon_sym_signed] = ACTIONS(1328), - [anon_sym_unsigned] = ACTIONS(1328), - [anon_sym_long] = ACTIONS(1328), - [anon_sym_short] = ACTIONS(1328), - [anon_sym_static] = ACTIONS(1328), - [anon_sym_auto] = ACTIONS(1328), - [anon_sym_register] = ACTIONS(1328), - [anon_sym_inline] = ACTIONS(1328), - [anon_sym___inline] = ACTIONS(1328), - [anon_sym___inline__] = ACTIONS(1328), - [anon_sym___forceinline] = ACTIONS(1328), - [anon_sym_thread_local] = ACTIONS(1328), - [anon_sym___thread] = ACTIONS(1328), - [anon_sym_const] = ACTIONS(1328), - [anon_sym_constexpr] = ACTIONS(1328), - [anon_sym_volatile] = ACTIONS(1328), - [anon_sym_restrict] = ACTIONS(1328), - [anon_sym___restrict__] = ACTIONS(1328), - [anon_sym__Atomic] = ACTIONS(1328), - [anon_sym__Noreturn] = ACTIONS(1328), - [anon_sym_noreturn] = ACTIONS(1328), - [anon_sym__Nonnull] = ACTIONS(1328), - [anon_sym_alignas] = ACTIONS(1328), - [anon_sym__Alignas] = ACTIONS(1328), - [sym_primitive_type] = ACTIONS(1328), - [anon_sym_enum] = ACTIONS(1328), - [anon_sym_struct] = ACTIONS(1328), - [anon_sym_union] = ACTIONS(1328), - [anon_sym_if] = ACTIONS(1328), - [anon_sym_switch] = ACTIONS(1328), - [anon_sym_case] = ACTIONS(1328), - [anon_sym_default] = ACTIONS(1328), - [anon_sym_while] = ACTIONS(1328), - [anon_sym_do] = ACTIONS(1328), - [anon_sym_for] = ACTIONS(1328), - [anon_sym_return] = ACTIONS(1328), - [anon_sym_break] = ACTIONS(1328), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1328), - [anon_sym___try] = ACTIONS(1328), - [anon_sym___leave] = ACTIONS(1328), - [anon_sym_DASH_DASH] = ACTIONS(1330), - [anon_sym_PLUS_PLUS] = ACTIONS(1330), - [anon_sym_sizeof] = ACTIONS(1328), - [anon_sym___alignof__] = ACTIONS(1328), - [anon_sym___alignof] = ACTIONS(1328), - [anon_sym__alignof] = ACTIONS(1328), - [anon_sym_alignof] = ACTIONS(1328), - [anon_sym__Alignof] = ACTIONS(1328), - [anon_sym_offsetof] = ACTIONS(1328), - [anon_sym__Generic] = ACTIONS(1328), - [anon_sym_asm] = ACTIONS(1328), - [anon_sym___asm__] = ACTIONS(1328), - [anon_sym___asm] = ACTIONS(1328), - [sym_number_literal] = ACTIONS(1330), - [anon_sym_L_SQUOTE] = ACTIONS(1330), - [anon_sym_u_SQUOTE] = ACTIONS(1330), - [anon_sym_U_SQUOTE] = ACTIONS(1330), - [anon_sym_u8_SQUOTE] = ACTIONS(1330), - [anon_sym_SQUOTE] = ACTIONS(1330), - [anon_sym_L_DQUOTE] = ACTIONS(1330), - [anon_sym_u_DQUOTE] = ACTIONS(1330), - [anon_sym_U_DQUOTE] = ACTIONS(1330), - [anon_sym_u8_DQUOTE] = ACTIONS(1330), - [anon_sym_DQUOTE] = ACTIONS(1330), - [sym_true] = ACTIONS(1328), - [sym_false] = ACTIONS(1328), - [anon_sym_NULL] = ACTIONS(1328), - [anon_sym_nullptr] = ACTIONS(1328), + [STATE(283)] = { + [sym_identifier] = ACTIONS(1304), + [aux_sym_preproc_include_token1] = ACTIONS(1304), + [aux_sym_preproc_def_token1] = ACTIONS(1304), + [aux_sym_preproc_if_token1] = ACTIONS(1304), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1304), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1304), + [sym_preproc_directive] = ACTIONS(1304), + [anon_sym_LPAREN2] = ACTIONS(1306), + [anon_sym_BANG] = ACTIONS(1306), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1304), + [anon_sym_STAR] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1306), + [anon_sym_SEMI] = ACTIONS(1306), + [anon_sym___extension__] = ACTIONS(1304), + [anon_sym_typedef] = ACTIONS(1304), + [anon_sym_extern] = ACTIONS(1304), + [anon_sym___attribute__] = ACTIONS(1304), + [anon_sym___attribute] = ACTIONS(1304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1306), + [anon_sym___declspec] = ACTIONS(1304), + [anon_sym___cdecl] = ACTIONS(1304), + [anon_sym___clrcall] = ACTIONS(1304), + [anon_sym___stdcall] = ACTIONS(1304), + [anon_sym___fastcall] = ACTIONS(1304), + [anon_sym___thiscall] = ACTIONS(1304), + [anon_sym___vectorcall] = ACTIONS(1304), + [anon_sym_LBRACE] = ACTIONS(1306), + [anon_sym_RBRACE] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1304), + [anon_sym_unsigned] = ACTIONS(1304), + [anon_sym_long] = ACTIONS(1304), + [anon_sym_short] = ACTIONS(1304), + [anon_sym_static] = ACTIONS(1304), + [anon_sym_auto] = ACTIONS(1304), + [anon_sym_register] = ACTIONS(1304), + [anon_sym_inline] = ACTIONS(1304), + [anon_sym___inline] = ACTIONS(1304), + [anon_sym___inline__] = ACTIONS(1304), + [anon_sym___forceinline] = ACTIONS(1304), + [anon_sym_thread_local] = ACTIONS(1304), + [anon_sym___thread] = ACTIONS(1304), + [anon_sym_const] = ACTIONS(1304), + [anon_sym_constexpr] = ACTIONS(1304), + [anon_sym_volatile] = ACTIONS(1304), + [anon_sym_restrict] = ACTIONS(1304), + [anon_sym___restrict__] = ACTIONS(1304), + [anon_sym__Atomic] = ACTIONS(1304), + [anon_sym__Noreturn] = ACTIONS(1304), + [anon_sym_noreturn] = ACTIONS(1304), + [anon_sym__Nonnull] = ACTIONS(1304), + [anon_sym_alignas] = ACTIONS(1304), + [anon_sym__Alignas] = ACTIONS(1304), + [sym_primitive_type] = ACTIONS(1304), + [anon_sym_enum] = ACTIONS(1304), + [anon_sym_struct] = ACTIONS(1304), + [anon_sym_union] = ACTIONS(1304), + [anon_sym_if] = ACTIONS(1304), + [anon_sym_switch] = ACTIONS(1304), + [anon_sym_case] = ACTIONS(1304), + [anon_sym_default] = ACTIONS(1304), + [anon_sym_while] = ACTIONS(1304), + [anon_sym_do] = ACTIONS(1304), + [anon_sym_for] = ACTIONS(1304), + [anon_sym_return] = ACTIONS(1304), + [anon_sym_break] = ACTIONS(1304), + [anon_sym_continue] = ACTIONS(1304), + [anon_sym_goto] = ACTIONS(1304), + [anon_sym___try] = ACTIONS(1304), + [anon_sym___leave] = ACTIONS(1304), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_PLUS_PLUS] = ACTIONS(1306), + [anon_sym_sizeof] = ACTIONS(1304), + [anon_sym___alignof__] = ACTIONS(1304), + [anon_sym___alignof] = ACTIONS(1304), + [anon_sym__alignof] = ACTIONS(1304), + [anon_sym_alignof] = ACTIONS(1304), + [anon_sym__Alignof] = ACTIONS(1304), + [anon_sym_offsetof] = ACTIONS(1304), + [anon_sym__Generic] = ACTIONS(1304), + [anon_sym_asm] = ACTIONS(1304), + [anon_sym___asm__] = ACTIONS(1304), + [anon_sym___asm] = ACTIONS(1304), + [sym_number_literal] = ACTIONS(1306), + [anon_sym_L_SQUOTE] = ACTIONS(1306), + [anon_sym_u_SQUOTE] = ACTIONS(1306), + [anon_sym_U_SQUOTE] = ACTIONS(1306), + [anon_sym_u8_SQUOTE] = ACTIONS(1306), + [anon_sym_SQUOTE] = ACTIONS(1306), + [anon_sym_L_DQUOTE] = ACTIONS(1306), + [anon_sym_u_DQUOTE] = ACTIONS(1306), + [anon_sym_U_DQUOTE] = ACTIONS(1306), + [anon_sym_u8_DQUOTE] = ACTIONS(1306), + [anon_sym_DQUOTE] = ACTIONS(1306), + [sym_true] = ACTIONS(1304), + [sym_false] = ACTIONS(1304), + [anon_sym_NULL] = ACTIONS(1304), + [anon_sym_nullptr] = ACTIONS(1304), + [sym_comment] = ACTIONS(3), + }, + [STATE(284)] = { + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token2] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1364), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym___attribute] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym___inline] = ACTIONS(1364), + [anon_sym___inline__] = ACTIONS(1364), + [anon_sym___forceinline] = ACTIONS(1364), + [anon_sym_thread_local] = ACTIONS(1364), + [anon_sym___thread] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_constexpr] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_noreturn] = ACTIONS(1364), + [anon_sym__Nonnull] = ACTIONS(1364), + [anon_sym_alignas] = ACTIONS(1364), + [anon_sym__Alignas] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym___try] = ACTIONS(1364), + [anon_sym___leave] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym___alignof__] = ACTIONS(1364), + [anon_sym___alignof] = ACTIONS(1364), + [anon_sym__alignof] = ACTIONS(1364), + [anon_sym_alignof] = ACTIONS(1364), + [anon_sym__Alignof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [anon_sym___asm] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [anon_sym_NULL] = ACTIONS(1364), + [anon_sym_nullptr] = ACTIONS(1364), [sym_comment] = ACTIONS(3), }, - [304] = { - [sym_identifier] = ACTIONS(1332), - [aux_sym_preproc_include_token1] = ACTIONS(1332), - [aux_sym_preproc_def_token1] = ACTIONS(1332), - [aux_sym_preproc_if_token1] = ACTIONS(1332), - [aux_sym_preproc_if_token2] = ACTIONS(1332), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1332), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1332), - [sym_preproc_directive] = ACTIONS(1332), - [anon_sym_LPAREN2] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1332), - [anon_sym_PLUS] = ACTIONS(1332), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym___extension__] = ACTIONS(1332), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(1332), - [anon_sym___attribute__] = ACTIONS(1332), - [anon_sym___attribute] = ACTIONS(1332), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), - [anon_sym___declspec] = ACTIONS(1332), - [anon_sym___cdecl] = ACTIONS(1332), - [anon_sym___clrcall] = ACTIONS(1332), - [anon_sym___stdcall] = ACTIONS(1332), - [anon_sym___fastcall] = ACTIONS(1332), - [anon_sym___thiscall] = ACTIONS(1332), - [anon_sym___vectorcall] = ACTIONS(1332), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_signed] = ACTIONS(1332), - [anon_sym_unsigned] = ACTIONS(1332), - [anon_sym_long] = ACTIONS(1332), - [anon_sym_short] = ACTIONS(1332), - [anon_sym_static] = ACTIONS(1332), - [anon_sym_auto] = ACTIONS(1332), - [anon_sym_register] = ACTIONS(1332), - [anon_sym_inline] = ACTIONS(1332), - [anon_sym___inline] = ACTIONS(1332), - [anon_sym___inline__] = ACTIONS(1332), - [anon_sym___forceinline] = ACTIONS(1332), - [anon_sym_thread_local] = ACTIONS(1332), - [anon_sym___thread] = ACTIONS(1332), - [anon_sym_const] = ACTIONS(1332), - [anon_sym_constexpr] = ACTIONS(1332), - [anon_sym_volatile] = ACTIONS(1332), - [anon_sym_restrict] = ACTIONS(1332), - [anon_sym___restrict__] = ACTIONS(1332), - [anon_sym__Atomic] = ACTIONS(1332), - [anon_sym__Noreturn] = ACTIONS(1332), - [anon_sym_noreturn] = ACTIONS(1332), - [anon_sym__Nonnull] = ACTIONS(1332), - [anon_sym_alignas] = ACTIONS(1332), - [anon_sym__Alignas] = ACTIONS(1332), - [sym_primitive_type] = ACTIONS(1332), - [anon_sym_enum] = ACTIONS(1332), - [anon_sym_struct] = ACTIONS(1332), - [anon_sym_union] = ACTIONS(1332), - [anon_sym_if] = ACTIONS(1332), - [anon_sym_switch] = ACTIONS(1332), - [anon_sym_case] = ACTIONS(1332), - [anon_sym_default] = ACTIONS(1332), - [anon_sym_while] = ACTIONS(1332), - [anon_sym_do] = ACTIONS(1332), - [anon_sym_for] = ACTIONS(1332), - [anon_sym_return] = ACTIONS(1332), - [anon_sym_break] = ACTIONS(1332), - [anon_sym_continue] = ACTIONS(1332), - [anon_sym_goto] = ACTIONS(1332), - [anon_sym___try] = ACTIONS(1332), - [anon_sym___leave] = ACTIONS(1332), - [anon_sym_DASH_DASH] = ACTIONS(1334), - [anon_sym_PLUS_PLUS] = ACTIONS(1334), - [anon_sym_sizeof] = ACTIONS(1332), - [anon_sym___alignof__] = ACTIONS(1332), - [anon_sym___alignof] = ACTIONS(1332), - [anon_sym__alignof] = ACTIONS(1332), - [anon_sym_alignof] = ACTIONS(1332), - [anon_sym__Alignof] = ACTIONS(1332), - [anon_sym_offsetof] = ACTIONS(1332), - [anon_sym__Generic] = ACTIONS(1332), - [anon_sym_asm] = ACTIONS(1332), - [anon_sym___asm__] = ACTIONS(1332), - [anon_sym___asm] = ACTIONS(1332), - [sym_number_literal] = ACTIONS(1334), - [anon_sym_L_SQUOTE] = ACTIONS(1334), - [anon_sym_u_SQUOTE] = ACTIONS(1334), - [anon_sym_U_SQUOTE] = ACTIONS(1334), - [anon_sym_u8_SQUOTE] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_L_DQUOTE] = ACTIONS(1334), - [anon_sym_u_DQUOTE] = ACTIONS(1334), - [anon_sym_U_DQUOTE] = ACTIONS(1334), - [anon_sym_u8_DQUOTE] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [sym_true] = ACTIONS(1332), - [sym_false] = ACTIONS(1332), - [anon_sym_NULL] = ACTIONS(1332), - [anon_sym_nullptr] = ACTIONS(1332), + [STATE(285)] = { + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym___extension__] = ACTIONS(1360), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym___attribute] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_RBRACE] = ACTIONS(1362), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym___inline] = ACTIONS(1360), + [anon_sym___inline__] = ACTIONS(1360), + [anon_sym___forceinline] = ACTIONS(1360), + [anon_sym_thread_local] = ACTIONS(1360), + [anon_sym___thread] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_constexpr] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_noreturn] = ACTIONS(1360), + [anon_sym__Nonnull] = ACTIONS(1360), + [anon_sym_alignas] = ACTIONS(1360), + [anon_sym__Alignas] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym___try] = ACTIONS(1360), + [anon_sym___leave] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym___alignof__] = ACTIONS(1360), + [anon_sym___alignof] = ACTIONS(1360), + [anon_sym__alignof] = ACTIONS(1360), + [anon_sym_alignof] = ACTIONS(1360), + [anon_sym__Alignof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [anon_sym___asm] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [anon_sym_NULL] = ACTIONS(1360), + [anon_sym_nullptr] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, - [305] = { - [sym_identifier] = ACTIONS(1348), - [aux_sym_preproc_include_token1] = ACTIONS(1348), - [aux_sym_preproc_def_token1] = ACTIONS(1348), - [aux_sym_preproc_if_token1] = ACTIONS(1348), - [aux_sym_preproc_if_token2] = ACTIONS(1348), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1348), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1348), - [sym_preproc_directive] = ACTIONS(1348), - [anon_sym_LPAREN2] = ACTIONS(1350), - [anon_sym_BANG] = ACTIONS(1350), - [anon_sym_TILDE] = ACTIONS(1350), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1350), - [anon_sym_AMP] = ACTIONS(1350), - [anon_sym_SEMI] = ACTIONS(1350), - [anon_sym___extension__] = ACTIONS(1348), - [anon_sym_typedef] = ACTIONS(1348), - [anon_sym_extern] = ACTIONS(1348), - [anon_sym___attribute__] = ACTIONS(1348), - [anon_sym___attribute] = ACTIONS(1348), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1350), - [anon_sym___declspec] = ACTIONS(1348), - [anon_sym___cdecl] = ACTIONS(1348), - [anon_sym___clrcall] = ACTIONS(1348), - [anon_sym___stdcall] = ACTIONS(1348), - [anon_sym___fastcall] = ACTIONS(1348), - [anon_sym___thiscall] = ACTIONS(1348), - [anon_sym___vectorcall] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1350), - [anon_sym_signed] = ACTIONS(1348), - [anon_sym_unsigned] = ACTIONS(1348), - [anon_sym_long] = ACTIONS(1348), - [anon_sym_short] = ACTIONS(1348), - [anon_sym_static] = ACTIONS(1348), - [anon_sym_auto] = ACTIONS(1348), - [anon_sym_register] = ACTIONS(1348), - [anon_sym_inline] = ACTIONS(1348), - [anon_sym___inline] = ACTIONS(1348), - [anon_sym___inline__] = ACTIONS(1348), - [anon_sym___forceinline] = ACTIONS(1348), - [anon_sym_thread_local] = ACTIONS(1348), - [anon_sym___thread] = ACTIONS(1348), - [anon_sym_const] = ACTIONS(1348), - [anon_sym_constexpr] = ACTIONS(1348), - [anon_sym_volatile] = ACTIONS(1348), - [anon_sym_restrict] = ACTIONS(1348), - [anon_sym___restrict__] = ACTIONS(1348), - [anon_sym__Atomic] = ACTIONS(1348), - [anon_sym__Noreturn] = ACTIONS(1348), - [anon_sym_noreturn] = ACTIONS(1348), - [anon_sym__Nonnull] = ACTIONS(1348), - [anon_sym_alignas] = ACTIONS(1348), - [anon_sym__Alignas] = ACTIONS(1348), - [sym_primitive_type] = ACTIONS(1348), - [anon_sym_enum] = ACTIONS(1348), - [anon_sym_struct] = ACTIONS(1348), - [anon_sym_union] = ACTIONS(1348), - [anon_sym_if] = ACTIONS(1348), - [anon_sym_switch] = ACTIONS(1348), - [anon_sym_case] = ACTIONS(1348), - [anon_sym_default] = ACTIONS(1348), - [anon_sym_while] = ACTIONS(1348), - [anon_sym_do] = ACTIONS(1348), - [anon_sym_for] = ACTIONS(1348), - [anon_sym_return] = ACTIONS(1348), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1348), - [anon_sym_goto] = ACTIONS(1348), - [anon_sym___try] = ACTIONS(1348), - [anon_sym___leave] = ACTIONS(1348), - [anon_sym_DASH_DASH] = ACTIONS(1350), - [anon_sym_PLUS_PLUS] = ACTIONS(1350), - [anon_sym_sizeof] = ACTIONS(1348), - [anon_sym___alignof__] = ACTIONS(1348), - [anon_sym___alignof] = ACTIONS(1348), - [anon_sym__alignof] = ACTIONS(1348), - [anon_sym_alignof] = ACTIONS(1348), - [anon_sym__Alignof] = ACTIONS(1348), - [anon_sym_offsetof] = ACTIONS(1348), - [anon_sym__Generic] = ACTIONS(1348), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [sym_number_literal] = ACTIONS(1350), - [anon_sym_L_SQUOTE] = ACTIONS(1350), - [anon_sym_u_SQUOTE] = ACTIONS(1350), - [anon_sym_U_SQUOTE] = ACTIONS(1350), - [anon_sym_u8_SQUOTE] = ACTIONS(1350), - [anon_sym_SQUOTE] = ACTIONS(1350), - [anon_sym_L_DQUOTE] = ACTIONS(1350), - [anon_sym_u_DQUOTE] = ACTIONS(1350), - [anon_sym_U_DQUOTE] = ACTIONS(1350), - [anon_sym_u8_DQUOTE] = ACTIONS(1350), - [anon_sym_DQUOTE] = ACTIONS(1350), - [sym_true] = ACTIONS(1348), - [sym_false] = ACTIONS(1348), - [anon_sym_NULL] = ACTIONS(1348), - [anon_sym_nullptr] = ACTIONS(1348), + [STATE(286)] = { + [sym_identifier] = ACTIONS(1372), + [aux_sym_preproc_include_token1] = ACTIONS(1372), + [aux_sym_preproc_def_token1] = ACTIONS(1372), + [aux_sym_preproc_if_token1] = ACTIONS(1372), + [aux_sym_preproc_if_token2] = ACTIONS(1372), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1372), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1372), + [sym_preproc_directive] = ACTIONS(1372), + [anon_sym_LPAREN2] = ACTIONS(1374), + [anon_sym_BANG] = ACTIONS(1374), + [anon_sym_TILDE] = ACTIONS(1374), + [anon_sym_DASH] = ACTIONS(1372), + [anon_sym_PLUS] = ACTIONS(1372), + [anon_sym_STAR] = ACTIONS(1374), + [anon_sym_AMP] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1372), + [anon_sym_typedef] = ACTIONS(1372), + [anon_sym_extern] = ACTIONS(1372), + [anon_sym___attribute__] = ACTIONS(1372), + [anon_sym___attribute] = ACTIONS(1372), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1374), + [anon_sym___declspec] = ACTIONS(1372), + [anon_sym___cdecl] = ACTIONS(1372), + [anon_sym___clrcall] = ACTIONS(1372), + [anon_sym___stdcall] = ACTIONS(1372), + [anon_sym___fastcall] = ACTIONS(1372), + [anon_sym___thiscall] = ACTIONS(1372), + [anon_sym___vectorcall] = ACTIONS(1372), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_signed] = ACTIONS(1372), + [anon_sym_unsigned] = ACTIONS(1372), + [anon_sym_long] = ACTIONS(1372), + [anon_sym_short] = ACTIONS(1372), + [anon_sym_static] = ACTIONS(1372), + [anon_sym_auto] = ACTIONS(1372), + [anon_sym_register] = ACTIONS(1372), + [anon_sym_inline] = ACTIONS(1372), + [anon_sym___inline] = ACTIONS(1372), + [anon_sym___inline__] = ACTIONS(1372), + [anon_sym___forceinline] = ACTIONS(1372), + [anon_sym_thread_local] = ACTIONS(1372), + [anon_sym___thread] = ACTIONS(1372), + [anon_sym_const] = ACTIONS(1372), + [anon_sym_constexpr] = ACTIONS(1372), + [anon_sym_volatile] = ACTIONS(1372), + [anon_sym_restrict] = ACTIONS(1372), + [anon_sym___restrict__] = ACTIONS(1372), + [anon_sym__Atomic] = ACTIONS(1372), + [anon_sym__Noreturn] = ACTIONS(1372), + [anon_sym_noreturn] = ACTIONS(1372), + [anon_sym__Nonnull] = ACTIONS(1372), + [anon_sym_alignas] = ACTIONS(1372), + [anon_sym__Alignas] = ACTIONS(1372), + [sym_primitive_type] = ACTIONS(1372), + [anon_sym_enum] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1372), + [anon_sym_union] = ACTIONS(1372), + [anon_sym_if] = ACTIONS(1372), + [anon_sym_switch] = ACTIONS(1372), + [anon_sym_case] = ACTIONS(1372), + [anon_sym_default] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1372), + [anon_sym_do] = ACTIONS(1372), + [anon_sym_for] = ACTIONS(1372), + [anon_sym_return] = ACTIONS(1372), + [anon_sym_break] = ACTIONS(1372), + [anon_sym_continue] = ACTIONS(1372), + [anon_sym_goto] = ACTIONS(1372), + [anon_sym___try] = ACTIONS(1372), + [anon_sym___leave] = ACTIONS(1372), + [anon_sym_DASH_DASH] = ACTIONS(1374), + [anon_sym_PLUS_PLUS] = ACTIONS(1374), + [anon_sym_sizeof] = ACTIONS(1372), + [anon_sym___alignof__] = ACTIONS(1372), + [anon_sym___alignof] = ACTIONS(1372), + [anon_sym__alignof] = ACTIONS(1372), + [anon_sym_alignof] = ACTIONS(1372), + [anon_sym__Alignof] = ACTIONS(1372), + [anon_sym_offsetof] = ACTIONS(1372), + [anon_sym__Generic] = ACTIONS(1372), + [anon_sym_asm] = ACTIONS(1372), + [anon_sym___asm__] = ACTIONS(1372), + [anon_sym___asm] = ACTIONS(1372), + [sym_number_literal] = ACTIONS(1374), + [anon_sym_L_SQUOTE] = ACTIONS(1374), + [anon_sym_u_SQUOTE] = ACTIONS(1374), + [anon_sym_U_SQUOTE] = ACTIONS(1374), + [anon_sym_u8_SQUOTE] = ACTIONS(1374), + [anon_sym_SQUOTE] = ACTIONS(1374), + [anon_sym_L_DQUOTE] = ACTIONS(1374), + [anon_sym_u_DQUOTE] = ACTIONS(1374), + [anon_sym_U_DQUOTE] = ACTIONS(1374), + [anon_sym_u8_DQUOTE] = ACTIONS(1374), + [anon_sym_DQUOTE] = ACTIONS(1374), + [sym_true] = ACTIONS(1372), + [sym_false] = ACTIONS(1372), + [anon_sym_NULL] = ACTIONS(1372), + [anon_sym_nullptr] = ACTIONS(1372), + [sym_comment] = ACTIONS(3), + }, + [STATE(287)] = { + [sym_expression] = STATE(699), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(685), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(685), + [sym_call_expression] = STATE(685), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(685), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(685), + [sym_initializer_list] = STATE(676), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1386), + [anon_sym_COMMA] = ACTIONS(1388), + [anon_sym_RPAREN] = ACTIONS(1388), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1390), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1394), + [anon_sym_SLASH] = ACTIONS(1394), + [anon_sym_PERCENT] = ACTIONS(1394), + [anon_sym_PIPE_PIPE] = ACTIONS(1388), + [anon_sym_AMP_AMP] = ACTIONS(1388), + [anon_sym_PIPE] = ACTIONS(1394), + [anon_sym_CARET] = ACTIONS(1394), + [anon_sym_AMP] = ACTIONS(1394), + [anon_sym_EQ_EQ] = ACTIONS(1388), + [anon_sym_BANG_EQ] = ACTIONS(1388), + [anon_sym_GT] = ACTIONS(1394), + [anon_sym_GT_EQ] = ACTIONS(1388), + [anon_sym_LT_EQ] = ACTIONS(1388), + [anon_sym_LT] = ACTIONS(1394), + [anon_sym_LT_LT] = ACTIONS(1394), + [anon_sym_GT_GT] = ACTIONS(1394), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym___extension__] = ACTIONS(1396), + [anon_sym___attribute__] = ACTIONS(1394), + [anon_sym___attribute] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1398), + [anon_sym_RBRACE] = ACTIONS(1388), + [anon_sym_LBRACK] = ACTIONS(1388), + [anon_sym_EQ] = ACTIONS(1394), + [anon_sym_COLON] = ACTIONS(1388), + [anon_sym_QMARK] = ACTIONS(1388), + [anon_sym_STAR_EQ] = ACTIONS(1388), + [anon_sym_SLASH_EQ] = ACTIONS(1388), + [anon_sym_PERCENT_EQ] = ACTIONS(1388), + [anon_sym_PLUS_EQ] = ACTIONS(1388), + [anon_sym_DASH_EQ] = ACTIONS(1388), + [anon_sym_LT_LT_EQ] = ACTIONS(1388), + [anon_sym_GT_GT_EQ] = ACTIONS(1388), + [anon_sym_AMP_EQ] = ACTIONS(1388), + [anon_sym_CARET_EQ] = ACTIONS(1388), + [anon_sym_PIPE_EQ] = ACTIONS(1388), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1400), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [anon_sym_DOT] = ACTIONS(1394), + [anon_sym_DASH_GT] = ACTIONS(1388), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [306] = { - [sym_identifier] = ACTIONS(1280), - [aux_sym_preproc_include_token1] = ACTIONS(1280), - [aux_sym_preproc_def_token1] = ACTIONS(1280), - [aux_sym_preproc_if_token1] = ACTIONS(1280), - [aux_sym_preproc_if_token2] = ACTIONS(1280), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1280), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1280), - [sym_preproc_directive] = ACTIONS(1280), - [anon_sym_LPAREN2] = ACTIONS(1282), - [anon_sym_BANG] = ACTIONS(1282), - [anon_sym_TILDE] = ACTIONS(1282), - [anon_sym_DASH] = ACTIONS(1280), - [anon_sym_PLUS] = ACTIONS(1280), - [anon_sym_STAR] = ACTIONS(1282), - [anon_sym_AMP] = ACTIONS(1282), - [anon_sym_SEMI] = ACTIONS(1282), - [anon_sym___extension__] = ACTIONS(1280), - [anon_sym_typedef] = ACTIONS(1280), - [anon_sym_extern] = ACTIONS(1280), - [anon_sym___attribute__] = ACTIONS(1280), - [anon_sym___attribute] = ACTIONS(1280), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1282), - [anon_sym___declspec] = ACTIONS(1280), - [anon_sym___cdecl] = ACTIONS(1280), - [anon_sym___clrcall] = ACTIONS(1280), - [anon_sym___stdcall] = ACTIONS(1280), - [anon_sym___fastcall] = ACTIONS(1280), - [anon_sym___thiscall] = ACTIONS(1280), - [anon_sym___vectorcall] = ACTIONS(1280), - [anon_sym_LBRACE] = ACTIONS(1282), - [anon_sym_signed] = ACTIONS(1280), - [anon_sym_unsigned] = ACTIONS(1280), - [anon_sym_long] = ACTIONS(1280), - [anon_sym_short] = ACTIONS(1280), - [anon_sym_static] = ACTIONS(1280), - [anon_sym_auto] = ACTIONS(1280), - [anon_sym_register] = ACTIONS(1280), - [anon_sym_inline] = ACTIONS(1280), - [anon_sym___inline] = ACTIONS(1280), - [anon_sym___inline__] = ACTIONS(1280), - [anon_sym___forceinline] = ACTIONS(1280), - [anon_sym_thread_local] = ACTIONS(1280), - [anon_sym___thread] = ACTIONS(1280), - [anon_sym_const] = ACTIONS(1280), - [anon_sym_constexpr] = ACTIONS(1280), - [anon_sym_volatile] = ACTIONS(1280), - [anon_sym_restrict] = ACTIONS(1280), - [anon_sym___restrict__] = ACTIONS(1280), - [anon_sym__Atomic] = ACTIONS(1280), - [anon_sym__Noreturn] = ACTIONS(1280), - [anon_sym_noreturn] = ACTIONS(1280), - [anon_sym__Nonnull] = ACTIONS(1280), - [anon_sym_alignas] = ACTIONS(1280), - [anon_sym__Alignas] = ACTIONS(1280), - [sym_primitive_type] = ACTIONS(1280), - [anon_sym_enum] = ACTIONS(1280), - [anon_sym_struct] = ACTIONS(1280), - [anon_sym_union] = ACTIONS(1280), - [anon_sym_if] = ACTIONS(1280), - [anon_sym_switch] = ACTIONS(1280), - [anon_sym_case] = ACTIONS(1280), - [anon_sym_default] = ACTIONS(1280), - [anon_sym_while] = ACTIONS(1280), - [anon_sym_do] = ACTIONS(1280), - [anon_sym_for] = ACTIONS(1280), - [anon_sym_return] = ACTIONS(1280), - [anon_sym_break] = ACTIONS(1280), - [anon_sym_continue] = ACTIONS(1280), - [anon_sym_goto] = ACTIONS(1280), - [anon_sym___try] = ACTIONS(1280), - [anon_sym___leave] = ACTIONS(1280), - [anon_sym_DASH_DASH] = ACTIONS(1282), - [anon_sym_PLUS_PLUS] = ACTIONS(1282), - [anon_sym_sizeof] = ACTIONS(1280), - [anon_sym___alignof__] = ACTIONS(1280), - [anon_sym___alignof] = ACTIONS(1280), - [anon_sym__alignof] = ACTIONS(1280), - [anon_sym_alignof] = ACTIONS(1280), - [anon_sym__Alignof] = ACTIONS(1280), - [anon_sym_offsetof] = ACTIONS(1280), - [anon_sym__Generic] = ACTIONS(1280), - [anon_sym_asm] = ACTIONS(1280), - [anon_sym___asm__] = ACTIONS(1280), - [anon_sym___asm] = ACTIONS(1280), - [sym_number_literal] = ACTIONS(1282), - [anon_sym_L_SQUOTE] = ACTIONS(1282), - [anon_sym_u_SQUOTE] = ACTIONS(1282), - [anon_sym_U_SQUOTE] = ACTIONS(1282), - [anon_sym_u8_SQUOTE] = ACTIONS(1282), - [anon_sym_SQUOTE] = ACTIONS(1282), - [anon_sym_L_DQUOTE] = ACTIONS(1282), - [anon_sym_u_DQUOTE] = ACTIONS(1282), - [anon_sym_U_DQUOTE] = ACTIONS(1282), - [anon_sym_u8_DQUOTE] = ACTIONS(1282), - [anon_sym_DQUOTE] = ACTIONS(1282), - [sym_true] = ACTIONS(1280), - [sym_false] = ACTIONS(1280), - [anon_sym_NULL] = ACTIONS(1280), - [anon_sym_nullptr] = ACTIONS(1280), + [STATE(288)] = { + [sym_identifier] = ACTIONS(1276), + [aux_sym_preproc_include_token1] = ACTIONS(1276), + [aux_sym_preproc_def_token1] = ACTIONS(1276), + [aux_sym_preproc_if_token1] = ACTIONS(1276), + [aux_sym_preproc_if_token2] = ACTIONS(1276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1276), + [sym_preproc_directive] = ACTIONS(1276), + [anon_sym_LPAREN2] = ACTIONS(1278), + [anon_sym_BANG] = ACTIONS(1278), + [anon_sym_TILDE] = ACTIONS(1278), + [anon_sym_DASH] = ACTIONS(1276), + [anon_sym_PLUS] = ACTIONS(1276), + [anon_sym_STAR] = ACTIONS(1278), + [anon_sym_AMP] = ACTIONS(1278), + [anon_sym_SEMI] = ACTIONS(1278), + [anon_sym___extension__] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1276), + [anon_sym_extern] = ACTIONS(1276), + [anon_sym___attribute__] = ACTIONS(1276), + [anon_sym___attribute] = ACTIONS(1276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1278), + [anon_sym___declspec] = ACTIONS(1276), + [anon_sym___cdecl] = ACTIONS(1276), + [anon_sym___clrcall] = ACTIONS(1276), + [anon_sym___stdcall] = ACTIONS(1276), + [anon_sym___fastcall] = ACTIONS(1276), + [anon_sym___thiscall] = ACTIONS(1276), + [anon_sym___vectorcall] = ACTIONS(1276), + [anon_sym_LBRACE] = ACTIONS(1278), + [anon_sym_signed] = ACTIONS(1276), + [anon_sym_unsigned] = ACTIONS(1276), + [anon_sym_long] = ACTIONS(1276), + [anon_sym_short] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1276), + [anon_sym_auto] = ACTIONS(1276), + [anon_sym_register] = ACTIONS(1276), + [anon_sym_inline] = ACTIONS(1276), + [anon_sym___inline] = ACTIONS(1276), + [anon_sym___inline__] = ACTIONS(1276), + [anon_sym___forceinline] = ACTIONS(1276), + [anon_sym_thread_local] = ACTIONS(1276), + [anon_sym___thread] = ACTIONS(1276), + [anon_sym_const] = ACTIONS(1276), + [anon_sym_constexpr] = ACTIONS(1276), + [anon_sym_volatile] = ACTIONS(1276), + [anon_sym_restrict] = ACTIONS(1276), + [anon_sym___restrict__] = ACTIONS(1276), + [anon_sym__Atomic] = ACTIONS(1276), + [anon_sym__Noreturn] = ACTIONS(1276), + [anon_sym_noreturn] = ACTIONS(1276), + [anon_sym__Nonnull] = ACTIONS(1276), + [anon_sym_alignas] = ACTIONS(1276), + [anon_sym__Alignas] = ACTIONS(1276), + [sym_primitive_type] = ACTIONS(1276), + [anon_sym_enum] = ACTIONS(1276), + [anon_sym_struct] = ACTIONS(1276), + [anon_sym_union] = ACTIONS(1276), + [anon_sym_if] = ACTIONS(1276), + [anon_sym_switch] = ACTIONS(1276), + [anon_sym_case] = ACTIONS(1276), + [anon_sym_default] = ACTIONS(1276), + [anon_sym_while] = ACTIONS(1276), + [anon_sym_do] = ACTIONS(1276), + [anon_sym_for] = ACTIONS(1276), + [anon_sym_return] = ACTIONS(1276), + [anon_sym_break] = ACTIONS(1276), + [anon_sym_continue] = ACTIONS(1276), + [anon_sym_goto] = ACTIONS(1276), + [anon_sym___try] = ACTIONS(1276), + [anon_sym___leave] = ACTIONS(1276), + [anon_sym_DASH_DASH] = ACTIONS(1278), + [anon_sym_PLUS_PLUS] = ACTIONS(1278), + [anon_sym_sizeof] = ACTIONS(1276), + [anon_sym___alignof__] = ACTIONS(1276), + [anon_sym___alignof] = ACTIONS(1276), + [anon_sym__alignof] = ACTIONS(1276), + [anon_sym_alignof] = ACTIONS(1276), + [anon_sym__Alignof] = ACTIONS(1276), + [anon_sym_offsetof] = ACTIONS(1276), + [anon_sym__Generic] = ACTIONS(1276), + [anon_sym_asm] = ACTIONS(1276), + [anon_sym___asm__] = ACTIONS(1276), + [anon_sym___asm] = ACTIONS(1276), + [sym_number_literal] = ACTIONS(1278), + [anon_sym_L_SQUOTE] = ACTIONS(1278), + [anon_sym_u_SQUOTE] = ACTIONS(1278), + [anon_sym_U_SQUOTE] = ACTIONS(1278), + [anon_sym_u8_SQUOTE] = ACTIONS(1278), + [anon_sym_SQUOTE] = ACTIONS(1278), + [anon_sym_L_DQUOTE] = ACTIONS(1278), + [anon_sym_u_DQUOTE] = ACTIONS(1278), + [anon_sym_U_DQUOTE] = ACTIONS(1278), + [anon_sym_u8_DQUOTE] = ACTIONS(1278), + [anon_sym_DQUOTE] = ACTIONS(1278), + [sym_true] = ACTIONS(1276), + [sym_false] = ACTIONS(1276), + [anon_sym_NULL] = ACTIONS(1276), + [anon_sym_nullptr] = ACTIONS(1276), [sym_comment] = ACTIONS(3), }, - [307] = { - [sym_identifier] = ACTIONS(1284), - [aux_sym_preproc_include_token1] = ACTIONS(1284), - [aux_sym_preproc_def_token1] = ACTIONS(1284), - [aux_sym_preproc_if_token1] = ACTIONS(1284), - [aux_sym_preproc_if_token2] = ACTIONS(1284), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1284), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1284), - [sym_preproc_directive] = ACTIONS(1284), - [anon_sym_LPAREN2] = ACTIONS(1286), - [anon_sym_BANG] = ACTIONS(1286), - [anon_sym_TILDE] = ACTIONS(1286), - [anon_sym_DASH] = ACTIONS(1284), - [anon_sym_PLUS] = ACTIONS(1284), - [anon_sym_STAR] = ACTIONS(1286), - [anon_sym_AMP] = ACTIONS(1286), - [anon_sym_SEMI] = ACTIONS(1286), - [anon_sym___extension__] = ACTIONS(1284), - [anon_sym_typedef] = ACTIONS(1284), - [anon_sym_extern] = ACTIONS(1284), - [anon_sym___attribute__] = ACTIONS(1284), - [anon_sym___attribute] = ACTIONS(1284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1286), - [anon_sym___declspec] = ACTIONS(1284), - [anon_sym___cdecl] = ACTIONS(1284), - [anon_sym___clrcall] = ACTIONS(1284), - [anon_sym___stdcall] = ACTIONS(1284), - [anon_sym___fastcall] = ACTIONS(1284), - [anon_sym___thiscall] = ACTIONS(1284), - [anon_sym___vectorcall] = ACTIONS(1284), - [anon_sym_LBRACE] = ACTIONS(1286), - [anon_sym_signed] = ACTIONS(1284), - [anon_sym_unsigned] = ACTIONS(1284), - [anon_sym_long] = ACTIONS(1284), - [anon_sym_short] = ACTIONS(1284), - [anon_sym_static] = ACTIONS(1284), - [anon_sym_auto] = ACTIONS(1284), - [anon_sym_register] = ACTIONS(1284), - [anon_sym_inline] = ACTIONS(1284), - [anon_sym___inline] = ACTIONS(1284), - [anon_sym___inline__] = ACTIONS(1284), - [anon_sym___forceinline] = ACTIONS(1284), - [anon_sym_thread_local] = ACTIONS(1284), - [anon_sym___thread] = ACTIONS(1284), - [anon_sym_const] = ACTIONS(1284), - [anon_sym_constexpr] = ACTIONS(1284), - [anon_sym_volatile] = ACTIONS(1284), - [anon_sym_restrict] = ACTIONS(1284), - [anon_sym___restrict__] = ACTIONS(1284), - [anon_sym__Atomic] = ACTIONS(1284), - [anon_sym__Noreturn] = ACTIONS(1284), - [anon_sym_noreturn] = ACTIONS(1284), - [anon_sym__Nonnull] = ACTIONS(1284), - [anon_sym_alignas] = ACTIONS(1284), - [anon_sym__Alignas] = ACTIONS(1284), - [sym_primitive_type] = ACTIONS(1284), - [anon_sym_enum] = ACTIONS(1284), - [anon_sym_struct] = ACTIONS(1284), - [anon_sym_union] = ACTIONS(1284), - [anon_sym_if] = ACTIONS(1284), - [anon_sym_switch] = ACTIONS(1284), - [anon_sym_case] = ACTIONS(1284), - [anon_sym_default] = ACTIONS(1284), - [anon_sym_while] = ACTIONS(1284), - [anon_sym_do] = ACTIONS(1284), - [anon_sym_for] = ACTIONS(1284), - [anon_sym_return] = ACTIONS(1284), - [anon_sym_break] = ACTIONS(1284), - [anon_sym_continue] = ACTIONS(1284), - [anon_sym_goto] = ACTIONS(1284), - [anon_sym___try] = ACTIONS(1284), - [anon_sym___leave] = ACTIONS(1284), - [anon_sym_DASH_DASH] = ACTIONS(1286), - [anon_sym_PLUS_PLUS] = ACTIONS(1286), - [anon_sym_sizeof] = ACTIONS(1284), - [anon_sym___alignof__] = ACTIONS(1284), - [anon_sym___alignof] = ACTIONS(1284), - [anon_sym__alignof] = ACTIONS(1284), - [anon_sym_alignof] = ACTIONS(1284), - [anon_sym__Alignof] = ACTIONS(1284), - [anon_sym_offsetof] = ACTIONS(1284), - [anon_sym__Generic] = ACTIONS(1284), - [anon_sym_asm] = ACTIONS(1284), - [anon_sym___asm__] = ACTIONS(1284), - [anon_sym___asm] = ACTIONS(1284), - [sym_number_literal] = ACTIONS(1286), - [anon_sym_L_SQUOTE] = ACTIONS(1286), - [anon_sym_u_SQUOTE] = ACTIONS(1286), - [anon_sym_U_SQUOTE] = ACTIONS(1286), - [anon_sym_u8_SQUOTE] = ACTIONS(1286), - [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_L_DQUOTE] = ACTIONS(1286), - [anon_sym_u_DQUOTE] = ACTIONS(1286), - [anon_sym_U_DQUOTE] = ACTIONS(1286), - [anon_sym_u8_DQUOTE] = ACTIONS(1286), - [anon_sym_DQUOTE] = ACTIONS(1286), - [sym_true] = ACTIONS(1284), - [sym_false] = ACTIONS(1284), - [anon_sym_NULL] = ACTIONS(1284), - [anon_sym_nullptr] = ACTIONS(1284), + [STATE(289)] = { + [sym_identifier] = ACTIONS(1292), + [aux_sym_preproc_include_token1] = ACTIONS(1292), + [aux_sym_preproc_def_token1] = ACTIONS(1292), + [aux_sym_preproc_if_token1] = ACTIONS(1292), + [aux_sym_preproc_if_token2] = ACTIONS(1292), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), + [sym_preproc_directive] = ACTIONS(1292), + [anon_sym_LPAREN2] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_PLUS] = ACTIONS(1292), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym___extension__] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1292), + [anon_sym_extern] = ACTIONS(1292), + [anon_sym___attribute__] = ACTIONS(1292), + [anon_sym___attribute] = ACTIONS(1292), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1294), + [anon_sym___declspec] = ACTIONS(1292), + [anon_sym___cdecl] = ACTIONS(1292), + [anon_sym___clrcall] = ACTIONS(1292), + [anon_sym___stdcall] = ACTIONS(1292), + [anon_sym___fastcall] = ACTIONS(1292), + [anon_sym___thiscall] = ACTIONS(1292), + [anon_sym___vectorcall] = ACTIONS(1292), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1292), + [anon_sym_unsigned] = ACTIONS(1292), + [anon_sym_long] = ACTIONS(1292), + [anon_sym_short] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1292), + [anon_sym_auto] = ACTIONS(1292), + [anon_sym_register] = ACTIONS(1292), + [anon_sym_inline] = ACTIONS(1292), + [anon_sym___inline] = ACTIONS(1292), + [anon_sym___inline__] = ACTIONS(1292), + [anon_sym___forceinline] = ACTIONS(1292), + [anon_sym_thread_local] = ACTIONS(1292), + [anon_sym___thread] = ACTIONS(1292), + [anon_sym_const] = ACTIONS(1292), + [anon_sym_constexpr] = ACTIONS(1292), + [anon_sym_volatile] = ACTIONS(1292), + [anon_sym_restrict] = ACTIONS(1292), + [anon_sym___restrict__] = ACTIONS(1292), + [anon_sym__Atomic] = ACTIONS(1292), + [anon_sym__Noreturn] = ACTIONS(1292), + [anon_sym_noreturn] = ACTIONS(1292), + [anon_sym__Nonnull] = ACTIONS(1292), + [anon_sym_alignas] = ACTIONS(1292), + [anon_sym__Alignas] = ACTIONS(1292), + [sym_primitive_type] = ACTIONS(1292), + [anon_sym_enum] = ACTIONS(1292), + [anon_sym_struct] = ACTIONS(1292), + [anon_sym_union] = ACTIONS(1292), + [anon_sym_if] = ACTIONS(1292), + [anon_sym_switch] = ACTIONS(1292), + [anon_sym_case] = ACTIONS(1292), + [anon_sym_default] = ACTIONS(1292), + [anon_sym_while] = ACTIONS(1292), + [anon_sym_do] = ACTIONS(1292), + [anon_sym_for] = ACTIONS(1292), + [anon_sym_return] = ACTIONS(1292), + [anon_sym_break] = ACTIONS(1292), + [anon_sym_continue] = ACTIONS(1292), + [anon_sym_goto] = ACTIONS(1292), + [anon_sym___try] = ACTIONS(1292), + [anon_sym___leave] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(1294), + [anon_sym_PLUS_PLUS] = ACTIONS(1294), + [anon_sym_sizeof] = ACTIONS(1292), + [anon_sym___alignof__] = ACTIONS(1292), + [anon_sym___alignof] = ACTIONS(1292), + [anon_sym__alignof] = ACTIONS(1292), + [anon_sym_alignof] = ACTIONS(1292), + [anon_sym__Alignof] = ACTIONS(1292), + [anon_sym_offsetof] = ACTIONS(1292), + [anon_sym__Generic] = ACTIONS(1292), + [anon_sym_asm] = ACTIONS(1292), + [anon_sym___asm__] = ACTIONS(1292), + [anon_sym___asm] = ACTIONS(1292), + [sym_number_literal] = ACTIONS(1294), + [anon_sym_L_SQUOTE] = ACTIONS(1294), + [anon_sym_u_SQUOTE] = ACTIONS(1294), + [anon_sym_U_SQUOTE] = ACTIONS(1294), + [anon_sym_u8_SQUOTE] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_L_DQUOTE] = ACTIONS(1294), + [anon_sym_u_DQUOTE] = ACTIONS(1294), + [anon_sym_U_DQUOTE] = ACTIONS(1294), + [anon_sym_u8_DQUOTE] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [sym_true] = ACTIONS(1292), + [sym_false] = ACTIONS(1292), + [anon_sym_NULL] = ACTIONS(1292), + [anon_sym_nullptr] = ACTIONS(1292), + [sym_comment] = ACTIONS(3), + }, + [STATE(290)] = { + [sym_identifier] = ACTIONS(1300), + [aux_sym_preproc_include_token1] = ACTIONS(1300), + [aux_sym_preproc_def_token1] = ACTIONS(1300), + [aux_sym_preproc_if_token1] = ACTIONS(1300), + [aux_sym_preproc_if_token2] = ACTIONS(1300), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1300), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1300), + [sym_preproc_directive] = ACTIONS(1300), + [anon_sym_LPAREN2] = ACTIONS(1302), + [anon_sym_BANG] = ACTIONS(1302), + [anon_sym_TILDE] = ACTIONS(1302), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1302), + [anon_sym_AMP] = ACTIONS(1302), + [anon_sym_SEMI] = ACTIONS(1302), + [anon_sym___extension__] = ACTIONS(1300), + [anon_sym_typedef] = ACTIONS(1300), + [anon_sym_extern] = ACTIONS(1300), + [anon_sym___attribute__] = ACTIONS(1300), + [anon_sym___attribute] = ACTIONS(1300), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1302), + [anon_sym___declspec] = ACTIONS(1300), + [anon_sym___cdecl] = ACTIONS(1300), + [anon_sym___clrcall] = ACTIONS(1300), + [anon_sym___stdcall] = ACTIONS(1300), + [anon_sym___fastcall] = ACTIONS(1300), + [anon_sym___thiscall] = ACTIONS(1300), + [anon_sym___vectorcall] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1302), + [anon_sym_signed] = ACTIONS(1300), + [anon_sym_unsigned] = ACTIONS(1300), + [anon_sym_long] = ACTIONS(1300), + [anon_sym_short] = ACTIONS(1300), + [anon_sym_static] = ACTIONS(1300), + [anon_sym_auto] = ACTIONS(1300), + [anon_sym_register] = ACTIONS(1300), + [anon_sym_inline] = ACTIONS(1300), + [anon_sym___inline] = ACTIONS(1300), + [anon_sym___inline__] = ACTIONS(1300), + [anon_sym___forceinline] = ACTIONS(1300), + [anon_sym_thread_local] = ACTIONS(1300), + [anon_sym___thread] = ACTIONS(1300), + [anon_sym_const] = ACTIONS(1300), + [anon_sym_constexpr] = ACTIONS(1300), + [anon_sym_volatile] = ACTIONS(1300), + [anon_sym_restrict] = ACTIONS(1300), + [anon_sym___restrict__] = ACTIONS(1300), + [anon_sym__Atomic] = ACTIONS(1300), + [anon_sym__Noreturn] = ACTIONS(1300), + [anon_sym_noreturn] = ACTIONS(1300), + [anon_sym__Nonnull] = ACTIONS(1300), + [anon_sym_alignas] = ACTIONS(1300), + [anon_sym__Alignas] = ACTIONS(1300), + [sym_primitive_type] = ACTIONS(1300), + [anon_sym_enum] = ACTIONS(1300), + [anon_sym_struct] = ACTIONS(1300), + [anon_sym_union] = ACTIONS(1300), + [anon_sym_if] = ACTIONS(1300), + [anon_sym_switch] = ACTIONS(1300), + [anon_sym_case] = ACTIONS(1300), + [anon_sym_default] = ACTIONS(1300), + [anon_sym_while] = ACTIONS(1300), + [anon_sym_do] = ACTIONS(1300), + [anon_sym_for] = ACTIONS(1300), + [anon_sym_return] = ACTIONS(1300), + [anon_sym_break] = ACTIONS(1300), + [anon_sym_continue] = ACTIONS(1300), + [anon_sym_goto] = ACTIONS(1300), + [anon_sym___try] = ACTIONS(1300), + [anon_sym___leave] = ACTIONS(1300), + [anon_sym_DASH_DASH] = ACTIONS(1302), + [anon_sym_PLUS_PLUS] = ACTIONS(1302), + [anon_sym_sizeof] = ACTIONS(1300), + [anon_sym___alignof__] = ACTIONS(1300), + [anon_sym___alignof] = ACTIONS(1300), + [anon_sym__alignof] = ACTIONS(1300), + [anon_sym_alignof] = ACTIONS(1300), + [anon_sym__Alignof] = ACTIONS(1300), + [anon_sym_offsetof] = ACTIONS(1300), + [anon_sym__Generic] = ACTIONS(1300), + [anon_sym_asm] = ACTIONS(1300), + [anon_sym___asm__] = ACTIONS(1300), + [anon_sym___asm] = ACTIONS(1300), + [sym_number_literal] = ACTIONS(1302), + [anon_sym_L_SQUOTE] = ACTIONS(1302), + [anon_sym_u_SQUOTE] = ACTIONS(1302), + [anon_sym_U_SQUOTE] = ACTIONS(1302), + [anon_sym_u8_SQUOTE] = ACTIONS(1302), + [anon_sym_SQUOTE] = ACTIONS(1302), + [anon_sym_L_DQUOTE] = ACTIONS(1302), + [anon_sym_u_DQUOTE] = ACTIONS(1302), + [anon_sym_U_DQUOTE] = ACTIONS(1302), + [anon_sym_u8_DQUOTE] = ACTIONS(1302), + [anon_sym_DQUOTE] = ACTIONS(1302), + [sym_true] = ACTIONS(1300), + [sym_false] = ACTIONS(1300), + [anon_sym_NULL] = ACTIONS(1300), + [anon_sym_nullptr] = ACTIONS(1300), [sym_comment] = ACTIONS(3), }, - [308] = { - [sym_identifier] = ACTIONS(1288), - [aux_sym_preproc_include_token1] = ACTIONS(1288), - [aux_sym_preproc_def_token1] = ACTIONS(1288), - [aux_sym_preproc_if_token1] = ACTIONS(1288), - [aux_sym_preproc_if_token2] = ACTIONS(1288), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1288), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1288), - [sym_preproc_directive] = ACTIONS(1288), - [anon_sym_LPAREN2] = ACTIONS(1290), - [anon_sym_BANG] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1290), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_PLUS] = ACTIONS(1288), - [anon_sym_STAR] = ACTIONS(1290), - [anon_sym_AMP] = ACTIONS(1290), - [anon_sym_SEMI] = ACTIONS(1290), - [anon_sym___extension__] = ACTIONS(1288), - [anon_sym_typedef] = ACTIONS(1288), - [anon_sym_extern] = ACTIONS(1288), - [anon_sym___attribute__] = ACTIONS(1288), - [anon_sym___attribute] = ACTIONS(1288), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), - [anon_sym___declspec] = ACTIONS(1288), - [anon_sym___cdecl] = ACTIONS(1288), - [anon_sym___clrcall] = ACTIONS(1288), - [anon_sym___stdcall] = ACTIONS(1288), - [anon_sym___fastcall] = ACTIONS(1288), - [anon_sym___thiscall] = ACTIONS(1288), - [anon_sym___vectorcall] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_signed] = ACTIONS(1288), - [anon_sym_unsigned] = ACTIONS(1288), - [anon_sym_long] = ACTIONS(1288), - [anon_sym_short] = ACTIONS(1288), - [anon_sym_static] = ACTIONS(1288), - [anon_sym_auto] = ACTIONS(1288), - [anon_sym_register] = ACTIONS(1288), - [anon_sym_inline] = ACTIONS(1288), - [anon_sym___inline] = ACTIONS(1288), - [anon_sym___inline__] = ACTIONS(1288), - [anon_sym___forceinline] = ACTIONS(1288), - [anon_sym_thread_local] = ACTIONS(1288), - [anon_sym___thread] = ACTIONS(1288), - [anon_sym_const] = ACTIONS(1288), - [anon_sym_constexpr] = ACTIONS(1288), - [anon_sym_volatile] = ACTIONS(1288), - [anon_sym_restrict] = ACTIONS(1288), - [anon_sym___restrict__] = ACTIONS(1288), - [anon_sym__Atomic] = ACTIONS(1288), - [anon_sym__Noreturn] = ACTIONS(1288), - [anon_sym_noreturn] = ACTIONS(1288), - [anon_sym__Nonnull] = ACTIONS(1288), - [anon_sym_alignas] = ACTIONS(1288), - [anon_sym__Alignas] = ACTIONS(1288), - [sym_primitive_type] = ACTIONS(1288), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_struct] = ACTIONS(1288), - [anon_sym_union] = ACTIONS(1288), - [anon_sym_if] = ACTIONS(1288), - [anon_sym_switch] = ACTIONS(1288), - [anon_sym_case] = ACTIONS(1288), - [anon_sym_default] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1288), - [anon_sym_do] = ACTIONS(1288), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1288), - [anon_sym_break] = ACTIONS(1288), - [anon_sym_continue] = ACTIONS(1288), - [anon_sym_goto] = ACTIONS(1288), - [anon_sym___try] = ACTIONS(1288), - [anon_sym___leave] = ACTIONS(1288), - [anon_sym_DASH_DASH] = ACTIONS(1290), - [anon_sym_PLUS_PLUS] = ACTIONS(1290), - [anon_sym_sizeof] = ACTIONS(1288), - [anon_sym___alignof__] = ACTIONS(1288), - [anon_sym___alignof] = ACTIONS(1288), - [anon_sym__alignof] = ACTIONS(1288), - [anon_sym_alignof] = ACTIONS(1288), - [anon_sym__Alignof] = ACTIONS(1288), - [anon_sym_offsetof] = ACTIONS(1288), - [anon_sym__Generic] = ACTIONS(1288), - [anon_sym_asm] = ACTIONS(1288), - [anon_sym___asm__] = ACTIONS(1288), - [anon_sym___asm] = ACTIONS(1288), - [sym_number_literal] = ACTIONS(1290), - [anon_sym_L_SQUOTE] = ACTIONS(1290), - [anon_sym_u_SQUOTE] = ACTIONS(1290), - [anon_sym_U_SQUOTE] = ACTIONS(1290), - [anon_sym_u8_SQUOTE] = ACTIONS(1290), - [anon_sym_SQUOTE] = ACTIONS(1290), - [anon_sym_L_DQUOTE] = ACTIONS(1290), - [anon_sym_u_DQUOTE] = ACTIONS(1290), - [anon_sym_U_DQUOTE] = ACTIONS(1290), - [anon_sym_u8_DQUOTE] = ACTIONS(1290), - [anon_sym_DQUOTE] = ACTIONS(1290), - [sym_true] = ACTIONS(1288), - [sym_false] = ACTIONS(1288), - [anon_sym_NULL] = ACTIONS(1288), - [anon_sym_nullptr] = ACTIONS(1288), + [STATE(291)] = { + [sym_identifier] = ACTIONS(1332), + [aux_sym_preproc_include_token1] = ACTIONS(1332), + [aux_sym_preproc_def_token1] = ACTIONS(1332), + [aux_sym_preproc_if_token1] = ACTIONS(1332), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1332), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1332), + [sym_preproc_directive] = ACTIONS(1332), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1332), + [anon_sym_typedef] = ACTIONS(1332), + [anon_sym_extern] = ACTIONS(1332), + [anon_sym___attribute__] = ACTIONS(1332), + [anon_sym___attribute] = ACTIONS(1332), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1332), + [anon_sym___cdecl] = ACTIONS(1332), + [anon_sym___clrcall] = ACTIONS(1332), + [anon_sym___stdcall] = ACTIONS(1332), + [anon_sym___fastcall] = ACTIONS(1332), + [anon_sym___thiscall] = ACTIONS(1332), + [anon_sym___vectorcall] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_RBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1332), + [anon_sym_unsigned] = ACTIONS(1332), + [anon_sym_long] = ACTIONS(1332), + [anon_sym_short] = ACTIONS(1332), + [anon_sym_static] = ACTIONS(1332), + [anon_sym_auto] = ACTIONS(1332), + [anon_sym_register] = ACTIONS(1332), + [anon_sym_inline] = ACTIONS(1332), + [anon_sym___inline] = ACTIONS(1332), + [anon_sym___inline__] = ACTIONS(1332), + [anon_sym___forceinline] = ACTIONS(1332), + [anon_sym_thread_local] = ACTIONS(1332), + [anon_sym___thread] = ACTIONS(1332), + [anon_sym_const] = ACTIONS(1332), + [anon_sym_constexpr] = ACTIONS(1332), + [anon_sym_volatile] = ACTIONS(1332), + [anon_sym_restrict] = ACTIONS(1332), + [anon_sym___restrict__] = ACTIONS(1332), + [anon_sym__Atomic] = ACTIONS(1332), + [anon_sym__Noreturn] = ACTIONS(1332), + [anon_sym_noreturn] = ACTIONS(1332), + [anon_sym__Nonnull] = ACTIONS(1332), + [anon_sym_alignas] = ACTIONS(1332), + [anon_sym__Alignas] = ACTIONS(1332), + [sym_primitive_type] = ACTIONS(1332), + [anon_sym_enum] = ACTIONS(1332), + [anon_sym_struct] = ACTIONS(1332), + [anon_sym_union] = ACTIONS(1332), + [anon_sym_if] = ACTIONS(1332), + [anon_sym_switch] = ACTIONS(1332), + [anon_sym_case] = ACTIONS(1332), + [anon_sym_default] = ACTIONS(1332), + [anon_sym_while] = ACTIONS(1332), + [anon_sym_do] = ACTIONS(1332), + [anon_sym_for] = ACTIONS(1332), + [anon_sym_return] = ACTIONS(1332), + [anon_sym_break] = ACTIONS(1332), + [anon_sym_continue] = ACTIONS(1332), + [anon_sym_goto] = ACTIONS(1332), + [anon_sym___try] = ACTIONS(1332), + [anon_sym___leave] = ACTIONS(1332), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1332), + [anon_sym___alignof__] = ACTIONS(1332), + [anon_sym___alignof] = ACTIONS(1332), + [anon_sym__alignof] = ACTIONS(1332), + [anon_sym_alignof] = ACTIONS(1332), + [anon_sym__Alignof] = ACTIONS(1332), + [anon_sym_offsetof] = ACTIONS(1332), + [anon_sym__Generic] = ACTIONS(1332), + [anon_sym_asm] = ACTIONS(1332), + [anon_sym___asm__] = ACTIONS(1332), + [anon_sym___asm] = ACTIONS(1332), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1332), + [sym_false] = ACTIONS(1332), + [anon_sym_NULL] = ACTIONS(1332), + [anon_sym_nullptr] = ACTIONS(1332), + [sym_comment] = ACTIONS(3), + }, + [STATE(292)] = { + [sym_identifier] = ACTIONS(1308), + [aux_sym_preproc_include_token1] = ACTIONS(1308), + [aux_sym_preproc_def_token1] = ACTIONS(1308), + [aux_sym_preproc_if_token1] = ACTIONS(1308), + [aux_sym_preproc_if_token2] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), + [sym_preproc_directive] = ACTIONS(1308), + [anon_sym_LPAREN2] = ACTIONS(1310), + [anon_sym_BANG] = ACTIONS(1310), + [anon_sym_TILDE] = ACTIONS(1310), + [anon_sym_DASH] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1310), + [anon_sym_AMP] = ACTIONS(1310), + [anon_sym_SEMI] = ACTIONS(1310), + [anon_sym___extension__] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1308), + [anon_sym_extern] = ACTIONS(1308), + [anon_sym___attribute__] = ACTIONS(1308), + [anon_sym___attribute] = ACTIONS(1308), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1310), + [anon_sym___declspec] = ACTIONS(1308), + [anon_sym___cdecl] = ACTIONS(1308), + [anon_sym___clrcall] = ACTIONS(1308), + [anon_sym___stdcall] = ACTIONS(1308), + [anon_sym___fastcall] = ACTIONS(1308), + [anon_sym___thiscall] = ACTIONS(1308), + [anon_sym___vectorcall] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1310), + [anon_sym_signed] = ACTIONS(1308), + [anon_sym_unsigned] = ACTIONS(1308), + [anon_sym_long] = ACTIONS(1308), + [anon_sym_short] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1308), + [anon_sym_auto] = ACTIONS(1308), + [anon_sym_register] = ACTIONS(1308), + [anon_sym_inline] = ACTIONS(1308), + [anon_sym___inline] = ACTIONS(1308), + [anon_sym___inline__] = ACTIONS(1308), + [anon_sym___forceinline] = ACTIONS(1308), + [anon_sym_thread_local] = ACTIONS(1308), + [anon_sym___thread] = ACTIONS(1308), + [anon_sym_const] = ACTIONS(1308), + [anon_sym_constexpr] = ACTIONS(1308), + [anon_sym_volatile] = ACTIONS(1308), + [anon_sym_restrict] = ACTIONS(1308), + [anon_sym___restrict__] = ACTIONS(1308), + [anon_sym__Atomic] = ACTIONS(1308), + [anon_sym__Noreturn] = ACTIONS(1308), + [anon_sym_noreturn] = ACTIONS(1308), + [anon_sym__Nonnull] = ACTIONS(1308), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [sym_primitive_type] = ACTIONS(1308), + [anon_sym_enum] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1308), + [anon_sym_union] = ACTIONS(1308), + [anon_sym_if] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1308), + [anon_sym_case] = ACTIONS(1308), + [anon_sym_default] = ACTIONS(1308), + [anon_sym_while] = ACTIONS(1308), + [anon_sym_do] = ACTIONS(1308), + [anon_sym_for] = ACTIONS(1308), + [anon_sym_return] = ACTIONS(1308), + [anon_sym_break] = ACTIONS(1308), + [anon_sym_continue] = ACTIONS(1308), + [anon_sym_goto] = ACTIONS(1308), + [anon_sym___try] = ACTIONS(1308), + [anon_sym___leave] = ACTIONS(1308), + [anon_sym_DASH_DASH] = ACTIONS(1310), + [anon_sym_PLUS_PLUS] = ACTIONS(1310), + [anon_sym_sizeof] = ACTIONS(1308), + [anon_sym___alignof__] = ACTIONS(1308), + [anon_sym___alignof] = ACTIONS(1308), + [anon_sym__alignof] = ACTIONS(1308), + [anon_sym_alignof] = ACTIONS(1308), + [anon_sym__Alignof] = ACTIONS(1308), + [anon_sym_offsetof] = ACTIONS(1308), + [anon_sym__Generic] = ACTIONS(1308), + [anon_sym_asm] = ACTIONS(1308), + [anon_sym___asm__] = ACTIONS(1308), + [anon_sym___asm] = ACTIONS(1308), + [sym_number_literal] = ACTIONS(1310), + [anon_sym_L_SQUOTE] = ACTIONS(1310), + [anon_sym_u_SQUOTE] = ACTIONS(1310), + [anon_sym_U_SQUOTE] = ACTIONS(1310), + [anon_sym_u8_SQUOTE] = ACTIONS(1310), + [anon_sym_SQUOTE] = ACTIONS(1310), + [anon_sym_L_DQUOTE] = ACTIONS(1310), + [anon_sym_u_DQUOTE] = ACTIONS(1310), + [anon_sym_U_DQUOTE] = ACTIONS(1310), + [anon_sym_u8_DQUOTE] = ACTIONS(1310), + [anon_sym_DQUOTE] = ACTIONS(1310), + [sym_true] = ACTIONS(1308), + [sym_false] = ACTIONS(1308), + [anon_sym_NULL] = ACTIONS(1308), + [anon_sym_nullptr] = ACTIONS(1308), [sym_comment] = ACTIONS(3), }, - [309] = { + [STATE(293)] = { [sym_identifier] = ACTIONS(1312), [aux_sym_preproc_include_token1] = ACTIONS(1312), [aux_sym_preproc_def_token1] = ACTIONS(1312), @@ -48832,211 +47590,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1312), [sym_comment] = ACTIONS(3), }, - [310] = { - [sym_identifier] = ACTIONS(1356), - [aux_sym_preproc_include_token1] = ACTIONS(1356), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token2] = ACTIONS(1356), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1356), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1356), - [sym_preproc_directive] = ACTIONS(1356), - [anon_sym_LPAREN2] = ACTIONS(1358), - [anon_sym_BANG] = ACTIONS(1358), - [anon_sym_TILDE] = ACTIONS(1358), - [anon_sym_DASH] = ACTIONS(1356), - [anon_sym_PLUS] = ACTIONS(1356), - [anon_sym_STAR] = ACTIONS(1358), - [anon_sym_AMP] = ACTIONS(1358), - [anon_sym_SEMI] = ACTIONS(1358), - [anon_sym___extension__] = ACTIONS(1356), - [anon_sym_typedef] = ACTIONS(1356), - [anon_sym_extern] = ACTIONS(1356), - [anon_sym___attribute__] = ACTIONS(1356), - [anon_sym___attribute] = ACTIONS(1356), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1358), - [anon_sym___declspec] = ACTIONS(1356), - [anon_sym___cdecl] = ACTIONS(1356), - [anon_sym___clrcall] = ACTIONS(1356), - [anon_sym___stdcall] = ACTIONS(1356), - [anon_sym___fastcall] = ACTIONS(1356), - [anon_sym___thiscall] = ACTIONS(1356), - [anon_sym___vectorcall] = ACTIONS(1356), - [anon_sym_LBRACE] = ACTIONS(1358), - [anon_sym_signed] = ACTIONS(1356), - [anon_sym_unsigned] = ACTIONS(1356), - [anon_sym_long] = ACTIONS(1356), - [anon_sym_short] = ACTIONS(1356), - [anon_sym_static] = ACTIONS(1356), - [anon_sym_auto] = ACTIONS(1356), - [anon_sym_register] = ACTIONS(1356), - [anon_sym_inline] = ACTIONS(1356), - [anon_sym___inline] = ACTIONS(1356), - [anon_sym___inline__] = ACTIONS(1356), - [anon_sym___forceinline] = ACTIONS(1356), - [anon_sym_thread_local] = ACTIONS(1356), - [anon_sym___thread] = ACTIONS(1356), - [anon_sym_const] = ACTIONS(1356), - [anon_sym_constexpr] = ACTIONS(1356), - [anon_sym_volatile] = ACTIONS(1356), - [anon_sym_restrict] = ACTIONS(1356), - [anon_sym___restrict__] = ACTIONS(1356), - [anon_sym__Atomic] = ACTIONS(1356), - [anon_sym__Noreturn] = ACTIONS(1356), - [anon_sym_noreturn] = ACTIONS(1356), - [anon_sym__Nonnull] = ACTIONS(1356), - [anon_sym_alignas] = ACTIONS(1356), - [anon_sym__Alignas] = ACTIONS(1356), - [sym_primitive_type] = ACTIONS(1356), - [anon_sym_enum] = ACTIONS(1356), - [anon_sym_struct] = ACTIONS(1356), - [anon_sym_union] = ACTIONS(1356), - [anon_sym_if] = ACTIONS(1356), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_case] = ACTIONS(1356), - [anon_sym_default] = ACTIONS(1356), - [anon_sym_while] = ACTIONS(1356), - [anon_sym_do] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1356), - [anon_sym_return] = ACTIONS(1356), - [anon_sym_break] = ACTIONS(1356), - [anon_sym_continue] = ACTIONS(1356), - [anon_sym_goto] = ACTIONS(1356), - [anon_sym___try] = ACTIONS(1356), - [anon_sym___leave] = ACTIONS(1356), - [anon_sym_DASH_DASH] = ACTIONS(1358), - [anon_sym_PLUS_PLUS] = ACTIONS(1358), - [anon_sym_sizeof] = ACTIONS(1356), - [anon_sym___alignof__] = ACTIONS(1356), - [anon_sym___alignof] = ACTIONS(1356), - [anon_sym__alignof] = ACTIONS(1356), - [anon_sym_alignof] = ACTIONS(1356), - [anon_sym__Alignof] = ACTIONS(1356), - [anon_sym_offsetof] = ACTIONS(1356), - [anon_sym__Generic] = ACTIONS(1356), - [anon_sym_asm] = ACTIONS(1356), - [anon_sym___asm__] = ACTIONS(1356), - [anon_sym___asm] = ACTIONS(1356), - [sym_number_literal] = ACTIONS(1358), - [anon_sym_L_SQUOTE] = ACTIONS(1358), - [anon_sym_u_SQUOTE] = ACTIONS(1358), - [anon_sym_U_SQUOTE] = ACTIONS(1358), - [anon_sym_u8_SQUOTE] = ACTIONS(1358), - [anon_sym_SQUOTE] = ACTIONS(1358), - [anon_sym_L_DQUOTE] = ACTIONS(1358), - [anon_sym_u_DQUOTE] = ACTIONS(1358), - [anon_sym_U_DQUOTE] = ACTIONS(1358), - [anon_sym_u8_DQUOTE] = ACTIONS(1358), - [anon_sym_DQUOTE] = ACTIONS(1358), - [sym_true] = ACTIONS(1356), - [sym_false] = ACTIONS(1356), - [anon_sym_NULL] = ACTIONS(1356), - [anon_sym_nullptr] = ACTIONS(1356), - [sym_comment] = ACTIONS(3), - }, - [311] = { - [sym_identifier] = ACTIONS(1368), - [aux_sym_preproc_include_token1] = ACTIONS(1368), - [aux_sym_preproc_def_token1] = ACTIONS(1368), - [aux_sym_preproc_if_token1] = ACTIONS(1368), - [aux_sym_preproc_if_token2] = ACTIONS(1368), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1368), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1368), - [sym_preproc_directive] = ACTIONS(1368), - [anon_sym_LPAREN2] = ACTIONS(1370), - [anon_sym_BANG] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1370), - [anon_sym_DASH] = ACTIONS(1368), - [anon_sym_PLUS] = ACTIONS(1368), - [anon_sym_STAR] = ACTIONS(1370), - [anon_sym_AMP] = ACTIONS(1370), - [anon_sym_SEMI] = ACTIONS(1370), - [anon_sym___extension__] = ACTIONS(1368), - [anon_sym_typedef] = ACTIONS(1368), - [anon_sym_extern] = ACTIONS(1368), - [anon_sym___attribute__] = ACTIONS(1368), - [anon_sym___attribute] = ACTIONS(1368), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1370), - [anon_sym___declspec] = ACTIONS(1368), - [anon_sym___cdecl] = ACTIONS(1368), - [anon_sym___clrcall] = ACTIONS(1368), - [anon_sym___stdcall] = ACTIONS(1368), - [anon_sym___fastcall] = ACTIONS(1368), - [anon_sym___thiscall] = ACTIONS(1368), - [anon_sym___vectorcall] = ACTIONS(1368), - [anon_sym_LBRACE] = ACTIONS(1370), - [anon_sym_signed] = ACTIONS(1368), - [anon_sym_unsigned] = ACTIONS(1368), - [anon_sym_long] = ACTIONS(1368), - [anon_sym_short] = ACTIONS(1368), - [anon_sym_static] = ACTIONS(1368), - [anon_sym_auto] = ACTIONS(1368), - [anon_sym_register] = ACTIONS(1368), - [anon_sym_inline] = ACTIONS(1368), - [anon_sym___inline] = ACTIONS(1368), - [anon_sym___inline__] = ACTIONS(1368), - [anon_sym___forceinline] = ACTIONS(1368), - [anon_sym_thread_local] = ACTIONS(1368), - [anon_sym___thread] = ACTIONS(1368), - [anon_sym_const] = ACTIONS(1368), - [anon_sym_constexpr] = ACTIONS(1368), - [anon_sym_volatile] = ACTIONS(1368), - [anon_sym_restrict] = ACTIONS(1368), - [anon_sym___restrict__] = ACTIONS(1368), - [anon_sym__Atomic] = ACTIONS(1368), - [anon_sym__Noreturn] = ACTIONS(1368), - [anon_sym_noreturn] = ACTIONS(1368), - [anon_sym__Nonnull] = ACTIONS(1368), - [anon_sym_alignas] = ACTIONS(1368), - [anon_sym__Alignas] = ACTIONS(1368), - [sym_primitive_type] = ACTIONS(1368), - [anon_sym_enum] = ACTIONS(1368), - [anon_sym_struct] = ACTIONS(1368), - [anon_sym_union] = ACTIONS(1368), - [anon_sym_if] = ACTIONS(1368), - [anon_sym_switch] = ACTIONS(1368), - [anon_sym_case] = ACTIONS(1368), - [anon_sym_default] = ACTIONS(1368), - [anon_sym_while] = ACTIONS(1368), - [anon_sym_do] = ACTIONS(1368), - [anon_sym_for] = ACTIONS(1368), - [anon_sym_return] = ACTIONS(1368), - [anon_sym_break] = ACTIONS(1368), - [anon_sym_continue] = ACTIONS(1368), - [anon_sym_goto] = ACTIONS(1368), - [anon_sym___try] = ACTIONS(1368), - [anon_sym___leave] = ACTIONS(1368), - [anon_sym_DASH_DASH] = ACTIONS(1370), - [anon_sym_PLUS_PLUS] = ACTIONS(1370), - [anon_sym_sizeof] = ACTIONS(1368), - [anon_sym___alignof__] = ACTIONS(1368), - [anon_sym___alignof] = ACTIONS(1368), - [anon_sym__alignof] = ACTIONS(1368), - [anon_sym_alignof] = ACTIONS(1368), - [anon_sym__Alignof] = ACTIONS(1368), - [anon_sym_offsetof] = ACTIONS(1368), - [anon_sym__Generic] = ACTIONS(1368), - [anon_sym_asm] = ACTIONS(1368), - [anon_sym___asm__] = ACTIONS(1368), - [anon_sym___asm] = ACTIONS(1368), - [sym_number_literal] = ACTIONS(1370), - [anon_sym_L_SQUOTE] = ACTIONS(1370), - [anon_sym_u_SQUOTE] = ACTIONS(1370), - [anon_sym_U_SQUOTE] = ACTIONS(1370), - [anon_sym_u8_SQUOTE] = ACTIONS(1370), - [anon_sym_SQUOTE] = ACTIONS(1370), - [anon_sym_L_DQUOTE] = ACTIONS(1370), - [anon_sym_u_DQUOTE] = ACTIONS(1370), - [anon_sym_U_DQUOTE] = ACTIONS(1370), - [anon_sym_u8_DQUOTE] = ACTIONS(1370), - [anon_sym_DQUOTE] = ACTIONS(1370), - [sym_true] = ACTIONS(1368), - [sym_false] = ACTIONS(1368), - [anon_sym_NULL] = ACTIONS(1368), - [anon_sym_nullptr] = ACTIONS(1368), + [STATE(294)] = { + [ts_builtin_sym_end] = ACTIONS(1302), + [sym_identifier] = ACTIONS(1300), + [aux_sym_preproc_include_token1] = ACTIONS(1300), + [aux_sym_preproc_def_token1] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(1302), + [aux_sym_preproc_if_token1] = ACTIONS(1300), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1300), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1300), + [sym_preproc_directive] = ACTIONS(1300), + [anon_sym_LPAREN2] = ACTIONS(1302), + [anon_sym_BANG] = ACTIONS(1302), + [anon_sym_TILDE] = ACTIONS(1302), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1302), + [anon_sym_AMP] = ACTIONS(1302), + [anon_sym_SEMI] = ACTIONS(1302), + [anon_sym___extension__] = ACTIONS(1300), + [anon_sym_typedef] = ACTIONS(1300), + [anon_sym_extern] = ACTIONS(1300), + [anon_sym___attribute__] = ACTIONS(1300), + [anon_sym___attribute] = ACTIONS(1300), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1302), + [anon_sym___declspec] = ACTIONS(1300), + [anon_sym___cdecl] = ACTIONS(1300), + [anon_sym___clrcall] = ACTIONS(1300), + [anon_sym___stdcall] = ACTIONS(1300), + [anon_sym___fastcall] = ACTIONS(1300), + [anon_sym___thiscall] = ACTIONS(1300), + [anon_sym___vectorcall] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1302), + [anon_sym_RBRACE] = ACTIONS(1302), + [anon_sym_signed] = ACTIONS(1300), + [anon_sym_unsigned] = ACTIONS(1300), + [anon_sym_long] = ACTIONS(1300), + [anon_sym_short] = ACTIONS(1300), + [anon_sym_static] = ACTIONS(1300), + [anon_sym_auto] = ACTIONS(1300), + [anon_sym_register] = ACTIONS(1300), + [anon_sym_inline] = ACTIONS(1300), + [anon_sym___inline] = ACTIONS(1300), + [anon_sym___inline__] = ACTIONS(1300), + [anon_sym___forceinline] = ACTIONS(1300), + [anon_sym_thread_local] = ACTIONS(1300), + [anon_sym___thread] = ACTIONS(1300), + [anon_sym_const] = ACTIONS(1300), + [anon_sym_constexpr] = ACTIONS(1300), + [anon_sym_volatile] = ACTIONS(1300), + [anon_sym_restrict] = ACTIONS(1300), + [anon_sym___restrict__] = ACTIONS(1300), + [anon_sym__Atomic] = ACTIONS(1300), + [anon_sym__Noreturn] = ACTIONS(1300), + [anon_sym_noreturn] = ACTIONS(1300), + [anon_sym__Nonnull] = ACTIONS(1300), + [anon_sym_alignas] = ACTIONS(1300), + [anon_sym__Alignas] = ACTIONS(1300), + [sym_primitive_type] = ACTIONS(1300), + [anon_sym_enum] = ACTIONS(1300), + [anon_sym_struct] = ACTIONS(1300), + [anon_sym_union] = ACTIONS(1300), + [anon_sym_if] = ACTIONS(1300), + [anon_sym_switch] = ACTIONS(1300), + [anon_sym_case] = ACTIONS(1300), + [anon_sym_default] = ACTIONS(1300), + [anon_sym_while] = ACTIONS(1300), + [anon_sym_do] = ACTIONS(1300), + [anon_sym_for] = ACTIONS(1300), + [anon_sym_return] = ACTIONS(1300), + [anon_sym_break] = ACTIONS(1300), + [anon_sym_continue] = ACTIONS(1300), + [anon_sym_goto] = ACTIONS(1300), + [anon_sym_DASH_DASH] = ACTIONS(1302), + [anon_sym_PLUS_PLUS] = ACTIONS(1302), + [anon_sym_sizeof] = ACTIONS(1300), + [anon_sym___alignof__] = ACTIONS(1300), + [anon_sym___alignof] = ACTIONS(1300), + [anon_sym__alignof] = ACTIONS(1300), + [anon_sym_alignof] = ACTIONS(1300), + [anon_sym__Alignof] = ACTIONS(1300), + [anon_sym_offsetof] = ACTIONS(1300), + [anon_sym__Generic] = ACTIONS(1300), + [anon_sym_asm] = ACTIONS(1300), + [anon_sym___asm__] = ACTIONS(1300), + [anon_sym___asm] = ACTIONS(1300), + [sym_number_literal] = ACTIONS(1302), + [anon_sym_L_SQUOTE] = ACTIONS(1302), + [anon_sym_u_SQUOTE] = ACTIONS(1302), + [anon_sym_U_SQUOTE] = ACTIONS(1302), + [anon_sym_u8_SQUOTE] = ACTIONS(1302), + [anon_sym_SQUOTE] = ACTIONS(1302), + [anon_sym_L_DQUOTE] = ACTIONS(1302), + [anon_sym_u_DQUOTE] = ACTIONS(1302), + [anon_sym_U_DQUOTE] = ACTIONS(1302), + [anon_sym_u8_DQUOTE] = ACTIONS(1302), + [anon_sym_DQUOTE] = ACTIONS(1302), + [sym_true] = ACTIONS(1300), + [sym_false] = ACTIONS(1300), + [anon_sym_NULL] = ACTIONS(1300), + [anon_sym_nullptr] = ACTIONS(1300), + [sym_comment] = ACTIONS(3), + }, + [STATE(295)] = { + [sym_identifier] = ACTIONS(1266), + [aux_sym_preproc_include_token1] = ACTIONS(1266), + [aux_sym_preproc_def_token1] = ACTIONS(1266), + [aux_sym_preproc_if_token1] = ACTIONS(1266), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1266), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1266), + [sym_preproc_directive] = ACTIONS(1266), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1266), + [anon_sym_PLUS] = ACTIONS(1266), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1266), + [anon_sym_typedef] = ACTIONS(1266), + [anon_sym_extern] = ACTIONS(1266), + [anon_sym___attribute__] = ACTIONS(1266), + [anon_sym___attribute] = ACTIONS(1266), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1266), + [anon_sym___cdecl] = ACTIONS(1266), + [anon_sym___clrcall] = ACTIONS(1266), + [anon_sym___stdcall] = ACTIONS(1266), + [anon_sym___fastcall] = ACTIONS(1266), + [anon_sym___thiscall] = ACTIONS(1266), + [anon_sym___vectorcall] = ACTIONS(1266), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_RBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1266), + [anon_sym_unsigned] = ACTIONS(1266), + [anon_sym_long] = ACTIONS(1266), + [anon_sym_short] = ACTIONS(1266), + [anon_sym_static] = ACTIONS(1266), + [anon_sym_auto] = ACTIONS(1266), + [anon_sym_register] = ACTIONS(1266), + [anon_sym_inline] = ACTIONS(1266), + [anon_sym___inline] = ACTIONS(1266), + [anon_sym___inline__] = ACTIONS(1266), + [anon_sym___forceinline] = ACTIONS(1266), + [anon_sym_thread_local] = ACTIONS(1266), + [anon_sym___thread] = ACTIONS(1266), + [anon_sym_const] = ACTIONS(1266), + [anon_sym_constexpr] = ACTIONS(1266), + [anon_sym_volatile] = ACTIONS(1266), + [anon_sym_restrict] = ACTIONS(1266), + [anon_sym___restrict__] = ACTIONS(1266), + [anon_sym__Atomic] = ACTIONS(1266), + [anon_sym__Noreturn] = ACTIONS(1266), + [anon_sym_noreturn] = ACTIONS(1266), + [anon_sym__Nonnull] = ACTIONS(1266), + [anon_sym_alignas] = ACTIONS(1266), + [anon_sym__Alignas] = ACTIONS(1266), + [sym_primitive_type] = ACTIONS(1266), + [anon_sym_enum] = ACTIONS(1266), + [anon_sym_struct] = ACTIONS(1266), + [anon_sym_union] = ACTIONS(1266), + [anon_sym_if] = ACTIONS(1266), + [anon_sym_switch] = ACTIONS(1266), + [anon_sym_case] = ACTIONS(1266), + [anon_sym_default] = ACTIONS(1266), + [anon_sym_while] = ACTIONS(1266), + [anon_sym_do] = ACTIONS(1266), + [anon_sym_for] = ACTIONS(1266), + [anon_sym_return] = ACTIONS(1266), + [anon_sym_break] = ACTIONS(1266), + [anon_sym_continue] = ACTIONS(1266), + [anon_sym_goto] = ACTIONS(1266), + [anon_sym___try] = ACTIONS(1266), + [anon_sym___leave] = ACTIONS(1266), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1266), + [anon_sym___alignof__] = ACTIONS(1266), + [anon_sym___alignof] = ACTIONS(1266), + [anon_sym__alignof] = ACTIONS(1266), + [anon_sym_alignof] = ACTIONS(1266), + [anon_sym__Alignof] = ACTIONS(1266), + [anon_sym_offsetof] = ACTIONS(1266), + [anon_sym__Generic] = ACTIONS(1266), + [anon_sym_asm] = ACTIONS(1266), + [anon_sym___asm__] = ACTIONS(1266), + [anon_sym___asm] = ACTIONS(1266), + [sym_number_literal] = ACTIONS(1269), + [anon_sym_L_SQUOTE] = ACTIONS(1269), + [anon_sym_u_SQUOTE] = ACTIONS(1269), + [anon_sym_U_SQUOTE] = ACTIONS(1269), + [anon_sym_u8_SQUOTE] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1269), + [anon_sym_L_DQUOTE] = ACTIONS(1269), + [anon_sym_u_DQUOTE] = ACTIONS(1269), + [anon_sym_U_DQUOTE] = ACTIONS(1269), + [anon_sym_u8_DQUOTE] = ACTIONS(1269), + [anon_sym_DQUOTE] = ACTIONS(1269), + [sym_true] = ACTIONS(1266), + [sym_false] = ACTIONS(1266), + [anon_sym_NULL] = ACTIONS(1266), + [anon_sym_nullptr] = ACTIONS(1266), [sym_comment] = ACTIONS(3), }, - [312] = { + [STATE(296)] = { [sym_identifier] = ACTIONS(1376), [aux_sym_preproc_include_token1] = ACTIONS(1376), [aux_sym_preproc_def_token1] = ACTIONS(1376), @@ -49138,819 +47896,619 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1376), [sym_comment] = ACTIONS(3), }, - [313] = { - [sym_identifier] = ACTIONS(1272), - [aux_sym_preproc_include_token1] = ACTIONS(1272), - [aux_sym_preproc_def_token1] = ACTIONS(1272), - [aux_sym_preproc_if_token1] = ACTIONS(1272), - [aux_sym_preproc_if_token2] = ACTIONS(1272), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1272), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1272), - [sym_preproc_directive] = ACTIONS(1272), - [anon_sym_LPAREN2] = ACTIONS(1274), - [anon_sym_BANG] = ACTIONS(1274), - [anon_sym_TILDE] = ACTIONS(1274), - [anon_sym_DASH] = ACTIONS(1272), - [anon_sym_PLUS] = ACTIONS(1272), - [anon_sym_STAR] = ACTIONS(1274), - [anon_sym_AMP] = ACTIONS(1274), - [anon_sym_SEMI] = ACTIONS(1274), - [anon_sym___extension__] = ACTIONS(1272), - [anon_sym_typedef] = ACTIONS(1272), - [anon_sym_extern] = ACTIONS(1272), - [anon_sym___attribute__] = ACTIONS(1272), - [anon_sym___attribute] = ACTIONS(1272), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1274), - [anon_sym___declspec] = ACTIONS(1272), - [anon_sym___cdecl] = ACTIONS(1272), - [anon_sym___clrcall] = ACTIONS(1272), - [anon_sym___stdcall] = ACTIONS(1272), - [anon_sym___fastcall] = ACTIONS(1272), - [anon_sym___thiscall] = ACTIONS(1272), - [anon_sym___vectorcall] = ACTIONS(1272), - [anon_sym_LBRACE] = ACTIONS(1274), - [anon_sym_signed] = ACTIONS(1272), - [anon_sym_unsigned] = ACTIONS(1272), - [anon_sym_long] = ACTIONS(1272), - [anon_sym_short] = ACTIONS(1272), - [anon_sym_static] = ACTIONS(1272), - [anon_sym_auto] = ACTIONS(1272), - [anon_sym_register] = ACTIONS(1272), - [anon_sym_inline] = ACTIONS(1272), - [anon_sym___inline] = ACTIONS(1272), - [anon_sym___inline__] = ACTIONS(1272), - [anon_sym___forceinline] = ACTIONS(1272), - [anon_sym_thread_local] = ACTIONS(1272), - [anon_sym___thread] = ACTIONS(1272), - [anon_sym_const] = ACTIONS(1272), - [anon_sym_constexpr] = ACTIONS(1272), - [anon_sym_volatile] = ACTIONS(1272), - [anon_sym_restrict] = ACTIONS(1272), - [anon_sym___restrict__] = ACTIONS(1272), - [anon_sym__Atomic] = ACTIONS(1272), - [anon_sym__Noreturn] = ACTIONS(1272), - [anon_sym_noreturn] = ACTIONS(1272), - [anon_sym__Nonnull] = ACTIONS(1272), - [anon_sym_alignas] = ACTIONS(1272), - [anon_sym__Alignas] = ACTIONS(1272), - [sym_primitive_type] = ACTIONS(1272), - [anon_sym_enum] = ACTIONS(1272), - [anon_sym_struct] = ACTIONS(1272), - [anon_sym_union] = ACTIONS(1272), - [anon_sym_if] = ACTIONS(1272), - [anon_sym_switch] = ACTIONS(1272), - [anon_sym_case] = ACTIONS(1272), - [anon_sym_default] = ACTIONS(1272), - [anon_sym_while] = ACTIONS(1272), - [anon_sym_do] = ACTIONS(1272), - [anon_sym_for] = ACTIONS(1272), - [anon_sym_return] = ACTIONS(1272), - [anon_sym_break] = ACTIONS(1272), - [anon_sym_continue] = ACTIONS(1272), - [anon_sym_goto] = ACTIONS(1272), - [anon_sym___try] = ACTIONS(1272), - [anon_sym___leave] = ACTIONS(1272), - [anon_sym_DASH_DASH] = ACTIONS(1274), - [anon_sym_PLUS_PLUS] = ACTIONS(1274), - [anon_sym_sizeof] = ACTIONS(1272), - [anon_sym___alignof__] = ACTIONS(1272), - [anon_sym___alignof] = ACTIONS(1272), - [anon_sym__alignof] = ACTIONS(1272), - [anon_sym_alignof] = ACTIONS(1272), - [anon_sym__Alignof] = ACTIONS(1272), - [anon_sym_offsetof] = ACTIONS(1272), - [anon_sym__Generic] = ACTIONS(1272), - [anon_sym_asm] = ACTIONS(1272), - [anon_sym___asm__] = ACTIONS(1272), - [anon_sym___asm] = ACTIONS(1272), - [sym_number_literal] = ACTIONS(1274), - [anon_sym_L_SQUOTE] = ACTIONS(1274), - [anon_sym_u_SQUOTE] = ACTIONS(1274), - [anon_sym_U_SQUOTE] = ACTIONS(1274), - [anon_sym_u8_SQUOTE] = ACTIONS(1274), - [anon_sym_SQUOTE] = ACTIONS(1274), - [anon_sym_L_DQUOTE] = ACTIONS(1274), - [anon_sym_u_DQUOTE] = ACTIONS(1274), - [anon_sym_U_DQUOTE] = ACTIONS(1274), - [anon_sym_u8_DQUOTE] = ACTIONS(1274), - [anon_sym_DQUOTE] = ACTIONS(1274), - [sym_true] = ACTIONS(1272), - [sym_false] = ACTIONS(1272), - [anon_sym_NULL] = ACTIONS(1272), - [anon_sym_nullptr] = ACTIONS(1272), - [sym_comment] = ACTIONS(3), - }, - [314] = { - [sym_identifier] = ACTIONS(1320), - [aux_sym_preproc_include_token1] = ACTIONS(1320), - [aux_sym_preproc_def_token1] = ACTIONS(1320), - [aux_sym_preproc_if_token1] = ACTIONS(1320), - [aux_sym_preproc_if_token2] = ACTIONS(1320), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1320), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1320), - [sym_preproc_directive] = ACTIONS(1320), - [anon_sym_LPAREN2] = ACTIONS(1322), - [anon_sym_BANG] = ACTIONS(1322), - [anon_sym_TILDE] = ACTIONS(1322), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1322), - [anon_sym_AMP] = ACTIONS(1322), - [anon_sym_SEMI] = ACTIONS(1322), - [anon_sym___extension__] = ACTIONS(1320), - [anon_sym_typedef] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym___attribute__] = ACTIONS(1320), - [anon_sym___attribute] = ACTIONS(1320), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1322), - [anon_sym___declspec] = ACTIONS(1320), - [anon_sym___cdecl] = ACTIONS(1320), - [anon_sym___clrcall] = ACTIONS(1320), - [anon_sym___stdcall] = ACTIONS(1320), - [anon_sym___fastcall] = ACTIONS(1320), - [anon_sym___thiscall] = ACTIONS(1320), - [anon_sym___vectorcall] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_signed] = ACTIONS(1320), - [anon_sym_unsigned] = ACTIONS(1320), - [anon_sym_long] = ACTIONS(1320), - [anon_sym_short] = ACTIONS(1320), - [anon_sym_static] = ACTIONS(1320), - [anon_sym_auto] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_inline] = ACTIONS(1320), - [anon_sym___inline] = ACTIONS(1320), - [anon_sym___inline__] = ACTIONS(1320), - [anon_sym___forceinline] = ACTIONS(1320), - [anon_sym_thread_local] = ACTIONS(1320), - [anon_sym___thread] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [anon_sym_constexpr] = ACTIONS(1320), - [anon_sym_volatile] = ACTIONS(1320), - [anon_sym_restrict] = ACTIONS(1320), - [anon_sym___restrict__] = ACTIONS(1320), - [anon_sym__Atomic] = ACTIONS(1320), - [anon_sym__Noreturn] = ACTIONS(1320), - [anon_sym_noreturn] = ACTIONS(1320), - [anon_sym__Nonnull] = ACTIONS(1320), - [anon_sym_alignas] = ACTIONS(1320), - [anon_sym__Alignas] = ACTIONS(1320), - [sym_primitive_type] = ACTIONS(1320), - [anon_sym_enum] = ACTIONS(1320), - [anon_sym_struct] = ACTIONS(1320), - [anon_sym_union] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_switch] = ACTIONS(1320), - [anon_sym_case] = ACTIONS(1320), - [anon_sym_default] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_goto] = ACTIONS(1320), - [anon_sym___try] = ACTIONS(1320), - [anon_sym___leave] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1322), - [anon_sym_PLUS_PLUS] = ACTIONS(1322), - [anon_sym_sizeof] = ACTIONS(1320), - [anon_sym___alignof__] = ACTIONS(1320), - [anon_sym___alignof] = ACTIONS(1320), - [anon_sym__alignof] = ACTIONS(1320), - [anon_sym_alignof] = ACTIONS(1320), - [anon_sym__Alignof] = ACTIONS(1320), - [anon_sym_offsetof] = ACTIONS(1320), - [anon_sym__Generic] = ACTIONS(1320), - [anon_sym_asm] = ACTIONS(1320), - [anon_sym___asm__] = ACTIONS(1320), - [anon_sym___asm] = ACTIONS(1320), - [sym_number_literal] = ACTIONS(1322), - [anon_sym_L_SQUOTE] = ACTIONS(1322), - [anon_sym_u_SQUOTE] = ACTIONS(1322), - [anon_sym_U_SQUOTE] = ACTIONS(1322), - [anon_sym_u8_SQUOTE] = ACTIONS(1322), - [anon_sym_SQUOTE] = ACTIONS(1322), - [anon_sym_L_DQUOTE] = ACTIONS(1322), - [anon_sym_u_DQUOTE] = ACTIONS(1322), - [anon_sym_U_DQUOTE] = ACTIONS(1322), - [anon_sym_u8_DQUOTE] = ACTIONS(1322), - [anon_sym_DQUOTE] = ACTIONS(1322), - [sym_true] = ACTIONS(1320), - [sym_false] = ACTIONS(1320), - [anon_sym_NULL] = ACTIONS(1320), - [anon_sym_nullptr] = ACTIONS(1320), - [sym_comment] = ACTIONS(3), - }, - [315] = { - [sym_identifier] = ACTIONS(1312), - [aux_sym_preproc_include_token1] = ACTIONS(1312), - [aux_sym_preproc_def_token1] = ACTIONS(1312), - [aux_sym_preproc_if_token1] = ACTIONS(1312), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1312), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1312), - [sym_preproc_directive] = ACTIONS(1312), - [anon_sym_LPAREN2] = ACTIONS(1314), - [anon_sym_BANG] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1312), - [anon_sym_PLUS] = ACTIONS(1312), - [anon_sym_STAR] = ACTIONS(1314), - [anon_sym_AMP] = ACTIONS(1314), - [anon_sym_SEMI] = ACTIONS(1314), - [anon_sym___extension__] = ACTIONS(1312), - [anon_sym_typedef] = ACTIONS(1312), - [anon_sym_extern] = ACTIONS(1312), - [anon_sym___attribute__] = ACTIONS(1312), - [anon_sym___attribute] = ACTIONS(1312), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1314), - [anon_sym___declspec] = ACTIONS(1312), - [anon_sym___cdecl] = ACTIONS(1312), - [anon_sym___clrcall] = ACTIONS(1312), - [anon_sym___stdcall] = ACTIONS(1312), - [anon_sym___fastcall] = ACTIONS(1312), - [anon_sym___thiscall] = ACTIONS(1312), - [anon_sym___vectorcall] = ACTIONS(1312), - [anon_sym_LBRACE] = ACTIONS(1314), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_signed] = ACTIONS(1312), - [anon_sym_unsigned] = ACTIONS(1312), - [anon_sym_long] = ACTIONS(1312), - [anon_sym_short] = ACTIONS(1312), - [anon_sym_static] = ACTIONS(1312), - [anon_sym_auto] = ACTIONS(1312), - [anon_sym_register] = ACTIONS(1312), - [anon_sym_inline] = ACTIONS(1312), - [anon_sym___inline] = ACTIONS(1312), - [anon_sym___inline__] = ACTIONS(1312), - [anon_sym___forceinline] = ACTIONS(1312), - [anon_sym_thread_local] = ACTIONS(1312), - [anon_sym___thread] = ACTIONS(1312), - [anon_sym_const] = ACTIONS(1312), - [anon_sym_constexpr] = ACTIONS(1312), - [anon_sym_volatile] = ACTIONS(1312), - [anon_sym_restrict] = ACTIONS(1312), - [anon_sym___restrict__] = ACTIONS(1312), - [anon_sym__Atomic] = ACTIONS(1312), - [anon_sym__Noreturn] = ACTIONS(1312), - [anon_sym_noreturn] = ACTIONS(1312), - [anon_sym__Nonnull] = ACTIONS(1312), - [anon_sym_alignas] = ACTIONS(1312), - [anon_sym__Alignas] = ACTIONS(1312), - [sym_primitive_type] = ACTIONS(1312), - [anon_sym_enum] = ACTIONS(1312), - [anon_sym_struct] = ACTIONS(1312), - [anon_sym_union] = ACTIONS(1312), - [anon_sym_if] = ACTIONS(1312), - [anon_sym_switch] = ACTIONS(1312), - [anon_sym_case] = ACTIONS(1312), - [anon_sym_default] = ACTIONS(1312), - [anon_sym_while] = ACTIONS(1312), - [anon_sym_do] = ACTIONS(1312), - [anon_sym_for] = ACTIONS(1312), - [anon_sym_return] = ACTIONS(1312), - [anon_sym_break] = ACTIONS(1312), - [anon_sym_continue] = ACTIONS(1312), - [anon_sym_goto] = ACTIONS(1312), - [anon_sym___try] = ACTIONS(1312), - [anon_sym___leave] = ACTIONS(1312), - [anon_sym_DASH_DASH] = ACTIONS(1314), - [anon_sym_PLUS_PLUS] = ACTIONS(1314), - [anon_sym_sizeof] = ACTIONS(1312), - [anon_sym___alignof__] = ACTIONS(1312), - [anon_sym___alignof] = ACTIONS(1312), - [anon_sym__alignof] = ACTIONS(1312), - [anon_sym_alignof] = ACTIONS(1312), - [anon_sym__Alignof] = ACTIONS(1312), - [anon_sym_offsetof] = ACTIONS(1312), - [anon_sym__Generic] = ACTIONS(1312), - [anon_sym_asm] = ACTIONS(1312), - [anon_sym___asm__] = ACTIONS(1312), - [anon_sym___asm] = ACTIONS(1312), - [sym_number_literal] = ACTIONS(1314), - [anon_sym_L_SQUOTE] = ACTIONS(1314), - [anon_sym_u_SQUOTE] = ACTIONS(1314), - [anon_sym_U_SQUOTE] = ACTIONS(1314), - [anon_sym_u8_SQUOTE] = ACTIONS(1314), - [anon_sym_SQUOTE] = ACTIONS(1314), - [anon_sym_L_DQUOTE] = ACTIONS(1314), - [anon_sym_u_DQUOTE] = ACTIONS(1314), - [anon_sym_U_DQUOTE] = ACTIONS(1314), - [anon_sym_u8_DQUOTE] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1314), - [sym_true] = ACTIONS(1312), - [sym_false] = ACTIONS(1312), - [anon_sym_NULL] = ACTIONS(1312), - [anon_sym_nullptr] = ACTIONS(1312), - [sym_comment] = ACTIONS(3), - }, - [316] = { - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1346), - [anon_sym_BANG] = ACTIONS(1346), - [anon_sym_TILDE] = ACTIONS(1346), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1346), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_SEMI] = ACTIONS(1346), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym___attribute] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_RBRACE] = ACTIONS(1346), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [anon_sym__Nonnull] = ACTIONS(1344), - [anon_sym_alignas] = ACTIONS(1344), - [anon_sym__Alignas] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym___try] = ACTIONS(1344), - [anon_sym___leave] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1346), - [anon_sym_PLUS_PLUS] = ACTIONS(1346), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [anon_sym___asm] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1346), - [anon_sym_L_SQUOTE] = ACTIONS(1346), - [anon_sym_u_SQUOTE] = ACTIONS(1346), - [anon_sym_U_SQUOTE] = ACTIONS(1346), - [anon_sym_u8_SQUOTE] = ACTIONS(1346), - [anon_sym_SQUOTE] = ACTIONS(1346), - [anon_sym_L_DQUOTE] = ACTIONS(1346), - [anon_sym_u_DQUOTE] = ACTIONS(1346), - [anon_sym_U_DQUOTE] = ACTIONS(1346), - [anon_sym_u8_DQUOTE] = ACTIONS(1346), - [anon_sym_DQUOTE] = ACTIONS(1346), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), + [STATE(297)] = { + [sym_identifier] = ACTIONS(1348), + [aux_sym_preproc_include_token1] = ACTIONS(1348), + [aux_sym_preproc_def_token1] = ACTIONS(1348), + [aux_sym_preproc_if_token1] = ACTIONS(1348), + [aux_sym_preproc_if_token2] = ACTIONS(1348), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1348), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1348), + [sym_preproc_directive] = ACTIONS(1348), + [anon_sym_LPAREN2] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1348), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1348), + [anon_sym_typedef] = ACTIONS(1348), + [anon_sym_extern] = ACTIONS(1348), + [anon_sym___attribute__] = ACTIONS(1348), + [anon_sym___attribute] = ACTIONS(1348), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1350), + [anon_sym___declspec] = ACTIONS(1348), + [anon_sym___cdecl] = ACTIONS(1348), + [anon_sym___clrcall] = ACTIONS(1348), + [anon_sym___stdcall] = ACTIONS(1348), + [anon_sym___fastcall] = ACTIONS(1348), + [anon_sym___thiscall] = ACTIONS(1348), + [anon_sym___vectorcall] = ACTIONS(1348), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_signed] = ACTIONS(1348), + [anon_sym_unsigned] = ACTIONS(1348), + [anon_sym_long] = ACTIONS(1348), + [anon_sym_short] = ACTIONS(1348), + [anon_sym_static] = ACTIONS(1348), + [anon_sym_auto] = ACTIONS(1348), + [anon_sym_register] = ACTIONS(1348), + [anon_sym_inline] = ACTIONS(1348), + [anon_sym___inline] = ACTIONS(1348), + [anon_sym___inline__] = ACTIONS(1348), + [anon_sym___forceinline] = ACTIONS(1348), + [anon_sym_thread_local] = ACTIONS(1348), + [anon_sym___thread] = ACTIONS(1348), + [anon_sym_const] = ACTIONS(1348), + [anon_sym_constexpr] = ACTIONS(1348), + [anon_sym_volatile] = ACTIONS(1348), + [anon_sym_restrict] = ACTIONS(1348), + [anon_sym___restrict__] = ACTIONS(1348), + [anon_sym__Atomic] = ACTIONS(1348), + [anon_sym__Noreturn] = ACTIONS(1348), + [anon_sym_noreturn] = ACTIONS(1348), + [anon_sym__Nonnull] = ACTIONS(1348), + [anon_sym_alignas] = ACTIONS(1348), + [anon_sym__Alignas] = ACTIONS(1348), + [sym_primitive_type] = ACTIONS(1348), + [anon_sym_enum] = ACTIONS(1348), + [anon_sym_struct] = ACTIONS(1348), + [anon_sym_union] = ACTIONS(1348), + [anon_sym_if] = ACTIONS(1348), + [anon_sym_switch] = ACTIONS(1348), + [anon_sym_case] = ACTIONS(1348), + [anon_sym_default] = ACTIONS(1348), + [anon_sym_while] = ACTIONS(1348), + [anon_sym_do] = ACTIONS(1348), + [anon_sym_for] = ACTIONS(1348), + [anon_sym_return] = ACTIONS(1348), + [anon_sym_break] = ACTIONS(1348), + [anon_sym_continue] = ACTIONS(1348), + [anon_sym_goto] = ACTIONS(1348), + [anon_sym___try] = ACTIONS(1348), + [anon_sym___leave] = ACTIONS(1348), + [anon_sym_DASH_DASH] = ACTIONS(1350), + [anon_sym_PLUS_PLUS] = ACTIONS(1350), + [anon_sym_sizeof] = ACTIONS(1348), + [anon_sym___alignof__] = ACTIONS(1348), + [anon_sym___alignof] = ACTIONS(1348), + [anon_sym__alignof] = ACTIONS(1348), + [anon_sym_alignof] = ACTIONS(1348), + [anon_sym__Alignof] = ACTIONS(1348), + [anon_sym_offsetof] = ACTIONS(1348), + [anon_sym__Generic] = ACTIONS(1348), + [anon_sym_asm] = ACTIONS(1348), + [anon_sym___asm__] = ACTIONS(1348), + [anon_sym___asm] = ACTIONS(1348), + [sym_number_literal] = ACTIONS(1350), + [anon_sym_L_SQUOTE] = ACTIONS(1350), + [anon_sym_u_SQUOTE] = ACTIONS(1350), + [anon_sym_U_SQUOTE] = ACTIONS(1350), + [anon_sym_u8_SQUOTE] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_L_DQUOTE] = ACTIONS(1350), + [anon_sym_u_DQUOTE] = ACTIONS(1350), + [anon_sym_U_DQUOTE] = ACTIONS(1350), + [anon_sym_u8_DQUOTE] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [sym_true] = ACTIONS(1348), + [sym_false] = ACTIONS(1348), + [anon_sym_NULL] = ACTIONS(1348), + [anon_sym_nullptr] = ACTIONS(1348), [sym_comment] = ACTIONS(3), }, - [317] = { - [sym_identifier] = ACTIONS(1288), - [aux_sym_preproc_include_token1] = ACTIONS(1288), - [aux_sym_preproc_def_token1] = ACTIONS(1288), - [aux_sym_preproc_if_token1] = ACTIONS(1288), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1288), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1288), - [sym_preproc_directive] = ACTIONS(1288), - [anon_sym_LPAREN2] = ACTIONS(1290), - [anon_sym_BANG] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1290), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_PLUS] = ACTIONS(1288), - [anon_sym_STAR] = ACTIONS(1290), - [anon_sym_AMP] = ACTIONS(1290), - [anon_sym_SEMI] = ACTIONS(1290), - [anon_sym___extension__] = ACTIONS(1288), - [anon_sym_typedef] = ACTIONS(1288), - [anon_sym_extern] = ACTIONS(1288), - [anon_sym___attribute__] = ACTIONS(1288), - [anon_sym___attribute] = ACTIONS(1288), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), - [anon_sym___declspec] = ACTIONS(1288), - [anon_sym___cdecl] = ACTIONS(1288), - [anon_sym___clrcall] = ACTIONS(1288), - [anon_sym___stdcall] = ACTIONS(1288), - [anon_sym___fastcall] = ACTIONS(1288), - [anon_sym___thiscall] = ACTIONS(1288), - [anon_sym___vectorcall] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_RBRACE] = ACTIONS(1290), - [anon_sym_signed] = ACTIONS(1288), - [anon_sym_unsigned] = ACTIONS(1288), - [anon_sym_long] = ACTIONS(1288), - [anon_sym_short] = ACTIONS(1288), - [anon_sym_static] = ACTIONS(1288), - [anon_sym_auto] = ACTIONS(1288), - [anon_sym_register] = ACTIONS(1288), - [anon_sym_inline] = ACTIONS(1288), - [anon_sym___inline] = ACTIONS(1288), - [anon_sym___inline__] = ACTIONS(1288), - [anon_sym___forceinline] = ACTIONS(1288), - [anon_sym_thread_local] = ACTIONS(1288), - [anon_sym___thread] = ACTIONS(1288), - [anon_sym_const] = ACTIONS(1288), - [anon_sym_constexpr] = ACTIONS(1288), - [anon_sym_volatile] = ACTIONS(1288), - [anon_sym_restrict] = ACTIONS(1288), - [anon_sym___restrict__] = ACTIONS(1288), - [anon_sym__Atomic] = ACTIONS(1288), - [anon_sym__Noreturn] = ACTIONS(1288), - [anon_sym_noreturn] = ACTIONS(1288), - [anon_sym__Nonnull] = ACTIONS(1288), - [anon_sym_alignas] = ACTIONS(1288), - [anon_sym__Alignas] = ACTIONS(1288), - [sym_primitive_type] = ACTIONS(1288), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_struct] = ACTIONS(1288), - [anon_sym_union] = ACTIONS(1288), - [anon_sym_if] = ACTIONS(1288), - [anon_sym_switch] = ACTIONS(1288), - [anon_sym_case] = ACTIONS(1288), - [anon_sym_default] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1288), - [anon_sym_do] = ACTIONS(1288), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1288), - [anon_sym_break] = ACTIONS(1288), - [anon_sym_continue] = ACTIONS(1288), - [anon_sym_goto] = ACTIONS(1288), - [anon_sym___try] = ACTIONS(1288), - [anon_sym___leave] = ACTIONS(1288), - [anon_sym_DASH_DASH] = ACTIONS(1290), - [anon_sym_PLUS_PLUS] = ACTIONS(1290), - [anon_sym_sizeof] = ACTIONS(1288), - [anon_sym___alignof__] = ACTIONS(1288), - [anon_sym___alignof] = ACTIONS(1288), - [anon_sym__alignof] = ACTIONS(1288), - [anon_sym_alignof] = ACTIONS(1288), - [anon_sym__Alignof] = ACTIONS(1288), - [anon_sym_offsetof] = ACTIONS(1288), - [anon_sym__Generic] = ACTIONS(1288), - [anon_sym_asm] = ACTIONS(1288), - [anon_sym___asm__] = ACTIONS(1288), - [anon_sym___asm] = ACTIONS(1288), - [sym_number_literal] = ACTIONS(1290), - [anon_sym_L_SQUOTE] = ACTIONS(1290), - [anon_sym_u_SQUOTE] = ACTIONS(1290), - [anon_sym_U_SQUOTE] = ACTIONS(1290), - [anon_sym_u8_SQUOTE] = ACTIONS(1290), - [anon_sym_SQUOTE] = ACTIONS(1290), - [anon_sym_L_DQUOTE] = ACTIONS(1290), - [anon_sym_u_DQUOTE] = ACTIONS(1290), - [anon_sym_U_DQUOTE] = ACTIONS(1290), - [anon_sym_u8_DQUOTE] = ACTIONS(1290), - [anon_sym_DQUOTE] = ACTIONS(1290), - [sym_true] = ACTIONS(1288), - [sym_false] = ACTIONS(1288), - [anon_sym_NULL] = ACTIONS(1288), - [anon_sym_nullptr] = ACTIONS(1288), + [STATE(298)] = { + [sym_identifier] = ACTIONS(1266), + [aux_sym_preproc_include_token1] = ACTIONS(1266), + [aux_sym_preproc_def_token1] = ACTIONS(1266), + [aux_sym_preproc_if_token1] = ACTIONS(1266), + [aux_sym_preproc_if_token2] = ACTIONS(1266), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1266), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1266), + [sym_preproc_directive] = ACTIONS(1266), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1266), + [anon_sym_PLUS] = ACTIONS(1266), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1266), + [anon_sym_typedef] = ACTIONS(1266), + [anon_sym_extern] = ACTIONS(1266), + [anon_sym___attribute__] = ACTIONS(1266), + [anon_sym___attribute] = ACTIONS(1266), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1266), + [anon_sym___cdecl] = ACTIONS(1266), + [anon_sym___clrcall] = ACTIONS(1266), + [anon_sym___stdcall] = ACTIONS(1266), + [anon_sym___fastcall] = ACTIONS(1266), + [anon_sym___thiscall] = ACTIONS(1266), + [anon_sym___vectorcall] = ACTIONS(1266), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1266), + [anon_sym_unsigned] = ACTIONS(1266), + [anon_sym_long] = ACTIONS(1266), + [anon_sym_short] = ACTIONS(1266), + [anon_sym_static] = ACTIONS(1266), + [anon_sym_auto] = ACTIONS(1266), + [anon_sym_register] = ACTIONS(1266), + [anon_sym_inline] = ACTIONS(1266), + [anon_sym___inline] = ACTIONS(1266), + [anon_sym___inline__] = ACTIONS(1266), + [anon_sym___forceinline] = ACTIONS(1266), + [anon_sym_thread_local] = ACTIONS(1266), + [anon_sym___thread] = ACTIONS(1266), + [anon_sym_const] = ACTIONS(1266), + [anon_sym_constexpr] = ACTIONS(1266), + [anon_sym_volatile] = ACTIONS(1266), + [anon_sym_restrict] = ACTIONS(1266), + [anon_sym___restrict__] = ACTIONS(1266), + [anon_sym__Atomic] = ACTIONS(1266), + [anon_sym__Noreturn] = ACTIONS(1266), + [anon_sym_noreturn] = ACTIONS(1266), + [anon_sym__Nonnull] = ACTIONS(1266), + [anon_sym_alignas] = ACTIONS(1266), + [anon_sym__Alignas] = ACTIONS(1266), + [sym_primitive_type] = ACTIONS(1266), + [anon_sym_enum] = ACTIONS(1266), + [anon_sym_struct] = ACTIONS(1266), + [anon_sym_union] = ACTIONS(1266), + [anon_sym_if] = ACTIONS(1266), + [anon_sym_switch] = ACTIONS(1266), + [anon_sym_case] = ACTIONS(1266), + [anon_sym_default] = ACTIONS(1266), + [anon_sym_while] = ACTIONS(1266), + [anon_sym_do] = ACTIONS(1266), + [anon_sym_for] = ACTIONS(1266), + [anon_sym_return] = ACTIONS(1266), + [anon_sym_break] = ACTIONS(1266), + [anon_sym_continue] = ACTIONS(1266), + [anon_sym_goto] = ACTIONS(1266), + [anon_sym___try] = ACTIONS(1266), + [anon_sym___leave] = ACTIONS(1266), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1266), + [anon_sym___alignof__] = ACTIONS(1266), + [anon_sym___alignof] = ACTIONS(1266), + [anon_sym__alignof] = ACTIONS(1266), + [anon_sym_alignof] = ACTIONS(1266), + [anon_sym__Alignof] = ACTIONS(1266), + [anon_sym_offsetof] = ACTIONS(1266), + [anon_sym__Generic] = ACTIONS(1266), + [anon_sym_asm] = ACTIONS(1266), + [anon_sym___asm__] = ACTIONS(1266), + [anon_sym___asm] = ACTIONS(1266), + [sym_number_literal] = ACTIONS(1269), + [anon_sym_L_SQUOTE] = ACTIONS(1269), + [anon_sym_u_SQUOTE] = ACTIONS(1269), + [anon_sym_U_SQUOTE] = ACTIONS(1269), + [anon_sym_u8_SQUOTE] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1269), + [anon_sym_L_DQUOTE] = ACTIONS(1269), + [anon_sym_u_DQUOTE] = ACTIONS(1269), + [anon_sym_U_DQUOTE] = ACTIONS(1269), + [anon_sym_u8_DQUOTE] = ACTIONS(1269), + [anon_sym_DQUOTE] = ACTIONS(1269), + [sym_true] = ACTIONS(1266), + [sym_false] = ACTIONS(1266), + [anon_sym_NULL] = ACTIONS(1266), + [anon_sym_nullptr] = ACTIONS(1266), [sym_comment] = ACTIONS(3), }, - [318] = { - [sym_expression] = STATE(700), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(682), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(682), - [sym_call_expression] = STATE(682), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(682), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(682), - [sym_initializer_list] = STATE(686), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(714), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1394), - [anon_sym_COMMA] = ACTIONS(1388), - [aux_sym_preproc_if_token2] = ACTIONS(1388), - [aux_sym_preproc_else_token1] = ACTIONS(1388), - [aux_sym_preproc_elif_token1] = ACTIONS(1394), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1388), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1388), - [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1402), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_STAR] = ACTIONS(1394), - [anon_sym_SLASH] = ACTIONS(1394), - [anon_sym_PERCENT] = ACTIONS(1394), - [anon_sym_PIPE_PIPE] = ACTIONS(1388), - [anon_sym_AMP_AMP] = ACTIONS(1388), - [anon_sym_PIPE] = ACTIONS(1394), - [anon_sym_CARET] = ACTIONS(1394), - [anon_sym_AMP] = ACTIONS(1394), - [anon_sym_EQ_EQ] = ACTIONS(1388), - [anon_sym_BANG_EQ] = ACTIONS(1388), - [anon_sym_GT] = ACTIONS(1394), - [anon_sym_GT_EQ] = ACTIONS(1388), - [anon_sym_LT_EQ] = ACTIONS(1388), - [anon_sym_LT] = ACTIONS(1394), - [anon_sym_LT_LT] = ACTIONS(1394), - [anon_sym_GT_GT] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(1388), - [anon_sym_EQ] = ACTIONS(1394), - [anon_sym_QMARK] = ACTIONS(1388), - [anon_sym_STAR_EQ] = ACTIONS(1388), - [anon_sym_SLASH_EQ] = ACTIONS(1388), - [anon_sym_PERCENT_EQ] = ACTIONS(1388), - [anon_sym_PLUS_EQ] = ACTIONS(1388), - [anon_sym_DASH_EQ] = ACTIONS(1388), - [anon_sym_LT_LT_EQ] = ACTIONS(1388), - [anon_sym_GT_GT_EQ] = ACTIONS(1388), - [anon_sym_AMP_EQ] = ACTIONS(1388), - [anon_sym_CARET_EQ] = ACTIONS(1388), - [anon_sym_PIPE_EQ] = ACTIONS(1388), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1408), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [anon_sym_DOT] = ACTIONS(1394), - [anon_sym_DASH_GT] = ACTIONS(1388), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(299)] = { + [sym_identifier] = ACTIONS(1284), + [aux_sym_preproc_include_token1] = ACTIONS(1284), + [aux_sym_preproc_def_token1] = ACTIONS(1284), + [aux_sym_preproc_if_token1] = ACTIONS(1284), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1284), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1284), + [sym_preproc_directive] = ACTIONS(1284), + [anon_sym_LPAREN2] = ACTIONS(1286), + [anon_sym_BANG] = ACTIONS(1286), + [anon_sym_TILDE] = ACTIONS(1286), + [anon_sym_DASH] = ACTIONS(1284), + [anon_sym_PLUS] = ACTIONS(1284), + [anon_sym_STAR] = ACTIONS(1286), + [anon_sym_AMP] = ACTIONS(1286), + [anon_sym_SEMI] = ACTIONS(1286), + [anon_sym___extension__] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1284), + [anon_sym_extern] = ACTIONS(1284), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1286), + [anon_sym___declspec] = ACTIONS(1284), + [anon_sym___cdecl] = ACTIONS(1284), + [anon_sym___clrcall] = ACTIONS(1284), + [anon_sym___stdcall] = ACTIONS(1284), + [anon_sym___fastcall] = ACTIONS(1284), + [anon_sym___thiscall] = ACTIONS(1284), + [anon_sym___vectorcall] = ACTIONS(1284), + [anon_sym_LBRACE] = ACTIONS(1286), + [anon_sym_RBRACE] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1284), + [anon_sym_unsigned] = ACTIONS(1284), + [anon_sym_long] = ACTIONS(1284), + [anon_sym_short] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1284), + [anon_sym_auto] = ACTIONS(1284), + [anon_sym_register] = ACTIONS(1284), + [anon_sym_inline] = ACTIONS(1284), + [anon_sym___inline] = ACTIONS(1284), + [anon_sym___inline__] = ACTIONS(1284), + [anon_sym___forceinline] = ACTIONS(1284), + [anon_sym_thread_local] = ACTIONS(1284), + [anon_sym___thread] = ACTIONS(1284), + [anon_sym_const] = ACTIONS(1284), + [anon_sym_constexpr] = ACTIONS(1284), + [anon_sym_volatile] = ACTIONS(1284), + [anon_sym_restrict] = ACTIONS(1284), + [anon_sym___restrict__] = ACTIONS(1284), + [anon_sym__Atomic] = ACTIONS(1284), + [anon_sym__Noreturn] = ACTIONS(1284), + [anon_sym_noreturn] = ACTIONS(1284), + [anon_sym__Nonnull] = ACTIONS(1284), + [anon_sym_alignas] = ACTIONS(1284), + [anon_sym__Alignas] = ACTIONS(1284), + [sym_primitive_type] = ACTIONS(1284), + [anon_sym_enum] = ACTIONS(1284), + [anon_sym_struct] = ACTIONS(1284), + [anon_sym_union] = ACTIONS(1284), + [anon_sym_if] = ACTIONS(1284), + [anon_sym_switch] = ACTIONS(1284), + [anon_sym_case] = ACTIONS(1284), + [anon_sym_default] = ACTIONS(1284), + [anon_sym_while] = ACTIONS(1284), + [anon_sym_do] = ACTIONS(1284), + [anon_sym_for] = ACTIONS(1284), + [anon_sym_return] = ACTIONS(1284), + [anon_sym_break] = ACTIONS(1284), + [anon_sym_continue] = ACTIONS(1284), + [anon_sym_goto] = ACTIONS(1284), + [anon_sym___try] = ACTIONS(1284), + [anon_sym___leave] = ACTIONS(1284), + [anon_sym_DASH_DASH] = ACTIONS(1286), + [anon_sym_PLUS_PLUS] = ACTIONS(1286), + [anon_sym_sizeof] = ACTIONS(1284), + [anon_sym___alignof__] = ACTIONS(1284), + [anon_sym___alignof] = ACTIONS(1284), + [anon_sym__alignof] = ACTIONS(1284), + [anon_sym_alignof] = ACTIONS(1284), + [anon_sym__Alignof] = ACTIONS(1284), + [anon_sym_offsetof] = ACTIONS(1284), + [anon_sym__Generic] = ACTIONS(1284), + [anon_sym_asm] = ACTIONS(1284), + [anon_sym___asm__] = ACTIONS(1284), + [anon_sym___asm] = ACTIONS(1284), + [sym_number_literal] = ACTIONS(1286), + [anon_sym_L_SQUOTE] = ACTIONS(1286), + [anon_sym_u_SQUOTE] = ACTIONS(1286), + [anon_sym_U_SQUOTE] = ACTIONS(1286), + [anon_sym_u8_SQUOTE] = ACTIONS(1286), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_L_DQUOTE] = ACTIONS(1286), + [anon_sym_u_DQUOTE] = ACTIONS(1286), + [anon_sym_U_DQUOTE] = ACTIONS(1286), + [anon_sym_u8_DQUOTE] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_true] = ACTIONS(1284), + [sym_false] = ACTIONS(1284), + [anon_sym_NULL] = ACTIONS(1284), + [anon_sym_nullptr] = ACTIONS(1284), [sym_comment] = ACTIONS(3), }, - [319] = { - [ts_builtin_sym_end] = ACTIONS(1410), - [sym_identifier] = ACTIONS(1412), - [aux_sym_preproc_include_token1] = ACTIONS(1412), - [aux_sym_preproc_def_token1] = ACTIONS(1412), - [aux_sym_preproc_if_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1412), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_LPAREN2] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_AMP] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym___extension__] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym___attribute__] = ACTIONS(1412), - [anon_sym___attribute] = ACTIONS(1412), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1410), - [anon_sym___declspec] = ACTIONS(1412), - [anon_sym___cdecl] = ACTIONS(1412), - [anon_sym___clrcall] = ACTIONS(1412), - [anon_sym___stdcall] = ACTIONS(1412), - [anon_sym___fastcall] = ACTIONS(1412), - [anon_sym___thiscall] = ACTIONS(1412), - [anon_sym___vectorcall] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_signed] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym___inline] = ACTIONS(1412), - [anon_sym___inline__] = ACTIONS(1412), - [anon_sym___forceinline] = ACTIONS(1412), - [anon_sym_thread_local] = ACTIONS(1412), - [anon_sym___thread] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_constexpr] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym___restrict__] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym__Noreturn] = ACTIONS(1412), - [anon_sym_noreturn] = ACTIONS(1412), - [anon_sym__Nonnull] = ACTIONS(1412), - [anon_sym_alignas] = ACTIONS(1412), - [anon_sym__Alignas] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_if] = ACTIONS(1412), - [anon_sym_switch] = ACTIONS(1412), - [anon_sym_case] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_while] = ACTIONS(1412), - [anon_sym_do] = ACTIONS(1412), - [anon_sym_for] = ACTIONS(1412), - [anon_sym_return] = ACTIONS(1412), - [anon_sym_break] = ACTIONS(1412), - [anon_sym_continue] = ACTIONS(1412), - [anon_sym_goto] = ACTIONS(1412), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_sizeof] = ACTIONS(1412), - [anon_sym___alignof__] = ACTIONS(1412), - [anon_sym___alignof] = ACTIONS(1412), - [anon_sym__alignof] = ACTIONS(1412), - [anon_sym_alignof] = ACTIONS(1412), - [anon_sym__Alignof] = ACTIONS(1412), - [anon_sym_offsetof] = ACTIONS(1412), - [anon_sym__Generic] = ACTIONS(1412), - [anon_sym_asm] = ACTIONS(1412), - [anon_sym___asm__] = ACTIONS(1412), - [anon_sym___asm] = ACTIONS(1412), - [sym_number_literal] = ACTIONS(1410), - [anon_sym_L_SQUOTE] = ACTIONS(1410), - [anon_sym_u_SQUOTE] = ACTIONS(1410), - [anon_sym_U_SQUOTE] = ACTIONS(1410), - [anon_sym_u8_SQUOTE] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_L_DQUOTE] = ACTIONS(1410), - [anon_sym_u_DQUOTE] = ACTIONS(1410), - [anon_sym_U_DQUOTE] = ACTIONS(1410), - [anon_sym_u8_DQUOTE] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym_true] = ACTIONS(1412), - [sym_false] = ACTIONS(1412), - [anon_sym_NULL] = ACTIONS(1412), - [anon_sym_nullptr] = ACTIONS(1412), + [STATE(300)] = { + [sym_identifier] = ACTIONS(1300), + [aux_sym_preproc_include_token1] = ACTIONS(1300), + [aux_sym_preproc_def_token1] = ACTIONS(1300), + [aux_sym_preproc_if_token1] = ACTIONS(1300), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1300), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1300), + [sym_preproc_directive] = ACTIONS(1300), + [anon_sym_LPAREN2] = ACTIONS(1302), + [anon_sym_BANG] = ACTIONS(1302), + [anon_sym_TILDE] = ACTIONS(1302), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_STAR] = ACTIONS(1302), + [anon_sym_AMP] = ACTIONS(1302), + [anon_sym_SEMI] = ACTIONS(1302), + [anon_sym___extension__] = ACTIONS(1300), + [anon_sym_typedef] = ACTIONS(1300), + [anon_sym_extern] = ACTIONS(1300), + [anon_sym___attribute__] = ACTIONS(1300), + [anon_sym___attribute] = ACTIONS(1300), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1302), + [anon_sym___declspec] = ACTIONS(1300), + [anon_sym___cdecl] = ACTIONS(1300), + [anon_sym___clrcall] = ACTIONS(1300), + [anon_sym___stdcall] = ACTIONS(1300), + [anon_sym___fastcall] = ACTIONS(1300), + [anon_sym___thiscall] = ACTIONS(1300), + [anon_sym___vectorcall] = ACTIONS(1300), + [anon_sym_LBRACE] = ACTIONS(1302), + [anon_sym_RBRACE] = ACTIONS(1302), + [anon_sym_signed] = ACTIONS(1300), + [anon_sym_unsigned] = ACTIONS(1300), + [anon_sym_long] = ACTIONS(1300), + [anon_sym_short] = ACTIONS(1300), + [anon_sym_static] = ACTIONS(1300), + [anon_sym_auto] = ACTIONS(1300), + [anon_sym_register] = ACTIONS(1300), + [anon_sym_inline] = ACTIONS(1300), + [anon_sym___inline] = ACTIONS(1300), + [anon_sym___inline__] = ACTIONS(1300), + [anon_sym___forceinline] = ACTIONS(1300), + [anon_sym_thread_local] = ACTIONS(1300), + [anon_sym___thread] = ACTIONS(1300), + [anon_sym_const] = ACTIONS(1300), + [anon_sym_constexpr] = ACTIONS(1300), + [anon_sym_volatile] = ACTIONS(1300), + [anon_sym_restrict] = ACTIONS(1300), + [anon_sym___restrict__] = ACTIONS(1300), + [anon_sym__Atomic] = ACTIONS(1300), + [anon_sym__Noreturn] = ACTIONS(1300), + [anon_sym_noreturn] = ACTIONS(1300), + [anon_sym__Nonnull] = ACTIONS(1300), + [anon_sym_alignas] = ACTIONS(1300), + [anon_sym__Alignas] = ACTIONS(1300), + [sym_primitive_type] = ACTIONS(1300), + [anon_sym_enum] = ACTIONS(1300), + [anon_sym_struct] = ACTIONS(1300), + [anon_sym_union] = ACTIONS(1300), + [anon_sym_if] = ACTIONS(1300), + [anon_sym_switch] = ACTIONS(1300), + [anon_sym_case] = ACTIONS(1300), + [anon_sym_default] = ACTIONS(1300), + [anon_sym_while] = ACTIONS(1300), + [anon_sym_do] = ACTIONS(1300), + [anon_sym_for] = ACTIONS(1300), + [anon_sym_return] = ACTIONS(1300), + [anon_sym_break] = ACTIONS(1300), + [anon_sym_continue] = ACTIONS(1300), + [anon_sym_goto] = ACTIONS(1300), + [anon_sym___try] = ACTIONS(1300), + [anon_sym___leave] = ACTIONS(1300), + [anon_sym_DASH_DASH] = ACTIONS(1302), + [anon_sym_PLUS_PLUS] = ACTIONS(1302), + [anon_sym_sizeof] = ACTIONS(1300), + [anon_sym___alignof__] = ACTIONS(1300), + [anon_sym___alignof] = ACTIONS(1300), + [anon_sym__alignof] = ACTIONS(1300), + [anon_sym_alignof] = ACTIONS(1300), + [anon_sym__Alignof] = ACTIONS(1300), + [anon_sym_offsetof] = ACTIONS(1300), + [anon_sym__Generic] = ACTIONS(1300), + [anon_sym_asm] = ACTIONS(1300), + [anon_sym___asm__] = ACTIONS(1300), + [anon_sym___asm] = ACTIONS(1300), + [sym_number_literal] = ACTIONS(1302), + [anon_sym_L_SQUOTE] = ACTIONS(1302), + [anon_sym_u_SQUOTE] = ACTIONS(1302), + [anon_sym_U_SQUOTE] = ACTIONS(1302), + [anon_sym_u8_SQUOTE] = ACTIONS(1302), + [anon_sym_SQUOTE] = ACTIONS(1302), + [anon_sym_L_DQUOTE] = ACTIONS(1302), + [anon_sym_u_DQUOTE] = ACTIONS(1302), + [anon_sym_U_DQUOTE] = ACTIONS(1302), + [anon_sym_u8_DQUOTE] = ACTIONS(1302), + [anon_sym_DQUOTE] = ACTIONS(1302), + [sym_true] = ACTIONS(1300), + [sym_false] = ACTIONS(1300), + [anon_sym_NULL] = ACTIONS(1300), + [anon_sym_nullptr] = ACTIONS(1300), + [sym_comment] = ACTIONS(3), + }, + [STATE(301)] = { + [sym_identifier] = ACTIONS(1308), + [aux_sym_preproc_include_token1] = ACTIONS(1308), + [aux_sym_preproc_def_token1] = ACTIONS(1308), + [aux_sym_preproc_if_token1] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), + [sym_preproc_directive] = ACTIONS(1308), + [anon_sym_LPAREN2] = ACTIONS(1310), + [anon_sym_BANG] = ACTIONS(1310), + [anon_sym_TILDE] = ACTIONS(1310), + [anon_sym_DASH] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1310), + [anon_sym_AMP] = ACTIONS(1310), + [anon_sym_SEMI] = ACTIONS(1310), + [anon_sym___extension__] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1308), + [anon_sym_extern] = ACTIONS(1308), + [anon_sym___attribute__] = ACTIONS(1308), + [anon_sym___attribute] = ACTIONS(1308), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1310), + [anon_sym___declspec] = ACTIONS(1308), + [anon_sym___cdecl] = ACTIONS(1308), + [anon_sym___clrcall] = ACTIONS(1308), + [anon_sym___stdcall] = ACTIONS(1308), + [anon_sym___fastcall] = ACTIONS(1308), + [anon_sym___thiscall] = ACTIONS(1308), + [anon_sym___vectorcall] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1310), + [anon_sym_RBRACE] = ACTIONS(1310), + [anon_sym_signed] = ACTIONS(1308), + [anon_sym_unsigned] = ACTIONS(1308), + [anon_sym_long] = ACTIONS(1308), + [anon_sym_short] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1308), + [anon_sym_auto] = ACTIONS(1308), + [anon_sym_register] = ACTIONS(1308), + [anon_sym_inline] = ACTIONS(1308), + [anon_sym___inline] = ACTIONS(1308), + [anon_sym___inline__] = ACTIONS(1308), + [anon_sym___forceinline] = ACTIONS(1308), + [anon_sym_thread_local] = ACTIONS(1308), + [anon_sym___thread] = ACTIONS(1308), + [anon_sym_const] = ACTIONS(1308), + [anon_sym_constexpr] = ACTIONS(1308), + [anon_sym_volatile] = ACTIONS(1308), + [anon_sym_restrict] = ACTIONS(1308), + [anon_sym___restrict__] = ACTIONS(1308), + [anon_sym__Atomic] = ACTIONS(1308), + [anon_sym__Noreturn] = ACTIONS(1308), + [anon_sym_noreturn] = ACTIONS(1308), + [anon_sym__Nonnull] = ACTIONS(1308), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [sym_primitive_type] = ACTIONS(1308), + [anon_sym_enum] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1308), + [anon_sym_union] = ACTIONS(1308), + [anon_sym_if] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1308), + [anon_sym_case] = ACTIONS(1308), + [anon_sym_default] = ACTIONS(1308), + [anon_sym_while] = ACTIONS(1308), + [anon_sym_do] = ACTIONS(1308), + [anon_sym_for] = ACTIONS(1308), + [anon_sym_return] = ACTIONS(1308), + [anon_sym_break] = ACTIONS(1308), + [anon_sym_continue] = ACTIONS(1308), + [anon_sym_goto] = ACTIONS(1308), + [anon_sym___try] = ACTIONS(1308), + [anon_sym___leave] = ACTIONS(1308), + [anon_sym_DASH_DASH] = ACTIONS(1310), + [anon_sym_PLUS_PLUS] = ACTIONS(1310), + [anon_sym_sizeof] = ACTIONS(1308), + [anon_sym___alignof__] = ACTIONS(1308), + [anon_sym___alignof] = ACTIONS(1308), + [anon_sym__alignof] = ACTIONS(1308), + [anon_sym_alignof] = ACTIONS(1308), + [anon_sym__Alignof] = ACTIONS(1308), + [anon_sym_offsetof] = ACTIONS(1308), + [anon_sym__Generic] = ACTIONS(1308), + [anon_sym_asm] = ACTIONS(1308), + [anon_sym___asm__] = ACTIONS(1308), + [anon_sym___asm] = ACTIONS(1308), + [sym_number_literal] = ACTIONS(1310), + [anon_sym_L_SQUOTE] = ACTIONS(1310), + [anon_sym_u_SQUOTE] = ACTIONS(1310), + [anon_sym_U_SQUOTE] = ACTIONS(1310), + [anon_sym_u8_SQUOTE] = ACTIONS(1310), + [anon_sym_SQUOTE] = ACTIONS(1310), + [anon_sym_L_DQUOTE] = ACTIONS(1310), + [anon_sym_u_DQUOTE] = ACTIONS(1310), + [anon_sym_U_DQUOTE] = ACTIONS(1310), + [anon_sym_u8_DQUOTE] = ACTIONS(1310), + [anon_sym_DQUOTE] = ACTIONS(1310), + [sym_true] = ACTIONS(1308), + [sym_false] = ACTIONS(1308), + [anon_sym_NULL] = ACTIONS(1308), + [anon_sym_nullptr] = ACTIONS(1308), [sym_comment] = ACTIONS(3), }, - [320] = { - [ts_builtin_sym_end] = ACTIONS(1374), - [sym_identifier] = ACTIONS(1372), - [aux_sym_preproc_include_token1] = ACTIONS(1372), - [aux_sym_preproc_def_token1] = ACTIONS(1372), - [aux_sym_preproc_if_token1] = ACTIONS(1372), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1372), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1372), - [sym_preproc_directive] = ACTIONS(1372), - [anon_sym_LPAREN2] = ACTIONS(1374), - [anon_sym_BANG] = ACTIONS(1374), - [anon_sym_TILDE] = ACTIONS(1374), - [anon_sym_DASH] = ACTIONS(1372), - [anon_sym_PLUS] = ACTIONS(1372), - [anon_sym_STAR] = ACTIONS(1374), - [anon_sym_AMP] = ACTIONS(1374), - [anon_sym_SEMI] = ACTIONS(1374), - [anon_sym___extension__] = ACTIONS(1372), - [anon_sym_typedef] = ACTIONS(1372), - [anon_sym_extern] = ACTIONS(1372), - [anon_sym___attribute__] = ACTIONS(1372), - [anon_sym___attribute] = ACTIONS(1372), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1374), - [anon_sym___declspec] = ACTIONS(1372), - [anon_sym___cdecl] = ACTIONS(1372), - [anon_sym___clrcall] = ACTIONS(1372), - [anon_sym___stdcall] = ACTIONS(1372), - [anon_sym___fastcall] = ACTIONS(1372), - [anon_sym___thiscall] = ACTIONS(1372), - [anon_sym___vectorcall] = ACTIONS(1372), - [anon_sym_LBRACE] = ACTIONS(1374), - [anon_sym_signed] = ACTIONS(1372), - [anon_sym_unsigned] = ACTIONS(1372), - [anon_sym_long] = ACTIONS(1372), - [anon_sym_short] = ACTIONS(1372), - [anon_sym_static] = ACTIONS(1372), - [anon_sym_auto] = ACTIONS(1372), - [anon_sym_register] = ACTIONS(1372), - [anon_sym_inline] = ACTIONS(1372), - [anon_sym___inline] = ACTIONS(1372), - [anon_sym___inline__] = ACTIONS(1372), - [anon_sym___forceinline] = ACTIONS(1372), - [anon_sym_thread_local] = ACTIONS(1372), - [anon_sym___thread] = ACTIONS(1372), - [anon_sym_const] = ACTIONS(1372), - [anon_sym_constexpr] = ACTIONS(1372), - [anon_sym_volatile] = ACTIONS(1372), - [anon_sym_restrict] = ACTIONS(1372), - [anon_sym___restrict__] = ACTIONS(1372), - [anon_sym__Atomic] = ACTIONS(1372), - [anon_sym__Noreturn] = ACTIONS(1372), - [anon_sym_noreturn] = ACTIONS(1372), - [anon_sym__Nonnull] = ACTIONS(1372), - [anon_sym_alignas] = ACTIONS(1372), - [anon_sym__Alignas] = ACTIONS(1372), - [sym_primitive_type] = ACTIONS(1372), - [anon_sym_enum] = ACTIONS(1372), - [anon_sym_struct] = ACTIONS(1372), - [anon_sym_union] = ACTIONS(1372), - [anon_sym_if] = ACTIONS(1372), - [anon_sym_switch] = ACTIONS(1372), - [anon_sym_case] = ACTIONS(1372), - [anon_sym_default] = ACTIONS(1372), - [anon_sym_while] = ACTIONS(1372), - [anon_sym_do] = ACTIONS(1372), - [anon_sym_for] = ACTIONS(1372), - [anon_sym_return] = ACTIONS(1372), - [anon_sym_break] = ACTIONS(1372), - [anon_sym_continue] = ACTIONS(1372), - [anon_sym_goto] = ACTIONS(1372), - [anon_sym_DASH_DASH] = ACTIONS(1374), - [anon_sym_PLUS_PLUS] = ACTIONS(1374), - [anon_sym_sizeof] = ACTIONS(1372), - [anon_sym___alignof__] = ACTIONS(1372), - [anon_sym___alignof] = ACTIONS(1372), - [anon_sym__alignof] = ACTIONS(1372), - [anon_sym_alignof] = ACTIONS(1372), - [anon_sym__Alignof] = ACTIONS(1372), - [anon_sym_offsetof] = ACTIONS(1372), - [anon_sym__Generic] = ACTIONS(1372), - [anon_sym_asm] = ACTIONS(1372), - [anon_sym___asm__] = ACTIONS(1372), - [anon_sym___asm] = ACTIONS(1372), - [sym_number_literal] = ACTIONS(1374), - [anon_sym_L_SQUOTE] = ACTIONS(1374), - [anon_sym_u_SQUOTE] = ACTIONS(1374), - [anon_sym_U_SQUOTE] = ACTIONS(1374), - [anon_sym_u8_SQUOTE] = ACTIONS(1374), - [anon_sym_SQUOTE] = ACTIONS(1374), - [anon_sym_L_DQUOTE] = ACTIONS(1374), - [anon_sym_u_DQUOTE] = ACTIONS(1374), - [anon_sym_U_DQUOTE] = ACTIONS(1374), - [anon_sym_u8_DQUOTE] = ACTIONS(1374), - [anon_sym_DQUOTE] = ACTIONS(1374), - [sym_true] = ACTIONS(1372), - [sym_false] = ACTIONS(1372), - [anon_sym_NULL] = ACTIONS(1372), - [anon_sym_nullptr] = ACTIONS(1372), + [STATE(302)] = { + [ts_builtin_sym_end] = ACTIONS(1278), + [sym_identifier] = ACTIONS(1276), + [aux_sym_preproc_include_token1] = ACTIONS(1276), + [aux_sym_preproc_def_token1] = ACTIONS(1276), + [anon_sym_COMMA] = ACTIONS(1278), + [aux_sym_preproc_if_token1] = ACTIONS(1276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1276), + [sym_preproc_directive] = ACTIONS(1276), + [anon_sym_LPAREN2] = ACTIONS(1278), + [anon_sym_BANG] = ACTIONS(1278), + [anon_sym_TILDE] = ACTIONS(1278), + [anon_sym_DASH] = ACTIONS(1276), + [anon_sym_PLUS] = ACTIONS(1276), + [anon_sym_STAR] = ACTIONS(1278), + [anon_sym_AMP] = ACTIONS(1278), + [anon_sym_SEMI] = ACTIONS(1278), + [anon_sym___extension__] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1276), + [anon_sym_extern] = ACTIONS(1276), + [anon_sym___attribute__] = ACTIONS(1276), + [anon_sym___attribute] = ACTIONS(1276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1278), + [anon_sym___declspec] = ACTIONS(1276), + [anon_sym___cdecl] = ACTIONS(1276), + [anon_sym___clrcall] = ACTIONS(1276), + [anon_sym___stdcall] = ACTIONS(1276), + [anon_sym___fastcall] = ACTIONS(1276), + [anon_sym___thiscall] = ACTIONS(1276), + [anon_sym___vectorcall] = ACTIONS(1276), + [anon_sym_LBRACE] = ACTIONS(1278), + [anon_sym_RBRACE] = ACTIONS(1278), + [anon_sym_signed] = ACTIONS(1276), + [anon_sym_unsigned] = ACTIONS(1276), + [anon_sym_long] = ACTIONS(1276), + [anon_sym_short] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1276), + [anon_sym_auto] = ACTIONS(1276), + [anon_sym_register] = ACTIONS(1276), + [anon_sym_inline] = ACTIONS(1276), + [anon_sym___inline] = ACTIONS(1276), + [anon_sym___inline__] = ACTIONS(1276), + [anon_sym___forceinline] = ACTIONS(1276), + [anon_sym_thread_local] = ACTIONS(1276), + [anon_sym___thread] = ACTIONS(1276), + [anon_sym_const] = ACTIONS(1276), + [anon_sym_constexpr] = ACTIONS(1276), + [anon_sym_volatile] = ACTIONS(1276), + [anon_sym_restrict] = ACTIONS(1276), + [anon_sym___restrict__] = ACTIONS(1276), + [anon_sym__Atomic] = ACTIONS(1276), + [anon_sym__Noreturn] = ACTIONS(1276), + [anon_sym_noreturn] = ACTIONS(1276), + [anon_sym__Nonnull] = ACTIONS(1276), + [anon_sym_alignas] = ACTIONS(1276), + [anon_sym__Alignas] = ACTIONS(1276), + [sym_primitive_type] = ACTIONS(1276), + [anon_sym_enum] = ACTIONS(1276), + [anon_sym_struct] = ACTIONS(1276), + [anon_sym_union] = ACTIONS(1276), + [anon_sym_if] = ACTIONS(1276), + [anon_sym_switch] = ACTIONS(1276), + [anon_sym_case] = ACTIONS(1276), + [anon_sym_default] = ACTIONS(1276), + [anon_sym_while] = ACTIONS(1276), + [anon_sym_do] = ACTIONS(1276), + [anon_sym_for] = ACTIONS(1276), + [anon_sym_return] = ACTIONS(1276), + [anon_sym_break] = ACTIONS(1276), + [anon_sym_continue] = ACTIONS(1276), + [anon_sym_goto] = ACTIONS(1276), + [anon_sym_DASH_DASH] = ACTIONS(1278), + [anon_sym_PLUS_PLUS] = ACTIONS(1278), + [anon_sym_sizeof] = ACTIONS(1276), + [anon_sym___alignof__] = ACTIONS(1276), + [anon_sym___alignof] = ACTIONS(1276), + [anon_sym__alignof] = ACTIONS(1276), + [anon_sym_alignof] = ACTIONS(1276), + [anon_sym__Alignof] = ACTIONS(1276), + [anon_sym_offsetof] = ACTIONS(1276), + [anon_sym__Generic] = ACTIONS(1276), + [anon_sym_asm] = ACTIONS(1276), + [anon_sym___asm__] = ACTIONS(1276), + [anon_sym___asm] = ACTIONS(1276), + [sym_number_literal] = ACTIONS(1278), + [anon_sym_L_SQUOTE] = ACTIONS(1278), + [anon_sym_u_SQUOTE] = ACTIONS(1278), + [anon_sym_U_SQUOTE] = ACTIONS(1278), + [anon_sym_u8_SQUOTE] = ACTIONS(1278), + [anon_sym_SQUOTE] = ACTIONS(1278), + [anon_sym_L_DQUOTE] = ACTIONS(1278), + [anon_sym_u_DQUOTE] = ACTIONS(1278), + [anon_sym_U_DQUOTE] = ACTIONS(1278), + [anon_sym_u8_DQUOTE] = ACTIONS(1278), + [anon_sym_DQUOTE] = ACTIONS(1278), + [sym_true] = ACTIONS(1276), + [sym_false] = ACTIONS(1276), + [anon_sym_NULL] = ACTIONS(1276), + [anon_sym_nullptr] = ACTIONS(1276), [sym_comment] = ACTIONS(3), }, - [321] = { - [ts_builtin_sym_end] = ACTIONS(1338), + [STATE(303)] = { [sym_identifier] = ACTIONS(1336), [aux_sym_preproc_include_token1] = ACTIONS(1336), [aux_sym_preproc_def_token1] = ACTIONS(1336), @@ -49980,6 +48538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1336), [anon_sym___vectorcall] = ACTIONS(1336), [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_RBRACE] = ACTIONS(1338), [anon_sym_signed] = ACTIONS(1336), [anon_sym_unsigned] = ACTIONS(1336), [anon_sym_long] = ACTIONS(1336), @@ -50019,6 +48578,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(1336), [anon_sym_continue] = ACTIONS(1336), [anon_sym_goto] = ACTIONS(1336), + [anon_sym___try] = ACTIONS(1336), + [anon_sym___leave] = ACTIONS(1336), [anon_sym_DASH_DASH] = ACTIONS(1338), [anon_sym_PLUS_PLUS] = ACTIONS(1338), [anon_sym_sizeof] = ACTIONS(1336), @@ -50049,1279 +48610,1506 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, - [322] = { - [sym_attribute_declaration] = STATE(349), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(253), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_if] = ACTIONS(382), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(386), - [anon_sym_default] = ACTIONS(388), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(304)] = { + [sym_identifier] = ACTIONS(1312), + [aux_sym_preproc_include_token1] = ACTIONS(1312), + [aux_sym_preproc_def_token1] = ACTIONS(1312), + [aux_sym_preproc_if_token1] = ACTIONS(1312), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1312), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1312), + [sym_preproc_directive] = ACTIONS(1312), + [anon_sym_LPAREN2] = ACTIONS(1314), + [anon_sym_BANG] = ACTIONS(1314), + [anon_sym_TILDE] = ACTIONS(1314), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1314), + [anon_sym_AMP] = ACTIONS(1314), + [anon_sym_SEMI] = ACTIONS(1314), + [anon_sym___extension__] = ACTIONS(1312), + [anon_sym_typedef] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym___attribute__] = ACTIONS(1312), + [anon_sym___attribute] = ACTIONS(1312), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1314), + [anon_sym___declspec] = ACTIONS(1312), + [anon_sym___cdecl] = ACTIONS(1312), + [anon_sym___clrcall] = ACTIONS(1312), + [anon_sym___stdcall] = ACTIONS(1312), + [anon_sym___fastcall] = ACTIONS(1312), + [anon_sym___thiscall] = ACTIONS(1312), + [anon_sym___vectorcall] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1314), + [anon_sym_RBRACE] = ACTIONS(1314), + [anon_sym_signed] = ACTIONS(1312), + [anon_sym_unsigned] = ACTIONS(1312), + [anon_sym_long] = ACTIONS(1312), + [anon_sym_short] = ACTIONS(1312), + [anon_sym_static] = ACTIONS(1312), + [anon_sym_auto] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_inline] = ACTIONS(1312), + [anon_sym___inline] = ACTIONS(1312), + [anon_sym___inline__] = ACTIONS(1312), + [anon_sym___forceinline] = ACTIONS(1312), + [anon_sym_thread_local] = ACTIONS(1312), + [anon_sym___thread] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [anon_sym_constexpr] = ACTIONS(1312), + [anon_sym_volatile] = ACTIONS(1312), + [anon_sym_restrict] = ACTIONS(1312), + [anon_sym___restrict__] = ACTIONS(1312), + [anon_sym__Atomic] = ACTIONS(1312), + [anon_sym__Noreturn] = ACTIONS(1312), + [anon_sym_noreturn] = ACTIONS(1312), + [anon_sym__Nonnull] = ACTIONS(1312), + [anon_sym_alignas] = ACTIONS(1312), + [anon_sym__Alignas] = ACTIONS(1312), + [sym_primitive_type] = ACTIONS(1312), + [anon_sym_enum] = ACTIONS(1312), + [anon_sym_struct] = ACTIONS(1312), + [anon_sym_union] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_switch] = ACTIONS(1312), + [anon_sym_case] = ACTIONS(1312), + [anon_sym_default] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_goto] = ACTIONS(1312), + [anon_sym___try] = ACTIONS(1312), + [anon_sym___leave] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1314), + [anon_sym_PLUS_PLUS] = ACTIONS(1314), + [anon_sym_sizeof] = ACTIONS(1312), + [anon_sym___alignof__] = ACTIONS(1312), + [anon_sym___alignof] = ACTIONS(1312), + [anon_sym__alignof] = ACTIONS(1312), + [anon_sym_alignof] = ACTIONS(1312), + [anon_sym__Alignof] = ACTIONS(1312), + [anon_sym_offsetof] = ACTIONS(1312), + [anon_sym__Generic] = ACTIONS(1312), + [anon_sym_asm] = ACTIONS(1312), + [anon_sym___asm__] = ACTIONS(1312), + [anon_sym___asm] = ACTIONS(1312), + [sym_number_literal] = ACTIONS(1314), + [anon_sym_L_SQUOTE] = ACTIONS(1314), + [anon_sym_u_SQUOTE] = ACTIONS(1314), + [anon_sym_U_SQUOTE] = ACTIONS(1314), + [anon_sym_u8_SQUOTE] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1314), + [anon_sym_L_DQUOTE] = ACTIONS(1314), + [anon_sym_u_DQUOTE] = ACTIONS(1314), + [anon_sym_U_DQUOTE] = ACTIONS(1314), + [anon_sym_u8_DQUOTE] = ACTIONS(1314), + [anon_sym_DQUOTE] = ACTIONS(1314), + [sym_true] = ACTIONS(1312), + [sym_false] = ACTIONS(1312), + [anon_sym_NULL] = ACTIONS(1312), + [anon_sym_nullptr] = ACTIONS(1312), [sym_comment] = ACTIONS(3), }, - [323] = { - [ts_builtin_sym_end] = ACTIONS(1282), - [sym_identifier] = ACTIONS(1280), - [aux_sym_preproc_include_token1] = ACTIONS(1280), - [aux_sym_preproc_def_token1] = ACTIONS(1280), - [aux_sym_preproc_if_token1] = ACTIONS(1280), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1280), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1280), - [sym_preproc_directive] = ACTIONS(1280), - [anon_sym_LPAREN2] = ACTIONS(1282), - [anon_sym_BANG] = ACTIONS(1282), - [anon_sym_TILDE] = ACTIONS(1282), - [anon_sym_DASH] = ACTIONS(1280), - [anon_sym_PLUS] = ACTIONS(1280), - [anon_sym_STAR] = ACTIONS(1282), - [anon_sym_AMP] = ACTIONS(1282), - [anon_sym_SEMI] = ACTIONS(1282), - [anon_sym___extension__] = ACTIONS(1280), - [anon_sym_typedef] = ACTIONS(1280), - [anon_sym_extern] = ACTIONS(1280), - [anon_sym___attribute__] = ACTIONS(1280), - [anon_sym___attribute] = ACTIONS(1280), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1282), - [anon_sym___declspec] = ACTIONS(1280), - [anon_sym___cdecl] = ACTIONS(1280), - [anon_sym___clrcall] = ACTIONS(1280), - [anon_sym___stdcall] = ACTIONS(1280), - [anon_sym___fastcall] = ACTIONS(1280), - [anon_sym___thiscall] = ACTIONS(1280), - [anon_sym___vectorcall] = ACTIONS(1280), - [anon_sym_LBRACE] = ACTIONS(1282), - [anon_sym_signed] = ACTIONS(1280), - [anon_sym_unsigned] = ACTIONS(1280), - [anon_sym_long] = ACTIONS(1280), - [anon_sym_short] = ACTIONS(1280), - [anon_sym_static] = ACTIONS(1280), - [anon_sym_auto] = ACTIONS(1280), - [anon_sym_register] = ACTIONS(1280), - [anon_sym_inline] = ACTIONS(1280), - [anon_sym___inline] = ACTIONS(1280), - [anon_sym___inline__] = ACTIONS(1280), - [anon_sym___forceinline] = ACTIONS(1280), - [anon_sym_thread_local] = ACTIONS(1280), - [anon_sym___thread] = ACTIONS(1280), - [anon_sym_const] = ACTIONS(1280), - [anon_sym_constexpr] = ACTIONS(1280), - [anon_sym_volatile] = ACTIONS(1280), - [anon_sym_restrict] = ACTIONS(1280), - [anon_sym___restrict__] = ACTIONS(1280), - [anon_sym__Atomic] = ACTIONS(1280), - [anon_sym__Noreturn] = ACTIONS(1280), - [anon_sym_noreturn] = ACTIONS(1280), - [anon_sym__Nonnull] = ACTIONS(1280), - [anon_sym_alignas] = ACTIONS(1280), - [anon_sym__Alignas] = ACTIONS(1280), - [sym_primitive_type] = ACTIONS(1280), - [anon_sym_enum] = ACTIONS(1280), - [anon_sym_struct] = ACTIONS(1280), - [anon_sym_union] = ACTIONS(1280), - [anon_sym_if] = ACTIONS(1280), - [anon_sym_switch] = ACTIONS(1280), - [anon_sym_case] = ACTIONS(1280), - [anon_sym_default] = ACTIONS(1280), - [anon_sym_while] = ACTIONS(1280), - [anon_sym_do] = ACTIONS(1280), - [anon_sym_for] = ACTIONS(1280), - [anon_sym_return] = ACTIONS(1280), - [anon_sym_break] = ACTIONS(1280), - [anon_sym_continue] = ACTIONS(1280), - [anon_sym_goto] = ACTIONS(1280), - [anon_sym_DASH_DASH] = ACTIONS(1282), - [anon_sym_PLUS_PLUS] = ACTIONS(1282), - [anon_sym_sizeof] = ACTIONS(1280), - [anon_sym___alignof__] = ACTIONS(1280), - [anon_sym___alignof] = ACTIONS(1280), - [anon_sym__alignof] = ACTIONS(1280), - [anon_sym_alignof] = ACTIONS(1280), - [anon_sym__Alignof] = ACTIONS(1280), - [anon_sym_offsetof] = ACTIONS(1280), - [anon_sym__Generic] = ACTIONS(1280), - [anon_sym_asm] = ACTIONS(1280), - [anon_sym___asm__] = ACTIONS(1280), - [anon_sym___asm] = ACTIONS(1280), - [sym_number_literal] = ACTIONS(1282), - [anon_sym_L_SQUOTE] = ACTIONS(1282), - [anon_sym_u_SQUOTE] = ACTIONS(1282), - [anon_sym_U_SQUOTE] = ACTIONS(1282), - [anon_sym_u8_SQUOTE] = ACTIONS(1282), - [anon_sym_SQUOTE] = ACTIONS(1282), - [anon_sym_L_DQUOTE] = ACTIONS(1282), - [anon_sym_u_DQUOTE] = ACTIONS(1282), - [anon_sym_U_DQUOTE] = ACTIONS(1282), - [anon_sym_u8_DQUOTE] = ACTIONS(1282), - [anon_sym_DQUOTE] = ACTIONS(1282), - [sym_true] = ACTIONS(1280), - [sym_false] = ACTIONS(1280), - [anon_sym_NULL] = ACTIONS(1280), - [anon_sym_nullptr] = ACTIONS(1280), + [STATE(305)] = { + [sym_identifier] = ACTIONS(1340), + [aux_sym_preproc_include_token1] = ACTIONS(1340), + [aux_sym_preproc_def_token1] = ACTIONS(1340), + [aux_sym_preproc_if_token1] = ACTIONS(1340), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1340), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1340), + [sym_preproc_directive] = ACTIONS(1340), + [anon_sym_LPAREN2] = ACTIONS(1342), + [anon_sym_BANG] = ACTIONS(1342), + [anon_sym_TILDE] = ACTIONS(1342), + [anon_sym_DASH] = ACTIONS(1340), + [anon_sym_PLUS] = ACTIONS(1340), + [anon_sym_STAR] = ACTIONS(1342), + [anon_sym_AMP] = ACTIONS(1342), + [anon_sym_SEMI] = ACTIONS(1342), + [anon_sym___extension__] = ACTIONS(1340), + [anon_sym_typedef] = ACTIONS(1340), + [anon_sym_extern] = ACTIONS(1340), + [anon_sym___attribute__] = ACTIONS(1340), + [anon_sym___attribute] = ACTIONS(1340), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), + [anon_sym___declspec] = ACTIONS(1340), + [anon_sym___cdecl] = ACTIONS(1340), + [anon_sym___clrcall] = ACTIONS(1340), + [anon_sym___stdcall] = ACTIONS(1340), + [anon_sym___fastcall] = ACTIONS(1340), + [anon_sym___thiscall] = ACTIONS(1340), + [anon_sym___vectorcall] = ACTIONS(1340), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_RBRACE] = ACTIONS(1342), + [anon_sym_signed] = ACTIONS(1340), + [anon_sym_unsigned] = ACTIONS(1340), + [anon_sym_long] = ACTIONS(1340), + [anon_sym_short] = ACTIONS(1340), + [anon_sym_static] = ACTIONS(1340), + [anon_sym_auto] = ACTIONS(1340), + [anon_sym_register] = ACTIONS(1340), + [anon_sym_inline] = ACTIONS(1340), + [anon_sym___inline] = ACTIONS(1340), + [anon_sym___inline__] = ACTIONS(1340), + [anon_sym___forceinline] = ACTIONS(1340), + [anon_sym_thread_local] = ACTIONS(1340), + [anon_sym___thread] = ACTIONS(1340), + [anon_sym_const] = ACTIONS(1340), + [anon_sym_constexpr] = ACTIONS(1340), + [anon_sym_volatile] = ACTIONS(1340), + [anon_sym_restrict] = ACTIONS(1340), + [anon_sym___restrict__] = ACTIONS(1340), + [anon_sym__Atomic] = ACTIONS(1340), + [anon_sym__Noreturn] = ACTIONS(1340), + [anon_sym_noreturn] = ACTIONS(1340), + [anon_sym__Nonnull] = ACTIONS(1340), + [anon_sym_alignas] = ACTIONS(1340), + [anon_sym__Alignas] = ACTIONS(1340), + [sym_primitive_type] = ACTIONS(1340), + [anon_sym_enum] = ACTIONS(1340), + [anon_sym_struct] = ACTIONS(1340), + [anon_sym_union] = ACTIONS(1340), + [anon_sym_if] = ACTIONS(1340), + [anon_sym_switch] = ACTIONS(1340), + [anon_sym_case] = ACTIONS(1340), + [anon_sym_default] = ACTIONS(1340), + [anon_sym_while] = ACTIONS(1340), + [anon_sym_do] = ACTIONS(1340), + [anon_sym_for] = ACTIONS(1340), + [anon_sym_return] = ACTIONS(1340), + [anon_sym_break] = ACTIONS(1340), + [anon_sym_continue] = ACTIONS(1340), + [anon_sym_goto] = ACTIONS(1340), + [anon_sym___try] = ACTIONS(1340), + [anon_sym___leave] = ACTIONS(1340), + [anon_sym_DASH_DASH] = ACTIONS(1342), + [anon_sym_PLUS_PLUS] = ACTIONS(1342), + [anon_sym_sizeof] = ACTIONS(1340), + [anon_sym___alignof__] = ACTIONS(1340), + [anon_sym___alignof] = ACTIONS(1340), + [anon_sym__alignof] = ACTIONS(1340), + [anon_sym_alignof] = ACTIONS(1340), + [anon_sym__Alignof] = ACTIONS(1340), + [anon_sym_offsetof] = ACTIONS(1340), + [anon_sym__Generic] = ACTIONS(1340), + [anon_sym_asm] = ACTIONS(1340), + [anon_sym___asm__] = ACTIONS(1340), + [anon_sym___asm] = ACTIONS(1340), + [sym_number_literal] = ACTIONS(1342), + [anon_sym_L_SQUOTE] = ACTIONS(1342), + [anon_sym_u_SQUOTE] = ACTIONS(1342), + [anon_sym_U_SQUOTE] = ACTIONS(1342), + [anon_sym_u8_SQUOTE] = ACTIONS(1342), + [anon_sym_SQUOTE] = ACTIONS(1342), + [anon_sym_L_DQUOTE] = ACTIONS(1342), + [anon_sym_u_DQUOTE] = ACTIONS(1342), + [anon_sym_U_DQUOTE] = ACTIONS(1342), + [anon_sym_u8_DQUOTE] = ACTIONS(1342), + [anon_sym_DQUOTE] = ACTIONS(1342), + [sym_true] = ACTIONS(1340), + [sym_false] = ACTIONS(1340), + [anon_sym_NULL] = ACTIONS(1340), + [anon_sym_nullptr] = ACTIONS(1340), [sym_comment] = ACTIONS(3), }, - [324] = { - [ts_builtin_sym_end] = ACTIONS(1286), - [sym_identifier] = ACTIONS(1284), - [aux_sym_preproc_include_token1] = ACTIONS(1284), - [aux_sym_preproc_def_token1] = ACTIONS(1284), - [aux_sym_preproc_if_token1] = ACTIONS(1284), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1284), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1284), - [sym_preproc_directive] = ACTIONS(1284), - [anon_sym_LPAREN2] = ACTIONS(1286), - [anon_sym_BANG] = ACTIONS(1286), - [anon_sym_TILDE] = ACTIONS(1286), - [anon_sym_DASH] = ACTIONS(1284), - [anon_sym_PLUS] = ACTIONS(1284), - [anon_sym_STAR] = ACTIONS(1286), - [anon_sym_AMP] = ACTIONS(1286), - [anon_sym_SEMI] = ACTIONS(1286), - [anon_sym___extension__] = ACTIONS(1284), - [anon_sym_typedef] = ACTIONS(1284), - [anon_sym_extern] = ACTIONS(1284), - [anon_sym___attribute__] = ACTIONS(1284), - [anon_sym___attribute] = ACTIONS(1284), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1286), - [anon_sym___declspec] = ACTIONS(1284), - [anon_sym___cdecl] = ACTIONS(1284), - [anon_sym___clrcall] = ACTIONS(1284), - [anon_sym___stdcall] = ACTIONS(1284), - [anon_sym___fastcall] = ACTIONS(1284), - [anon_sym___thiscall] = ACTIONS(1284), - [anon_sym___vectorcall] = ACTIONS(1284), - [anon_sym_LBRACE] = ACTIONS(1286), - [anon_sym_signed] = ACTIONS(1284), - [anon_sym_unsigned] = ACTIONS(1284), - [anon_sym_long] = ACTIONS(1284), - [anon_sym_short] = ACTIONS(1284), - [anon_sym_static] = ACTIONS(1284), - [anon_sym_auto] = ACTIONS(1284), - [anon_sym_register] = ACTIONS(1284), - [anon_sym_inline] = ACTIONS(1284), - [anon_sym___inline] = ACTIONS(1284), - [anon_sym___inline__] = ACTIONS(1284), - [anon_sym___forceinline] = ACTIONS(1284), - [anon_sym_thread_local] = ACTIONS(1284), - [anon_sym___thread] = ACTIONS(1284), - [anon_sym_const] = ACTIONS(1284), - [anon_sym_constexpr] = ACTIONS(1284), - [anon_sym_volatile] = ACTIONS(1284), - [anon_sym_restrict] = ACTIONS(1284), - [anon_sym___restrict__] = ACTIONS(1284), - [anon_sym__Atomic] = ACTIONS(1284), - [anon_sym__Noreturn] = ACTIONS(1284), - [anon_sym_noreturn] = ACTIONS(1284), - [anon_sym__Nonnull] = ACTIONS(1284), - [anon_sym_alignas] = ACTIONS(1284), - [anon_sym__Alignas] = ACTIONS(1284), - [sym_primitive_type] = ACTIONS(1284), - [anon_sym_enum] = ACTIONS(1284), - [anon_sym_struct] = ACTIONS(1284), - [anon_sym_union] = ACTIONS(1284), - [anon_sym_if] = ACTIONS(1284), - [anon_sym_switch] = ACTIONS(1284), - [anon_sym_case] = ACTIONS(1284), - [anon_sym_default] = ACTIONS(1284), - [anon_sym_while] = ACTIONS(1284), - [anon_sym_do] = ACTIONS(1284), - [anon_sym_for] = ACTIONS(1284), - [anon_sym_return] = ACTIONS(1284), - [anon_sym_break] = ACTIONS(1284), - [anon_sym_continue] = ACTIONS(1284), - [anon_sym_goto] = ACTIONS(1284), - [anon_sym_DASH_DASH] = ACTIONS(1286), - [anon_sym_PLUS_PLUS] = ACTIONS(1286), - [anon_sym_sizeof] = ACTIONS(1284), - [anon_sym___alignof__] = ACTIONS(1284), - [anon_sym___alignof] = ACTIONS(1284), - [anon_sym__alignof] = ACTIONS(1284), - [anon_sym_alignof] = ACTIONS(1284), - [anon_sym__Alignof] = ACTIONS(1284), - [anon_sym_offsetof] = ACTIONS(1284), - [anon_sym__Generic] = ACTIONS(1284), - [anon_sym_asm] = ACTIONS(1284), - [anon_sym___asm__] = ACTIONS(1284), - [anon_sym___asm] = ACTIONS(1284), - [sym_number_literal] = ACTIONS(1286), - [anon_sym_L_SQUOTE] = ACTIONS(1286), - [anon_sym_u_SQUOTE] = ACTIONS(1286), - [anon_sym_U_SQUOTE] = ACTIONS(1286), - [anon_sym_u8_SQUOTE] = ACTIONS(1286), - [anon_sym_SQUOTE] = ACTIONS(1286), - [anon_sym_L_DQUOTE] = ACTIONS(1286), - [anon_sym_u_DQUOTE] = ACTIONS(1286), - [anon_sym_U_DQUOTE] = ACTIONS(1286), - [anon_sym_u8_DQUOTE] = ACTIONS(1286), - [anon_sym_DQUOTE] = ACTIONS(1286), - [sym_true] = ACTIONS(1284), - [sym_false] = ACTIONS(1284), - [anon_sym_NULL] = ACTIONS(1284), - [anon_sym_nullptr] = ACTIONS(1284), + [STATE(306)] = { + [sym_identifier] = ACTIONS(1344), + [aux_sym_preproc_include_token1] = ACTIONS(1344), + [aux_sym_preproc_def_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), + [sym_preproc_directive] = ACTIONS(1344), + [anon_sym_LPAREN2] = ACTIONS(1346), + [anon_sym_BANG] = ACTIONS(1346), + [anon_sym_TILDE] = ACTIONS(1346), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym___extension__] = ACTIONS(1344), + [anon_sym_typedef] = ACTIONS(1344), + [anon_sym_extern] = ACTIONS(1344), + [anon_sym___attribute__] = ACTIONS(1344), + [anon_sym___attribute] = ACTIONS(1344), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), + [anon_sym___declspec] = ACTIONS(1344), + [anon_sym___cdecl] = ACTIONS(1344), + [anon_sym___clrcall] = ACTIONS(1344), + [anon_sym___stdcall] = ACTIONS(1344), + [anon_sym___fastcall] = ACTIONS(1344), + [anon_sym___thiscall] = ACTIONS(1344), + [anon_sym___vectorcall] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_RBRACE] = ACTIONS(1346), + [anon_sym_signed] = ACTIONS(1344), + [anon_sym_unsigned] = ACTIONS(1344), + [anon_sym_long] = ACTIONS(1344), + [anon_sym_short] = ACTIONS(1344), + [anon_sym_static] = ACTIONS(1344), + [anon_sym_auto] = ACTIONS(1344), + [anon_sym_register] = ACTIONS(1344), + [anon_sym_inline] = ACTIONS(1344), + [anon_sym___inline] = ACTIONS(1344), + [anon_sym___inline__] = ACTIONS(1344), + [anon_sym___forceinline] = ACTIONS(1344), + [anon_sym_thread_local] = ACTIONS(1344), + [anon_sym___thread] = ACTIONS(1344), + [anon_sym_const] = ACTIONS(1344), + [anon_sym_constexpr] = ACTIONS(1344), + [anon_sym_volatile] = ACTIONS(1344), + [anon_sym_restrict] = ACTIONS(1344), + [anon_sym___restrict__] = ACTIONS(1344), + [anon_sym__Atomic] = ACTIONS(1344), + [anon_sym__Noreturn] = ACTIONS(1344), + [anon_sym_noreturn] = ACTIONS(1344), + [anon_sym__Nonnull] = ACTIONS(1344), + [anon_sym_alignas] = ACTIONS(1344), + [anon_sym__Alignas] = ACTIONS(1344), + [sym_primitive_type] = ACTIONS(1344), + [anon_sym_enum] = ACTIONS(1344), + [anon_sym_struct] = ACTIONS(1344), + [anon_sym_union] = ACTIONS(1344), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_switch] = ACTIONS(1344), + [anon_sym_case] = ACTIONS(1344), + [anon_sym_default] = ACTIONS(1344), + [anon_sym_while] = ACTIONS(1344), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1344), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1344), + [anon_sym_goto] = ACTIONS(1344), + [anon_sym___try] = ACTIONS(1344), + [anon_sym___leave] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [anon_sym_sizeof] = ACTIONS(1344), + [anon_sym___alignof__] = ACTIONS(1344), + [anon_sym___alignof] = ACTIONS(1344), + [anon_sym__alignof] = ACTIONS(1344), + [anon_sym_alignof] = ACTIONS(1344), + [anon_sym__Alignof] = ACTIONS(1344), + [anon_sym_offsetof] = ACTIONS(1344), + [anon_sym__Generic] = ACTIONS(1344), + [anon_sym_asm] = ACTIONS(1344), + [anon_sym___asm__] = ACTIONS(1344), + [anon_sym___asm] = ACTIONS(1344), + [sym_number_literal] = ACTIONS(1346), + [anon_sym_L_SQUOTE] = ACTIONS(1346), + [anon_sym_u_SQUOTE] = ACTIONS(1346), + [anon_sym_U_SQUOTE] = ACTIONS(1346), + [anon_sym_u8_SQUOTE] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_L_DQUOTE] = ACTIONS(1346), + [anon_sym_u_DQUOTE] = ACTIONS(1346), + [anon_sym_U_DQUOTE] = ACTIONS(1346), + [anon_sym_u8_DQUOTE] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [sym_true] = ACTIONS(1344), + [sym_false] = ACTIONS(1344), + [anon_sym_NULL] = ACTIONS(1344), + [anon_sym_nullptr] = ACTIONS(1344), [sym_comment] = ACTIONS(3), }, - [325] = { - [ts_builtin_sym_end] = ACTIONS(1290), - [sym_identifier] = ACTIONS(1288), - [aux_sym_preproc_include_token1] = ACTIONS(1288), - [aux_sym_preproc_def_token1] = ACTIONS(1288), - [aux_sym_preproc_if_token1] = ACTIONS(1288), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1288), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1288), - [sym_preproc_directive] = ACTIONS(1288), - [anon_sym_LPAREN2] = ACTIONS(1290), - [anon_sym_BANG] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1290), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_PLUS] = ACTIONS(1288), - [anon_sym_STAR] = ACTIONS(1290), - [anon_sym_AMP] = ACTIONS(1290), - [anon_sym_SEMI] = ACTIONS(1290), - [anon_sym___extension__] = ACTIONS(1288), - [anon_sym_typedef] = ACTIONS(1288), - [anon_sym_extern] = ACTIONS(1288), - [anon_sym___attribute__] = ACTIONS(1288), - [anon_sym___attribute] = ACTIONS(1288), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), - [anon_sym___declspec] = ACTIONS(1288), - [anon_sym___cdecl] = ACTIONS(1288), - [anon_sym___clrcall] = ACTIONS(1288), - [anon_sym___stdcall] = ACTIONS(1288), - [anon_sym___fastcall] = ACTIONS(1288), - [anon_sym___thiscall] = ACTIONS(1288), - [anon_sym___vectorcall] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_signed] = ACTIONS(1288), - [anon_sym_unsigned] = ACTIONS(1288), - [anon_sym_long] = ACTIONS(1288), - [anon_sym_short] = ACTIONS(1288), - [anon_sym_static] = ACTIONS(1288), - [anon_sym_auto] = ACTIONS(1288), - [anon_sym_register] = ACTIONS(1288), - [anon_sym_inline] = ACTIONS(1288), - [anon_sym___inline] = ACTIONS(1288), - [anon_sym___inline__] = ACTIONS(1288), - [anon_sym___forceinline] = ACTIONS(1288), - [anon_sym_thread_local] = ACTIONS(1288), - [anon_sym___thread] = ACTIONS(1288), - [anon_sym_const] = ACTIONS(1288), - [anon_sym_constexpr] = ACTIONS(1288), - [anon_sym_volatile] = ACTIONS(1288), - [anon_sym_restrict] = ACTIONS(1288), - [anon_sym___restrict__] = ACTIONS(1288), - [anon_sym__Atomic] = ACTIONS(1288), - [anon_sym__Noreturn] = ACTIONS(1288), - [anon_sym_noreturn] = ACTIONS(1288), - [anon_sym__Nonnull] = ACTIONS(1288), - [anon_sym_alignas] = ACTIONS(1288), - [anon_sym__Alignas] = ACTIONS(1288), - [sym_primitive_type] = ACTIONS(1288), - [anon_sym_enum] = ACTIONS(1288), - [anon_sym_struct] = ACTIONS(1288), - [anon_sym_union] = ACTIONS(1288), - [anon_sym_if] = ACTIONS(1288), - [anon_sym_switch] = ACTIONS(1288), - [anon_sym_case] = ACTIONS(1288), - [anon_sym_default] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1288), - [anon_sym_do] = ACTIONS(1288), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1288), - [anon_sym_break] = ACTIONS(1288), - [anon_sym_continue] = ACTIONS(1288), - [anon_sym_goto] = ACTIONS(1288), - [anon_sym_DASH_DASH] = ACTIONS(1290), - [anon_sym_PLUS_PLUS] = ACTIONS(1290), - [anon_sym_sizeof] = ACTIONS(1288), - [anon_sym___alignof__] = ACTIONS(1288), - [anon_sym___alignof] = ACTIONS(1288), - [anon_sym__alignof] = ACTIONS(1288), - [anon_sym_alignof] = ACTIONS(1288), - [anon_sym__Alignof] = ACTIONS(1288), - [anon_sym_offsetof] = ACTIONS(1288), - [anon_sym__Generic] = ACTIONS(1288), - [anon_sym_asm] = ACTIONS(1288), - [anon_sym___asm__] = ACTIONS(1288), - [anon_sym___asm] = ACTIONS(1288), - [sym_number_literal] = ACTIONS(1290), - [anon_sym_L_SQUOTE] = ACTIONS(1290), - [anon_sym_u_SQUOTE] = ACTIONS(1290), - [anon_sym_U_SQUOTE] = ACTIONS(1290), - [anon_sym_u8_SQUOTE] = ACTIONS(1290), - [anon_sym_SQUOTE] = ACTIONS(1290), - [anon_sym_L_DQUOTE] = ACTIONS(1290), - [anon_sym_u_DQUOTE] = ACTIONS(1290), - [anon_sym_U_DQUOTE] = ACTIONS(1290), - [anon_sym_u8_DQUOTE] = ACTIONS(1290), - [anon_sym_DQUOTE] = ACTIONS(1290), - [sym_true] = ACTIONS(1288), - [sym_false] = ACTIONS(1288), - [anon_sym_NULL] = ACTIONS(1288), - [anon_sym_nullptr] = ACTIONS(1288), + [STATE(307)] = { + [sym_identifier] = ACTIONS(1348), + [aux_sym_preproc_include_token1] = ACTIONS(1348), + [aux_sym_preproc_def_token1] = ACTIONS(1348), + [aux_sym_preproc_if_token1] = ACTIONS(1348), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1348), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1348), + [sym_preproc_directive] = ACTIONS(1348), + [anon_sym_LPAREN2] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1348), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1348), + [anon_sym_typedef] = ACTIONS(1348), + [anon_sym_extern] = ACTIONS(1348), + [anon_sym___attribute__] = ACTIONS(1348), + [anon_sym___attribute] = ACTIONS(1348), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1350), + [anon_sym___declspec] = ACTIONS(1348), + [anon_sym___cdecl] = ACTIONS(1348), + [anon_sym___clrcall] = ACTIONS(1348), + [anon_sym___stdcall] = ACTIONS(1348), + [anon_sym___fastcall] = ACTIONS(1348), + [anon_sym___thiscall] = ACTIONS(1348), + [anon_sym___vectorcall] = ACTIONS(1348), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_RBRACE] = ACTIONS(1350), + [anon_sym_signed] = ACTIONS(1348), + [anon_sym_unsigned] = ACTIONS(1348), + [anon_sym_long] = ACTIONS(1348), + [anon_sym_short] = ACTIONS(1348), + [anon_sym_static] = ACTIONS(1348), + [anon_sym_auto] = ACTIONS(1348), + [anon_sym_register] = ACTIONS(1348), + [anon_sym_inline] = ACTIONS(1348), + [anon_sym___inline] = ACTIONS(1348), + [anon_sym___inline__] = ACTIONS(1348), + [anon_sym___forceinline] = ACTIONS(1348), + [anon_sym_thread_local] = ACTIONS(1348), + [anon_sym___thread] = ACTIONS(1348), + [anon_sym_const] = ACTIONS(1348), + [anon_sym_constexpr] = ACTIONS(1348), + [anon_sym_volatile] = ACTIONS(1348), + [anon_sym_restrict] = ACTIONS(1348), + [anon_sym___restrict__] = ACTIONS(1348), + [anon_sym__Atomic] = ACTIONS(1348), + [anon_sym__Noreturn] = ACTIONS(1348), + [anon_sym_noreturn] = ACTIONS(1348), + [anon_sym__Nonnull] = ACTIONS(1348), + [anon_sym_alignas] = ACTIONS(1348), + [anon_sym__Alignas] = ACTIONS(1348), + [sym_primitive_type] = ACTIONS(1348), + [anon_sym_enum] = ACTIONS(1348), + [anon_sym_struct] = ACTIONS(1348), + [anon_sym_union] = ACTIONS(1348), + [anon_sym_if] = ACTIONS(1348), + [anon_sym_switch] = ACTIONS(1348), + [anon_sym_case] = ACTIONS(1348), + [anon_sym_default] = ACTIONS(1348), + [anon_sym_while] = ACTIONS(1348), + [anon_sym_do] = ACTIONS(1348), + [anon_sym_for] = ACTIONS(1348), + [anon_sym_return] = ACTIONS(1348), + [anon_sym_break] = ACTIONS(1348), + [anon_sym_continue] = ACTIONS(1348), + [anon_sym_goto] = ACTIONS(1348), + [anon_sym___try] = ACTIONS(1348), + [anon_sym___leave] = ACTIONS(1348), + [anon_sym_DASH_DASH] = ACTIONS(1350), + [anon_sym_PLUS_PLUS] = ACTIONS(1350), + [anon_sym_sizeof] = ACTIONS(1348), + [anon_sym___alignof__] = ACTIONS(1348), + [anon_sym___alignof] = ACTIONS(1348), + [anon_sym__alignof] = ACTIONS(1348), + [anon_sym_alignof] = ACTIONS(1348), + [anon_sym__Alignof] = ACTIONS(1348), + [anon_sym_offsetof] = ACTIONS(1348), + [anon_sym__Generic] = ACTIONS(1348), + [anon_sym_asm] = ACTIONS(1348), + [anon_sym___asm__] = ACTIONS(1348), + [anon_sym___asm] = ACTIONS(1348), + [sym_number_literal] = ACTIONS(1350), + [anon_sym_L_SQUOTE] = ACTIONS(1350), + [anon_sym_u_SQUOTE] = ACTIONS(1350), + [anon_sym_U_SQUOTE] = ACTIONS(1350), + [anon_sym_u8_SQUOTE] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_L_DQUOTE] = ACTIONS(1350), + [anon_sym_u_DQUOTE] = ACTIONS(1350), + [anon_sym_U_DQUOTE] = ACTIONS(1350), + [anon_sym_u8_DQUOTE] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [sym_true] = ACTIONS(1348), + [sym_false] = ACTIONS(1348), + [anon_sym_NULL] = ACTIONS(1348), + [anon_sym_nullptr] = ACTIONS(1348), + [sym_comment] = ACTIONS(3), + }, + [STATE(308)] = { + [sym_identifier] = ACTIONS(1262), + [aux_sym_preproc_include_token1] = ACTIONS(1262), + [aux_sym_preproc_def_token1] = ACTIONS(1262), + [aux_sym_preproc_if_token1] = ACTIONS(1262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1262), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1262), + [sym_preproc_directive] = ACTIONS(1262), + [anon_sym_LPAREN2] = ACTIONS(1264), + [anon_sym_BANG] = ACTIONS(1264), + [anon_sym_TILDE] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1262), + [anon_sym_PLUS] = ACTIONS(1262), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_SEMI] = ACTIONS(1264), + [anon_sym___extension__] = ACTIONS(1262), + [anon_sym_typedef] = ACTIONS(1262), + [anon_sym_extern] = ACTIONS(1262), + [anon_sym___attribute__] = ACTIONS(1262), + [anon_sym___attribute] = ACTIONS(1262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), + [anon_sym___declspec] = ACTIONS(1262), + [anon_sym___cdecl] = ACTIONS(1262), + [anon_sym___clrcall] = ACTIONS(1262), + [anon_sym___stdcall] = ACTIONS(1262), + [anon_sym___fastcall] = ACTIONS(1262), + [anon_sym___thiscall] = ACTIONS(1262), + [anon_sym___vectorcall] = ACTIONS(1262), + [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_RBRACE] = ACTIONS(1264), + [anon_sym_signed] = ACTIONS(1262), + [anon_sym_unsigned] = ACTIONS(1262), + [anon_sym_long] = ACTIONS(1262), + [anon_sym_short] = ACTIONS(1262), + [anon_sym_static] = ACTIONS(1262), + [anon_sym_auto] = ACTIONS(1262), + [anon_sym_register] = ACTIONS(1262), + [anon_sym_inline] = ACTIONS(1262), + [anon_sym___inline] = ACTIONS(1262), + [anon_sym___inline__] = ACTIONS(1262), + [anon_sym___forceinline] = ACTIONS(1262), + [anon_sym_thread_local] = ACTIONS(1262), + [anon_sym___thread] = ACTIONS(1262), + [anon_sym_const] = ACTIONS(1262), + [anon_sym_constexpr] = ACTIONS(1262), + [anon_sym_volatile] = ACTIONS(1262), + [anon_sym_restrict] = ACTIONS(1262), + [anon_sym___restrict__] = ACTIONS(1262), + [anon_sym__Atomic] = ACTIONS(1262), + [anon_sym__Noreturn] = ACTIONS(1262), + [anon_sym_noreturn] = ACTIONS(1262), + [anon_sym__Nonnull] = ACTIONS(1262), + [anon_sym_alignas] = ACTIONS(1262), + [anon_sym__Alignas] = ACTIONS(1262), + [sym_primitive_type] = ACTIONS(1262), + [anon_sym_enum] = ACTIONS(1262), + [anon_sym_struct] = ACTIONS(1262), + [anon_sym_union] = ACTIONS(1262), + [anon_sym_if] = ACTIONS(1262), + [anon_sym_switch] = ACTIONS(1262), + [anon_sym_case] = ACTIONS(1262), + [anon_sym_default] = ACTIONS(1262), + [anon_sym_while] = ACTIONS(1262), + [anon_sym_do] = ACTIONS(1262), + [anon_sym_for] = ACTIONS(1262), + [anon_sym_return] = ACTIONS(1262), + [anon_sym_break] = ACTIONS(1262), + [anon_sym_continue] = ACTIONS(1262), + [anon_sym_goto] = ACTIONS(1262), + [anon_sym___try] = ACTIONS(1262), + [anon_sym___leave] = ACTIONS(1262), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), + [anon_sym_sizeof] = ACTIONS(1262), + [anon_sym___alignof__] = ACTIONS(1262), + [anon_sym___alignof] = ACTIONS(1262), + [anon_sym__alignof] = ACTIONS(1262), + [anon_sym_alignof] = ACTIONS(1262), + [anon_sym__Alignof] = ACTIONS(1262), + [anon_sym_offsetof] = ACTIONS(1262), + [anon_sym__Generic] = ACTIONS(1262), + [anon_sym_asm] = ACTIONS(1262), + [anon_sym___asm__] = ACTIONS(1262), + [anon_sym___asm] = ACTIONS(1262), + [sym_number_literal] = ACTIONS(1264), + [anon_sym_L_SQUOTE] = ACTIONS(1264), + [anon_sym_u_SQUOTE] = ACTIONS(1264), + [anon_sym_U_SQUOTE] = ACTIONS(1264), + [anon_sym_u8_SQUOTE] = ACTIONS(1264), + [anon_sym_SQUOTE] = ACTIONS(1264), + [anon_sym_L_DQUOTE] = ACTIONS(1264), + [anon_sym_u_DQUOTE] = ACTIONS(1264), + [anon_sym_U_DQUOTE] = ACTIONS(1264), + [anon_sym_u8_DQUOTE] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1264), + [sym_true] = ACTIONS(1262), + [sym_false] = ACTIONS(1262), + [anon_sym_NULL] = ACTIONS(1262), + [anon_sym_nullptr] = ACTIONS(1262), [sym_comment] = ACTIONS(3), }, - [326] = { - [ts_builtin_sym_end] = ACTIONS(1362), - [sym_identifier] = ACTIONS(1360), - [aux_sym_preproc_include_token1] = ACTIONS(1360), - [aux_sym_preproc_def_token1] = ACTIONS(1360), - [aux_sym_preproc_if_token1] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), - [sym_preproc_directive] = ACTIONS(1360), - [anon_sym_LPAREN2] = ACTIONS(1362), - [anon_sym_BANG] = ACTIONS(1362), - [anon_sym_TILDE] = ACTIONS(1362), - [anon_sym_DASH] = ACTIONS(1360), - [anon_sym_PLUS] = ACTIONS(1360), - [anon_sym_STAR] = ACTIONS(1362), - [anon_sym_AMP] = ACTIONS(1362), - [anon_sym_SEMI] = ACTIONS(1362), - [anon_sym___extension__] = ACTIONS(1360), - [anon_sym_typedef] = ACTIONS(1360), - [anon_sym_extern] = ACTIONS(1360), - [anon_sym___attribute__] = ACTIONS(1360), - [anon_sym___attribute] = ACTIONS(1360), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), - [anon_sym___declspec] = ACTIONS(1360), - [anon_sym___cdecl] = ACTIONS(1360), - [anon_sym___clrcall] = ACTIONS(1360), - [anon_sym___stdcall] = ACTIONS(1360), - [anon_sym___fastcall] = ACTIONS(1360), - [anon_sym___thiscall] = ACTIONS(1360), - [anon_sym___vectorcall] = ACTIONS(1360), - [anon_sym_LBRACE] = ACTIONS(1362), - [anon_sym_signed] = ACTIONS(1360), - [anon_sym_unsigned] = ACTIONS(1360), - [anon_sym_long] = ACTIONS(1360), - [anon_sym_short] = ACTIONS(1360), - [anon_sym_static] = ACTIONS(1360), - [anon_sym_auto] = ACTIONS(1360), - [anon_sym_register] = ACTIONS(1360), - [anon_sym_inline] = ACTIONS(1360), - [anon_sym___inline] = ACTIONS(1360), - [anon_sym___inline__] = ACTIONS(1360), - [anon_sym___forceinline] = ACTIONS(1360), - [anon_sym_thread_local] = ACTIONS(1360), - [anon_sym___thread] = ACTIONS(1360), - [anon_sym_const] = ACTIONS(1360), - [anon_sym_constexpr] = ACTIONS(1360), - [anon_sym_volatile] = ACTIONS(1360), - [anon_sym_restrict] = ACTIONS(1360), - [anon_sym___restrict__] = ACTIONS(1360), - [anon_sym__Atomic] = ACTIONS(1360), - [anon_sym__Noreturn] = ACTIONS(1360), - [anon_sym_noreturn] = ACTIONS(1360), - [anon_sym__Nonnull] = ACTIONS(1360), - [anon_sym_alignas] = ACTIONS(1360), - [anon_sym__Alignas] = ACTIONS(1360), - [sym_primitive_type] = ACTIONS(1360), - [anon_sym_enum] = ACTIONS(1360), - [anon_sym_struct] = ACTIONS(1360), - [anon_sym_union] = ACTIONS(1360), - [anon_sym_if] = ACTIONS(1360), - [anon_sym_switch] = ACTIONS(1360), - [anon_sym_case] = ACTIONS(1360), - [anon_sym_default] = ACTIONS(1360), - [anon_sym_while] = ACTIONS(1360), - [anon_sym_do] = ACTIONS(1360), - [anon_sym_for] = ACTIONS(1360), - [anon_sym_return] = ACTIONS(1360), - [anon_sym_break] = ACTIONS(1360), - [anon_sym_continue] = ACTIONS(1360), - [anon_sym_goto] = ACTIONS(1360), - [anon_sym_DASH_DASH] = ACTIONS(1362), - [anon_sym_PLUS_PLUS] = ACTIONS(1362), - [anon_sym_sizeof] = ACTIONS(1360), - [anon_sym___alignof__] = ACTIONS(1360), - [anon_sym___alignof] = ACTIONS(1360), - [anon_sym__alignof] = ACTIONS(1360), - [anon_sym_alignof] = ACTIONS(1360), - [anon_sym__Alignof] = ACTIONS(1360), - [anon_sym_offsetof] = ACTIONS(1360), - [anon_sym__Generic] = ACTIONS(1360), - [anon_sym_asm] = ACTIONS(1360), - [anon_sym___asm__] = ACTIONS(1360), - [anon_sym___asm] = ACTIONS(1360), - [sym_number_literal] = ACTIONS(1362), - [anon_sym_L_SQUOTE] = ACTIONS(1362), - [anon_sym_u_SQUOTE] = ACTIONS(1362), - [anon_sym_U_SQUOTE] = ACTIONS(1362), - [anon_sym_u8_SQUOTE] = ACTIONS(1362), - [anon_sym_SQUOTE] = ACTIONS(1362), - [anon_sym_L_DQUOTE] = ACTIONS(1362), - [anon_sym_u_DQUOTE] = ACTIONS(1362), - [anon_sym_U_DQUOTE] = ACTIONS(1362), - [anon_sym_u8_DQUOTE] = ACTIONS(1362), - [anon_sym_DQUOTE] = ACTIONS(1362), - [sym_true] = ACTIONS(1360), - [sym_false] = ACTIONS(1360), - [anon_sym_NULL] = ACTIONS(1360), - [anon_sym_nullptr] = ACTIONS(1360), + [STATE(309)] = { + [sym_identifier] = ACTIONS(1276), + [aux_sym_preproc_include_token1] = ACTIONS(1276), + [aux_sym_preproc_def_token1] = ACTIONS(1276), + [aux_sym_preproc_if_token1] = ACTIONS(1276), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1276), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1276), + [sym_preproc_directive] = ACTIONS(1276), + [anon_sym_LPAREN2] = ACTIONS(1278), + [anon_sym_BANG] = ACTIONS(1278), + [anon_sym_TILDE] = ACTIONS(1278), + [anon_sym_DASH] = ACTIONS(1276), + [anon_sym_PLUS] = ACTIONS(1276), + [anon_sym_STAR] = ACTIONS(1278), + [anon_sym_AMP] = ACTIONS(1278), + [anon_sym_SEMI] = ACTIONS(1278), + [anon_sym___extension__] = ACTIONS(1276), + [anon_sym_typedef] = ACTIONS(1276), + [anon_sym_extern] = ACTIONS(1276), + [anon_sym___attribute__] = ACTIONS(1276), + [anon_sym___attribute] = ACTIONS(1276), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1278), + [anon_sym___declspec] = ACTIONS(1276), + [anon_sym___cdecl] = ACTIONS(1276), + [anon_sym___clrcall] = ACTIONS(1276), + [anon_sym___stdcall] = ACTIONS(1276), + [anon_sym___fastcall] = ACTIONS(1276), + [anon_sym___thiscall] = ACTIONS(1276), + [anon_sym___vectorcall] = ACTIONS(1276), + [anon_sym_LBRACE] = ACTIONS(1278), + [anon_sym_RBRACE] = ACTIONS(1278), + [anon_sym_signed] = ACTIONS(1276), + [anon_sym_unsigned] = ACTIONS(1276), + [anon_sym_long] = ACTIONS(1276), + [anon_sym_short] = ACTIONS(1276), + [anon_sym_static] = ACTIONS(1276), + [anon_sym_auto] = ACTIONS(1276), + [anon_sym_register] = ACTIONS(1276), + [anon_sym_inline] = ACTIONS(1276), + [anon_sym___inline] = ACTIONS(1276), + [anon_sym___inline__] = ACTIONS(1276), + [anon_sym___forceinline] = ACTIONS(1276), + [anon_sym_thread_local] = ACTIONS(1276), + [anon_sym___thread] = ACTIONS(1276), + [anon_sym_const] = ACTIONS(1276), + [anon_sym_constexpr] = ACTIONS(1276), + [anon_sym_volatile] = ACTIONS(1276), + [anon_sym_restrict] = ACTIONS(1276), + [anon_sym___restrict__] = ACTIONS(1276), + [anon_sym__Atomic] = ACTIONS(1276), + [anon_sym__Noreturn] = ACTIONS(1276), + [anon_sym_noreturn] = ACTIONS(1276), + [anon_sym__Nonnull] = ACTIONS(1276), + [anon_sym_alignas] = ACTIONS(1276), + [anon_sym__Alignas] = ACTIONS(1276), + [sym_primitive_type] = ACTIONS(1276), + [anon_sym_enum] = ACTIONS(1276), + [anon_sym_struct] = ACTIONS(1276), + [anon_sym_union] = ACTIONS(1276), + [anon_sym_if] = ACTIONS(1276), + [anon_sym_switch] = ACTIONS(1276), + [anon_sym_case] = ACTIONS(1276), + [anon_sym_default] = ACTIONS(1276), + [anon_sym_while] = ACTIONS(1276), + [anon_sym_do] = ACTIONS(1276), + [anon_sym_for] = ACTIONS(1276), + [anon_sym_return] = ACTIONS(1276), + [anon_sym_break] = ACTIONS(1276), + [anon_sym_continue] = ACTIONS(1276), + [anon_sym_goto] = ACTIONS(1276), + [anon_sym___try] = ACTIONS(1276), + [anon_sym___leave] = ACTIONS(1276), + [anon_sym_DASH_DASH] = ACTIONS(1278), + [anon_sym_PLUS_PLUS] = ACTIONS(1278), + [anon_sym_sizeof] = ACTIONS(1276), + [anon_sym___alignof__] = ACTIONS(1276), + [anon_sym___alignof] = ACTIONS(1276), + [anon_sym__alignof] = ACTIONS(1276), + [anon_sym_alignof] = ACTIONS(1276), + [anon_sym__Alignof] = ACTIONS(1276), + [anon_sym_offsetof] = ACTIONS(1276), + [anon_sym__Generic] = ACTIONS(1276), + [anon_sym_asm] = ACTIONS(1276), + [anon_sym___asm__] = ACTIONS(1276), + [anon_sym___asm] = ACTIONS(1276), + [sym_number_literal] = ACTIONS(1278), + [anon_sym_L_SQUOTE] = ACTIONS(1278), + [anon_sym_u_SQUOTE] = ACTIONS(1278), + [anon_sym_U_SQUOTE] = ACTIONS(1278), + [anon_sym_u8_SQUOTE] = ACTIONS(1278), + [anon_sym_SQUOTE] = ACTIONS(1278), + [anon_sym_L_DQUOTE] = ACTIONS(1278), + [anon_sym_u_DQUOTE] = ACTIONS(1278), + [anon_sym_U_DQUOTE] = ACTIONS(1278), + [anon_sym_u8_DQUOTE] = ACTIONS(1278), + [anon_sym_DQUOTE] = ACTIONS(1278), + [sym_true] = ACTIONS(1276), + [sym_false] = ACTIONS(1276), + [anon_sym_NULL] = ACTIONS(1276), + [anon_sym_nullptr] = ACTIONS(1276), [sym_comment] = ACTIONS(3), }, - [327] = { - [sym_attribute_declaration] = STATE(349), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(244), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(1414), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_if] = ACTIONS(382), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(386), - [anon_sym_default] = ACTIONS(388), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(310)] = { + [sym_identifier] = ACTIONS(1352), + [aux_sym_preproc_include_token1] = ACTIONS(1352), + [aux_sym_preproc_def_token1] = ACTIONS(1352), + [aux_sym_preproc_if_token1] = ACTIONS(1352), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1352), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1352), + [sym_preproc_directive] = ACTIONS(1352), + [anon_sym_LPAREN2] = ACTIONS(1354), + [anon_sym_BANG] = ACTIONS(1354), + [anon_sym_TILDE] = ACTIONS(1354), + [anon_sym_DASH] = ACTIONS(1352), + [anon_sym_PLUS] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1354), + [anon_sym_AMP] = ACTIONS(1354), + [anon_sym_SEMI] = ACTIONS(1354), + [anon_sym___extension__] = ACTIONS(1352), + [anon_sym_typedef] = ACTIONS(1352), + [anon_sym_extern] = ACTIONS(1352), + [anon_sym___attribute__] = ACTIONS(1352), + [anon_sym___attribute] = ACTIONS(1352), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1354), + [anon_sym___declspec] = ACTIONS(1352), + [anon_sym___cdecl] = ACTIONS(1352), + [anon_sym___clrcall] = ACTIONS(1352), + [anon_sym___stdcall] = ACTIONS(1352), + [anon_sym___fastcall] = ACTIONS(1352), + [anon_sym___thiscall] = ACTIONS(1352), + [anon_sym___vectorcall] = ACTIONS(1352), + [anon_sym_LBRACE] = ACTIONS(1354), + [anon_sym_RBRACE] = ACTIONS(1354), + [anon_sym_signed] = ACTIONS(1352), + [anon_sym_unsigned] = ACTIONS(1352), + [anon_sym_long] = ACTIONS(1352), + [anon_sym_short] = ACTIONS(1352), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_auto] = ACTIONS(1352), + [anon_sym_register] = ACTIONS(1352), + [anon_sym_inline] = ACTIONS(1352), + [anon_sym___inline] = ACTIONS(1352), + [anon_sym___inline__] = ACTIONS(1352), + [anon_sym___forceinline] = ACTIONS(1352), + [anon_sym_thread_local] = ACTIONS(1352), + [anon_sym___thread] = ACTIONS(1352), + [anon_sym_const] = ACTIONS(1352), + [anon_sym_constexpr] = ACTIONS(1352), + [anon_sym_volatile] = ACTIONS(1352), + [anon_sym_restrict] = ACTIONS(1352), + [anon_sym___restrict__] = ACTIONS(1352), + [anon_sym__Atomic] = ACTIONS(1352), + [anon_sym__Noreturn] = ACTIONS(1352), + [anon_sym_noreturn] = ACTIONS(1352), + [anon_sym__Nonnull] = ACTIONS(1352), + [anon_sym_alignas] = ACTIONS(1352), + [anon_sym__Alignas] = ACTIONS(1352), + [sym_primitive_type] = ACTIONS(1352), + [anon_sym_enum] = ACTIONS(1352), + [anon_sym_struct] = ACTIONS(1352), + [anon_sym_union] = ACTIONS(1352), + [anon_sym_if] = ACTIONS(1352), + [anon_sym_switch] = ACTIONS(1352), + [anon_sym_case] = ACTIONS(1352), + [anon_sym_default] = ACTIONS(1352), + [anon_sym_while] = ACTIONS(1352), + [anon_sym_do] = ACTIONS(1352), + [anon_sym_for] = ACTIONS(1352), + [anon_sym_return] = ACTIONS(1352), + [anon_sym_break] = ACTIONS(1352), + [anon_sym_continue] = ACTIONS(1352), + [anon_sym_goto] = ACTIONS(1352), + [anon_sym___try] = ACTIONS(1352), + [anon_sym___leave] = ACTIONS(1352), + [anon_sym_DASH_DASH] = ACTIONS(1354), + [anon_sym_PLUS_PLUS] = ACTIONS(1354), + [anon_sym_sizeof] = ACTIONS(1352), + [anon_sym___alignof__] = ACTIONS(1352), + [anon_sym___alignof] = ACTIONS(1352), + [anon_sym__alignof] = ACTIONS(1352), + [anon_sym_alignof] = ACTIONS(1352), + [anon_sym__Alignof] = ACTIONS(1352), + [anon_sym_offsetof] = ACTIONS(1352), + [anon_sym__Generic] = ACTIONS(1352), + [anon_sym_asm] = ACTIONS(1352), + [anon_sym___asm__] = ACTIONS(1352), + [anon_sym___asm] = ACTIONS(1352), + [sym_number_literal] = ACTIONS(1354), + [anon_sym_L_SQUOTE] = ACTIONS(1354), + [anon_sym_u_SQUOTE] = ACTIONS(1354), + [anon_sym_U_SQUOTE] = ACTIONS(1354), + [anon_sym_u8_SQUOTE] = ACTIONS(1354), + [anon_sym_SQUOTE] = ACTIONS(1354), + [anon_sym_L_DQUOTE] = ACTIONS(1354), + [anon_sym_u_DQUOTE] = ACTIONS(1354), + [anon_sym_U_DQUOTE] = ACTIONS(1354), + [anon_sym_u8_DQUOTE] = ACTIONS(1354), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym_true] = ACTIONS(1352), + [sym_false] = ACTIONS(1352), + [anon_sym_NULL] = ACTIONS(1352), + [anon_sym_nullptr] = ACTIONS(1352), [sym_comment] = ACTIONS(3), }, - [328] = { - [sym_attribute_declaration] = STATE(375), - [sym_compound_statement] = STATE(159), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(149), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(61), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(65), - [anon_sym_default] = ACTIONS(67), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(311)] = { + [sym_identifier] = ACTIONS(1356), + [aux_sym_preproc_include_token1] = ACTIONS(1356), + [aux_sym_preproc_def_token1] = ACTIONS(1356), + [aux_sym_preproc_if_token1] = ACTIONS(1356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1356), + [sym_preproc_directive] = ACTIONS(1356), + [anon_sym_LPAREN2] = ACTIONS(1358), + [anon_sym_BANG] = ACTIONS(1358), + [anon_sym_TILDE] = ACTIONS(1358), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1358), + [anon_sym_AMP] = ACTIONS(1358), + [anon_sym_SEMI] = ACTIONS(1358), + [anon_sym___extension__] = ACTIONS(1356), + [anon_sym_typedef] = ACTIONS(1356), + [anon_sym_extern] = ACTIONS(1356), + [anon_sym___attribute__] = ACTIONS(1356), + [anon_sym___attribute] = ACTIONS(1356), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1358), + [anon_sym___declspec] = ACTIONS(1356), + [anon_sym___cdecl] = ACTIONS(1356), + [anon_sym___clrcall] = ACTIONS(1356), + [anon_sym___stdcall] = ACTIONS(1356), + [anon_sym___fastcall] = ACTIONS(1356), + [anon_sym___thiscall] = ACTIONS(1356), + [anon_sym___vectorcall] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1358), + [anon_sym_RBRACE] = ACTIONS(1358), + [anon_sym_signed] = ACTIONS(1356), + [anon_sym_unsigned] = ACTIONS(1356), + [anon_sym_long] = ACTIONS(1356), + [anon_sym_short] = ACTIONS(1356), + [anon_sym_static] = ACTIONS(1356), + [anon_sym_auto] = ACTIONS(1356), + [anon_sym_register] = ACTIONS(1356), + [anon_sym_inline] = ACTIONS(1356), + [anon_sym___inline] = ACTIONS(1356), + [anon_sym___inline__] = ACTIONS(1356), + [anon_sym___forceinline] = ACTIONS(1356), + [anon_sym_thread_local] = ACTIONS(1356), + [anon_sym___thread] = ACTIONS(1356), + [anon_sym_const] = ACTIONS(1356), + [anon_sym_constexpr] = ACTIONS(1356), + [anon_sym_volatile] = ACTIONS(1356), + [anon_sym_restrict] = ACTIONS(1356), + [anon_sym___restrict__] = ACTIONS(1356), + [anon_sym__Atomic] = ACTIONS(1356), + [anon_sym__Noreturn] = ACTIONS(1356), + [anon_sym_noreturn] = ACTIONS(1356), + [anon_sym__Nonnull] = ACTIONS(1356), + [anon_sym_alignas] = ACTIONS(1356), + [anon_sym__Alignas] = ACTIONS(1356), + [sym_primitive_type] = ACTIONS(1356), + [anon_sym_enum] = ACTIONS(1356), + [anon_sym_struct] = ACTIONS(1356), + [anon_sym_union] = ACTIONS(1356), + [anon_sym_if] = ACTIONS(1356), + [anon_sym_switch] = ACTIONS(1356), + [anon_sym_case] = ACTIONS(1356), + [anon_sym_default] = ACTIONS(1356), + [anon_sym_while] = ACTIONS(1356), + [anon_sym_do] = ACTIONS(1356), + [anon_sym_for] = ACTIONS(1356), + [anon_sym_return] = ACTIONS(1356), + [anon_sym_break] = ACTIONS(1356), + [anon_sym_continue] = ACTIONS(1356), + [anon_sym_goto] = ACTIONS(1356), + [anon_sym___try] = ACTIONS(1356), + [anon_sym___leave] = ACTIONS(1356), + [anon_sym_DASH_DASH] = ACTIONS(1358), + [anon_sym_PLUS_PLUS] = ACTIONS(1358), + [anon_sym_sizeof] = ACTIONS(1356), + [anon_sym___alignof__] = ACTIONS(1356), + [anon_sym___alignof] = ACTIONS(1356), + [anon_sym__alignof] = ACTIONS(1356), + [anon_sym_alignof] = ACTIONS(1356), + [anon_sym__Alignof] = ACTIONS(1356), + [anon_sym_offsetof] = ACTIONS(1356), + [anon_sym__Generic] = ACTIONS(1356), + [anon_sym_asm] = ACTIONS(1356), + [anon_sym___asm__] = ACTIONS(1356), + [anon_sym___asm] = ACTIONS(1356), + [sym_number_literal] = ACTIONS(1358), + [anon_sym_L_SQUOTE] = ACTIONS(1358), + [anon_sym_u_SQUOTE] = ACTIONS(1358), + [anon_sym_U_SQUOTE] = ACTIONS(1358), + [anon_sym_u8_SQUOTE] = ACTIONS(1358), + [anon_sym_SQUOTE] = ACTIONS(1358), + [anon_sym_L_DQUOTE] = ACTIONS(1358), + [anon_sym_u_DQUOTE] = ACTIONS(1358), + [anon_sym_U_DQUOTE] = ACTIONS(1358), + [anon_sym_u8_DQUOTE] = ACTIONS(1358), + [anon_sym_DQUOTE] = ACTIONS(1358), + [sym_true] = ACTIONS(1356), + [sym_false] = ACTIONS(1356), + [anon_sym_NULL] = ACTIONS(1356), + [anon_sym_nullptr] = ACTIONS(1356), [sym_comment] = ACTIONS(3), }, - [329] = { - [ts_builtin_sym_end] = ACTIONS(1378), - [sym_identifier] = ACTIONS(1376), - [aux_sym_preproc_include_token1] = ACTIONS(1376), - [aux_sym_preproc_def_token1] = ACTIONS(1376), - [aux_sym_preproc_if_token1] = ACTIONS(1376), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1376), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1376), - [sym_preproc_directive] = ACTIONS(1376), - [anon_sym_LPAREN2] = ACTIONS(1378), - [anon_sym_BANG] = ACTIONS(1378), - [anon_sym_TILDE] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1376), - [anon_sym_PLUS] = ACTIONS(1376), - [anon_sym_STAR] = ACTIONS(1378), - [anon_sym_AMP] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1378), - [anon_sym___extension__] = ACTIONS(1376), - [anon_sym_typedef] = ACTIONS(1376), - [anon_sym_extern] = ACTIONS(1376), - [anon_sym___attribute__] = ACTIONS(1376), - [anon_sym___attribute] = ACTIONS(1376), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1378), - [anon_sym___declspec] = ACTIONS(1376), - [anon_sym___cdecl] = ACTIONS(1376), - [anon_sym___clrcall] = ACTIONS(1376), - [anon_sym___stdcall] = ACTIONS(1376), - [anon_sym___fastcall] = ACTIONS(1376), - [anon_sym___thiscall] = ACTIONS(1376), - [anon_sym___vectorcall] = ACTIONS(1376), - [anon_sym_LBRACE] = ACTIONS(1378), - [anon_sym_signed] = ACTIONS(1376), - [anon_sym_unsigned] = ACTIONS(1376), - [anon_sym_long] = ACTIONS(1376), - [anon_sym_short] = ACTIONS(1376), - [anon_sym_static] = ACTIONS(1376), - [anon_sym_auto] = ACTIONS(1376), - [anon_sym_register] = ACTIONS(1376), - [anon_sym_inline] = ACTIONS(1376), - [anon_sym___inline] = ACTIONS(1376), - [anon_sym___inline__] = ACTIONS(1376), - [anon_sym___forceinline] = ACTIONS(1376), - [anon_sym_thread_local] = ACTIONS(1376), - [anon_sym___thread] = ACTIONS(1376), - [anon_sym_const] = ACTIONS(1376), - [anon_sym_constexpr] = ACTIONS(1376), - [anon_sym_volatile] = ACTIONS(1376), - [anon_sym_restrict] = ACTIONS(1376), - [anon_sym___restrict__] = ACTIONS(1376), - [anon_sym__Atomic] = ACTIONS(1376), - [anon_sym__Noreturn] = ACTIONS(1376), - [anon_sym_noreturn] = ACTIONS(1376), - [anon_sym__Nonnull] = ACTIONS(1376), - [anon_sym_alignas] = ACTIONS(1376), - [anon_sym__Alignas] = ACTIONS(1376), - [sym_primitive_type] = ACTIONS(1376), - [anon_sym_enum] = ACTIONS(1376), - [anon_sym_struct] = ACTIONS(1376), - [anon_sym_union] = ACTIONS(1376), - [anon_sym_if] = ACTIONS(1376), - [anon_sym_switch] = ACTIONS(1376), - [anon_sym_case] = ACTIONS(1376), - [anon_sym_default] = ACTIONS(1376), - [anon_sym_while] = ACTIONS(1376), - [anon_sym_do] = ACTIONS(1376), - [anon_sym_for] = ACTIONS(1376), - [anon_sym_return] = ACTIONS(1376), - [anon_sym_break] = ACTIONS(1376), - [anon_sym_continue] = ACTIONS(1376), - [anon_sym_goto] = ACTIONS(1376), - [anon_sym_DASH_DASH] = ACTIONS(1378), - [anon_sym_PLUS_PLUS] = ACTIONS(1378), - [anon_sym_sizeof] = ACTIONS(1376), - [anon_sym___alignof__] = ACTIONS(1376), - [anon_sym___alignof] = ACTIONS(1376), - [anon_sym__alignof] = ACTIONS(1376), - [anon_sym_alignof] = ACTIONS(1376), - [anon_sym__Alignof] = ACTIONS(1376), - [anon_sym_offsetof] = ACTIONS(1376), - [anon_sym__Generic] = ACTIONS(1376), - [anon_sym_asm] = ACTIONS(1376), - [anon_sym___asm__] = ACTIONS(1376), - [anon_sym___asm] = ACTIONS(1376), - [sym_number_literal] = ACTIONS(1378), - [anon_sym_L_SQUOTE] = ACTIONS(1378), - [anon_sym_u_SQUOTE] = ACTIONS(1378), - [anon_sym_U_SQUOTE] = ACTIONS(1378), - [anon_sym_u8_SQUOTE] = ACTIONS(1378), - [anon_sym_SQUOTE] = ACTIONS(1378), - [anon_sym_L_DQUOTE] = ACTIONS(1378), - [anon_sym_u_DQUOTE] = ACTIONS(1378), - [anon_sym_U_DQUOTE] = ACTIONS(1378), - [anon_sym_u8_DQUOTE] = ACTIONS(1378), - [anon_sym_DQUOTE] = ACTIONS(1378), - [sym_true] = ACTIONS(1376), - [sym_false] = ACTIONS(1376), - [anon_sym_NULL] = ACTIONS(1376), - [anon_sym_nullptr] = ACTIONS(1376), + [STATE(312)] = { + [sym_identifier] = ACTIONS(1316), + [aux_sym_preproc_include_token1] = ACTIONS(1316), + [aux_sym_preproc_def_token1] = ACTIONS(1316), + [aux_sym_preproc_if_token1] = ACTIONS(1316), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1316), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1316), + [sym_preproc_directive] = ACTIONS(1316), + [anon_sym_LPAREN2] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym___extension__] = ACTIONS(1316), + [anon_sym_typedef] = ACTIONS(1316), + [anon_sym_extern] = ACTIONS(1316), + [anon_sym___attribute__] = ACTIONS(1316), + [anon_sym___attribute] = ACTIONS(1316), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1318), + [anon_sym___declspec] = ACTIONS(1316), + [anon_sym___cdecl] = ACTIONS(1316), + [anon_sym___clrcall] = ACTIONS(1316), + [anon_sym___stdcall] = ACTIONS(1316), + [anon_sym___fastcall] = ACTIONS(1316), + [anon_sym___thiscall] = ACTIONS(1316), + [anon_sym___vectorcall] = ACTIONS(1316), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_RBRACE] = ACTIONS(1318), + [anon_sym_signed] = ACTIONS(1316), + [anon_sym_unsigned] = ACTIONS(1316), + [anon_sym_long] = ACTIONS(1316), + [anon_sym_short] = ACTIONS(1316), + [anon_sym_static] = ACTIONS(1316), + [anon_sym_auto] = ACTIONS(1316), + [anon_sym_register] = ACTIONS(1316), + [anon_sym_inline] = ACTIONS(1316), + [anon_sym___inline] = ACTIONS(1316), + [anon_sym___inline__] = ACTIONS(1316), + [anon_sym___forceinline] = ACTIONS(1316), + [anon_sym_thread_local] = ACTIONS(1316), + [anon_sym___thread] = ACTIONS(1316), + [anon_sym_const] = ACTIONS(1316), + [anon_sym_constexpr] = ACTIONS(1316), + [anon_sym_volatile] = ACTIONS(1316), + [anon_sym_restrict] = ACTIONS(1316), + [anon_sym___restrict__] = ACTIONS(1316), + [anon_sym__Atomic] = ACTIONS(1316), + [anon_sym__Noreturn] = ACTIONS(1316), + [anon_sym_noreturn] = ACTIONS(1316), + [anon_sym__Nonnull] = ACTIONS(1316), + [anon_sym_alignas] = ACTIONS(1316), + [anon_sym__Alignas] = ACTIONS(1316), + [sym_primitive_type] = ACTIONS(1316), + [anon_sym_enum] = ACTIONS(1316), + [anon_sym_struct] = ACTIONS(1316), + [anon_sym_union] = ACTIONS(1316), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1316), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_while] = ACTIONS(1316), + [anon_sym_do] = ACTIONS(1316), + [anon_sym_for] = ACTIONS(1316), + [anon_sym_return] = ACTIONS(1316), + [anon_sym_break] = ACTIONS(1316), + [anon_sym_continue] = ACTIONS(1316), + [anon_sym_goto] = ACTIONS(1316), + [anon_sym___try] = ACTIONS(1316), + [anon_sym___leave] = ACTIONS(1316), + [anon_sym_DASH_DASH] = ACTIONS(1318), + [anon_sym_PLUS_PLUS] = ACTIONS(1318), + [anon_sym_sizeof] = ACTIONS(1316), + [anon_sym___alignof__] = ACTIONS(1316), + [anon_sym___alignof] = ACTIONS(1316), + [anon_sym__alignof] = ACTIONS(1316), + [anon_sym_alignof] = ACTIONS(1316), + [anon_sym__Alignof] = ACTIONS(1316), + [anon_sym_offsetof] = ACTIONS(1316), + [anon_sym__Generic] = ACTIONS(1316), + [anon_sym_asm] = ACTIONS(1316), + [anon_sym___asm__] = ACTIONS(1316), + [anon_sym___asm] = ACTIONS(1316), + [sym_number_literal] = ACTIONS(1318), + [anon_sym_L_SQUOTE] = ACTIONS(1318), + [anon_sym_u_SQUOTE] = ACTIONS(1318), + [anon_sym_U_SQUOTE] = ACTIONS(1318), + [anon_sym_u8_SQUOTE] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_L_DQUOTE] = ACTIONS(1318), + [anon_sym_u_DQUOTE] = ACTIONS(1318), + [anon_sym_U_DQUOTE] = ACTIONS(1318), + [anon_sym_u8_DQUOTE] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [sym_true] = ACTIONS(1316), + [sym_false] = ACTIONS(1316), + [anon_sym_NULL] = ACTIONS(1316), + [anon_sym_nullptr] = ACTIONS(1316), [sym_comment] = ACTIONS(3), }, - [330] = { - [ts_builtin_sym_end] = ACTIONS(1274), - [sym_identifier] = ACTIONS(1272), - [aux_sym_preproc_include_token1] = ACTIONS(1272), - [aux_sym_preproc_def_token1] = ACTIONS(1272), - [aux_sym_preproc_if_token1] = ACTIONS(1272), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1272), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1272), - [sym_preproc_directive] = ACTIONS(1272), - [anon_sym_LPAREN2] = ACTIONS(1274), - [anon_sym_BANG] = ACTIONS(1274), - [anon_sym_TILDE] = ACTIONS(1274), - [anon_sym_DASH] = ACTIONS(1272), - [anon_sym_PLUS] = ACTIONS(1272), - [anon_sym_STAR] = ACTIONS(1274), - [anon_sym_AMP] = ACTIONS(1274), - [anon_sym_SEMI] = ACTIONS(1274), - [anon_sym___extension__] = ACTIONS(1272), - [anon_sym_typedef] = ACTIONS(1272), - [anon_sym_extern] = ACTIONS(1272), - [anon_sym___attribute__] = ACTIONS(1272), - [anon_sym___attribute] = ACTIONS(1272), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1274), - [anon_sym___declspec] = ACTIONS(1272), - [anon_sym___cdecl] = ACTIONS(1272), - [anon_sym___clrcall] = ACTIONS(1272), - [anon_sym___stdcall] = ACTIONS(1272), - [anon_sym___fastcall] = ACTIONS(1272), - [anon_sym___thiscall] = ACTIONS(1272), - [anon_sym___vectorcall] = ACTIONS(1272), - [anon_sym_LBRACE] = ACTIONS(1274), - [anon_sym_signed] = ACTIONS(1272), - [anon_sym_unsigned] = ACTIONS(1272), - [anon_sym_long] = ACTIONS(1272), - [anon_sym_short] = ACTIONS(1272), - [anon_sym_static] = ACTIONS(1272), - [anon_sym_auto] = ACTIONS(1272), - [anon_sym_register] = ACTIONS(1272), - [anon_sym_inline] = ACTIONS(1272), - [anon_sym___inline] = ACTIONS(1272), - [anon_sym___inline__] = ACTIONS(1272), - [anon_sym___forceinline] = ACTIONS(1272), - [anon_sym_thread_local] = ACTIONS(1272), - [anon_sym___thread] = ACTIONS(1272), - [anon_sym_const] = ACTIONS(1272), - [anon_sym_constexpr] = ACTIONS(1272), - [anon_sym_volatile] = ACTIONS(1272), - [anon_sym_restrict] = ACTIONS(1272), - [anon_sym___restrict__] = ACTIONS(1272), - [anon_sym__Atomic] = ACTIONS(1272), - [anon_sym__Noreturn] = ACTIONS(1272), - [anon_sym_noreturn] = ACTIONS(1272), - [anon_sym__Nonnull] = ACTIONS(1272), - [anon_sym_alignas] = ACTIONS(1272), - [anon_sym__Alignas] = ACTIONS(1272), - [sym_primitive_type] = ACTIONS(1272), - [anon_sym_enum] = ACTIONS(1272), - [anon_sym_struct] = ACTIONS(1272), - [anon_sym_union] = ACTIONS(1272), - [anon_sym_if] = ACTIONS(1272), - [anon_sym_switch] = ACTIONS(1272), - [anon_sym_case] = ACTIONS(1272), - [anon_sym_default] = ACTIONS(1272), - [anon_sym_while] = ACTIONS(1272), - [anon_sym_do] = ACTIONS(1272), - [anon_sym_for] = ACTIONS(1272), - [anon_sym_return] = ACTIONS(1272), - [anon_sym_break] = ACTIONS(1272), - [anon_sym_continue] = ACTIONS(1272), - [anon_sym_goto] = ACTIONS(1272), - [anon_sym_DASH_DASH] = ACTIONS(1274), - [anon_sym_PLUS_PLUS] = ACTIONS(1274), - [anon_sym_sizeof] = ACTIONS(1272), - [anon_sym___alignof__] = ACTIONS(1272), - [anon_sym___alignof] = ACTIONS(1272), - [anon_sym__alignof] = ACTIONS(1272), - [anon_sym_alignof] = ACTIONS(1272), - [anon_sym__Alignof] = ACTIONS(1272), - [anon_sym_offsetof] = ACTIONS(1272), - [anon_sym__Generic] = ACTIONS(1272), - [anon_sym_asm] = ACTIONS(1272), - [anon_sym___asm__] = ACTIONS(1272), - [anon_sym___asm] = ACTIONS(1272), - [sym_number_literal] = ACTIONS(1274), - [anon_sym_L_SQUOTE] = ACTIONS(1274), - [anon_sym_u_SQUOTE] = ACTIONS(1274), - [anon_sym_U_SQUOTE] = ACTIONS(1274), - [anon_sym_u8_SQUOTE] = ACTIONS(1274), - [anon_sym_SQUOTE] = ACTIONS(1274), - [anon_sym_L_DQUOTE] = ACTIONS(1274), - [anon_sym_u_DQUOTE] = ACTIONS(1274), - [anon_sym_U_DQUOTE] = ACTIONS(1274), - [anon_sym_u8_DQUOTE] = ACTIONS(1274), - [anon_sym_DQUOTE] = ACTIONS(1274), - [sym_true] = ACTIONS(1272), - [sym_false] = ACTIONS(1272), - [anon_sym_NULL] = ACTIONS(1272), - [anon_sym_nullptr] = ACTIONS(1272), + [STATE(313)] = { + [sym_identifier] = ACTIONS(1280), + [aux_sym_preproc_include_token1] = ACTIONS(1280), + [aux_sym_preproc_def_token1] = ACTIONS(1280), + [aux_sym_preproc_if_token1] = ACTIONS(1280), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1280), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1280), + [sym_preproc_directive] = ACTIONS(1280), + [anon_sym_LPAREN2] = ACTIONS(1282), + [anon_sym_BANG] = ACTIONS(1282), + [anon_sym_TILDE] = ACTIONS(1282), + [anon_sym_DASH] = ACTIONS(1280), + [anon_sym_PLUS] = ACTIONS(1280), + [anon_sym_STAR] = ACTIONS(1282), + [anon_sym_AMP] = ACTIONS(1282), + [anon_sym_SEMI] = ACTIONS(1282), + [anon_sym___extension__] = ACTIONS(1280), + [anon_sym_typedef] = ACTIONS(1280), + [anon_sym_extern] = ACTIONS(1280), + [anon_sym___attribute__] = ACTIONS(1280), + [anon_sym___attribute] = ACTIONS(1280), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1282), + [anon_sym___declspec] = ACTIONS(1280), + [anon_sym___cdecl] = ACTIONS(1280), + [anon_sym___clrcall] = ACTIONS(1280), + [anon_sym___stdcall] = ACTIONS(1280), + [anon_sym___fastcall] = ACTIONS(1280), + [anon_sym___thiscall] = ACTIONS(1280), + [anon_sym___vectorcall] = ACTIONS(1280), + [anon_sym_LBRACE] = ACTIONS(1282), + [anon_sym_RBRACE] = ACTIONS(1282), + [anon_sym_signed] = ACTIONS(1280), + [anon_sym_unsigned] = ACTIONS(1280), + [anon_sym_long] = ACTIONS(1280), + [anon_sym_short] = ACTIONS(1280), + [anon_sym_static] = ACTIONS(1280), + [anon_sym_auto] = ACTIONS(1280), + [anon_sym_register] = ACTIONS(1280), + [anon_sym_inline] = ACTIONS(1280), + [anon_sym___inline] = ACTIONS(1280), + [anon_sym___inline__] = ACTIONS(1280), + [anon_sym___forceinline] = ACTIONS(1280), + [anon_sym_thread_local] = ACTIONS(1280), + [anon_sym___thread] = ACTIONS(1280), + [anon_sym_const] = ACTIONS(1280), + [anon_sym_constexpr] = ACTIONS(1280), + [anon_sym_volatile] = ACTIONS(1280), + [anon_sym_restrict] = ACTIONS(1280), + [anon_sym___restrict__] = ACTIONS(1280), + [anon_sym__Atomic] = ACTIONS(1280), + [anon_sym__Noreturn] = ACTIONS(1280), + [anon_sym_noreturn] = ACTIONS(1280), + [anon_sym__Nonnull] = ACTIONS(1280), + [anon_sym_alignas] = ACTIONS(1280), + [anon_sym__Alignas] = ACTIONS(1280), + [sym_primitive_type] = ACTIONS(1280), + [anon_sym_enum] = ACTIONS(1280), + [anon_sym_struct] = ACTIONS(1280), + [anon_sym_union] = ACTIONS(1280), + [anon_sym_if] = ACTIONS(1280), + [anon_sym_switch] = ACTIONS(1280), + [anon_sym_case] = ACTIONS(1280), + [anon_sym_default] = ACTIONS(1280), + [anon_sym_while] = ACTIONS(1280), + [anon_sym_do] = ACTIONS(1280), + [anon_sym_for] = ACTIONS(1280), + [anon_sym_return] = ACTIONS(1280), + [anon_sym_break] = ACTIONS(1280), + [anon_sym_continue] = ACTIONS(1280), + [anon_sym_goto] = ACTIONS(1280), + [anon_sym___try] = ACTIONS(1280), + [anon_sym___leave] = ACTIONS(1280), + [anon_sym_DASH_DASH] = ACTIONS(1282), + [anon_sym_PLUS_PLUS] = ACTIONS(1282), + [anon_sym_sizeof] = ACTIONS(1280), + [anon_sym___alignof__] = ACTIONS(1280), + [anon_sym___alignof] = ACTIONS(1280), + [anon_sym__alignof] = ACTIONS(1280), + [anon_sym_alignof] = ACTIONS(1280), + [anon_sym__Alignof] = ACTIONS(1280), + [anon_sym_offsetof] = ACTIONS(1280), + [anon_sym__Generic] = ACTIONS(1280), + [anon_sym_asm] = ACTIONS(1280), + [anon_sym___asm__] = ACTIONS(1280), + [anon_sym___asm] = ACTIONS(1280), + [sym_number_literal] = ACTIONS(1282), + [anon_sym_L_SQUOTE] = ACTIONS(1282), + [anon_sym_u_SQUOTE] = ACTIONS(1282), + [anon_sym_U_SQUOTE] = ACTIONS(1282), + [anon_sym_u8_SQUOTE] = ACTIONS(1282), + [anon_sym_SQUOTE] = ACTIONS(1282), + [anon_sym_L_DQUOTE] = ACTIONS(1282), + [anon_sym_u_DQUOTE] = ACTIONS(1282), + [anon_sym_U_DQUOTE] = ACTIONS(1282), + [anon_sym_u8_DQUOTE] = ACTIONS(1282), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_true] = ACTIONS(1280), + [sym_false] = ACTIONS(1280), + [anon_sym_NULL] = ACTIONS(1280), + [anon_sym_nullptr] = ACTIONS(1280), + [sym_comment] = ACTIONS(3), + }, + [STATE(314)] = { + [sym_identifier] = ACTIONS(1320), + [aux_sym_preproc_include_token1] = ACTIONS(1320), + [aux_sym_preproc_def_token1] = ACTIONS(1320), + [aux_sym_preproc_if_token1] = ACTIONS(1320), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1320), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1320), + [sym_preproc_directive] = ACTIONS(1320), + [anon_sym_LPAREN2] = ACTIONS(1322), + [anon_sym_BANG] = ACTIONS(1322), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1320), + [anon_sym_STAR] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_SEMI] = ACTIONS(1322), + [anon_sym___extension__] = ACTIONS(1320), + [anon_sym_typedef] = ACTIONS(1320), + [anon_sym_extern] = ACTIONS(1320), + [anon_sym___attribute__] = ACTIONS(1320), + [anon_sym___attribute] = ACTIONS(1320), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1322), + [anon_sym___declspec] = ACTIONS(1320), + [anon_sym___cdecl] = ACTIONS(1320), + [anon_sym___clrcall] = ACTIONS(1320), + [anon_sym___stdcall] = ACTIONS(1320), + [anon_sym___fastcall] = ACTIONS(1320), + [anon_sym___thiscall] = ACTIONS(1320), + [anon_sym___vectorcall] = ACTIONS(1320), + [anon_sym_LBRACE] = ACTIONS(1322), + [anon_sym_RBRACE] = ACTIONS(1322), + [anon_sym_signed] = ACTIONS(1320), + [anon_sym_unsigned] = ACTIONS(1320), + [anon_sym_long] = ACTIONS(1320), + [anon_sym_short] = ACTIONS(1320), + [anon_sym_static] = ACTIONS(1320), + [anon_sym_auto] = ACTIONS(1320), + [anon_sym_register] = ACTIONS(1320), + [anon_sym_inline] = ACTIONS(1320), + [anon_sym___inline] = ACTIONS(1320), + [anon_sym___inline__] = ACTIONS(1320), + [anon_sym___forceinline] = ACTIONS(1320), + [anon_sym_thread_local] = ACTIONS(1320), + [anon_sym___thread] = ACTIONS(1320), + [anon_sym_const] = ACTIONS(1320), + [anon_sym_constexpr] = ACTIONS(1320), + [anon_sym_volatile] = ACTIONS(1320), + [anon_sym_restrict] = ACTIONS(1320), + [anon_sym___restrict__] = ACTIONS(1320), + [anon_sym__Atomic] = ACTIONS(1320), + [anon_sym__Noreturn] = ACTIONS(1320), + [anon_sym_noreturn] = ACTIONS(1320), + [anon_sym__Nonnull] = ACTIONS(1320), + [anon_sym_alignas] = ACTIONS(1320), + [anon_sym__Alignas] = ACTIONS(1320), + [sym_primitive_type] = ACTIONS(1320), + [anon_sym_enum] = ACTIONS(1320), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1320), + [anon_sym_if] = ACTIONS(1320), + [anon_sym_switch] = ACTIONS(1320), + [anon_sym_case] = ACTIONS(1320), + [anon_sym_default] = ACTIONS(1320), + [anon_sym_while] = ACTIONS(1320), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(1320), + [anon_sym_break] = ACTIONS(1320), + [anon_sym_continue] = ACTIONS(1320), + [anon_sym_goto] = ACTIONS(1320), + [anon_sym___try] = ACTIONS(1320), + [anon_sym___leave] = ACTIONS(1320), + [anon_sym_DASH_DASH] = ACTIONS(1322), + [anon_sym_PLUS_PLUS] = ACTIONS(1322), + [anon_sym_sizeof] = ACTIONS(1320), + [anon_sym___alignof__] = ACTIONS(1320), + [anon_sym___alignof] = ACTIONS(1320), + [anon_sym__alignof] = ACTIONS(1320), + [anon_sym_alignof] = ACTIONS(1320), + [anon_sym__Alignof] = ACTIONS(1320), + [anon_sym_offsetof] = ACTIONS(1320), + [anon_sym__Generic] = ACTIONS(1320), + [anon_sym_asm] = ACTIONS(1320), + [anon_sym___asm__] = ACTIONS(1320), + [anon_sym___asm] = ACTIONS(1320), + [sym_number_literal] = ACTIONS(1322), + [anon_sym_L_SQUOTE] = ACTIONS(1322), + [anon_sym_u_SQUOTE] = ACTIONS(1322), + [anon_sym_U_SQUOTE] = ACTIONS(1322), + [anon_sym_u8_SQUOTE] = ACTIONS(1322), + [anon_sym_SQUOTE] = ACTIONS(1322), + [anon_sym_L_DQUOTE] = ACTIONS(1322), + [anon_sym_u_DQUOTE] = ACTIONS(1322), + [anon_sym_U_DQUOTE] = ACTIONS(1322), + [anon_sym_u8_DQUOTE] = ACTIONS(1322), + [anon_sym_DQUOTE] = ACTIONS(1322), + [sym_true] = ACTIONS(1320), + [sym_false] = ACTIONS(1320), + [anon_sym_NULL] = ACTIONS(1320), + [anon_sym_nullptr] = ACTIONS(1320), [sym_comment] = ACTIONS(3), }, - [331] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(1842), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(1095), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(1103), - [anon_sym_default] = ACTIONS(1105), - [anon_sym_while] = ACTIONS(1097), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(1099), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(406), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(315)] = { + [sym_identifier] = ACTIONS(1288), + [aux_sym_preproc_include_token1] = ACTIONS(1288), + [aux_sym_preproc_def_token1] = ACTIONS(1288), + [aux_sym_preproc_if_token1] = ACTIONS(1288), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1288), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1288), + [sym_preproc_directive] = ACTIONS(1288), + [anon_sym_LPAREN2] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_PLUS] = ACTIONS(1288), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym___extension__] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1288), + [anon_sym_extern] = ACTIONS(1288), + [anon_sym___attribute__] = ACTIONS(1288), + [anon_sym___attribute] = ACTIONS(1288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1288), + [anon_sym___cdecl] = ACTIONS(1288), + [anon_sym___clrcall] = ACTIONS(1288), + [anon_sym___stdcall] = ACTIONS(1288), + [anon_sym___fastcall] = ACTIONS(1288), + [anon_sym___thiscall] = ACTIONS(1288), + [anon_sym___vectorcall] = ACTIONS(1288), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_RBRACE] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1288), + [anon_sym_unsigned] = ACTIONS(1288), + [anon_sym_long] = ACTIONS(1288), + [anon_sym_short] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1288), + [anon_sym_auto] = ACTIONS(1288), + [anon_sym_register] = ACTIONS(1288), + [anon_sym_inline] = ACTIONS(1288), + [anon_sym___inline] = ACTIONS(1288), + [anon_sym___inline__] = ACTIONS(1288), + [anon_sym___forceinline] = ACTIONS(1288), + [anon_sym_thread_local] = ACTIONS(1288), + [anon_sym___thread] = ACTIONS(1288), + [anon_sym_const] = ACTIONS(1288), + [anon_sym_constexpr] = ACTIONS(1288), + [anon_sym_volatile] = ACTIONS(1288), + [anon_sym_restrict] = ACTIONS(1288), + [anon_sym___restrict__] = ACTIONS(1288), + [anon_sym__Atomic] = ACTIONS(1288), + [anon_sym__Noreturn] = ACTIONS(1288), + [anon_sym_noreturn] = ACTIONS(1288), + [anon_sym__Nonnull] = ACTIONS(1288), + [anon_sym_alignas] = ACTIONS(1288), + [anon_sym__Alignas] = ACTIONS(1288), + [sym_primitive_type] = ACTIONS(1288), + [anon_sym_enum] = ACTIONS(1288), + [anon_sym_struct] = ACTIONS(1288), + [anon_sym_union] = ACTIONS(1288), + [anon_sym_if] = ACTIONS(1288), + [anon_sym_switch] = ACTIONS(1288), + [anon_sym_case] = ACTIONS(1288), + [anon_sym_default] = ACTIONS(1288), + [anon_sym_while] = ACTIONS(1288), + [anon_sym_do] = ACTIONS(1288), + [anon_sym_for] = ACTIONS(1288), + [anon_sym_return] = ACTIONS(1288), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_goto] = ACTIONS(1288), + [anon_sym___try] = ACTIONS(1288), + [anon_sym___leave] = ACTIONS(1288), + [anon_sym_DASH_DASH] = ACTIONS(1290), + [anon_sym_PLUS_PLUS] = ACTIONS(1290), + [anon_sym_sizeof] = ACTIONS(1288), + [anon_sym___alignof__] = ACTIONS(1288), + [anon_sym___alignof] = ACTIONS(1288), + [anon_sym__alignof] = ACTIONS(1288), + [anon_sym_alignof] = ACTIONS(1288), + [anon_sym__Alignof] = ACTIONS(1288), + [anon_sym_offsetof] = ACTIONS(1288), + [anon_sym__Generic] = ACTIONS(1288), + [anon_sym_asm] = ACTIONS(1288), + [anon_sym___asm__] = ACTIONS(1288), + [anon_sym___asm] = ACTIONS(1288), + [sym_number_literal] = ACTIONS(1290), + [anon_sym_L_SQUOTE] = ACTIONS(1290), + [anon_sym_u_SQUOTE] = ACTIONS(1290), + [anon_sym_U_SQUOTE] = ACTIONS(1290), + [anon_sym_u8_SQUOTE] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_L_DQUOTE] = ACTIONS(1290), + [anon_sym_u_DQUOTE] = ACTIONS(1290), + [anon_sym_U_DQUOTE] = ACTIONS(1290), + [anon_sym_u8_DQUOTE] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [sym_true] = ACTIONS(1288), + [sym_false] = ACTIONS(1288), + [anon_sym_NULL] = ACTIONS(1288), + [anon_sym_nullptr] = ACTIONS(1288), [sym_comment] = ACTIONS(3), }, - [332] = { - [ts_builtin_sym_end] = ACTIONS(1278), - [sym_identifier] = ACTIONS(1276), - [aux_sym_preproc_include_token1] = ACTIONS(1276), - [aux_sym_preproc_def_token1] = ACTIONS(1276), - [aux_sym_preproc_if_token1] = ACTIONS(1276), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1276), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1276), - [sym_preproc_directive] = ACTIONS(1276), - [anon_sym_LPAREN2] = ACTIONS(1278), - [anon_sym_BANG] = ACTIONS(1278), - [anon_sym_TILDE] = ACTIONS(1278), - [anon_sym_DASH] = ACTIONS(1276), - [anon_sym_PLUS] = ACTIONS(1276), - [anon_sym_STAR] = ACTIONS(1278), - [anon_sym_AMP] = ACTIONS(1278), - [anon_sym_SEMI] = ACTIONS(1278), - [anon_sym___extension__] = ACTIONS(1276), - [anon_sym_typedef] = ACTIONS(1276), - [anon_sym_extern] = ACTIONS(1276), - [anon_sym___attribute__] = ACTIONS(1276), - [anon_sym___attribute] = ACTIONS(1276), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1278), - [anon_sym___declspec] = ACTIONS(1276), - [anon_sym___cdecl] = ACTIONS(1276), - [anon_sym___clrcall] = ACTIONS(1276), - [anon_sym___stdcall] = ACTIONS(1276), - [anon_sym___fastcall] = ACTIONS(1276), - [anon_sym___thiscall] = ACTIONS(1276), - [anon_sym___vectorcall] = ACTIONS(1276), - [anon_sym_LBRACE] = ACTIONS(1278), - [anon_sym_signed] = ACTIONS(1276), - [anon_sym_unsigned] = ACTIONS(1276), - [anon_sym_long] = ACTIONS(1276), - [anon_sym_short] = ACTIONS(1276), - [anon_sym_static] = ACTIONS(1276), - [anon_sym_auto] = ACTIONS(1276), - [anon_sym_register] = ACTIONS(1276), - [anon_sym_inline] = ACTIONS(1276), - [anon_sym___inline] = ACTIONS(1276), - [anon_sym___inline__] = ACTIONS(1276), - [anon_sym___forceinline] = ACTIONS(1276), - [anon_sym_thread_local] = ACTIONS(1276), - [anon_sym___thread] = ACTIONS(1276), - [anon_sym_const] = ACTIONS(1276), - [anon_sym_constexpr] = ACTIONS(1276), - [anon_sym_volatile] = ACTIONS(1276), - [anon_sym_restrict] = ACTIONS(1276), - [anon_sym___restrict__] = ACTIONS(1276), - [anon_sym__Atomic] = ACTIONS(1276), - [anon_sym__Noreturn] = ACTIONS(1276), - [anon_sym_noreturn] = ACTIONS(1276), - [anon_sym__Nonnull] = ACTIONS(1276), - [anon_sym_alignas] = ACTIONS(1276), - [anon_sym__Alignas] = ACTIONS(1276), - [sym_primitive_type] = ACTIONS(1276), - [anon_sym_enum] = ACTIONS(1276), - [anon_sym_struct] = ACTIONS(1276), - [anon_sym_union] = ACTIONS(1276), - [anon_sym_if] = ACTIONS(1276), - [anon_sym_switch] = ACTIONS(1276), - [anon_sym_case] = ACTIONS(1276), - [anon_sym_default] = ACTIONS(1276), - [anon_sym_while] = ACTIONS(1276), - [anon_sym_do] = ACTIONS(1276), - [anon_sym_for] = ACTIONS(1276), - [anon_sym_return] = ACTIONS(1276), - [anon_sym_break] = ACTIONS(1276), - [anon_sym_continue] = ACTIONS(1276), - [anon_sym_goto] = ACTIONS(1276), - [anon_sym_DASH_DASH] = ACTIONS(1278), - [anon_sym_PLUS_PLUS] = ACTIONS(1278), - [anon_sym_sizeof] = ACTIONS(1276), - [anon_sym___alignof__] = ACTIONS(1276), - [anon_sym___alignof] = ACTIONS(1276), - [anon_sym__alignof] = ACTIONS(1276), - [anon_sym_alignof] = ACTIONS(1276), - [anon_sym__Alignof] = ACTIONS(1276), - [anon_sym_offsetof] = ACTIONS(1276), - [anon_sym__Generic] = ACTIONS(1276), - [anon_sym_asm] = ACTIONS(1276), - [anon_sym___asm__] = ACTIONS(1276), - [anon_sym___asm] = ACTIONS(1276), - [sym_number_literal] = ACTIONS(1278), - [anon_sym_L_SQUOTE] = ACTIONS(1278), - [anon_sym_u_SQUOTE] = ACTIONS(1278), - [anon_sym_U_SQUOTE] = ACTIONS(1278), - [anon_sym_u8_SQUOTE] = ACTIONS(1278), - [anon_sym_SQUOTE] = ACTIONS(1278), - [anon_sym_L_DQUOTE] = ACTIONS(1278), - [anon_sym_u_DQUOTE] = ACTIONS(1278), - [anon_sym_U_DQUOTE] = ACTIONS(1278), - [anon_sym_u8_DQUOTE] = ACTIONS(1278), - [anon_sym_DQUOTE] = ACTIONS(1278), - [sym_true] = ACTIONS(1276), - [sym_false] = ACTIONS(1276), - [anon_sym_NULL] = ACTIONS(1276), - [anon_sym_nullptr] = ACTIONS(1276), + [STATE(316)] = { + [sym_identifier] = ACTIONS(1292), + [aux_sym_preproc_include_token1] = ACTIONS(1292), + [aux_sym_preproc_def_token1] = ACTIONS(1292), + [aux_sym_preproc_if_token1] = ACTIONS(1292), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1292), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1292), + [sym_preproc_directive] = ACTIONS(1292), + [anon_sym_LPAREN2] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_PLUS] = ACTIONS(1292), + [anon_sym_STAR] = ACTIONS(1294), + [anon_sym_AMP] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [anon_sym___extension__] = ACTIONS(1292), + [anon_sym_typedef] = ACTIONS(1292), + [anon_sym_extern] = ACTIONS(1292), + [anon_sym___attribute__] = ACTIONS(1292), + [anon_sym___attribute] = ACTIONS(1292), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1294), + [anon_sym___declspec] = ACTIONS(1292), + [anon_sym___cdecl] = ACTIONS(1292), + [anon_sym___clrcall] = ACTIONS(1292), + [anon_sym___stdcall] = ACTIONS(1292), + [anon_sym___fastcall] = ACTIONS(1292), + [anon_sym___thiscall] = ACTIONS(1292), + [anon_sym___vectorcall] = ACTIONS(1292), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), + [anon_sym_signed] = ACTIONS(1292), + [anon_sym_unsigned] = ACTIONS(1292), + [anon_sym_long] = ACTIONS(1292), + [anon_sym_short] = ACTIONS(1292), + [anon_sym_static] = ACTIONS(1292), + [anon_sym_auto] = ACTIONS(1292), + [anon_sym_register] = ACTIONS(1292), + [anon_sym_inline] = ACTIONS(1292), + [anon_sym___inline] = ACTIONS(1292), + [anon_sym___inline__] = ACTIONS(1292), + [anon_sym___forceinline] = ACTIONS(1292), + [anon_sym_thread_local] = ACTIONS(1292), + [anon_sym___thread] = ACTIONS(1292), + [anon_sym_const] = ACTIONS(1292), + [anon_sym_constexpr] = ACTIONS(1292), + [anon_sym_volatile] = ACTIONS(1292), + [anon_sym_restrict] = ACTIONS(1292), + [anon_sym___restrict__] = ACTIONS(1292), + [anon_sym__Atomic] = ACTIONS(1292), + [anon_sym__Noreturn] = ACTIONS(1292), + [anon_sym_noreturn] = ACTIONS(1292), + [anon_sym__Nonnull] = ACTIONS(1292), + [anon_sym_alignas] = ACTIONS(1292), + [anon_sym__Alignas] = ACTIONS(1292), + [sym_primitive_type] = ACTIONS(1292), + [anon_sym_enum] = ACTIONS(1292), + [anon_sym_struct] = ACTIONS(1292), + [anon_sym_union] = ACTIONS(1292), + [anon_sym_if] = ACTIONS(1292), + [anon_sym_switch] = ACTIONS(1292), + [anon_sym_case] = ACTIONS(1292), + [anon_sym_default] = ACTIONS(1292), + [anon_sym_while] = ACTIONS(1292), + [anon_sym_do] = ACTIONS(1292), + [anon_sym_for] = ACTIONS(1292), + [anon_sym_return] = ACTIONS(1292), + [anon_sym_break] = ACTIONS(1292), + [anon_sym_continue] = ACTIONS(1292), + [anon_sym_goto] = ACTIONS(1292), + [anon_sym___try] = ACTIONS(1292), + [anon_sym___leave] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(1294), + [anon_sym_PLUS_PLUS] = ACTIONS(1294), + [anon_sym_sizeof] = ACTIONS(1292), + [anon_sym___alignof__] = ACTIONS(1292), + [anon_sym___alignof] = ACTIONS(1292), + [anon_sym__alignof] = ACTIONS(1292), + [anon_sym_alignof] = ACTIONS(1292), + [anon_sym__Alignof] = ACTIONS(1292), + [anon_sym_offsetof] = ACTIONS(1292), + [anon_sym__Generic] = ACTIONS(1292), + [anon_sym_asm] = ACTIONS(1292), + [anon_sym___asm__] = ACTIONS(1292), + [anon_sym___asm] = ACTIONS(1292), + [sym_number_literal] = ACTIONS(1294), + [anon_sym_L_SQUOTE] = ACTIONS(1294), + [anon_sym_u_SQUOTE] = ACTIONS(1294), + [anon_sym_U_SQUOTE] = ACTIONS(1294), + [anon_sym_u8_SQUOTE] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_L_DQUOTE] = ACTIONS(1294), + [anon_sym_u_DQUOTE] = ACTIONS(1294), + [anon_sym_U_DQUOTE] = ACTIONS(1294), + [anon_sym_u8_DQUOTE] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [sym_true] = ACTIONS(1292), + [sym_false] = ACTIONS(1292), + [anon_sym_NULL] = ACTIONS(1292), + [anon_sym_nullptr] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, - [333] = { - [sym_attribute_declaration] = STATE(333), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(167), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(333), - [sym_identifier] = ACTIONS(1424), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1451), - [anon_sym_switch] = ACTIONS(1454), - [anon_sym_case] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1460), - [anon_sym_while] = ACTIONS(1463), - [anon_sym_do] = ACTIONS(1466), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1472), - [anon_sym_break] = ACTIONS(1475), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_goto] = ACTIONS(1481), - [anon_sym___try] = ACTIONS(1484), - [anon_sym___leave] = ACTIONS(1487), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1499), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [anon_sym___asm] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1511), - [anon_sym_u_SQUOTE] = ACTIONS(1511), - [anon_sym_U_SQUOTE] = ACTIONS(1511), - [anon_sym_u8_SQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1517), - [sym_false] = ACTIONS(1517), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [STATE(317)] = { + [sym_identifier] = ACTIONS(1368), + [aux_sym_preproc_include_token1] = ACTIONS(1368), + [aux_sym_preproc_def_token1] = ACTIONS(1368), + [aux_sym_preproc_if_token1] = ACTIONS(1368), + [aux_sym_preproc_if_token2] = ACTIONS(1368), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1368), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1368), + [sym_preproc_directive] = ACTIONS(1368), + [anon_sym_LPAREN2] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1370), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1368), + [anon_sym_STAR] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1368), + [anon_sym_typedef] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym___attribute__] = ACTIONS(1368), + [anon_sym___attribute] = ACTIONS(1368), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1370), + [anon_sym___declspec] = ACTIONS(1368), + [anon_sym___cdecl] = ACTIONS(1368), + [anon_sym___clrcall] = ACTIONS(1368), + [anon_sym___stdcall] = ACTIONS(1368), + [anon_sym___fastcall] = ACTIONS(1368), + [anon_sym___thiscall] = ACTIONS(1368), + [anon_sym___vectorcall] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1370), + [anon_sym_signed] = ACTIONS(1368), + [anon_sym_unsigned] = ACTIONS(1368), + [anon_sym_long] = ACTIONS(1368), + [anon_sym_short] = ACTIONS(1368), + [anon_sym_static] = ACTIONS(1368), + [anon_sym_auto] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_inline] = ACTIONS(1368), + [anon_sym___inline] = ACTIONS(1368), + [anon_sym___inline__] = ACTIONS(1368), + [anon_sym___forceinline] = ACTIONS(1368), + [anon_sym_thread_local] = ACTIONS(1368), + [anon_sym___thread] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [anon_sym_constexpr] = ACTIONS(1368), + [anon_sym_volatile] = ACTIONS(1368), + [anon_sym_restrict] = ACTIONS(1368), + [anon_sym___restrict__] = ACTIONS(1368), + [anon_sym__Atomic] = ACTIONS(1368), + [anon_sym__Noreturn] = ACTIONS(1368), + [anon_sym_noreturn] = ACTIONS(1368), + [anon_sym__Nonnull] = ACTIONS(1368), + [anon_sym_alignas] = ACTIONS(1368), + [anon_sym__Alignas] = ACTIONS(1368), + [sym_primitive_type] = ACTIONS(1368), + [anon_sym_enum] = ACTIONS(1368), + [anon_sym_struct] = ACTIONS(1368), + [anon_sym_union] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_switch] = ACTIONS(1368), + [anon_sym_case] = ACTIONS(1368), + [anon_sym_default] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_goto] = ACTIONS(1368), + [anon_sym___try] = ACTIONS(1368), + [anon_sym___leave] = ACTIONS(1368), + [anon_sym_DASH_DASH] = ACTIONS(1370), + [anon_sym_PLUS_PLUS] = ACTIONS(1370), + [anon_sym_sizeof] = ACTIONS(1368), + [anon_sym___alignof__] = ACTIONS(1368), + [anon_sym___alignof] = ACTIONS(1368), + [anon_sym__alignof] = ACTIONS(1368), + [anon_sym_alignof] = ACTIONS(1368), + [anon_sym__Alignof] = ACTIONS(1368), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1368), + [anon_sym_asm] = ACTIONS(1368), + [anon_sym___asm__] = ACTIONS(1368), + [anon_sym___asm] = ACTIONS(1368), + [sym_number_literal] = ACTIONS(1370), + [anon_sym_L_SQUOTE] = ACTIONS(1370), + [anon_sym_u_SQUOTE] = ACTIONS(1370), + [anon_sym_U_SQUOTE] = ACTIONS(1370), + [anon_sym_u8_SQUOTE] = ACTIONS(1370), + [anon_sym_SQUOTE] = ACTIONS(1370), + [anon_sym_L_DQUOTE] = ACTIONS(1370), + [anon_sym_u_DQUOTE] = ACTIONS(1370), + [anon_sym_U_DQUOTE] = ACTIONS(1370), + [anon_sym_u8_DQUOTE] = ACTIONS(1370), + [anon_sym_DQUOTE] = ACTIONS(1370), + [sym_true] = ACTIONS(1368), + [sym_false] = ACTIONS(1368), + [anon_sym_NULL] = ACTIONS(1368), + [anon_sym_nullptr] = ACTIONS(1368), [sym_comment] = ACTIONS(3), }, - [334] = { - [sym_attribute_declaration] = STATE(375), - [sym_compound_statement] = STATE(159), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(224), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(61), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(65), - [anon_sym_default] = ACTIONS(67), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), + [STATE(318)] = { + [sym_expression] = STATE(699), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(685), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(685), + [sym_call_expression] = STATE(685), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(685), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(685), + [sym_initializer_list] = STATE(676), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(718), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1394), + [anon_sym_COMMA] = ACTIONS(1388), + [aux_sym_preproc_if_token2] = ACTIONS(1388), + [aux_sym_preproc_else_token1] = ACTIONS(1388), + [aux_sym_preproc_elif_token1] = ACTIONS(1394), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1388), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1388), + [anon_sym_LPAREN2] = ACTIONS(1388), + [anon_sym_BANG] = ACTIONS(1402), + [anon_sym_TILDE] = ACTIONS(1404), + [anon_sym_DASH] = ACTIONS(1394), + [anon_sym_PLUS] = ACTIONS(1394), + [anon_sym_STAR] = ACTIONS(1394), + [anon_sym_SLASH] = ACTIONS(1394), + [anon_sym_PERCENT] = ACTIONS(1394), + [anon_sym_PIPE_PIPE] = ACTIONS(1388), + [anon_sym_AMP_AMP] = ACTIONS(1388), + [anon_sym_PIPE] = ACTIONS(1394), + [anon_sym_CARET] = ACTIONS(1394), + [anon_sym_AMP] = ACTIONS(1394), + [anon_sym_EQ_EQ] = ACTIONS(1388), + [anon_sym_BANG_EQ] = ACTIONS(1388), + [anon_sym_GT] = ACTIONS(1394), + [anon_sym_GT_EQ] = ACTIONS(1388), + [anon_sym_LT_EQ] = ACTIONS(1388), + [anon_sym_LT] = ACTIONS(1394), + [anon_sym_LT_LT] = ACTIONS(1394), + [anon_sym_GT_GT] = ACTIONS(1394), + [anon_sym___extension__] = ACTIONS(1406), + [anon_sym_LBRACE] = ACTIONS(1398), + [anon_sym_LBRACK] = ACTIONS(1388), + [anon_sym_EQ] = ACTIONS(1394), + [anon_sym_QMARK] = ACTIONS(1388), + [anon_sym_STAR_EQ] = ACTIONS(1388), + [anon_sym_SLASH_EQ] = ACTIONS(1388), + [anon_sym_PERCENT_EQ] = ACTIONS(1388), + [anon_sym_PLUS_EQ] = ACTIONS(1388), + [anon_sym_DASH_EQ] = ACTIONS(1388), + [anon_sym_LT_LT_EQ] = ACTIONS(1388), + [anon_sym_GT_GT_EQ] = ACTIONS(1388), + [anon_sym_AMP_EQ] = ACTIONS(1388), + [anon_sym_CARET_EQ] = ACTIONS(1388), + [anon_sym_PIPE_EQ] = ACTIONS(1388), + [anon_sym_DASH_DASH] = ACTIONS(1388), + [anon_sym_PLUS_PLUS] = ACTIONS(1388), + [anon_sym_sizeof] = ACTIONS(1408), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -51332,6 +50120,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(93), [anon_sym___asm__] = ACTIONS(93), [anon_sym___asm] = ACTIONS(93), + [anon_sym_DOT] = ACTIONS(1394), + [anon_sym_DASH_GT] = ACTIONS(1388), [sym_number_literal] = ACTIONS(161), [anon_sym_L_SQUOTE] = ACTIONS(97), [anon_sym_u_SQUOTE] = ACTIONS(97), @@ -51349,7 +50139,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [335] = { + [STATE(319)] = { + [ts_builtin_sym_end] = ACTIONS(1362), + [sym_identifier] = ACTIONS(1360), + [aux_sym_preproc_include_token1] = ACTIONS(1360), + [aux_sym_preproc_def_token1] = ACTIONS(1360), + [aux_sym_preproc_if_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1360), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1360), + [sym_preproc_directive] = ACTIONS(1360), + [anon_sym_LPAREN2] = ACTIONS(1362), + [anon_sym_BANG] = ACTIONS(1362), + [anon_sym_TILDE] = ACTIONS(1362), + [anon_sym_DASH] = ACTIONS(1360), + [anon_sym_PLUS] = ACTIONS(1360), + [anon_sym_STAR] = ACTIONS(1362), + [anon_sym_AMP] = ACTIONS(1362), + [anon_sym_SEMI] = ACTIONS(1362), + [anon_sym___extension__] = ACTIONS(1360), + [anon_sym_typedef] = ACTIONS(1360), + [anon_sym_extern] = ACTIONS(1360), + [anon_sym___attribute__] = ACTIONS(1360), + [anon_sym___attribute] = ACTIONS(1360), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1362), + [anon_sym___declspec] = ACTIONS(1360), + [anon_sym___cdecl] = ACTIONS(1360), + [anon_sym___clrcall] = ACTIONS(1360), + [anon_sym___stdcall] = ACTIONS(1360), + [anon_sym___fastcall] = ACTIONS(1360), + [anon_sym___thiscall] = ACTIONS(1360), + [anon_sym___vectorcall] = ACTIONS(1360), + [anon_sym_LBRACE] = ACTIONS(1362), + [anon_sym_signed] = ACTIONS(1360), + [anon_sym_unsigned] = ACTIONS(1360), + [anon_sym_long] = ACTIONS(1360), + [anon_sym_short] = ACTIONS(1360), + [anon_sym_static] = ACTIONS(1360), + [anon_sym_auto] = ACTIONS(1360), + [anon_sym_register] = ACTIONS(1360), + [anon_sym_inline] = ACTIONS(1360), + [anon_sym___inline] = ACTIONS(1360), + [anon_sym___inline__] = ACTIONS(1360), + [anon_sym___forceinline] = ACTIONS(1360), + [anon_sym_thread_local] = ACTIONS(1360), + [anon_sym___thread] = ACTIONS(1360), + [anon_sym_const] = ACTIONS(1360), + [anon_sym_constexpr] = ACTIONS(1360), + [anon_sym_volatile] = ACTIONS(1360), + [anon_sym_restrict] = ACTIONS(1360), + [anon_sym___restrict__] = ACTIONS(1360), + [anon_sym__Atomic] = ACTIONS(1360), + [anon_sym__Noreturn] = ACTIONS(1360), + [anon_sym_noreturn] = ACTIONS(1360), + [anon_sym__Nonnull] = ACTIONS(1360), + [anon_sym_alignas] = ACTIONS(1360), + [anon_sym__Alignas] = ACTIONS(1360), + [sym_primitive_type] = ACTIONS(1360), + [anon_sym_enum] = ACTIONS(1360), + [anon_sym_struct] = ACTIONS(1360), + [anon_sym_union] = ACTIONS(1360), + [anon_sym_if] = ACTIONS(1360), + [anon_sym_switch] = ACTIONS(1360), + [anon_sym_case] = ACTIONS(1360), + [anon_sym_default] = ACTIONS(1360), + [anon_sym_while] = ACTIONS(1360), + [anon_sym_do] = ACTIONS(1360), + [anon_sym_for] = ACTIONS(1360), + [anon_sym_return] = ACTIONS(1360), + [anon_sym_break] = ACTIONS(1360), + [anon_sym_continue] = ACTIONS(1360), + [anon_sym_goto] = ACTIONS(1360), + [anon_sym_DASH_DASH] = ACTIONS(1362), + [anon_sym_PLUS_PLUS] = ACTIONS(1362), + [anon_sym_sizeof] = ACTIONS(1360), + [anon_sym___alignof__] = ACTIONS(1360), + [anon_sym___alignof] = ACTIONS(1360), + [anon_sym__alignof] = ACTIONS(1360), + [anon_sym_alignof] = ACTIONS(1360), + [anon_sym__Alignof] = ACTIONS(1360), + [anon_sym_offsetof] = ACTIONS(1360), + [anon_sym__Generic] = ACTIONS(1360), + [anon_sym_asm] = ACTIONS(1360), + [anon_sym___asm__] = ACTIONS(1360), + [anon_sym___asm] = ACTIONS(1360), + [sym_number_literal] = ACTIONS(1362), + [anon_sym_L_SQUOTE] = ACTIONS(1362), + [anon_sym_u_SQUOTE] = ACTIONS(1362), + [anon_sym_U_SQUOTE] = ACTIONS(1362), + [anon_sym_u8_SQUOTE] = ACTIONS(1362), + [anon_sym_SQUOTE] = ACTIONS(1362), + [anon_sym_L_DQUOTE] = ACTIONS(1362), + [anon_sym_u_DQUOTE] = ACTIONS(1362), + [anon_sym_U_DQUOTE] = ACTIONS(1362), + [anon_sym_u8_DQUOTE] = ACTIONS(1362), + [anon_sym_DQUOTE] = ACTIONS(1362), + [sym_true] = ACTIONS(1360), + [sym_false] = ACTIONS(1360), + [anon_sym_NULL] = ACTIONS(1360), + [anon_sym_nullptr] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + }, + [STATE(320)] = { [ts_builtin_sym_end] = ACTIONS(1294), [sym_identifier] = ACTIONS(1292), [aux_sym_preproc_include_token1] = ACTIONS(1292), @@ -51449,352 +50339,352 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, - [336] = { - [ts_builtin_sym_end] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1300), - [aux_sym_preproc_include_token1] = ACTIONS(1300), - [aux_sym_preproc_def_token1] = ACTIONS(1300), - [aux_sym_preproc_if_token1] = ACTIONS(1300), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1300), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1300), - [sym_preproc_directive] = ACTIONS(1300), - [anon_sym_LPAREN2] = ACTIONS(1302), - [anon_sym_BANG] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(1300), - [anon_sym_STAR] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1302), - [anon_sym___extension__] = ACTIONS(1300), - [anon_sym_typedef] = ACTIONS(1300), - [anon_sym_extern] = ACTIONS(1300), - [anon_sym___attribute__] = ACTIONS(1300), - [anon_sym___attribute] = ACTIONS(1300), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1302), - [anon_sym___declspec] = ACTIONS(1300), - [anon_sym___cdecl] = ACTIONS(1300), - [anon_sym___clrcall] = ACTIONS(1300), - [anon_sym___stdcall] = ACTIONS(1300), - [anon_sym___fastcall] = ACTIONS(1300), - [anon_sym___thiscall] = ACTIONS(1300), - [anon_sym___vectorcall] = ACTIONS(1300), - [anon_sym_LBRACE] = ACTIONS(1302), - [anon_sym_signed] = ACTIONS(1300), - [anon_sym_unsigned] = ACTIONS(1300), - [anon_sym_long] = ACTIONS(1300), - [anon_sym_short] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1300), - [anon_sym_auto] = ACTIONS(1300), - [anon_sym_register] = ACTIONS(1300), - [anon_sym_inline] = ACTIONS(1300), - [anon_sym___inline] = ACTIONS(1300), - [anon_sym___inline__] = ACTIONS(1300), - [anon_sym___forceinline] = ACTIONS(1300), - [anon_sym_thread_local] = ACTIONS(1300), - [anon_sym___thread] = ACTIONS(1300), - [anon_sym_const] = ACTIONS(1300), - [anon_sym_constexpr] = ACTIONS(1300), - [anon_sym_volatile] = ACTIONS(1300), - [anon_sym_restrict] = ACTIONS(1300), - [anon_sym___restrict__] = ACTIONS(1300), - [anon_sym__Atomic] = ACTIONS(1300), - [anon_sym__Noreturn] = ACTIONS(1300), - [anon_sym_noreturn] = ACTIONS(1300), - [anon_sym__Nonnull] = ACTIONS(1300), - [anon_sym_alignas] = ACTIONS(1300), - [anon_sym__Alignas] = ACTIONS(1300), - [sym_primitive_type] = ACTIONS(1300), - [anon_sym_enum] = ACTIONS(1300), - [anon_sym_struct] = ACTIONS(1300), - [anon_sym_union] = ACTIONS(1300), - [anon_sym_if] = ACTIONS(1300), - [anon_sym_switch] = ACTIONS(1300), - [anon_sym_case] = ACTIONS(1300), - [anon_sym_default] = ACTIONS(1300), - [anon_sym_while] = ACTIONS(1300), - [anon_sym_do] = ACTIONS(1300), - [anon_sym_for] = ACTIONS(1300), - [anon_sym_return] = ACTIONS(1300), - [anon_sym_break] = ACTIONS(1300), - [anon_sym_continue] = ACTIONS(1300), - [anon_sym_goto] = ACTIONS(1300), - [anon_sym_DASH_DASH] = ACTIONS(1302), - [anon_sym_PLUS_PLUS] = ACTIONS(1302), - [anon_sym_sizeof] = ACTIONS(1300), - [anon_sym___alignof__] = ACTIONS(1300), - [anon_sym___alignof] = ACTIONS(1300), - [anon_sym__alignof] = ACTIONS(1300), - [anon_sym_alignof] = ACTIONS(1300), - [anon_sym__Alignof] = ACTIONS(1300), - [anon_sym_offsetof] = ACTIONS(1300), - [anon_sym__Generic] = ACTIONS(1300), - [anon_sym_asm] = ACTIONS(1300), - [anon_sym___asm__] = ACTIONS(1300), - [anon_sym___asm] = ACTIONS(1300), - [sym_number_literal] = ACTIONS(1302), - [anon_sym_L_SQUOTE] = ACTIONS(1302), - [anon_sym_u_SQUOTE] = ACTIONS(1302), - [anon_sym_U_SQUOTE] = ACTIONS(1302), - [anon_sym_u8_SQUOTE] = ACTIONS(1302), - [anon_sym_SQUOTE] = ACTIONS(1302), - [anon_sym_L_DQUOTE] = ACTIONS(1302), - [anon_sym_u_DQUOTE] = ACTIONS(1302), - [anon_sym_U_DQUOTE] = ACTIONS(1302), - [anon_sym_u8_DQUOTE] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1302), - [sym_true] = ACTIONS(1300), - [sym_false] = ACTIONS(1300), - [anon_sym_NULL] = ACTIONS(1300), - [anon_sym_nullptr] = ACTIONS(1300), + [STATE(321)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(1990), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_if] = ACTIONS(1095), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1105), + [anon_sym_while] = ACTIONS(1097), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(1099), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(406), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [337] = { - [ts_builtin_sym_end] = ACTIONS(1342), - [sym_identifier] = ACTIONS(1340), - [aux_sym_preproc_include_token1] = ACTIONS(1340), - [aux_sym_preproc_def_token1] = ACTIONS(1340), - [aux_sym_preproc_if_token1] = ACTIONS(1340), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1340), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1340), - [sym_preproc_directive] = ACTIONS(1340), - [anon_sym_LPAREN2] = ACTIONS(1342), - [anon_sym_BANG] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1340), - [anon_sym_PLUS] = ACTIONS(1340), - [anon_sym_STAR] = ACTIONS(1342), - [anon_sym_AMP] = ACTIONS(1342), - [anon_sym_SEMI] = ACTIONS(1342), - [anon_sym___extension__] = ACTIONS(1340), - [anon_sym_typedef] = ACTIONS(1340), - [anon_sym_extern] = ACTIONS(1340), - [anon_sym___attribute__] = ACTIONS(1340), - [anon_sym___attribute] = ACTIONS(1340), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), - [anon_sym___declspec] = ACTIONS(1340), - [anon_sym___cdecl] = ACTIONS(1340), - [anon_sym___clrcall] = ACTIONS(1340), - [anon_sym___stdcall] = ACTIONS(1340), - [anon_sym___fastcall] = ACTIONS(1340), - [anon_sym___thiscall] = ACTIONS(1340), - [anon_sym___vectorcall] = ACTIONS(1340), - [anon_sym_LBRACE] = ACTIONS(1342), - [anon_sym_signed] = ACTIONS(1340), - [anon_sym_unsigned] = ACTIONS(1340), - [anon_sym_long] = ACTIONS(1340), - [anon_sym_short] = ACTIONS(1340), - [anon_sym_static] = ACTIONS(1340), - [anon_sym_auto] = ACTIONS(1340), - [anon_sym_register] = ACTIONS(1340), - [anon_sym_inline] = ACTIONS(1340), - [anon_sym___inline] = ACTIONS(1340), - [anon_sym___inline__] = ACTIONS(1340), - [anon_sym___forceinline] = ACTIONS(1340), - [anon_sym_thread_local] = ACTIONS(1340), - [anon_sym___thread] = ACTIONS(1340), - [anon_sym_const] = ACTIONS(1340), - [anon_sym_constexpr] = ACTIONS(1340), - [anon_sym_volatile] = ACTIONS(1340), - [anon_sym_restrict] = ACTIONS(1340), - [anon_sym___restrict__] = ACTIONS(1340), - [anon_sym__Atomic] = ACTIONS(1340), - [anon_sym__Noreturn] = ACTIONS(1340), - [anon_sym_noreturn] = ACTIONS(1340), - [anon_sym__Nonnull] = ACTIONS(1340), - [anon_sym_alignas] = ACTIONS(1340), - [anon_sym__Alignas] = ACTIONS(1340), - [sym_primitive_type] = ACTIONS(1340), - [anon_sym_enum] = ACTIONS(1340), - [anon_sym_struct] = ACTIONS(1340), - [anon_sym_union] = ACTIONS(1340), - [anon_sym_if] = ACTIONS(1340), - [anon_sym_switch] = ACTIONS(1340), - [anon_sym_case] = ACTIONS(1340), - [anon_sym_default] = ACTIONS(1340), - [anon_sym_while] = ACTIONS(1340), - [anon_sym_do] = ACTIONS(1340), - [anon_sym_for] = ACTIONS(1340), - [anon_sym_return] = ACTIONS(1340), - [anon_sym_break] = ACTIONS(1340), - [anon_sym_continue] = ACTIONS(1340), - [anon_sym_goto] = ACTIONS(1340), - [anon_sym_DASH_DASH] = ACTIONS(1342), - [anon_sym_PLUS_PLUS] = ACTIONS(1342), - [anon_sym_sizeof] = ACTIONS(1340), - [anon_sym___alignof__] = ACTIONS(1340), - [anon_sym___alignof] = ACTIONS(1340), - [anon_sym__alignof] = ACTIONS(1340), - [anon_sym_alignof] = ACTIONS(1340), - [anon_sym__Alignof] = ACTIONS(1340), - [anon_sym_offsetof] = ACTIONS(1340), - [anon_sym__Generic] = ACTIONS(1340), - [anon_sym_asm] = ACTIONS(1340), - [anon_sym___asm__] = ACTIONS(1340), - [anon_sym___asm] = ACTIONS(1340), - [sym_number_literal] = ACTIONS(1342), - [anon_sym_L_SQUOTE] = ACTIONS(1342), - [anon_sym_u_SQUOTE] = ACTIONS(1342), - [anon_sym_U_SQUOTE] = ACTIONS(1342), - [anon_sym_u8_SQUOTE] = ACTIONS(1342), - [anon_sym_SQUOTE] = ACTIONS(1342), - [anon_sym_L_DQUOTE] = ACTIONS(1342), - [anon_sym_u_DQUOTE] = ACTIONS(1342), - [anon_sym_U_DQUOTE] = ACTIONS(1342), - [anon_sym_u8_DQUOTE] = ACTIONS(1342), - [anon_sym_DQUOTE] = ACTIONS(1342), - [sym_true] = ACTIONS(1340), - [sym_false] = ACTIONS(1340), - [anon_sym_NULL] = ACTIONS(1340), - [anon_sym_nullptr] = ACTIONS(1340), + [STATE(322)] = { + [sym_attribute_declaration] = STATE(375), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(246), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(375), + [sym_identifier] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [338] = { - [ts_builtin_sym_end] = ACTIONS(1523), - [sym_identifier] = ACTIONS(1525), - [aux_sym_preproc_include_token1] = ACTIONS(1525), - [aux_sym_preproc_def_token1] = ACTIONS(1525), - [aux_sym_preproc_if_token1] = ACTIONS(1525), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1525), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1525), - [sym_preproc_directive] = ACTIONS(1525), - [anon_sym_LPAREN2] = ACTIONS(1523), - [anon_sym_BANG] = ACTIONS(1523), - [anon_sym_TILDE] = ACTIONS(1523), - [anon_sym_DASH] = ACTIONS(1525), - [anon_sym_PLUS] = ACTIONS(1525), - [anon_sym_STAR] = ACTIONS(1523), - [anon_sym_AMP] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1523), - [anon_sym___extension__] = ACTIONS(1525), - [anon_sym_typedef] = ACTIONS(1525), - [anon_sym_extern] = ACTIONS(1525), - [anon_sym___attribute__] = ACTIONS(1525), - [anon_sym___attribute] = ACTIONS(1525), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1523), - [anon_sym___declspec] = ACTIONS(1525), - [anon_sym___cdecl] = ACTIONS(1525), - [anon_sym___clrcall] = ACTIONS(1525), - [anon_sym___stdcall] = ACTIONS(1525), - [anon_sym___fastcall] = ACTIONS(1525), - [anon_sym___thiscall] = ACTIONS(1525), - [anon_sym___vectorcall] = ACTIONS(1525), - [anon_sym_LBRACE] = ACTIONS(1523), - [anon_sym_signed] = ACTIONS(1525), - [anon_sym_unsigned] = ACTIONS(1525), - [anon_sym_long] = ACTIONS(1525), - [anon_sym_short] = ACTIONS(1525), - [anon_sym_static] = ACTIONS(1525), - [anon_sym_auto] = ACTIONS(1525), - [anon_sym_register] = ACTIONS(1525), - [anon_sym_inline] = ACTIONS(1525), - [anon_sym___inline] = ACTIONS(1525), - [anon_sym___inline__] = ACTIONS(1525), - [anon_sym___forceinline] = ACTIONS(1525), - [anon_sym_thread_local] = ACTIONS(1525), - [anon_sym___thread] = ACTIONS(1525), - [anon_sym_const] = ACTIONS(1525), - [anon_sym_constexpr] = ACTIONS(1525), - [anon_sym_volatile] = ACTIONS(1525), - [anon_sym_restrict] = ACTIONS(1525), - [anon_sym___restrict__] = ACTIONS(1525), - [anon_sym__Atomic] = ACTIONS(1525), - [anon_sym__Noreturn] = ACTIONS(1525), - [anon_sym_noreturn] = ACTIONS(1525), - [anon_sym__Nonnull] = ACTIONS(1525), - [anon_sym_alignas] = ACTIONS(1525), - [anon_sym__Alignas] = ACTIONS(1525), - [sym_primitive_type] = ACTIONS(1525), - [anon_sym_enum] = ACTIONS(1525), - [anon_sym_struct] = ACTIONS(1525), - [anon_sym_union] = ACTIONS(1525), - [anon_sym_if] = ACTIONS(1525), - [anon_sym_switch] = ACTIONS(1525), - [anon_sym_case] = ACTIONS(1525), - [anon_sym_default] = ACTIONS(1525), - [anon_sym_while] = ACTIONS(1525), - [anon_sym_do] = ACTIONS(1525), - [anon_sym_for] = ACTIONS(1525), - [anon_sym_return] = ACTIONS(1525), - [anon_sym_break] = ACTIONS(1525), - [anon_sym_continue] = ACTIONS(1525), - [anon_sym_goto] = ACTIONS(1525), - [anon_sym_DASH_DASH] = ACTIONS(1523), - [anon_sym_PLUS_PLUS] = ACTIONS(1523), - [anon_sym_sizeof] = ACTIONS(1525), - [anon_sym___alignof__] = ACTIONS(1525), - [anon_sym___alignof] = ACTIONS(1525), - [anon_sym__alignof] = ACTIONS(1525), - [anon_sym_alignof] = ACTIONS(1525), - [anon_sym__Alignof] = ACTIONS(1525), - [anon_sym_offsetof] = ACTIONS(1525), - [anon_sym__Generic] = ACTIONS(1525), - [anon_sym_asm] = ACTIONS(1525), - [anon_sym___asm__] = ACTIONS(1525), - [anon_sym___asm] = ACTIONS(1525), - [sym_number_literal] = ACTIONS(1523), - [anon_sym_L_SQUOTE] = ACTIONS(1523), - [anon_sym_u_SQUOTE] = ACTIONS(1523), - [anon_sym_U_SQUOTE] = ACTIONS(1523), - [anon_sym_u8_SQUOTE] = ACTIONS(1523), - [anon_sym_SQUOTE] = ACTIONS(1523), - [anon_sym_L_DQUOTE] = ACTIONS(1523), - [anon_sym_u_DQUOTE] = ACTIONS(1523), - [anon_sym_U_DQUOTE] = ACTIONS(1523), - [anon_sym_u8_DQUOTE] = ACTIONS(1523), - [anon_sym_DQUOTE] = ACTIONS(1523), - [sym_true] = ACTIONS(1525), - [sym_false] = ACTIONS(1525), - [anon_sym_NULL] = ACTIONS(1525), - [anon_sym_nullptr] = ACTIONS(1525), + [STATE(323)] = { + [ts_builtin_sym_end] = ACTIONS(1358), + [sym_identifier] = ACTIONS(1356), + [aux_sym_preproc_include_token1] = ACTIONS(1356), + [aux_sym_preproc_def_token1] = ACTIONS(1356), + [aux_sym_preproc_if_token1] = ACTIONS(1356), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1356), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1356), + [sym_preproc_directive] = ACTIONS(1356), + [anon_sym_LPAREN2] = ACTIONS(1358), + [anon_sym_BANG] = ACTIONS(1358), + [anon_sym_TILDE] = ACTIONS(1358), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_STAR] = ACTIONS(1358), + [anon_sym_AMP] = ACTIONS(1358), + [anon_sym_SEMI] = ACTIONS(1358), + [anon_sym___extension__] = ACTIONS(1356), + [anon_sym_typedef] = ACTIONS(1356), + [anon_sym_extern] = ACTIONS(1356), + [anon_sym___attribute__] = ACTIONS(1356), + [anon_sym___attribute] = ACTIONS(1356), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1358), + [anon_sym___declspec] = ACTIONS(1356), + [anon_sym___cdecl] = ACTIONS(1356), + [anon_sym___clrcall] = ACTIONS(1356), + [anon_sym___stdcall] = ACTIONS(1356), + [anon_sym___fastcall] = ACTIONS(1356), + [anon_sym___thiscall] = ACTIONS(1356), + [anon_sym___vectorcall] = ACTIONS(1356), + [anon_sym_LBRACE] = ACTIONS(1358), + [anon_sym_signed] = ACTIONS(1356), + [anon_sym_unsigned] = ACTIONS(1356), + [anon_sym_long] = ACTIONS(1356), + [anon_sym_short] = ACTIONS(1356), + [anon_sym_static] = ACTIONS(1356), + [anon_sym_auto] = ACTIONS(1356), + [anon_sym_register] = ACTIONS(1356), + [anon_sym_inline] = ACTIONS(1356), + [anon_sym___inline] = ACTIONS(1356), + [anon_sym___inline__] = ACTIONS(1356), + [anon_sym___forceinline] = ACTIONS(1356), + [anon_sym_thread_local] = ACTIONS(1356), + [anon_sym___thread] = ACTIONS(1356), + [anon_sym_const] = ACTIONS(1356), + [anon_sym_constexpr] = ACTIONS(1356), + [anon_sym_volatile] = ACTIONS(1356), + [anon_sym_restrict] = ACTIONS(1356), + [anon_sym___restrict__] = ACTIONS(1356), + [anon_sym__Atomic] = ACTIONS(1356), + [anon_sym__Noreturn] = ACTIONS(1356), + [anon_sym_noreturn] = ACTIONS(1356), + [anon_sym__Nonnull] = ACTIONS(1356), + [anon_sym_alignas] = ACTIONS(1356), + [anon_sym__Alignas] = ACTIONS(1356), + [sym_primitive_type] = ACTIONS(1356), + [anon_sym_enum] = ACTIONS(1356), + [anon_sym_struct] = ACTIONS(1356), + [anon_sym_union] = ACTIONS(1356), + [anon_sym_if] = ACTIONS(1356), + [anon_sym_switch] = ACTIONS(1356), + [anon_sym_case] = ACTIONS(1356), + [anon_sym_default] = ACTIONS(1356), + [anon_sym_while] = ACTIONS(1356), + [anon_sym_do] = ACTIONS(1356), + [anon_sym_for] = ACTIONS(1356), + [anon_sym_return] = ACTIONS(1356), + [anon_sym_break] = ACTIONS(1356), + [anon_sym_continue] = ACTIONS(1356), + [anon_sym_goto] = ACTIONS(1356), + [anon_sym_DASH_DASH] = ACTIONS(1358), + [anon_sym_PLUS_PLUS] = ACTIONS(1358), + [anon_sym_sizeof] = ACTIONS(1356), + [anon_sym___alignof__] = ACTIONS(1356), + [anon_sym___alignof] = ACTIONS(1356), + [anon_sym__alignof] = ACTIONS(1356), + [anon_sym_alignof] = ACTIONS(1356), + [anon_sym__Alignof] = ACTIONS(1356), + [anon_sym_offsetof] = ACTIONS(1356), + [anon_sym__Generic] = ACTIONS(1356), + [anon_sym_asm] = ACTIONS(1356), + [anon_sym___asm__] = ACTIONS(1356), + [anon_sym___asm] = ACTIONS(1356), + [sym_number_literal] = ACTIONS(1358), + [anon_sym_L_SQUOTE] = ACTIONS(1358), + [anon_sym_u_SQUOTE] = ACTIONS(1358), + [anon_sym_U_SQUOTE] = ACTIONS(1358), + [anon_sym_u8_SQUOTE] = ACTIONS(1358), + [anon_sym_SQUOTE] = ACTIONS(1358), + [anon_sym_L_DQUOTE] = ACTIONS(1358), + [anon_sym_u_DQUOTE] = ACTIONS(1358), + [anon_sym_U_DQUOTE] = ACTIONS(1358), + [anon_sym_u8_DQUOTE] = ACTIONS(1358), + [anon_sym_DQUOTE] = ACTIONS(1358), + [sym_true] = ACTIONS(1356), + [sym_false] = ACTIONS(1356), + [anon_sym_NULL] = ACTIONS(1356), + [anon_sym_nullptr] = ACTIONS(1356), [sym_comment] = ACTIONS(3), }, - [339] = { - [sym_attribute_declaration] = STATE(375), - [sym_compound_statement] = STATE(159), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(172), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1420), + [STATE(324)] = { + [sym_attribute_declaration] = STATE(360), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(238), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [sym_identifier] = ACTIONS(1416), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -51802,9 +50692,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(61), [anon_sym_switch] = ACTIONS(63), @@ -51817,8 +50707,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(77), [anon_sym_continue] = ACTIONS(79), [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -51849,152 +50739,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [340] = { - [ts_builtin_sym_end] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [aux_sym_preproc_include_token1] = ACTIONS(1529), - [aux_sym_preproc_def_token1] = ACTIONS(1529), - [aux_sym_preproc_if_token1] = ACTIONS(1529), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1529), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1529), - [sym_preproc_directive] = ACTIONS(1529), - [anon_sym_LPAREN2] = ACTIONS(1527), - [anon_sym_BANG] = ACTIONS(1527), - [anon_sym_TILDE] = ACTIONS(1527), - [anon_sym_DASH] = ACTIONS(1529), - [anon_sym_PLUS] = ACTIONS(1529), - [anon_sym_STAR] = ACTIONS(1527), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym___extension__] = ACTIONS(1529), - [anon_sym_typedef] = ACTIONS(1529), - [anon_sym_extern] = ACTIONS(1529), - [anon_sym___attribute__] = ACTIONS(1529), - [anon_sym___attribute] = ACTIONS(1529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1527), - [anon_sym___declspec] = ACTIONS(1529), - [anon_sym___cdecl] = ACTIONS(1529), - [anon_sym___clrcall] = ACTIONS(1529), - [anon_sym___stdcall] = ACTIONS(1529), - [anon_sym___fastcall] = ACTIONS(1529), - [anon_sym___thiscall] = ACTIONS(1529), - [anon_sym___vectorcall] = ACTIONS(1529), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_signed] = ACTIONS(1529), - [anon_sym_unsigned] = ACTIONS(1529), - [anon_sym_long] = ACTIONS(1529), - [anon_sym_short] = ACTIONS(1529), - [anon_sym_static] = ACTIONS(1529), - [anon_sym_auto] = ACTIONS(1529), - [anon_sym_register] = ACTIONS(1529), - [anon_sym_inline] = ACTIONS(1529), - [anon_sym___inline] = ACTIONS(1529), - [anon_sym___inline__] = ACTIONS(1529), - [anon_sym___forceinline] = ACTIONS(1529), - [anon_sym_thread_local] = ACTIONS(1529), - [anon_sym___thread] = ACTIONS(1529), - [anon_sym_const] = ACTIONS(1529), - [anon_sym_constexpr] = ACTIONS(1529), - [anon_sym_volatile] = ACTIONS(1529), - [anon_sym_restrict] = ACTIONS(1529), - [anon_sym___restrict__] = ACTIONS(1529), - [anon_sym__Atomic] = ACTIONS(1529), - [anon_sym__Noreturn] = ACTIONS(1529), - [anon_sym_noreturn] = ACTIONS(1529), - [anon_sym__Nonnull] = ACTIONS(1529), - [anon_sym_alignas] = ACTIONS(1529), - [anon_sym__Alignas] = ACTIONS(1529), - [sym_primitive_type] = ACTIONS(1529), - [anon_sym_enum] = ACTIONS(1529), - [anon_sym_struct] = ACTIONS(1529), - [anon_sym_union] = ACTIONS(1529), - [anon_sym_if] = ACTIONS(1529), - [anon_sym_switch] = ACTIONS(1529), - [anon_sym_case] = ACTIONS(1529), - [anon_sym_default] = ACTIONS(1529), - [anon_sym_while] = ACTIONS(1529), - [anon_sym_do] = ACTIONS(1529), - [anon_sym_for] = ACTIONS(1529), - [anon_sym_return] = ACTIONS(1529), - [anon_sym_break] = ACTIONS(1529), - [anon_sym_continue] = ACTIONS(1529), - [anon_sym_goto] = ACTIONS(1529), - [anon_sym_DASH_DASH] = ACTIONS(1527), - [anon_sym_PLUS_PLUS] = ACTIONS(1527), - [anon_sym_sizeof] = ACTIONS(1529), - [anon_sym___alignof__] = ACTIONS(1529), - [anon_sym___alignof] = ACTIONS(1529), - [anon_sym__alignof] = ACTIONS(1529), - [anon_sym_alignof] = ACTIONS(1529), - [anon_sym__Alignof] = ACTIONS(1529), - [anon_sym_offsetof] = ACTIONS(1529), - [anon_sym__Generic] = ACTIONS(1529), - [anon_sym_asm] = ACTIONS(1529), - [anon_sym___asm__] = ACTIONS(1529), - [anon_sym___asm] = ACTIONS(1529), - [sym_number_literal] = ACTIONS(1527), - [anon_sym_L_SQUOTE] = ACTIONS(1527), - [anon_sym_u_SQUOTE] = ACTIONS(1527), - [anon_sym_U_SQUOTE] = ACTIONS(1527), - [anon_sym_u8_SQUOTE] = ACTIONS(1527), - [anon_sym_SQUOTE] = ACTIONS(1527), - [anon_sym_L_DQUOTE] = ACTIONS(1527), - [anon_sym_u_DQUOTE] = ACTIONS(1527), - [anon_sym_U_DQUOTE] = ACTIONS(1527), - [anon_sym_u8_DQUOTE] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1527), - [sym_true] = ACTIONS(1529), - [sym_false] = ACTIONS(1529), - [anon_sym_NULL] = ACTIONS(1529), - [anon_sym_nullptr] = ACTIONS(1529), + [STATE(325)] = { + [sym_attribute_declaration] = STATE(364), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(80), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [sym_identifier] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(125), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(133), + [anon_sym_if] = ACTIONS(135), + [anon_sym_switch] = ACTIONS(137), + [anon_sym_case] = ACTIONS(139), + [anon_sym_default] = ACTIONS(141), + [anon_sym_while] = ACTIONS(143), + [anon_sym_do] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_return] = ACTIONS(149), + [anon_sym_break] = ACTIONS(151), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_goto] = ACTIONS(155), + [anon_sym___try] = ACTIONS(157), + [anon_sym___leave] = ACTIONS(159), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [341] = { - [sym_attribute_declaration] = STATE(375), - [sym_compound_statement] = STATE(159), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(160), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1420), + [STATE(326)] = { + [sym_attribute_declaration] = STATE(364), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(88), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [sym_identifier] = ACTIONS(1418), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(125), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(133), + [anon_sym_if] = ACTIONS(135), + [anon_sym_switch] = ACTIONS(137), + [anon_sym_case] = ACTIONS(139), + [anon_sym_default] = ACTIONS(141), + [anon_sym_while] = ACTIONS(143), + [anon_sym_do] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_return] = ACTIONS(149), + [anon_sym_break] = ACTIONS(151), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_goto] = ACTIONS(155), + [anon_sym___try] = ACTIONS(157), + [anon_sym___leave] = ACTIONS(159), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + }, + [STATE(327)] = { + [sym_attribute_declaration] = STATE(360), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(149), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [sym_identifier] = ACTIONS(1416), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -52002,9 +50992,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(61), [anon_sym_switch] = ACTIONS(63), @@ -52017,8 +51007,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(77), [anon_sym_continue] = ACTIONS(79), [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -52049,507 +51039,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [342] = { - [ts_builtin_sym_end] = ACTIONS(1270), - [sym_identifier] = ACTIONS(1268), - [aux_sym_preproc_include_token1] = ACTIONS(1268), - [aux_sym_preproc_def_token1] = ACTIONS(1268), - [aux_sym_preproc_if_token1] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1268), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1268), - [sym_preproc_directive] = ACTIONS(1268), - [anon_sym_LPAREN2] = ACTIONS(1270), - [anon_sym_BANG] = ACTIONS(1270), - [anon_sym_TILDE] = ACTIONS(1270), - [anon_sym_DASH] = ACTIONS(1268), - [anon_sym_PLUS] = ACTIONS(1268), - [anon_sym_STAR] = ACTIONS(1270), - [anon_sym_AMP] = ACTIONS(1270), - [anon_sym_SEMI] = ACTIONS(1270), - [anon_sym___extension__] = ACTIONS(1268), - [anon_sym_typedef] = ACTIONS(1268), - [anon_sym_extern] = ACTIONS(1268), - [anon_sym___attribute__] = ACTIONS(1268), - [anon_sym___attribute] = ACTIONS(1268), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1270), - [anon_sym___declspec] = ACTIONS(1268), - [anon_sym___cdecl] = ACTIONS(1268), - [anon_sym___clrcall] = ACTIONS(1268), - [anon_sym___stdcall] = ACTIONS(1268), - [anon_sym___fastcall] = ACTIONS(1268), - [anon_sym___thiscall] = ACTIONS(1268), - [anon_sym___vectorcall] = ACTIONS(1268), - [anon_sym_LBRACE] = ACTIONS(1270), - [anon_sym_signed] = ACTIONS(1268), - [anon_sym_unsigned] = ACTIONS(1268), - [anon_sym_long] = ACTIONS(1268), - [anon_sym_short] = ACTIONS(1268), - [anon_sym_static] = ACTIONS(1268), - [anon_sym_auto] = ACTIONS(1268), - [anon_sym_register] = ACTIONS(1268), - [anon_sym_inline] = ACTIONS(1268), - [anon_sym___inline] = ACTIONS(1268), - [anon_sym___inline__] = ACTIONS(1268), - [anon_sym___forceinline] = ACTIONS(1268), - [anon_sym_thread_local] = ACTIONS(1268), - [anon_sym___thread] = ACTIONS(1268), - [anon_sym_const] = ACTIONS(1268), - [anon_sym_constexpr] = ACTIONS(1268), - [anon_sym_volatile] = ACTIONS(1268), - [anon_sym_restrict] = ACTIONS(1268), - [anon_sym___restrict__] = ACTIONS(1268), - [anon_sym__Atomic] = ACTIONS(1268), - [anon_sym__Noreturn] = ACTIONS(1268), - [anon_sym_noreturn] = ACTIONS(1268), - [anon_sym__Nonnull] = ACTIONS(1268), - [anon_sym_alignas] = ACTIONS(1268), - [anon_sym__Alignas] = ACTIONS(1268), - [sym_primitive_type] = ACTIONS(1268), - [anon_sym_enum] = ACTIONS(1268), - [anon_sym_struct] = ACTIONS(1268), - [anon_sym_union] = ACTIONS(1268), - [anon_sym_if] = ACTIONS(1268), - [anon_sym_switch] = ACTIONS(1268), - [anon_sym_case] = ACTIONS(1268), - [anon_sym_default] = ACTIONS(1268), - [anon_sym_while] = ACTIONS(1268), - [anon_sym_do] = ACTIONS(1268), - [anon_sym_for] = ACTIONS(1268), - [anon_sym_return] = ACTIONS(1268), - [anon_sym_break] = ACTIONS(1268), - [anon_sym_continue] = ACTIONS(1268), - [anon_sym_goto] = ACTIONS(1268), - [anon_sym_DASH_DASH] = ACTIONS(1270), - [anon_sym_PLUS_PLUS] = ACTIONS(1270), - [anon_sym_sizeof] = ACTIONS(1268), - [anon_sym___alignof__] = ACTIONS(1268), - [anon_sym___alignof] = ACTIONS(1268), - [anon_sym__alignof] = ACTIONS(1268), - [anon_sym_alignof] = ACTIONS(1268), - [anon_sym__Alignof] = ACTIONS(1268), - [anon_sym_offsetof] = ACTIONS(1268), - [anon_sym__Generic] = ACTIONS(1268), - [anon_sym_asm] = ACTIONS(1268), - [anon_sym___asm__] = ACTIONS(1268), - [anon_sym___asm] = ACTIONS(1268), - [sym_number_literal] = ACTIONS(1270), - [anon_sym_L_SQUOTE] = ACTIONS(1270), - [anon_sym_u_SQUOTE] = ACTIONS(1270), - [anon_sym_U_SQUOTE] = ACTIONS(1270), - [anon_sym_u8_SQUOTE] = ACTIONS(1270), - [anon_sym_SQUOTE] = ACTIONS(1270), - [anon_sym_L_DQUOTE] = ACTIONS(1270), - [anon_sym_u_DQUOTE] = ACTIONS(1270), - [anon_sym_U_DQUOTE] = ACTIONS(1270), - [anon_sym_u8_DQUOTE] = ACTIONS(1270), - [anon_sym_DQUOTE] = ACTIONS(1270), - [sym_true] = ACTIONS(1268), - [sym_false] = ACTIONS(1268), - [anon_sym_NULL] = ACTIONS(1268), - [anon_sym_nullptr] = ACTIONS(1268), - [sym_comment] = ACTIONS(3), - }, - [343] = { - [ts_builtin_sym_end] = ACTIONS(1298), - [sym_identifier] = ACTIONS(1296), - [aux_sym_preproc_include_token1] = ACTIONS(1296), - [aux_sym_preproc_def_token1] = ACTIONS(1296), - [aux_sym_preproc_if_token1] = ACTIONS(1296), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1296), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1296), - [sym_preproc_directive] = ACTIONS(1296), - [anon_sym_LPAREN2] = ACTIONS(1298), - [anon_sym_BANG] = ACTIONS(1298), - [anon_sym_TILDE] = ACTIONS(1298), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_PLUS] = ACTIONS(1296), - [anon_sym_STAR] = ACTIONS(1298), - [anon_sym_AMP] = ACTIONS(1298), - [anon_sym_SEMI] = ACTIONS(1298), - [anon_sym___extension__] = ACTIONS(1296), - [anon_sym_typedef] = ACTIONS(1296), - [anon_sym_extern] = ACTIONS(1296), - [anon_sym___attribute__] = ACTIONS(1296), - [anon_sym___attribute] = ACTIONS(1296), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1298), - [anon_sym___declspec] = ACTIONS(1296), - [anon_sym___cdecl] = ACTIONS(1296), - [anon_sym___clrcall] = ACTIONS(1296), - [anon_sym___stdcall] = ACTIONS(1296), - [anon_sym___fastcall] = ACTIONS(1296), - [anon_sym___thiscall] = ACTIONS(1296), - [anon_sym___vectorcall] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1298), - [anon_sym_signed] = ACTIONS(1296), - [anon_sym_unsigned] = ACTIONS(1296), - [anon_sym_long] = ACTIONS(1296), - [anon_sym_short] = ACTIONS(1296), - [anon_sym_static] = ACTIONS(1296), - [anon_sym_auto] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_inline] = ACTIONS(1296), - [anon_sym___inline] = ACTIONS(1296), - [anon_sym___inline__] = ACTIONS(1296), - [anon_sym___forceinline] = ACTIONS(1296), - [anon_sym_thread_local] = ACTIONS(1296), - [anon_sym___thread] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1296), - [anon_sym_constexpr] = ACTIONS(1296), - [anon_sym_volatile] = ACTIONS(1296), - [anon_sym_restrict] = ACTIONS(1296), - [anon_sym___restrict__] = ACTIONS(1296), - [anon_sym__Atomic] = ACTIONS(1296), - [anon_sym__Noreturn] = ACTIONS(1296), - [anon_sym_noreturn] = ACTIONS(1296), - [anon_sym__Nonnull] = ACTIONS(1296), - [anon_sym_alignas] = ACTIONS(1296), - [anon_sym__Alignas] = ACTIONS(1296), - [sym_primitive_type] = ACTIONS(1296), - [anon_sym_enum] = ACTIONS(1296), - [anon_sym_struct] = ACTIONS(1296), - [anon_sym_union] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_switch] = ACTIONS(1296), - [anon_sym_case] = ACTIONS(1296), - [anon_sym_default] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_for] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_break] = ACTIONS(1296), - [anon_sym_continue] = ACTIONS(1296), - [anon_sym_goto] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(1298), - [anon_sym_PLUS_PLUS] = ACTIONS(1298), - [anon_sym_sizeof] = ACTIONS(1296), - [anon_sym___alignof__] = ACTIONS(1296), - [anon_sym___alignof] = ACTIONS(1296), - [anon_sym__alignof] = ACTIONS(1296), - [anon_sym_alignof] = ACTIONS(1296), - [anon_sym__Alignof] = ACTIONS(1296), - [anon_sym_offsetof] = ACTIONS(1296), - [anon_sym__Generic] = ACTIONS(1296), - [anon_sym_asm] = ACTIONS(1296), - [anon_sym___asm__] = ACTIONS(1296), - [anon_sym___asm] = ACTIONS(1296), - [sym_number_literal] = ACTIONS(1298), - [anon_sym_L_SQUOTE] = ACTIONS(1298), - [anon_sym_u_SQUOTE] = ACTIONS(1298), - [anon_sym_U_SQUOTE] = ACTIONS(1298), - [anon_sym_u8_SQUOTE] = ACTIONS(1298), - [anon_sym_SQUOTE] = ACTIONS(1298), - [anon_sym_L_DQUOTE] = ACTIONS(1298), - [anon_sym_u_DQUOTE] = ACTIONS(1298), - [anon_sym_U_DQUOTE] = ACTIONS(1298), - [anon_sym_u8_DQUOTE] = ACTIONS(1298), - [anon_sym_DQUOTE] = ACTIONS(1298), - [sym_true] = ACTIONS(1296), - [sym_false] = ACTIONS(1296), - [anon_sym_NULL] = ACTIONS(1296), - [anon_sym_nullptr] = ACTIONS(1296), - [sym_comment] = ACTIONS(3), - }, - [344] = { - [ts_builtin_sym_end] = ACTIONS(1310), - [sym_identifier] = ACTIONS(1308), - [aux_sym_preproc_include_token1] = ACTIONS(1308), - [aux_sym_preproc_def_token1] = ACTIONS(1308), - [aux_sym_preproc_if_token1] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), - [sym_preproc_directive] = ACTIONS(1308), - [anon_sym_LPAREN2] = ACTIONS(1310), - [anon_sym_BANG] = ACTIONS(1310), - [anon_sym_TILDE] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1308), - [anon_sym_PLUS] = ACTIONS(1308), - [anon_sym_STAR] = ACTIONS(1310), - [anon_sym_AMP] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym___extension__] = ACTIONS(1308), - [anon_sym_typedef] = ACTIONS(1308), - [anon_sym_extern] = ACTIONS(1308), - [anon_sym___attribute__] = ACTIONS(1308), - [anon_sym___attribute] = ACTIONS(1308), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1310), - [anon_sym___declspec] = ACTIONS(1308), - [anon_sym___cdecl] = ACTIONS(1308), - [anon_sym___clrcall] = ACTIONS(1308), - [anon_sym___stdcall] = ACTIONS(1308), - [anon_sym___fastcall] = ACTIONS(1308), - [anon_sym___thiscall] = ACTIONS(1308), - [anon_sym___vectorcall] = ACTIONS(1308), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_signed] = ACTIONS(1308), - [anon_sym_unsigned] = ACTIONS(1308), - [anon_sym_long] = ACTIONS(1308), - [anon_sym_short] = ACTIONS(1308), - [anon_sym_static] = ACTIONS(1308), - [anon_sym_auto] = ACTIONS(1308), - [anon_sym_register] = ACTIONS(1308), - [anon_sym_inline] = ACTIONS(1308), - [anon_sym___inline] = ACTIONS(1308), - [anon_sym___inline__] = ACTIONS(1308), - [anon_sym___forceinline] = ACTIONS(1308), - [anon_sym_thread_local] = ACTIONS(1308), - [anon_sym___thread] = ACTIONS(1308), - [anon_sym_const] = ACTIONS(1308), - [anon_sym_constexpr] = ACTIONS(1308), - [anon_sym_volatile] = ACTIONS(1308), - [anon_sym_restrict] = ACTIONS(1308), - [anon_sym___restrict__] = ACTIONS(1308), - [anon_sym__Atomic] = ACTIONS(1308), - [anon_sym__Noreturn] = ACTIONS(1308), - [anon_sym_noreturn] = ACTIONS(1308), - [anon_sym__Nonnull] = ACTIONS(1308), - [anon_sym_alignas] = ACTIONS(1308), - [anon_sym__Alignas] = ACTIONS(1308), - [sym_primitive_type] = ACTIONS(1308), - [anon_sym_enum] = ACTIONS(1308), - [anon_sym_struct] = ACTIONS(1308), - [anon_sym_union] = ACTIONS(1308), - [anon_sym_if] = ACTIONS(1308), - [anon_sym_switch] = ACTIONS(1308), - [anon_sym_case] = ACTIONS(1308), - [anon_sym_default] = ACTIONS(1308), - [anon_sym_while] = ACTIONS(1308), - [anon_sym_do] = ACTIONS(1308), - [anon_sym_for] = ACTIONS(1308), - [anon_sym_return] = ACTIONS(1308), - [anon_sym_break] = ACTIONS(1308), - [anon_sym_continue] = ACTIONS(1308), - [anon_sym_goto] = ACTIONS(1308), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_PLUS_PLUS] = ACTIONS(1310), - [anon_sym_sizeof] = ACTIONS(1308), - [anon_sym___alignof__] = ACTIONS(1308), - [anon_sym___alignof] = ACTIONS(1308), - [anon_sym__alignof] = ACTIONS(1308), - [anon_sym_alignof] = ACTIONS(1308), - [anon_sym__Alignof] = ACTIONS(1308), - [anon_sym_offsetof] = ACTIONS(1308), - [anon_sym__Generic] = ACTIONS(1308), - [anon_sym_asm] = ACTIONS(1308), - [anon_sym___asm__] = ACTIONS(1308), - [anon_sym___asm] = ACTIONS(1308), - [sym_number_literal] = ACTIONS(1310), - [anon_sym_L_SQUOTE] = ACTIONS(1310), - [anon_sym_u_SQUOTE] = ACTIONS(1310), - [anon_sym_U_SQUOTE] = ACTIONS(1310), - [anon_sym_u8_SQUOTE] = ACTIONS(1310), - [anon_sym_SQUOTE] = ACTIONS(1310), - [anon_sym_L_DQUOTE] = ACTIONS(1310), - [anon_sym_u_DQUOTE] = ACTIONS(1310), - [anon_sym_U_DQUOTE] = ACTIONS(1310), - [anon_sym_u8_DQUOTE] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym_true] = ACTIONS(1308), - [sym_false] = ACTIONS(1308), - [anon_sym_NULL] = ACTIONS(1308), - [anon_sym_nullptr] = ACTIONS(1308), + [STATE(328)] = { + [sym_attribute_declaration] = STATE(328), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(115), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(328), + [sym_identifier] = ACTIONS(1420), + [anon_sym_LPAREN2] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1435), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_switch] = ACTIONS(1450), + [anon_sym_case] = ACTIONS(1453), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1462), + [anon_sym_for] = ACTIONS(1465), + [anon_sym_return] = ACTIONS(1468), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1474), + [anon_sym_goto] = ACTIONS(1477), + [anon_sym___try] = ACTIONS(1480), + [anon_sym___leave] = ACTIONS(1483), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1489), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1501), + [anon_sym___asm__] = ACTIONS(1501), + [anon_sym___asm] = ACTIONS(1501), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1507), + [anon_sym_u_SQUOTE] = ACTIONS(1507), + [anon_sym_U_SQUOTE] = ACTIONS(1507), + [anon_sym_u8_SQUOTE] = ACTIONS(1507), + [anon_sym_SQUOTE] = ACTIONS(1507), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1513), + [sym_false] = ACTIONS(1513), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), [sym_comment] = ACTIONS(3), }, - [345] = { - [ts_builtin_sym_end] = ACTIONS(1318), - [sym_identifier] = ACTIONS(1316), - [aux_sym_preproc_include_token1] = ACTIONS(1316), - [aux_sym_preproc_def_token1] = ACTIONS(1316), - [aux_sym_preproc_if_token1] = ACTIONS(1316), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1316), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1316), - [sym_preproc_directive] = ACTIONS(1316), - [anon_sym_LPAREN2] = ACTIONS(1318), - [anon_sym_BANG] = ACTIONS(1318), - [anon_sym_TILDE] = ACTIONS(1318), - [anon_sym_DASH] = ACTIONS(1316), - [anon_sym_PLUS] = ACTIONS(1316), - [anon_sym_STAR] = ACTIONS(1318), - [anon_sym_AMP] = ACTIONS(1318), - [anon_sym_SEMI] = ACTIONS(1318), - [anon_sym___extension__] = ACTIONS(1316), - [anon_sym_typedef] = ACTIONS(1316), - [anon_sym_extern] = ACTIONS(1316), - [anon_sym___attribute__] = ACTIONS(1316), - [anon_sym___attribute] = ACTIONS(1316), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1318), - [anon_sym___declspec] = ACTIONS(1316), - [anon_sym___cdecl] = ACTIONS(1316), - [anon_sym___clrcall] = ACTIONS(1316), - [anon_sym___stdcall] = ACTIONS(1316), - [anon_sym___fastcall] = ACTIONS(1316), - [anon_sym___thiscall] = ACTIONS(1316), - [anon_sym___vectorcall] = ACTIONS(1316), - [anon_sym_LBRACE] = ACTIONS(1318), - [anon_sym_signed] = ACTIONS(1316), - [anon_sym_unsigned] = ACTIONS(1316), - [anon_sym_long] = ACTIONS(1316), - [anon_sym_short] = ACTIONS(1316), - [anon_sym_static] = ACTIONS(1316), - [anon_sym_auto] = ACTIONS(1316), - [anon_sym_register] = ACTIONS(1316), - [anon_sym_inline] = ACTIONS(1316), - [anon_sym___inline] = ACTIONS(1316), - [anon_sym___inline__] = ACTIONS(1316), - [anon_sym___forceinline] = ACTIONS(1316), - [anon_sym_thread_local] = ACTIONS(1316), - [anon_sym___thread] = ACTIONS(1316), - [anon_sym_const] = ACTIONS(1316), - [anon_sym_constexpr] = ACTIONS(1316), - [anon_sym_volatile] = ACTIONS(1316), - [anon_sym_restrict] = ACTIONS(1316), - [anon_sym___restrict__] = ACTIONS(1316), - [anon_sym__Atomic] = ACTIONS(1316), - [anon_sym__Noreturn] = ACTIONS(1316), - [anon_sym_noreturn] = ACTIONS(1316), - [anon_sym__Nonnull] = ACTIONS(1316), - [anon_sym_alignas] = ACTIONS(1316), - [anon_sym__Alignas] = ACTIONS(1316), - [sym_primitive_type] = ACTIONS(1316), - [anon_sym_enum] = ACTIONS(1316), - [anon_sym_struct] = ACTIONS(1316), - [anon_sym_union] = ACTIONS(1316), - [anon_sym_if] = ACTIONS(1316), - [anon_sym_switch] = ACTIONS(1316), - [anon_sym_case] = ACTIONS(1316), - [anon_sym_default] = ACTIONS(1316), - [anon_sym_while] = ACTIONS(1316), - [anon_sym_do] = ACTIONS(1316), - [anon_sym_for] = ACTIONS(1316), - [anon_sym_return] = ACTIONS(1316), - [anon_sym_break] = ACTIONS(1316), - [anon_sym_continue] = ACTIONS(1316), - [anon_sym_goto] = ACTIONS(1316), - [anon_sym_DASH_DASH] = ACTIONS(1318), - [anon_sym_PLUS_PLUS] = ACTIONS(1318), - [anon_sym_sizeof] = ACTIONS(1316), - [anon_sym___alignof__] = ACTIONS(1316), - [anon_sym___alignof] = ACTIONS(1316), - [anon_sym__alignof] = ACTIONS(1316), - [anon_sym_alignof] = ACTIONS(1316), - [anon_sym__Alignof] = ACTIONS(1316), - [anon_sym_offsetof] = ACTIONS(1316), - [anon_sym__Generic] = ACTIONS(1316), - [anon_sym_asm] = ACTIONS(1316), - [anon_sym___asm__] = ACTIONS(1316), - [anon_sym___asm] = ACTIONS(1316), - [sym_number_literal] = ACTIONS(1318), - [anon_sym_L_SQUOTE] = ACTIONS(1318), - [anon_sym_u_SQUOTE] = ACTIONS(1318), - [anon_sym_U_SQUOTE] = ACTIONS(1318), - [anon_sym_u8_SQUOTE] = ACTIONS(1318), - [anon_sym_SQUOTE] = ACTIONS(1318), - [anon_sym_L_DQUOTE] = ACTIONS(1318), - [anon_sym_u_DQUOTE] = ACTIONS(1318), - [anon_sym_U_DQUOTE] = ACTIONS(1318), - [anon_sym_u8_DQUOTE] = ACTIONS(1318), - [anon_sym_DQUOTE] = ACTIONS(1318), - [sym_true] = ACTIONS(1316), - [sym_false] = ACTIONS(1316), - [anon_sym_NULL] = ACTIONS(1316), - [anon_sym_nullptr] = ACTIONS(1316), + [STATE(329)] = { + [sym_attribute_declaration] = STATE(322), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(185), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [sym_identifier] = ACTIONS(1414), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [346] = { - [ts_builtin_sym_end] = ACTIONS(1322), - [sym_identifier] = ACTIONS(1320), - [aux_sym_preproc_include_token1] = ACTIONS(1320), - [aux_sym_preproc_def_token1] = ACTIONS(1320), - [aux_sym_preproc_if_token1] = ACTIONS(1320), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1320), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1320), - [sym_preproc_directive] = ACTIONS(1320), - [anon_sym_LPAREN2] = ACTIONS(1322), - [anon_sym_BANG] = ACTIONS(1322), - [anon_sym_TILDE] = ACTIONS(1322), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_PLUS] = ACTIONS(1320), - [anon_sym_STAR] = ACTIONS(1322), - [anon_sym_AMP] = ACTIONS(1322), - [anon_sym_SEMI] = ACTIONS(1322), - [anon_sym___extension__] = ACTIONS(1320), - [anon_sym_typedef] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym___attribute__] = ACTIONS(1320), - [anon_sym___attribute] = ACTIONS(1320), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1322), - [anon_sym___declspec] = ACTIONS(1320), - [anon_sym___cdecl] = ACTIONS(1320), - [anon_sym___clrcall] = ACTIONS(1320), - [anon_sym___stdcall] = ACTIONS(1320), - [anon_sym___fastcall] = ACTIONS(1320), - [anon_sym___thiscall] = ACTIONS(1320), - [anon_sym___vectorcall] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1322), - [anon_sym_signed] = ACTIONS(1320), - [anon_sym_unsigned] = ACTIONS(1320), - [anon_sym_long] = ACTIONS(1320), - [anon_sym_short] = ACTIONS(1320), - [anon_sym_static] = ACTIONS(1320), - [anon_sym_auto] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_inline] = ACTIONS(1320), - [anon_sym___inline] = ACTIONS(1320), - [anon_sym___inline__] = ACTIONS(1320), - [anon_sym___forceinline] = ACTIONS(1320), - [anon_sym_thread_local] = ACTIONS(1320), - [anon_sym___thread] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [anon_sym_constexpr] = ACTIONS(1320), - [anon_sym_volatile] = ACTIONS(1320), - [anon_sym_restrict] = ACTIONS(1320), - [anon_sym___restrict__] = ACTIONS(1320), - [anon_sym__Atomic] = ACTIONS(1320), - [anon_sym__Noreturn] = ACTIONS(1320), - [anon_sym_noreturn] = ACTIONS(1320), - [anon_sym__Nonnull] = ACTIONS(1320), - [anon_sym_alignas] = ACTIONS(1320), - [anon_sym__Alignas] = ACTIONS(1320), - [sym_primitive_type] = ACTIONS(1320), - [anon_sym_enum] = ACTIONS(1320), - [anon_sym_struct] = ACTIONS(1320), - [anon_sym_union] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_switch] = ACTIONS(1320), - [anon_sym_case] = ACTIONS(1320), - [anon_sym_default] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_goto] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1322), - [anon_sym_PLUS_PLUS] = ACTIONS(1322), - [anon_sym_sizeof] = ACTIONS(1320), - [anon_sym___alignof__] = ACTIONS(1320), - [anon_sym___alignof] = ACTIONS(1320), - [anon_sym__alignof] = ACTIONS(1320), - [anon_sym_alignof] = ACTIONS(1320), - [anon_sym__Alignof] = ACTIONS(1320), - [anon_sym_offsetof] = ACTIONS(1320), - [anon_sym__Generic] = ACTIONS(1320), - [anon_sym_asm] = ACTIONS(1320), - [anon_sym___asm__] = ACTIONS(1320), - [anon_sym___asm] = ACTIONS(1320), - [sym_number_literal] = ACTIONS(1322), - [anon_sym_L_SQUOTE] = ACTIONS(1322), - [anon_sym_u_SQUOTE] = ACTIONS(1322), - [anon_sym_U_SQUOTE] = ACTIONS(1322), - [anon_sym_u8_SQUOTE] = ACTIONS(1322), - [anon_sym_SQUOTE] = ACTIONS(1322), - [anon_sym_L_DQUOTE] = ACTIONS(1322), - [anon_sym_u_DQUOTE] = ACTIONS(1322), - [anon_sym_U_DQUOTE] = ACTIONS(1322), - [anon_sym_u8_DQUOTE] = ACTIONS(1322), - [anon_sym_DQUOTE] = ACTIONS(1322), - [sym_true] = ACTIONS(1320), - [sym_false] = ACTIONS(1320), - [anon_sym_NULL] = ACTIONS(1320), - [anon_sym_nullptr] = ACTIONS(1320), + [STATE(330)] = { + [ts_builtin_sym_end] = ACTIONS(1286), + [sym_identifier] = ACTIONS(1284), + [aux_sym_preproc_include_token1] = ACTIONS(1284), + [aux_sym_preproc_def_token1] = ACTIONS(1284), + [aux_sym_preproc_if_token1] = ACTIONS(1284), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1284), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1284), + [sym_preproc_directive] = ACTIONS(1284), + [anon_sym_LPAREN2] = ACTIONS(1286), + [anon_sym_BANG] = ACTIONS(1286), + [anon_sym_TILDE] = ACTIONS(1286), + [anon_sym_DASH] = ACTIONS(1284), + [anon_sym_PLUS] = ACTIONS(1284), + [anon_sym_STAR] = ACTIONS(1286), + [anon_sym_AMP] = ACTIONS(1286), + [anon_sym_SEMI] = ACTIONS(1286), + [anon_sym___extension__] = ACTIONS(1284), + [anon_sym_typedef] = ACTIONS(1284), + [anon_sym_extern] = ACTIONS(1284), + [anon_sym___attribute__] = ACTIONS(1284), + [anon_sym___attribute] = ACTIONS(1284), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1286), + [anon_sym___declspec] = ACTIONS(1284), + [anon_sym___cdecl] = ACTIONS(1284), + [anon_sym___clrcall] = ACTIONS(1284), + [anon_sym___stdcall] = ACTIONS(1284), + [anon_sym___fastcall] = ACTIONS(1284), + [anon_sym___thiscall] = ACTIONS(1284), + [anon_sym___vectorcall] = ACTIONS(1284), + [anon_sym_LBRACE] = ACTIONS(1286), + [anon_sym_signed] = ACTIONS(1284), + [anon_sym_unsigned] = ACTIONS(1284), + [anon_sym_long] = ACTIONS(1284), + [anon_sym_short] = ACTIONS(1284), + [anon_sym_static] = ACTIONS(1284), + [anon_sym_auto] = ACTIONS(1284), + [anon_sym_register] = ACTIONS(1284), + [anon_sym_inline] = ACTIONS(1284), + [anon_sym___inline] = ACTIONS(1284), + [anon_sym___inline__] = ACTIONS(1284), + [anon_sym___forceinline] = ACTIONS(1284), + [anon_sym_thread_local] = ACTIONS(1284), + [anon_sym___thread] = ACTIONS(1284), + [anon_sym_const] = ACTIONS(1284), + [anon_sym_constexpr] = ACTIONS(1284), + [anon_sym_volatile] = ACTIONS(1284), + [anon_sym_restrict] = ACTIONS(1284), + [anon_sym___restrict__] = ACTIONS(1284), + [anon_sym__Atomic] = ACTIONS(1284), + [anon_sym__Noreturn] = ACTIONS(1284), + [anon_sym_noreturn] = ACTIONS(1284), + [anon_sym__Nonnull] = ACTIONS(1284), + [anon_sym_alignas] = ACTIONS(1284), + [anon_sym__Alignas] = ACTIONS(1284), + [sym_primitive_type] = ACTIONS(1284), + [anon_sym_enum] = ACTIONS(1284), + [anon_sym_struct] = ACTIONS(1284), + [anon_sym_union] = ACTIONS(1284), + [anon_sym_if] = ACTIONS(1284), + [anon_sym_switch] = ACTIONS(1284), + [anon_sym_case] = ACTIONS(1284), + [anon_sym_default] = ACTIONS(1284), + [anon_sym_while] = ACTIONS(1284), + [anon_sym_do] = ACTIONS(1284), + [anon_sym_for] = ACTIONS(1284), + [anon_sym_return] = ACTIONS(1284), + [anon_sym_break] = ACTIONS(1284), + [anon_sym_continue] = ACTIONS(1284), + [anon_sym_goto] = ACTIONS(1284), + [anon_sym_DASH_DASH] = ACTIONS(1286), + [anon_sym_PLUS_PLUS] = ACTIONS(1286), + [anon_sym_sizeof] = ACTIONS(1284), + [anon_sym___alignof__] = ACTIONS(1284), + [anon_sym___alignof] = ACTIONS(1284), + [anon_sym__alignof] = ACTIONS(1284), + [anon_sym_alignof] = ACTIONS(1284), + [anon_sym__Alignof] = ACTIONS(1284), + [anon_sym_offsetof] = ACTIONS(1284), + [anon_sym__Generic] = ACTIONS(1284), + [anon_sym_asm] = ACTIONS(1284), + [anon_sym___asm__] = ACTIONS(1284), + [anon_sym___asm] = ACTIONS(1284), + [sym_number_literal] = ACTIONS(1286), + [anon_sym_L_SQUOTE] = ACTIONS(1286), + [anon_sym_u_SQUOTE] = ACTIONS(1286), + [anon_sym_U_SQUOTE] = ACTIONS(1286), + [anon_sym_u8_SQUOTE] = ACTIONS(1286), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_L_DQUOTE] = ACTIONS(1286), + [anon_sym_u_DQUOTE] = ACTIONS(1286), + [anon_sym_U_DQUOTE] = ACTIONS(1286), + [anon_sym_u8_DQUOTE] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [sym_true] = ACTIONS(1284), + [sym_false] = ACTIONS(1284), + [anon_sym_NULL] = ACTIONS(1284), + [anon_sym_nullptr] = ACTIONS(1284), + [sym_comment] = ACTIONS(3), + }, + [STATE(331)] = { + [ts_builtin_sym_end] = ACTIONS(1519), + [sym_identifier] = ACTIONS(1521), + [aux_sym_preproc_include_token1] = ACTIONS(1521), + [aux_sym_preproc_def_token1] = ACTIONS(1521), + [aux_sym_preproc_if_token1] = ACTIONS(1521), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1521), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1521), + [sym_preproc_directive] = ACTIONS(1521), + [anon_sym_LPAREN2] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_TILDE] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym___extension__] = ACTIONS(1521), + [anon_sym_typedef] = ACTIONS(1521), + [anon_sym_extern] = ACTIONS(1521), + [anon_sym___attribute__] = ACTIONS(1521), + [anon_sym___attribute] = ACTIONS(1521), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1519), + [anon_sym___declspec] = ACTIONS(1521), + [anon_sym___cdecl] = ACTIONS(1521), + [anon_sym___clrcall] = ACTIONS(1521), + [anon_sym___stdcall] = ACTIONS(1521), + [anon_sym___fastcall] = ACTIONS(1521), + [anon_sym___thiscall] = ACTIONS(1521), + [anon_sym___vectorcall] = ACTIONS(1521), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_signed] = ACTIONS(1521), + [anon_sym_unsigned] = ACTIONS(1521), + [anon_sym_long] = ACTIONS(1521), + [anon_sym_short] = ACTIONS(1521), + [anon_sym_static] = ACTIONS(1521), + [anon_sym_auto] = ACTIONS(1521), + [anon_sym_register] = ACTIONS(1521), + [anon_sym_inline] = ACTIONS(1521), + [anon_sym___inline] = ACTIONS(1521), + [anon_sym___inline__] = ACTIONS(1521), + [anon_sym___forceinline] = ACTIONS(1521), + [anon_sym_thread_local] = ACTIONS(1521), + [anon_sym___thread] = ACTIONS(1521), + [anon_sym_const] = ACTIONS(1521), + [anon_sym_constexpr] = ACTIONS(1521), + [anon_sym_volatile] = ACTIONS(1521), + [anon_sym_restrict] = ACTIONS(1521), + [anon_sym___restrict__] = ACTIONS(1521), + [anon_sym__Atomic] = ACTIONS(1521), + [anon_sym__Noreturn] = ACTIONS(1521), + [anon_sym_noreturn] = ACTIONS(1521), + [anon_sym__Nonnull] = ACTIONS(1521), + [anon_sym_alignas] = ACTIONS(1521), + [anon_sym__Alignas] = ACTIONS(1521), + [sym_primitive_type] = ACTIONS(1521), + [anon_sym_enum] = ACTIONS(1521), + [anon_sym_struct] = ACTIONS(1521), + [anon_sym_union] = ACTIONS(1521), + [anon_sym_if] = ACTIONS(1521), + [anon_sym_switch] = ACTIONS(1521), + [anon_sym_case] = ACTIONS(1521), + [anon_sym_default] = ACTIONS(1521), + [anon_sym_while] = ACTIONS(1521), + [anon_sym_do] = ACTIONS(1521), + [anon_sym_for] = ACTIONS(1521), + [anon_sym_return] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1521), + [anon_sym_continue] = ACTIONS(1521), + [anon_sym_goto] = ACTIONS(1521), + [anon_sym_DASH_DASH] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_sizeof] = ACTIONS(1521), + [anon_sym___alignof__] = ACTIONS(1521), + [anon_sym___alignof] = ACTIONS(1521), + [anon_sym__alignof] = ACTIONS(1521), + [anon_sym_alignof] = ACTIONS(1521), + [anon_sym__Alignof] = ACTIONS(1521), + [anon_sym_offsetof] = ACTIONS(1521), + [anon_sym__Generic] = ACTIONS(1521), + [anon_sym_asm] = ACTIONS(1521), + [anon_sym___asm__] = ACTIONS(1521), + [anon_sym___asm] = ACTIONS(1521), + [sym_number_literal] = ACTIONS(1519), + [anon_sym_L_SQUOTE] = ACTIONS(1519), + [anon_sym_u_SQUOTE] = ACTIONS(1519), + [anon_sym_U_SQUOTE] = ACTIONS(1519), + [anon_sym_u8_SQUOTE] = ACTIONS(1519), + [anon_sym_SQUOTE] = ACTIONS(1519), + [anon_sym_L_DQUOTE] = ACTIONS(1519), + [anon_sym_u_DQUOTE] = ACTIONS(1519), + [anon_sym_U_DQUOTE] = ACTIONS(1519), + [anon_sym_u8_DQUOTE] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(1519), + [sym_true] = ACTIONS(1521), + [sym_false] = ACTIONS(1521), + [anon_sym_NULL] = ACTIONS(1521), + [anon_sym_nullptr] = ACTIONS(1521), [sym_comment] = ACTIONS(3), }, - [347] = { + [STATE(332)] = { [ts_builtin_sym_end] = ACTIONS(1326), [sym_identifier] = ACTIONS(1324), [aux_sym_preproc_include_token1] = ACTIONS(1324), @@ -52649,152 +51539,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1324), [sym_comment] = ACTIONS(3), }, - [348] = { - [ts_builtin_sym_end] = ACTIONS(1330), - [sym_identifier] = ACTIONS(1328), - [aux_sym_preproc_include_token1] = ACTIONS(1328), - [aux_sym_preproc_def_token1] = ACTIONS(1328), - [aux_sym_preproc_if_token1] = ACTIONS(1328), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1328), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1328), - [sym_preproc_directive] = ACTIONS(1328), - [anon_sym_LPAREN2] = ACTIONS(1330), - [anon_sym_BANG] = ACTIONS(1330), - [anon_sym_TILDE] = ACTIONS(1330), - [anon_sym_DASH] = ACTIONS(1328), - [anon_sym_PLUS] = ACTIONS(1328), - [anon_sym_STAR] = ACTIONS(1330), - [anon_sym_AMP] = ACTIONS(1330), - [anon_sym_SEMI] = ACTIONS(1330), - [anon_sym___extension__] = ACTIONS(1328), - [anon_sym_typedef] = ACTIONS(1328), - [anon_sym_extern] = ACTIONS(1328), - [anon_sym___attribute__] = ACTIONS(1328), - [anon_sym___attribute] = ACTIONS(1328), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1330), - [anon_sym___declspec] = ACTIONS(1328), - [anon_sym___cdecl] = ACTIONS(1328), - [anon_sym___clrcall] = ACTIONS(1328), - [anon_sym___stdcall] = ACTIONS(1328), - [anon_sym___fastcall] = ACTIONS(1328), - [anon_sym___thiscall] = ACTIONS(1328), - [anon_sym___vectorcall] = ACTIONS(1328), - [anon_sym_LBRACE] = ACTIONS(1330), - [anon_sym_signed] = ACTIONS(1328), - [anon_sym_unsigned] = ACTIONS(1328), - [anon_sym_long] = ACTIONS(1328), - [anon_sym_short] = ACTIONS(1328), - [anon_sym_static] = ACTIONS(1328), - [anon_sym_auto] = ACTIONS(1328), - [anon_sym_register] = ACTIONS(1328), - [anon_sym_inline] = ACTIONS(1328), - [anon_sym___inline] = ACTIONS(1328), - [anon_sym___inline__] = ACTIONS(1328), - [anon_sym___forceinline] = ACTIONS(1328), - [anon_sym_thread_local] = ACTIONS(1328), - [anon_sym___thread] = ACTIONS(1328), - [anon_sym_const] = ACTIONS(1328), - [anon_sym_constexpr] = ACTIONS(1328), - [anon_sym_volatile] = ACTIONS(1328), - [anon_sym_restrict] = ACTIONS(1328), - [anon_sym___restrict__] = ACTIONS(1328), - [anon_sym__Atomic] = ACTIONS(1328), - [anon_sym__Noreturn] = ACTIONS(1328), - [anon_sym_noreturn] = ACTIONS(1328), - [anon_sym__Nonnull] = ACTIONS(1328), - [anon_sym_alignas] = ACTIONS(1328), - [anon_sym__Alignas] = ACTIONS(1328), - [sym_primitive_type] = ACTIONS(1328), - [anon_sym_enum] = ACTIONS(1328), - [anon_sym_struct] = ACTIONS(1328), - [anon_sym_union] = ACTIONS(1328), - [anon_sym_if] = ACTIONS(1328), - [anon_sym_switch] = ACTIONS(1328), - [anon_sym_case] = ACTIONS(1328), - [anon_sym_default] = ACTIONS(1328), - [anon_sym_while] = ACTIONS(1328), - [anon_sym_do] = ACTIONS(1328), - [anon_sym_for] = ACTIONS(1328), - [anon_sym_return] = ACTIONS(1328), - [anon_sym_break] = ACTIONS(1328), - [anon_sym_continue] = ACTIONS(1328), - [anon_sym_goto] = ACTIONS(1328), - [anon_sym_DASH_DASH] = ACTIONS(1330), - [anon_sym_PLUS_PLUS] = ACTIONS(1330), - [anon_sym_sizeof] = ACTIONS(1328), - [anon_sym___alignof__] = ACTIONS(1328), - [anon_sym___alignof] = ACTIONS(1328), - [anon_sym__alignof] = ACTIONS(1328), - [anon_sym_alignof] = ACTIONS(1328), - [anon_sym__Alignof] = ACTIONS(1328), - [anon_sym_offsetof] = ACTIONS(1328), - [anon_sym__Generic] = ACTIONS(1328), - [anon_sym_asm] = ACTIONS(1328), - [anon_sym___asm__] = ACTIONS(1328), - [anon_sym___asm] = ACTIONS(1328), - [sym_number_literal] = ACTIONS(1330), - [anon_sym_L_SQUOTE] = ACTIONS(1330), - [anon_sym_u_SQUOTE] = ACTIONS(1330), - [anon_sym_U_SQUOTE] = ACTIONS(1330), - [anon_sym_u8_SQUOTE] = ACTIONS(1330), - [anon_sym_SQUOTE] = ACTIONS(1330), - [anon_sym_L_DQUOTE] = ACTIONS(1330), - [anon_sym_u_DQUOTE] = ACTIONS(1330), - [anon_sym_U_DQUOTE] = ACTIONS(1330), - [anon_sym_u8_DQUOTE] = ACTIONS(1330), - [anon_sym_DQUOTE] = ACTIONS(1330), - [sym_true] = ACTIONS(1328), - [sym_false] = ACTIONS(1328), - [anon_sym_NULL] = ACTIONS(1328), - [anon_sym_nullptr] = ACTIONS(1328), - [sym_comment] = ACTIONS(3), - }, - [349] = { - [sym_attribute_declaration] = STATE(333), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(167), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(333), - [sym_identifier] = ACTIONS(1414), + [STATE(333)] = { + [sym_attribute_declaration] = STATE(360), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(240), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [sym_identifier] = ACTIONS(1416), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -52802,23 +51592,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_if] = ACTIONS(382), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(386), - [anon_sym_default] = ACTIONS(388), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_if] = ACTIONS(61), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(65), + [anon_sym_default] = ACTIONS(67), + [anon_sym_while] = ACTIONS(69), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -52849,52 +51639,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [350] = { - [sym_attribute_declaration] = STATE(373), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(80), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(1531), + [STATE(334)] = { + [sym_attribute_declaration] = STATE(364), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(106), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [sym_identifier] = ACTIONS(1418), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -52903,8 +51693,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(125), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(133), [anon_sym_if] = ACTIONS(135), [anon_sym_switch] = ACTIONS(137), @@ -52949,52 +51739,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [351] = { - [sym_attribute_declaration] = STATE(373), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(82), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(1531), + [STATE(335)] = { + [sym_attribute_declaration] = STATE(364), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(108), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(364), + [sym_identifier] = ACTIONS(1418), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -53003,8 +51793,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(125), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(133), [anon_sym_if] = ACTIONS(135), [anon_sym_switch] = ACTIONS(137), @@ -53049,152 +51839,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [352] = { - [sym_attribute_declaration] = STATE(352), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(114), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(352), - [sym_identifier] = ACTIONS(1533), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1539), - [anon_sym_if] = ACTIONS(1542), - [anon_sym_switch] = ACTIONS(1545), - [anon_sym_case] = ACTIONS(1548), - [anon_sym_default] = ACTIONS(1551), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1557), - [anon_sym_for] = ACTIONS(1560), - [anon_sym_return] = ACTIONS(1563), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_goto] = ACTIONS(1572), - [anon_sym___try] = ACTIONS(1575), - [anon_sym___leave] = ACTIONS(1578), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1499), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [anon_sym___asm] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1511), - [anon_sym_u_SQUOTE] = ACTIONS(1511), - [anon_sym_U_SQUOTE] = ACTIONS(1511), - [anon_sym_u8_SQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1517), - [sym_false] = ACTIONS(1517), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), - [sym_comment] = ACTIONS(3), - }, - [353] = { - [sym_attribute_declaration] = STATE(373), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(97), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(1531), + [STATE(336)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(406), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -53202,23 +51892,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_if] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(137), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(141), - [anon_sym_while] = ACTIONS(143), - [anon_sym_do] = ACTIONS(145), - [anon_sym_for] = ACTIONS(147), - [anon_sym_return] = ACTIONS(149), - [anon_sym_break] = ACTIONS(151), - [anon_sym_continue] = ACTIONS(153), - [anon_sym_goto] = ACTIONS(155), - [anon_sym___try] = ACTIONS(157), - [anon_sym___leave] = ACTIONS(159), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_if] = ACTIONS(1095), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1105), + [anon_sym_while] = ACTIONS(1097), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(1099), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -53249,52 +51939,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [354] = { - [sym_attribute_declaration] = STATE(373), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(99), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(373), - [sym_identifier] = ACTIONS(1531), + [STATE(337)] = { + [ts_builtin_sym_end] = ACTIONS(1334), + [sym_identifier] = ACTIONS(1332), + [aux_sym_preproc_include_token1] = ACTIONS(1332), + [aux_sym_preproc_def_token1] = ACTIONS(1332), + [aux_sym_preproc_if_token1] = ACTIONS(1332), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1332), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1332), + [sym_preproc_directive] = ACTIONS(1332), + [anon_sym_LPAREN2] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_STAR] = ACTIONS(1334), + [anon_sym_AMP] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [anon_sym___extension__] = ACTIONS(1332), + [anon_sym_typedef] = ACTIONS(1332), + [anon_sym_extern] = ACTIONS(1332), + [anon_sym___attribute__] = ACTIONS(1332), + [anon_sym___attribute] = ACTIONS(1332), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), + [anon_sym___declspec] = ACTIONS(1332), + [anon_sym___cdecl] = ACTIONS(1332), + [anon_sym___clrcall] = ACTIONS(1332), + [anon_sym___stdcall] = ACTIONS(1332), + [anon_sym___fastcall] = ACTIONS(1332), + [anon_sym___thiscall] = ACTIONS(1332), + [anon_sym___vectorcall] = ACTIONS(1332), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_signed] = ACTIONS(1332), + [anon_sym_unsigned] = ACTIONS(1332), + [anon_sym_long] = ACTIONS(1332), + [anon_sym_short] = ACTIONS(1332), + [anon_sym_static] = ACTIONS(1332), + [anon_sym_auto] = ACTIONS(1332), + [anon_sym_register] = ACTIONS(1332), + [anon_sym_inline] = ACTIONS(1332), + [anon_sym___inline] = ACTIONS(1332), + [anon_sym___inline__] = ACTIONS(1332), + [anon_sym___forceinline] = ACTIONS(1332), + [anon_sym_thread_local] = ACTIONS(1332), + [anon_sym___thread] = ACTIONS(1332), + [anon_sym_const] = ACTIONS(1332), + [anon_sym_constexpr] = ACTIONS(1332), + [anon_sym_volatile] = ACTIONS(1332), + [anon_sym_restrict] = ACTIONS(1332), + [anon_sym___restrict__] = ACTIONS(1332), + [anon_sym__Atomic] = ACTIONS(1332), + [anon_sym__Noreturn] = ACTIONS(1332), + [anon_sym_noreturn] = ACTIONS(1332), + [anon_sym__Nonnull] = ACTIONS(1332), + [anon_sym_alignas] = ACTIONS(1332), + [anon_sym__Alignas] = ACTIONS(1332), + [sym_primitive_type] = ACTIONS(1332), + [anon_sym_enum] = ACTIONS(1332), + [anon_sym_struct] = ACTIONS(1332), + [anon_sym_union] = ACTIONS(1332), + [anon_sym_if] = ACTIONS(1332), + [anon_sym_switch] = ACTIONS(1332), + [anon_sym_case] = ACTIONS(1332), + [anon_sym_default] = ACTIONS(1332), + [anon_sym_while] = ACTIONS(1332), + [anon_sym_do] = ACTIONS(1332), + [anon_sym_for] = ACTIONS(1332), + [anon_sym_return] = ACTIONS(1332), + [anon_sym_break] = ACTIONS(1332), + [anon_sym_continue] = ACTIONS(1332), + [anon_sym_goto] = ACTIONS(1332), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [anon_sym_sizeof] = ACTIONS(1332), + [anon_sym___alignof__] = ACTIONS(1332), + [anon_sym___alignof] = ACTIONS(1332), + [anon_sym__alignof] = ACTIONS(1332), + [anon_sym_alignof] = ACTIONS(1332), + [anon_sym__Alignof] = ACTIONS(1332), + [anon_sym_offsetof] = ACTIONS(1332), + [anon_sym__Generic] = ACTIONS(1332), + [anon_sym_asm] = ACTIONS(1332), + [anon_sym___asm__] = ACTIONS(1332), + [anon_sym___asm] = ACTIONS(1332), + [sym_number_literal] = ACTIONS(1334), + [anon_sym_L_SQUOTE] = ACTIONS(1334), + [anon_sym_u_SQUOTE] = ACTIONS(1334), + [anon_sym_U_SQUOTE] = ACTIONS(1334), + [anon_sym_u8_SQUOTE] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_L_DQUOTE] = ACTIONS(1334), + [anon_sym_u_DQUOTE] = ACTIONS(1334), + [anon_sym_U_DQUOTE] = ACTIONS(1334), + [anon_sym_u8_DQUOTE] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [sym_true] = ACTIONS(1332), + [sym_false] = ACTIONS(1332), + [anon_sym_NULL] = ACTIONS(1332), + [anon_sym_nullptr] = ACTIONS(1332), + [sym_comment] = ACTIONS(3), + }, + [STATE(338)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(162), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -53302,23 +52092,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_if] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(137), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(141), - [anon_sym_while] = ACTIONS(143), - [anon_sym_do] = ACTIONS(145), - [anon_sym_for] = ACTIONS(147), - [anon_sym_return] = ACTIONS(149), - [anon_sym_break] = ACTIONS(151), - [anon_sym_continue] = ACTIONS(153), - [anon_sym_goto] = ACTIONS(155), - [anon_sym___try] = ACTIONS(157), - [anon_sym___leave] = ACTIONS(159), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_if] = ACTIONS(1095), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1105), + [anon_sym_while] = ACTIONS(1097), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(1099), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(1101), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -53349,52 +52139,452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [355] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(224), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(339)] = { + [ts_builtin_sym_end] = ACTIONS(1523), + [sym_identifier] = ACTIONS(1526), + [aux_sym_preproc_include_token1] = ACTIONS(1526), + [aux_sym_preproc_def_token1] = ACTIONS(1526), + [aux_sym_preproc_if_token1] = ACTIONS(1526), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1526), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1526), + [sym_preproc_directive] = ACTIONS(1526), + [anon_sym_LPAREN2] = ACTIONS(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_TILDE] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1526), + [anon_sym_PLUS] = ACTIONS(1526), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym___extension__] = ACTIONS(1526), + [anon_sym_typedef] = ACTIONS(1526), + [anon_sym_extern] = ACTIONS(1526), + [anon_sym___attribute__] = ACTIONS(1526), + [anon_sym___attribute] = ACTIONS(1526), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1523), + [anon_sym___declspec] = ACTIONS(1526), + [anon_sym___cdecl] = ACTIONS(1526), + [anon_sym___clrcall] = ACTIONS(1526), + [anon_sym___stdcall] = ACTIONS(1526), + [anon_sym___fastcall] = ACTIONS(1526), + [anon_sym___thiscall] = ACTIONS(1526), + [anon_sym___vectorcall] = ACTIONS(1526), + [anon_sym_LBRACE] = ACTIONS(1523), + [anon_sym_signed] = ACTIONS(1526), + [anon_sym_unsigned] = ACTIONS(1526), + [anon_sym_long] = ACTIONS(1526), + [anon_sym_short] = ACTIONS(1526), + [anon_sym_static] = ACTIONS(1526), + [anon_sym_auto] = ACTIONS(1526), + [anon_sym_register] = ACTIONS(1526), + [anon_sym_inline] = ACTIONS(1526), + [anon_sym___inline] = ACTIONS(1526), + [anon_sym___inline__] = ACTIONS(1526), + [anon_sym___forceinline] = ACTIONS(1526), + [anon_sym_thread_local] = ACTIONS(1526), + [anon_sym___thread] = ACTIONS(1526), + [anon_sym_const] = ACTIONS(1526), + [anon_sym_constexpr] = ACTIONS(1526), + [anon_sym_volatile] = ACTIONS(1526), + [anon_sym_restrict] = ACTIONS(1526), + [anon_sym___restrict__] = ACTIONS(1526), + [anon_sym__Atomic] = ACTIONS(1526), + [anon_sym__Noreturn] = ACTIONS(1526), + [anon_sym_noreturn] = ACTIONS(1526), + [anon_sym__Nonnull] = ACTIONS(1526), + [anon_sym_alignas] = ACTIONS(1526), + [anon_sym__Alignas] = ACTIONS(1526), + [sym_primitive_type] = ACTIONS(1526), + [anon_sym_enum] = ACTIONS(1526), + [anon_sym_struct] = ACTIONS(1526), + [anon_sym_union] = ACTIONS(1526), + [anon_sym_if] = ACTIONS(1526), + [anon_sym_switch] = ACTIONS(1526), + [anon_sym_case] = ACTIONS(1526), + [anon_sym_default] = ACTIONS(1526), + [anon_sym_while] = ACTIONS(1526), + [anon_sym_do] = ACTIONS(1526), + [anon_sym_for] = ACTIONS(1526), + [anon_sym_return] = ACTIONS(1526), + [anon_sym_break] = ACTIONS(1526), + [anon_sym_continue] = ACTIONS(1526), + [anon_sym_goto] = ACTIONS(1526), + [anon_sym_DASH_DASH] = ACTIONS(1523), + [anon_sym_PLUS_PLUS] = ACTIONS(1523), + [anon_sym_sizeof] = ACTIONS(1526), + [anon_sym___alignof__] = ACTIONS(1526), + [anon_sym___alignof] = ACTIONS(1526), + [anon_sym__alignof] = ACTIONS(1526), + [anon_sym_alignof] = ACTIONS(1526), + [anon_sym__Alignof] = ACTIONS(1526), + [anon_sym_offsetof] = ACTIONS(1526), + [anon_sym__Generic] = ACTIONS(1526), + [anon_sym_asm] = ACTIONS(1526), + [anon_sym___asm__] = ACTIONS(1526), + [anon_sym___asm] = ACTIONS(1526), + [sym_number_literal] = ACTIONS(1523), + [anon_sym_L_SQUOTE] = ACTIONS(1523), + [anon_sym_u_SQUOTE] = ACTIONS(1523), + [anon_sym_U_SQUOTE] = ACTIONS(1523), + [anon_sym_u8_SQUOTE] = ACTIONS(1523), + [anon_sym_SQUOTE] = ACTIONS(1523), + [anon_sym_L_DQUOTE] = ACTIONS(1523), + [anon_sym_u_DQUOTE] = ACTIONS(1523), + [anon_sym_U_DQUOTE] = ACTIONS(1523), + [anon_sym_u8_DQUOTE] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(1523), + [sym_true] = ACTIONS(1526), + [sym_false] = ACTIONS(1526), + [anon_sym_NULL] = ACTIONS(1526), + [anon_sym_nullptr] = ACTIONS(1526), + [sym_comment] = ACTIONS(3), + }, + [STATE(340)] = { + [sym_attribute_declaration] = STATE(340), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(244), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(340), + [sym_identifier] = ACTIONS(1529), + [anon_sym_LPAREN2] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_if] = ACTIONS(1538), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1547), + [anon_sym_while] = ACTIONS(1550), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1559), + [anon_sym_break] = ACTIONS(1562), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym___try] = ACTIONS(1571), + [anon_sym___leave] = ACTIONS(1574), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1489), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1501), + [anon_sym___asm__] = ACTIONS(1501), + [anon_sym___asm] = ACTIONS(1501), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1507), + [anon_sym_u_SQUOTE] = ACTIONS(1507), + [anon_sym_U_SQUOTE] = ACTIONS(1507), + [anon_sym_u8_SQUOTE] = ACTIONS(1507), + [anon_sym_SQUOTE] = ACTIONS(1507), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1513), + [sym_false] = ACTIONS(1513), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), + [sym_comment] = ACTIONS(3), + }, + [STATE(341)] = { + [ts_builtin_sym_end] = ACTIONS(1310), + [sym_identifier] = ACTIONS(1308), + [aux_sym_preproc_include_token1] = ACTIONS(1308), + [aux_sym_preproc_def_token1] = ACTIONS(1308), + [aux_sym_preproc_if_token1] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1308), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1308), + [sym_preproc_directive] = ACTIONS(1308), + [anon_sym_LPAREN2] = ACTIONS(1310), + [anon_sym_BANG] = ACTIONS(1310), + [anon_sym_TILDE] = ACTIONS(1310), + [anon_sym_DASH] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_STAR] = ACTIONS(1310), + [anon_sym_AMP] = ACTIONS(1310), + [anon_sym_SEMI] = ACTIONS(1310), + [anon_sym___extension__] = ACTIONS(1308), + [anon_sym_typedef] = ACTIONS(1308), + [anon_sym_extern] = ACTIONS(1308), + [anon_sym___attribute__] = ACTIONS(1308), + [anon_sym___attribute] = ACTIONS(1308), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1310), + [anon_sym___declspec] = ACTIONS(1308), + [anon_sym___cdecl] = ACTIONS(1308), + [anon_sym___clrcall] = ACTIONS(1308), + [anon_sym___stdcall] = ACTIONS(1308), + [anon_sym___fastcall] = ACTIONS(1308), + [anon_sym___thiscall] = ACTIONS(1308), + [anon_sym___vectorcall] = ACTIONS(1308), + [anon_sym_LBRACE] = ACTIONS(1310), + [anon_sym_signed] = ACTIONS(1308), + [anon_sym_unsigned] = ACTIONS(1308), + [anon_sym_long] = ACTIONS(1308), + [anon_sym_short] = ACTIONS(1308), + [anon_sym_static] = ACTIONS(1308), + [anon_sym_auto] = ACTIONS(1308), + [anon_sym_register] = ACTIONS(1308), + [anon_sym_inline] = ACTIONS(1308), + [anon_sym___inline] = ACTIONS(1308), + [anon_sym___inline__] = ACTIONS(1308), + [anon_sym___forceinline] = ACTIONS(1308), + [anon_sym_thread_local] = ACTIONS(1308), + [anon_sym___thread] = ACTIONS(1308), + [anon_sym_const] = ACTIONS(1308), + [anon_sym_constexpr] = ACTIONS(1308), + [anon_sym_volatile] = ACTIONS(1308), + [anon_sym_restrict] = ACTIONS(1308), + [anon_sym___restrict__] = ACTIONS(1308), + [anon_sym__Atomic] = ACTIONS(1308), + [anon_sym__Noreturn] = ACTIONS(1308), + [anon_sym_noreturn] = ACTIONS(1308), + [anon_sym__Nonnull] = ACTIONS(1308), + [anon_sym_alignas] = ACTIONS(1308), + [anon_sym__Alignas] = ACTIONS(1308), + [sym_primitive_type] = ACTIONS(1308), + [anon_sym_enum] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1308), + [anon_sym_union] = ACTIONS(1308), + [anon_sym_if] = ACTIONS(1308), + [anon_sym_switch] = ACTIONS(1308), + [anon_sym_case] = ACTIONS(1308), + [anon_sym_default] = ACTIONS(1308), + [anon_sym_while] = ACTIONS(1308), + [anon_sym_do] = ACTIONS(1308), + [anon_sym_for] = ACTIONS(1308), + [anon_sym_return] = ACTIONS(1308), + [anon_sym_break] = ACTIONS(1308), + [anon_sym_continue] = ACTIONS(1308), + [anon_sym_goto] = ACTIONS(1308), + [anon_sym_DASH_DASH] = ACTIONS(1310), + [anon_sym_PLUS_PLUS] = ACTIONS(1310), + [anon_sym_sizeof] = ACTIONS(1308), + [anon_sym___alignof__] = ACTIONS(1308), + [anon_sym___alignof] = ACTIONS(1308), + [anon_sym__alignof] = ACTIONS(1308), + [anon_sym_alignof] = ACTIONS(1308), + [anon_sym__Alignof] = ACTIONS(1308), + [anon_sym_offsetof] = ACTIONS(1308), + [anon_sym__Generic] = ACTIONS(1308), + [anon_sym_asm] = ACTIONS(1308), + [anon_sym___asm__] = ACTIONS(1308), + [anon_sym___asm] = ACTIONS(1308), + [sym_number_literal] = ACTIONS(1310), + [anon_sym_L_SQUOTE] = ACTIONS(1310), + [anon_sym_u_SQUOTE] = ACTIONS(1310), + [anon_sym_U_SQUOTE] = ACTIONS(1310), + [anon_sym_u8_SQUOTE] = ACTIONS(1310), + [anon_sym_SQUOTE] = ACTIONS(1310), + [anon_sym_L_DQUOTE] = ACTIONS(1310), + [anon_sym_u_DQUOTE] = ACTIONS(1310), + [anon_sym_U_DQUOTE] = ACTIONS(1310), + [anon_sym_u8_DQUOTE] = ACTIONS(1310), + [anon_sym_DQUOTE] = ACTIONS(1310), + [sym_true] = ACTIONS(1308), + [sym_false] = ACTIONS(1308), + [anon_sym_NULL] = ACTIONS(1308), + [anon_sym_nullptr] = ACTIONS(1308), + [sym_comment] = ACTIONS(3), + }, + [STATE(342)] = { + [ts_builtin_sym_end] = ACTIONS(1366), + [sym_identifier] = ACTIONS(1364), + [aux_sym_preproc_include_token1] = ACTIONS(1364), + [aux_sym_preproc_def_token1] = ACTIONS(1364), + [aux_sym_preproc_if_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), + [sym_preproc_directive] = ACTIONS(1364), + [anon_sym_LPAREN2] = ACTIONS(1366), + [anon_sym_BANG] = ACTIONS(1366), + [anon_sym_TILDE] = ACTIONS(1366), + [anon_sym_DASH] = ACTIONS(1364), + [anon_sym_PLUS] = ACTIONS(1364), + [anon_sym_STAR] = ACTIONS(1366), + [anon_sym_AMP] = ACTIONS(1366), + [anon_sym_SEMI] = ACTIONS(1366), + [anon_sym___extension__] = ACTIONS(1364), + [anon_sym_typedef] = ACTIONS(1364), + [anon_sym_extern] = ACTIONS(1364), + [anon_sym___attribute__] = ACTIONS(1364), + [anon_sym___attribute] = ACTIONS(1364), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), + [anon_sym___declspec] = ACTIONS(1364), + [anon_sym___cdecl] = ACTIONS(1364), + [anon_sym___clrcall] = ACTIONS(1364), + [anon_sym___stdcall] = ACTIONS(1364), + [anon_sym___fastcall] = ACTIONS(1364), + [anon_sym___thiscall] = ACTIONS(1364), + [anon_sym___vectorcall] = ACTIONS(1364), + [anon_sym_LBRACE] = ACTIONS(1366), + [anon_sym_signed] = ACTIONS(1364), + [anon_sym_unsigned] = ACTIONS(1364), + [anon_sym_long] = ACTIONS(1364), + [anon_sym_short] = ACTIONS(1364), + [anon_sym_static] = ACTIONS(1364), + [anon_sym_auto] = ACTIONS(1364), + [anon_sym_register] = ACTIONS(1364), + [anon_sym_inline] = ACTIONS(1364), + [anon_sym___inline] = ACTIONS(1364), + [anon_sym___inline__] = ACTIONS(1364), + [anon_sym___forceinline] = ACTIONS(1364), + [anon_sym_thread_local] = ACTIONS(1364), + [anon_sym___thread] = ACTIONS(1364), + [anon_sym_const] = ACTIONS(1364), + [anon_sym_constexpr] = ACTIONS(1364), + [anon_sym_volatile] = ACTIONS(1364), + [anon_sym_restrict] = ACTIONS(1364), + [anon_sym___restrict__] = ACTIONS(1364), + [anon_sym__Atomic] = ACTIONS(1364), + [anon_sym__Noreturn] = ACTIONS(1364), + [anon_sym_noreturn] = ACTIONS(1364), + [anon_sym__Nonnull] = ACTIONS(1364), + [anon_sym_alignas] = ACTIONS(1364), + [anon_sym__Alignas] = ACTIONS(1364), + [sym_primitive_type] = ACTIONS(1364), + [anon_sym_enum] = ACTIONS(1364), + [anon_sym_struct] = ACTIONS(1364), + [anon_sym_union] = ACTIONS(1364), + [anon_sym_if] = ACTIONS(1364), + [anon_sym_switch] = ACTIONS(1364), + [anon_sym_case] = ACTIONS(1364), + [anon_sym_default] = ACTIONS(1364), + [anon_sym_while] = ACTIONS(1364), + [anon_sym_do] = ACTIONS(1364), + [anon_sym_for] = ACTIONS(1364), + [anon_sym_return] = ACTIONS(1364), + [anon_sym_break] = ACTIONS(1364), + [anon_sym_continue] = ACTIONS(1364), + [anon_sym_goto] = ACTIONS(1364), + [anon_sym_DASH_DASH] = ACTIONS(1366), + [anon_sym_PLUS_PLUS] = ACTIONS(1366), + [anon_sym_sizeof] = ACTIONS(1364), + [anon_sym___alignof__] = ACTIONS(1364), + [anon_sym___alignof] = ACTIONS(1364), + [anon_sym__alignof] = ACTIONS(1364), + [anon_sym_alignof] = ACTIONS(1364), + [anon_sym__Alignof] = ACTIONS(1364), + [anon_sym_offsetof] = ACTIONS(1364), + [anon_sym__Generic] = ACTIONS(1364), + [anon_sym_asm] = ACTIONS(1364), + [anon_sym___asm__] = ACTIONS(1364), + [anon_sym___asm] = ACTIONS(1364), + [sym_number_literal] = ACTIONS(1366), + [anon_sym_L_SQUOTE] = ACTIONS(1366), + [anon_sym_u_SQUOTE] = ACTIONS(1366), + [anon_sym_U_SQUOTE] = ACTIONS(1366), + [anon_sym_u8_SQUOTE] = ACTIONS(1366), + [anon_sym_SQUOTE] = ACTIONS(1366), + [anon_sym_L_DQUOTE] = ACTIONS(1366), + [anon_sym_u_DQUOTE] = ACTIONS(1366), + [anon_sym_U_DQUOTE] = ACTIONS(1366), + [anon_sym_u8_DQUOTE] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1366), + [sym_true] = ACTIONS(1364), + [sym_false] = ACTIONS(1364), + [anon_sym_NULL] = ACTIONS(1364), + [anon_sym_nullptr] = ACTIONS(1364), + [sym_comment] = ACTIONS(3), + }, + [STATE(343)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(238), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -53403,8 +52593,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(1095), [anon_sym_switch] = ACTIONS(63), @@ -53449,252 +52639,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [356] = { - [sym_attribute_declaration] = STATE(356), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(241), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(356), - [sym_identifier] = ACTIONS(1581), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_if] = ACTIONS(1587), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1593), - [anon_sym_default] = ACTIONS(1596), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1605), - [anon_sym_return] = ACTIONS(1608), - [anon_sym_break] = ACTIONS(1611), - [anon_sym_continue] = ACTIONS(1614), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym___try] = ACTIONS(1620), - [anon_sym___leave] = ACTIONS(1487), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1499), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [anon_sym___asm] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1511), - [anon_sym_u_SQUOTE] = ACTIONS(1511), - [anon_sym_U_SQUOTE] = ACTIONS(1511), - [anon_sym_u8_SQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1517), - [sym_false] = ACTIONS(1517), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), + [STATE(344)] = { + [ts_builtin_sym_end] = ACTIONS(1370), + [sym_identifier] = ACTIONS(1368), + [aux_sym_preproc_include_token1] = ACTIONS(1368), + [aux_sym_preproc_def_token1] = ACTIONS(1368), + [aux_sym_preproc_if_token1] = ACTIONS(1368), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1368), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1368), + [sym_preproc_directive] = ACTIONS(1368), + [anon_sym_LPAREN2] = ACTIONS(1370), + [anon_sym_BANG] = ACTIONS(1370), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1368), + [anon_sym_STAR] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1370), + [anon_sym_SEMI] = ACTIONS(1370), + [anon_sym___extension__] = ACTIONS(1368), + [anon_sym_typedef] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym___attribute__] = ACTIONS(1368), + [anon_sym___attribute] = ACTIONS(1368), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1370), + [anon_sym___declspec] = ACTIONS(1368), + [anon_sym___cdecl] = ACTIONS(1368), + [anon_sym___clrcall] = ACTIONS(1368), + [anon_sym___stdcall] = ACTIONS(1368), + [anon_sym___fastcall] = ACTIONS(1368), + [anon_sym___thiscall] = ACTIONS(1368), + [anon_sym___vectorcall] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1370), + [anon_sym_signed] = ACTIONS(1368), + [anon_sym_unsigned] = ACTIONS(1368), + [anon_sym_long] = ACTIONS(1368), + [anon_sym_short] = ACTIONS(1368), + [anon_sym_static] = ACTIONS(1368), + [anon_sym_auto] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_inline] = ACTIONS(1368), + [anon_sym___inline] = ACTIONS(1368), + [anon_sym___inline__] = ACTIONS(1368), + [anon_sym___forceinline] = ACTIONS(1368), + [anon_sym_thread_local] = ACTIONS(1368), + [anon_sym___thread] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [anon_sym_constexpr] = ACTIONS(1368), + [anon_sym_volatile] = ACTIONS(1368), + [anon_sym_restrict] = ACTIONS(1368), + [anon_sym___restrict__] = ACTIONS(1368), + [anon_sym__Atomic] = ACTIONS(1368), + [anon_sym__Noreturn] = ACTIONS(1368), + [anon_sym_noreturn] = ACTIONS(1368), + [anon_sym__Nonnull] = ACTIONS(1368), + [anon_sym_alignas] = ACTIONS(1368), + [anon_sym__Alignas] = ACTIONS(1368), + [sym_primitive_type] = ACTIONS(1368), + [anon_sym_enum] = ACTIONS(1368), + [anon_sym_struct] = ACTIONS(1368), + [anon_sym_union] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_switch] = ACTIONS(1368), + [anon_sym_case] = ACTIONS(1368), + [anon_sym_default] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_goto] = ACTIONS(1368), + [anon_sym_DASH_DASH] = ACTIONS(1370), + [anon_sym_PLUS_PLUS] = ACTIONS(1370), + [anon_sym_sizeof] = ACTIONS(1368), + [anon_sym___alignof__] = ACTIONS(1368), + [anon_sym___alignof] = ACTIONS(1368), + [anon_sym__alignof] = ACTIONS(1368), + [anon_sym_alignof] = ACTIONS(1368), + [anon_sym__Alignof] = ACTIONS(1368), + [anon_sym_offsetof] = ACTIONS(1368), + [anon_sym__Generic] = ACTIONS(1368), + [anon_sym_asm] = ACTIONS(1368), + [anon_sym___asm__] = ACTIONS(1368), + [anon_sym___asm] = ACTIONS(1368), + [sym_number_literal] = ACTIONS(1370), + [anon_sym_L_SQUOTE] = ACTIONS(1370), + [anon_sym_u_SQUOTE] = ACTIONS(1370), + [anon_sym_U_SQUOTE] = ACTIONS(1370), + [anon_sym_u8_SQUOTE] = ACTIONS(1370), + [anon_sym_SQUOTE] = ACTIONS(1370), + [anon_sym_L_DQUOTE] = ACTIONS(1370), + [anon_sym_u_DQUOTE] = ACTIONS(1370), + [anon_sym_U_DQUOTE] = ACTIONS(1370), + [anon_sym_u8_DQUOTE] = ACTIONS(1370), + [anon_sym_DQUOTE] = ACTIONS(1370), + [sym_true] = ACTIONS(1368), + [sym_false] = ACTIONS(1368), + [anon_sym_NULL] = ACTIONS(1368), + [anon_sym_nullptr] = ACTIONS(1368), [sym_comment] = ACTIONS(3), }, - [357] = { - [ts_builtin_sym_end] = ACTIONS(1346), - [sym_identifier] = ACTIONS(1344), - [aux_sym_preproc_include_token1] = ACTIONS(1344), - [aux_sym_preproc_def_token1] = ACTIONS(1344), - [aux_sym_preproc_if_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), - [sym_preproc_directive] = ACTIONS(1344), - [anon_sym_LPAREN2] = ACTIONS(1346), - [anon_sym_BANG] = ACTIONS(1346), - [anon_sym_TILDE] = ACTIONS(1346), - [anon_sym_DASH] = ACTIONS(1344), - [anon_sym_PLUS] = ACTIONS(1344), - [anon_sym_STAR] = ACTIONS(1346), - [anon_sym_AMP] = ACTIONS(1346), - [anon_sym_SEMI] = ACTIONS(1346), - [anon_sym___extension__] = ACTIONS(1344), - [anon_sym_typedef] = ACTIONS(1344), - [anon_sym_extern] = ACTIONS(1344), - [anon_sym___attribute__] = ACTIONS(1344), - [anon_sym___attribute] = ACTIONS(1344), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), - [anon_sym___declspec] = ACTIONS(1344), - [anon_sym___cdecl] = ACTIONS(1344), - [anon_sym___clrcall] = ACTIONS(1344), - [anon_sym___stdcall] = ACTIONS(1344), - [anon_sym___fastcall] = ACTIONS(1344), - [anon_sym___thiscall] = ACTIONS(1344), - [anon_sym___vectorcall] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1346), - [anon_sym_signed] = ACTIONS(1344), - [anon_sym_unsigned] = ACTIONS(1344), - [anon_sym_long] = ACTIONS(1344), - [anon_sym_short] = ACTIONS(1344), - [anon_sym_static] = ACTIONS(1344), - [anon_sym_auto] = ACTIONS(1344), - [anon_sym_register] = ACTIONS(1344), - [anon_sym_inline] = ACTIONS(1344), - [anon_sym___inline] = ACTIONS(1344), - [anon_sym___inline__] = ACTIONS(1344), - [anon_sym___forceinline] = ACTIONS(1344), - [anon_sym_thread_local] = ACTIONS(1344), - [anon_sym___thread] = ACTIONS(1344), - [anon_sym_const] = ACTIONS(1344), - [anon_sym_constexpr] = ACTIONS(1344), - [anon_sym_volatile] = ACTIONS(1344), - [anon_sym_restrict] = ACTIONS(1344), - [anon_sym___restrict__] = ACTIONS(1344), - [anon_sym__Atomic] = ACTIONS(1344), - [anon_sym__Noreturn] = ACTIONS(1344), - [anon_sym_noreturn] = ACTIONS(1344), - [anon_sym__Nonnull] = ACTIONS(1344), - [anon_sym_alignas] = ACTIONS(1344), - [anon_sym__Alignas] = ACTIONS(1344), - [sym_primitive_type] = ACTIONS(1344), - [anon_sym_enum] = ACTIONS(1344), - [anon_sym_struct] = ACTIONS(1344), - [anon_sym_union] = ACTIONS(1344), - [anon_sym_if] = ACTIONS(1344), - [anon_sym_switch] = ACTIONS(1344), - [anon_sym_case] = ACTIONS(1344), - [anon_sym_default] = ACTIONS(1344), - [anon_sym_while] = ACTIONS(1344), - [anon_sym_do] = ACTIONS(1344), - [anon_sym_for] = ACTIONS(1344), - [anon_sym_return] = ACTIONS(1344), - [anon_sym_break] = ACTIONS(1344), - [anon_sym_continue] = ACTIONS(1344), - [anon_sym_goto] = ACTIONS(1344), - [anon_sym_DASH_DASH] = ACTIONS(1346), - [anon_sym_PLUS_PLUS] = ACTIONS(1346), - [anon_sym_sizeof] = ACTIONS(1344), - [anon_sym___alignof__] = ACTIONS(1344), - [anon_sym___alignof] = ACTIONS(1344), - [anon_sym__alignof] = ACTIONS(1344), - [anon_sym_alignof] = ACTIONS(1344), - [anon_sym__Alignof] = ACTIONS(1344), - [anon_sym_offsetof] = ACTIONS(1344), - [anon_sym__Generic] = ACTIONS(1344), - [anon_sym_asm] = ACTIONS(1344), - [anon_sym___asm__] = ACTIONS(1344), - [anon_sym___asm] = ACTIONS(1344), - [sym_number_literal] = ACTIONS(1346), - [anon_sym_L_SQUOTE] = ACTIONS(1346), - [anon_sym_u_SQUOTE] = ACTIONS(1346), - [anon_sym_U_SQUOTE] = ACTIONS(1346), - [anon_sym_u8_SQUOTE] = ACTIONS(1346), - [anon_sym_SQUOTE] = ACTIONS(1346), - [anon_sym_L_DQUOTE] = ACTIONS(1346), - [anon_sym_u_DQUOTE] = ACTIONS(1346), - [anon_sym_U_DQUOTE] = ACTIONS(1346), - [anon_sym_u8_DQUOTE] = ACTIONS(1346), - [anon_sym_DQUOTE] = ACTIONS(1346), - [sym_true] = ACTIONS(1344), - [sym_false] = ACTIONS(1344), - [anon_sym_NULL] = ACTIONS(1344), - [anon_sym_nullptr] = ACTIONS(1344), + [STATE(345)] = { + [ts_builtin_sym_end] = ACTIONS(1374), + [sym_identifier] = ACTIONS(1372), + [aux_sym_preproc_include_token1] = ACTIONS(1372), + [aux_sym_preproc_def_token1] = ACTIONS(1372), + [aux_sym_preproc_if_token1] = ACTIONS(1372), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1372), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1372), + [sym_preproc_directive] = ACTIONS(1372), + [anon_sym_LPAREN2] = ACTIONS(1374), + [anon_sym_BANG] = ACTIONS(1374), + [anon_sym_TILDE] = ACTIONS(1374), + [anon_sym_DASH] = ACTIONS(1372), + [anon_sym_PLUS] = ACTIONS(1372), + [anon_sym_STAR] = ACTIONS(1374), + [anon_sym_AMP] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1374), + [anon_sym___extension__] = ACTIONS(1372), + [anon_sym_typedef] = ACTIONS(1372), + [anon_sym_extern] = ACTIONS(1372), + [anon_sym___attribute__] = ACTIONS(1372), + [anon_sym___attribute] = ACTIONS(1372), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1374), + [anon_sym___declspec] = ACTIONS(1372), + [anon_sym___cdecl] = ACTIONS(1372), + [anon_sym___clrcall] = ACTIONS(1372), + [anon_sym___stdcall] = ACTIONS(1372), + [anon_sym___fastcall] = ACTIONS(1372), + [anon_sym___thiscall] = ACTIONS(1372), + [anon_sym___vectorcall] = ACTIONS(1372), + [anon_sym_LBRACE] = ACTIONS(1374), + [anon_sym_signed] = ACTIONS(1372), + [anon_sym_unsigned] = ACTIONS(1372), + [anon_sym_long] = ACTIONS(1372), + [anon_sym_short] = ACTIONS(1372), + [anon_sym_static] = ACTIONS(1372), + [anon_sym_auto] = ACTIONS(1372), + [anon_sym_register] = ACTIONS(1372), + [anon_sym_inline] = ACTIONS(1372), + [anon_sym___inline] = ACTIONS(1372), + [anon_sym___inline__] = ACTIONS(1372), + [anon_sym___forceinline] = ACTIONS(1372), + [anon_sym_thread_local] = ACTIONS(1372), + [anon_sym___thread] = ACTIONS(1372), + [anon_sym_const] = ACTIONS(1372), + [anon_sym_constexpr] = ACTIONS(1372), + [anon_sym_volatile] = ACTIONS(1372), + [anon_sym_restrict] = ACTIONS(1372), + [anon_sym___restrict__] = ACTIONS(1372), + [anon_sym__Atomic] = ACTIONS(1372), + [anon_sym__Noreturn] = ACTIONS(1372), + [anon_sym_noreturn] = ACTIONS(1372), + [anon_sym__Nonnull] = ACTIONS(1372), + [anon_sym_alignas] = ACTIONS(1372), + [anon_sym__Alignas] = ACTIONS(1372), + [sym_primitive_type] = ACTIONS(1372), + [anon_sym_enum] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1372), + [anon_sym_union] = ACTIONS(1372), + [anon_sym_if] = ACTIONS(1372), + [anon_sym_switch] = ACTIONS(1372), + [anon_sym_case] = ACTIONS(1372), + [anon_sym_default] = ACTIONS(1372), + [anon_sym_while] = ACTIONS(1372), + [anon_sym_do] = ACTIONS(1372), + [anon_sym_for] = ACTIONS(1372), + [anon_sym_return] = ACTIONS(1372), + [anon_sym_break] = ACTIONS(1372), + [anon_sym_continue] = ACTIONS(1372), + [anon_sym_goto] = ACTIONS(1372), + [anon_sym_DASH_DASH] = ACTIONS(1374), + [anon_sym_PLUS_PLUS] = ACTIONS(1374), + [anon_sym_sizeof] = ACTIONS(1372), + [anon_sym___alignof__] = ACTIONS(1372), + [anon_sym___alignof] = ACTIONS(1372), + [anon_sym__alignof] = ACTIONS(1372), + [anon_sym_alignof] = ACTIONS(1372), + [anon_sym__Alignof] = ACTIONS(1372), + [anon_sym_offsetof] = ACTIONS(1372), + [anon_sym__Generic] = ACTIONS(1372), + [anon_sym_asm] = ACTIONS(1372), + [anon_sym___asm__] = ACTIONS(1372), + [anon_sym___asm] = ACTIONS(1372), + [sym_number_literal] = ACTIONS(1374), + [anon_sym_L_SQUOTE] = ACTIONS(1374), + [anon_sym_u_SQUOTE] = ACTIONS(1374), + [anon_sym_U_SQUOTE] = ACTIONS(1374), + [anon_sym_u8_SQUOTE] = ACTIONS(1374), + [anon_sym_SQUOTE] = ACTIONS(1374), + [anon_sym_L_DQUOTE] = ACTIONS(1374), + [anon_sym_u_DQUOTE] = ACTIONS(1374), + [anon_sym_U_DQUOTE] = ACTIONS(1374), + [anon_sym_u8_DQUOTE] = ACTIONS(1374), + [anon_sym_DQUOTE] = ACTIONS(1374), + [sym_true] = ACTIONS(1372), + [sym_false] = ACTIONS(1372), + [anon_sym_NULL] = ACTIONS(1372), + [anon_sym_nullptr] = ACTIONS(1372), [sym_comment] = ACTIONS(3), }, - [358] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(172), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(346)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(240), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -53703,8 +52893,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(1095), [anon_sym_switch] = ACTIONS(63), @@ -53749,52 +52939,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [359] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(160), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(347)] = { + [ts_builtin_sym_end] = ACTIONS(1274), + [sym_identifier] = ACTIONS(1272), + [aux_sym_preproc_include_token1] = ACTIONS(1272), + [aux_sym_preproc_def_token1] = ACTIONS(1272), + [aux_sym_preproc_if_token1] = ACTIONS(1272), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1272), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1272), + [sym_preproc_directive] = ACTIONS(1272), + [anon_sym_LPAREN2] = ACTIONS(1274), + [anon_sym_BANG] = ACTIONS(1274), + [anon_sym_TILDE] = ACTIONS(1274), + [anon_sym_DASH] = ACTIONS(1272), + [anon_sym_PLUS] = ACTIONS(1272), + [anon_sym_STAR] = ACTIONS(1274), + [anon_sym_AMP] = ACTIONS(1274), + [anon_sym_SEMI] = ACTIONS(1274), + [anon_sym___extension__] = ACTIONS(1272), + [anon_sym_typedef] = ACTIONS(1272), + [anon_sym_extern] = ACTIONS(1272), + [anon_sym___attribute__] = ACTIONS(1272), + [anon_sym___attribute] = ACTIONS(1272), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1274), + [anon_sym___declspec] = ACTIONS(1272), + [anon_sym___cdecl] = ACTIONS(1272), + [anon_sym___clrcall] = ACTIONS(1272), + [anon_sym___stdcall] = ACTIONS(1272), + [anon_sym___fastcall] = ACTIONS(1272), + [anon_sym___thiscall] = ACTIONS(1272), + [anon_sym___vectorcall] = ACTIONS(1272), + [anon_sym_LBRACE] = ACTIONS(1274), + [anon_sym_signed] = ACTIONS(1272), + [anon_sym_unsigned] = ACTIONS(1272), + [anon_sym_long] = ACTIONS(1272), + [anon_sym_short] = ACTIONS(1272), + [anon_sym_static] = ACTIONS(1272), + [anon_sym_auto] = ACTIONS(1272), + [anon_sym_register] = ACTIONS(1272), + [anon_sym_inline] = ACTIONS(1272), + [anon_sym___inline] = ACTIONS(1272), + [anon_sym___inline__] = ACTIONS(1272), + [anon_sym___forceinline] = ACTIONS(1272), + [anon_sym_thread_local] = ACTIONS(1272), + [anon_sym___thread] = ACTIONS(1272), + [anon_sym_const] = ACTIONS(1272), + [anon_sym_constexpr] = ACTIONS(1272), + [anon_sym_volatile] = ACTIONS(1272), + [anon_sym_restrict] = ACTIONS(1272), + [anon_sym___restrict__] = ACTIONS(1272), + [anon_sym__Atomic] = ACTIONS(1272), + [anon_sym__Noreturn] = ACTIONS(1272), + [anon_sym_noreturn] = ACTIONS(1272), + [anon_sym__Nonnull] = ACTIONS(1272), + [anon_sym_alignas] = ACTIONS(1272), + [anon_sym__Alignas] = ACTIONS(1272), + [sym_primitive_type] = ACTIONS(1272), + [anon_sym_enum] = ACTIONS(1272), + [anon_sym_struct] = ACTIONS(1272), + [anon_sym_union] = ACTIONS(1272), + [anon_sym_if] = ACTIONS(1272), + [anon_sym_switch] = ACTIONS(1272), + [anon_sym_case] = ACTIONS(1272), + [anon_sym_default] = ACTIONS(1272), + [anon_sym_while] = ACTIONS(1272), + [anon_sym_do] = ACTIONS(1272), + [anon_sym_for] = ACTIONS(1272), + [anon_sym_return] = ACTIONS(1272), + [anon_sym_break] = ACTIONS(1272), + [anon_sym_continue] = ACTIONS(1272), + [anon_sym_goto] = ACTIONS(1272), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [anon_sym_sizeof] = ACTIONS(1272), + [anon_sym___alignof__] = ACTIONS(1272), + [anon_sym___alignof] = ACTIONS(1272), + [anon_sym__alignof] = ACTIONS(1272), + [anon_sym_alignof] = ACTIONS(1272), + [anon_sym__Alignof] = ACTIONS(1272), + [anon_sym_offsetof] = ACTIONS(1272), + [anon_sym__Generic] = ACTIONS(1272), + [anon_sym_asm] = ACTIONS(1272), + [anon_sym___asm__] = ACTIONS(1272), + [anon_sym___asm] = ACTIONS(1272), + [sym_number_literal] = ACTIONS(1274), + [anon_sym_L_SQUOTE] = ACTIONS(1274), + [anon_sym_u_SQUOTE] = ACTIONS(1274), + [anon_sym_U_SQUOTE] = ACTIONS(1274), + [anon_sym_u8_SQUOTE] = ACTIONS(1274), + [anon_sym_SQUOTE] = ACTIONS(1274), + [anon_sym_L_DQUOTE] = ACTIONS(1274), + [anon_sym_u_DQUOTE] = ACTIONS(1274), + [anon_sym_U_DQUOTE] = ACTIONS(1274), + [anon_sym_u8_DQUOTE] = ACTIONS(1274), + [anon_sym_DQUOTE] = ACTIONS(1274), + [sym_true] = ACTIONS(1272), + [sym_false] = ACTIONS(1272), + [anon_sym_NULL] = ACTIONS(1272), + [anon_sym_nullptr] = ACTIONS(1272), + [sym_comment] = ACTIONS(3), + }, + [STATE(348)] = { + [ts_builtin_sym_end] = ACTIONS(1350), + [sym_identifier] = ACTIONS(1348), + [aux_sym_preproc_include_token1] = ACTIONS(1348), + [aux_sym_preproc_def_token1] = ACTIONS(1348), + [aux_sym_preproc_if_token1] = ACTIONS(1348), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1348), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1348), + [sym_preproc_directive] = ACTIONS(1348), + [anon_sym_LPAREN2] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_DASH] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1348), + [anon_sym_STAR] = ACTIONS(1350), + [anon_sym_AMP] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [anon_sym___extension__] = ACTIONS(1348), + [anon_sym_typedef] = ACTIONS(1348), + [anon_sym_extern] = ACTIONS(1348), + [anon_sym___attribute__] = ACTIONS(1348), + [anon_sym___attribute] = ACTIONS(1348), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1350), + [anon_sym___declspec] = ACTIONS(1348), + [anon_sym___cdecl] = ACTIONS(1348), + [anon_sym___clrcall] = ACTIONS(1348), + [anon_sym___stdcall] = ACTIONS(1348), + [anon_sym___fastcall] = ACTIONS(1348), + [anon_sym___thiscall] = ACTIONS(1348), + [anon_sym___vectorcall] = ACTIONS(1348), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_signed] = ACTIONS(1348), + [anon_sym_unsigned] = ACTIONS(1348), + [anon_sym_long] = ACTIONS(1348), + [anon_sym_short] = ACTIONS(1348), + [anon_sym_static] = ACTIONS(1348), + [anon_sym_auto] = ACTIONS(1348), + [anon_sym_register] = ACTIONS(1348), + [anon_sym_inline] = ACTIONS(1348), + [anon_sym___inline] = ACTIONS(1348), + [anon_sym___inline__] = ACTIONS(1348), + [anon_sym___forceinline] = ACTIONS(1348), + [anon_sym_thread_local] = ACTIONS(1348), + [anon_sym___thread] = ACTIONS(1348), + [anon_sym_const] = ACTIONS(1348), + [anon_sym_constexpr] = ACTIONS(1348), + [anon_sym_volatile] = ACTIONS(1348), + [anon_sym_restrict] = ACTIONS(1348), + [anon_sym___restrict__] = ACTIONS(1348), + [anon_sym__Atomic] = ACTIONS(1348), + [anon_sym__Noreturn] = ACTIONS(1348), + [anon_sym_noreturn] = ACTIONS(1348), + [anon_sym__Nonnull] = ACTIONS(1348), + [anon_sym_alignas] = ACTIONS(1348), + [anon_sym__Alignas] = ACTIONS(1348), + [sym_primitive_type] = ACTIONS(1348), + [anon_sym_enum] = ACTIONS(1348), + [anon_sym_struct] = ACTIONS(1348), + [anon_sym_union] = ACTIONS(1348), + [anon_sym_if] = ACTIONS(1348), + [anon_sym_switch] = ACTIONS(1348), + [anon_sym_case] = ACTIONS(1348), + [anon_sym_default] = ACTIONS(1348), + [anon_sym_while] = ACTIONS(1348), + [anon_sym_do] = ACTIONS(1348), + [anon_sym_for] = ACTIONS(1348), + [anon_sym_return] = ACTIONS(1348), + [anon_sym_break] = ACTIONS(1348), + [anon_sym_continue] = ACTIONS(1348), + [anon_sym_goto] = ACTIONS(1348), + [anon_sym_DASH_DASH] = ACTIONS(1350), + [anon_sym_PLUS_PLUS] = ACTIONS(1350), + [anon_sym_sizeof] = ACTIONS(1348), + [anon_sym___alignof__] = ACTIONS(1348), + [anon_sym___alignof] = ACTIONS(1348), + [anon_sym__alignof] = ACTIONS(1348), + [anon_sym_alignof] = ACTIONS(1348), + [anon_sym__Alignof] = ACTIONS(1348), + [anon_sym_offsetof] = ACTIONS(1348), + [anon_sym__Generic] = ACTIONS(1348), + [anon_sym_asm] = ACTIONS(1348), + [anon_sym___asm__] = ACTIONS(1348), + [anon_sym___asm] = ACTIONS(1348), + [sym_number_literal] = ACTIONS(1350), + [anon_sym_L_SQUOTE] = ACTIONS(1350), + [anon_sym_u_SQUOTE] = ACTIONS(1350), + [anon_sym_U_SQUOTE] = ACTIONS(1350), + [anon_sym_u8_SQUOTE] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_L_DQUOTE] = ACTIONS(1350), + [anon_sym_u_DQUOTE] = ACTIONS(1350), + [anon_sym_U_DQUOTE] = ACTIONS(1350), + [anon_sym_u8_DQUOTE] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [sym_true] = ACTIONS(1348), + [sym_false] = ACTIONS(1348), + [anon_sym_NULL] = ACTIONS(1348), + [anon_sym_nullptr] = ACTIONS(1348), + [sym_comment] = ACTIONS(3), + }, + [STATE(349)] = { + [sym_attribute_declaration] = STATE(340), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(244), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(340), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -53803,8 +53193,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(1095), [anon_sym_switch] = ACTIONS(63), @@ -53849,152 +53239,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [360] = { - [ts_builtin_sym_end] = ACTIONS(1334), - [sym_identifier] = ACTIONS(1332), - [aux_sym_preproc_include_token1] = ACTIONS(1332), - [aux_sym_preproc_def_token1] = ACTIONS(1332), - [aux_sym_preproc_if_token1] = ACTIONS(1332), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1332), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1332), - [sym_preproc_directive] = ACTIONS(1332), - [anon_sym_LPAREN2] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1332), - [anon_sym_PLUS] = ACTIONS(1332), - [anon_sym_STAR] = ACTIONS(1334), - [anon_sym_AMP] = ACTIONS(1334), - [anon_sym_SEMI] = ACTIONS(1334), - [anon_sym___extension__] = ACTIONS(1332), - [anon_sym_typedef] = ACTIONS(1332), - [anon_sym_extern] = ACTIONS(1332), - [anon_sym___attribute__] = ACTIONS(1332), - [anon_sym___attribute] = ACTIONS(1332), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1334), - [anon_sym___declspec] = ACTIONS(1332), - [anon_sym___cdecl] = ACTIONS(1332), - [anon_sym___clrcall] = ACTIONS(1332), - [anon_sym___stdcall] = ACTIONS(1332), - [anon_sym___fastcall] = ACTIONS(1332), - [anon_sym___thiscall] = ACTIONS(1332), - [anon_sym___vectorcall] = ACTIONS(1332), - [anon_sym_LBRACE] = ACTIONS(1334), - [anon_sym_signed] = ACTIONS(1332), - [anon_sym_unsigned] = ACTIONS(1332), - [anon_sym_long] = ACTIONS(1332), - [anon_sym_short] = ACTIONS(1332), - [anon_sym_static] = ACTIONS(1332), - [anon_sym_auto] = ACTIONS(1332), - [anon_sym_register] = ACTIONS(1332), - [anon_sym_inline] = ACTIONS(1332), - [anon_sym___inline] = ACTIONS(1332), - [anon_sym___inline__] = ACTIONS(1332), - [anon_sym___forceinline] = ACTIONS(1332), - [anon_sym_thread_local] = ACTIONS(1332), - [anon_sym___thread] = ACTIONS(1332), - [anon_sym_const] = ACTIONS(1332), - [anon_sym_constexpr] = ACTIONS(1332), - [anon_sym_volatile] = ACTIONS(1332), - [anon_sym_restrict] = ACTIONS(1332), - [anon_sym___restrict__] = ACTIONS(1332), - [anon_sym__Atomic] = ACTIONS(1332), - [anon_sym__Noreturn] = ACTIONS(1332), - [anon_sym_noreturn] = ACTIONS(1332), - [anon_sym__Nonnull] = ACTIONS(1332), - [anon_sym_alignas] = ACTIONS(1332), - [anon_sym__Alignas] = ACTIONS(1332), - [sym_primitive_type] = ACTIONS(1332), - [anon_sym_enum] = ACTIONS(1332), - [anon_sym_struct] = ACTIONS(1332), - [anon_sym_union] = ACTIONS(1332), - [anon_sym_if] = ACTIONS(1332), - [anon_sym_switch] = ACTIONS(1332), - [anon_sym_case] = ACTIONS(1332), - [anon_sym_default] = ACTIONS(1332), - [anon_sym_while] = ACTIONS(1332), - [anon_sym_do] = ACTIONS(1332), - [anon_sym_for] = ACTIONS(1332), - [anon_sym_return] = ACTIONS(1332), - [anon_sym_break] = ACTIONS(1332), - [anon_sym_continue] = ACTIONS(1332), - [anon_sym_goto] = ACTIONS(1332), - [anon_sym_DASH_DASH] = ACTIONS(1334), - [anon_sym_PLUS_PLUS] = ACTIONS(1334), - [anon_sym_sizeof] = ACTIONS(1332), - [anon_sym___alignof__] = ACTIONS(1332), - [anon_sym___alignof] = ACTIONS(1332), - [anon_sym__alignof] = ACTIONS(1332), - [anon_sym_alignof] = ACTIONS(1332), - [anon_sym__Alignof] = ACTIONS(1332), - [anon_sym_offsetof] = ACTIONS(1332), - [anon_sym__Generic] = ACTIONS(1332), - [anon_sym_asm] = ACTIONS(1332), - [anon_sym___asm__] = ACTIONS(1332), - [anon_sym___asm] = ACTIONS(1332), - [sym_number_literal] = ACTIONS(1334), - [anon_sym_L_SQUOTE] = ACTIONS(1334), - [anon_sym_u_SQUOTE] = ACTIONS(1334), - [anon_sym_U_SQUOTE] = ACTIONS(1334), - [anon_sym_u8_SQUOTE] = ACTIONS(1334), - [anon_sym_SQUOTE] = ACTIONS(1334), - [anon_sym_L_DQUOTE] = ACTIONS(1334), - [anon_sym_u_DQUOTE] = ACTIONS(1334), - [anon_sym_U_DQUOTE] = ACTIONS(1334), - [anon_sym_u8_DQUOTE] = ACTIONS(1334), - [anon_sym_DQUOTE] = ACTIONS(1334), - [sym_true] = ACTIONS(1332), - [sym_false] = ACTIONS(1332), - [anon_sym_NULL] = ACTIONS(1332), - [anon_sym_nullptr] = ACTIONS(1332), + [STATE(350)] = { + [ts_builtin_sym_end] = ACTIONS(1264), + [sym_identifier] = ACTIONS(1262), + [aux_sym_preproc_include_token1] = ACTIONS(1262), + [aux_sym_preproc_def_token1] = ACTIONS(1262), + [aux_sym_preproc_if_token1] = ACTIONS(1262), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1262), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1262), + [sym_preproc_directive] = ACTIONS(1262), + [anon_sym_LPAREN2] = ACTIONS(1264), + [anon_sym_BANG] = ACTIONS(1264), + [anon_sym_TILDE] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1262), + [anon_sym_PLUS] = ACTIONS(1262), + [anon_sym_STAR] = ACTIONS(1264), + [anon_sym_AMP] = ACTIONS(1264), + [anon_sym_SEMI] = ACTIONS(1264), + [anon_sym___extension__] = ACTIONS(1262), + [anon_sym_typedef] = ACTIONS(1262), + [anon_sym_extern] = ACTIONS(1262), + [anon_sym___attribute__] = ACTIONS(1262), + [anon_sym___attribute] = ACTIONS(1262), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1264), + [anon_sym___declspec] = ACTIONS(1262), + [anon_sym___cdecl] = ACTIONS(1262), + [anon_sym___clrcall] = ACTIONS(1262), + [anon_sym___stdcall] = ACTIONS(1262), + [anon_sym___fastcall] = ACTIONS(1262), + [anon_sym___thiscall] = ACTIONS(1262), + [anon_sym___vectorcall] = ACTIONS(1262), + [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_signed] = ACTIONS(1262), + [anon_sym_unsigned] = ACTIONS(1262), + [anon_sym_long] = ACTIONS(1262), + [anon_sym_short] = ACTIONS(1262), + [anon_sym_static] = ACTIONS(1262), + [anon_sym_auto] = ACTIONS(1262), + [anon_sym_register] = ACTIONS(1262), + [anon_sym_inline] = ACTIONS(1262), + [anon_sym___inline] = ACTIONS(1262), + [anon_sym___inline__] = ACTIONS(1262), + [anon_sym___forceinline] = ACTIONS(1262), + [anon_sym_thread_local] = ACTIONS(1262), + [anon_sym___thread] = ACTIONS(1262), + [anon_sym_const] = ACTIONS(1262), + [anon_sym_constexpr] = ACTIONS(1262), + [anon_sym_volatile] = ACTIONS(1262), + [anon_sym_restrict] = ACTIONS(1262), + [anon_sym___restrict__] = ACTIONS(1262), + [anon_sym__Atomic] = ACTIONS(1262), + [anon_sym__Noreturn] = ACTIONS(1262), + [anon_sym_noreturn] = ACTIONS(1262), + [anon_sym__Nonnull] = ACTIONS(1262), + [anon_sym_alignas] = ACTIONS(1262), + [anon_sym__Alignas] = ACTIONS(1262), + [sym_primitive_type] = ACTIONS(1262), + [anon_sym_enum] = ACTIONS(1262), + [anon_sym_struct] = ACTIONS(1262), + [anon_sym_union] = ACTIONS(1262), + [anon_sym_if] = ACTIONS(1262), + [anon_sym_switch] = ACTIONS(1262), + [anon_sym_case] = ACTIONS(1262), + [anon_sym_default] = ACTIONS(1262), + [anon_sym_while] = ACTIONS(1262), + [anon_sym_do] = ACTIONS(1262), + [anon_sym_for] = ACTIONS(1262), + [anon_sym_return] = ACTIONS(1262), + [anon_sym_break] = ACTIONS(1262), + [anon_sym_continue] = ACTIONS(1262), + [anon_sym_goto] = ACTIONS(1262), + [anon_sym_DASH_DASH] = ACTIONS(1264), + [anon_sym_PLUS_PLUS] = ACTIONS(1264), + [anon_sym_sizeof] = ACTIONS(1262), + [anon_sym___alignof__] = ACTIONS(1262), + [anon_sym___alignof] = ACTIONS(1262), + [anon_sym__alignof] = ACTIONS(1262), + [anon_sym_alignof] = ACTIONS(1262), + [anon_sym__Alignof] = ACTIONS(1262), + [anon_sym_offsetof] = ACTIONS(1262), + [anon_sym__Generic] = ACTIONS(1262), + [anon_sym_asm] = ACTIONS(1262), + [anon_sym___asm__] = ACTIONS(1262), + [anon_sym___asm] = ACTIONS(1262), + [sym_number_literal] = ACTIONS(1264), + [anon_sym_L_SQUOTE] = ACTIONS(1264), + [anon_sym_u_SQUOTE] = ACTIONS(1264), + [anon_sym_U_SQUOTE] = ACTIONS(1264), + [anon_sym_u8_SQUOTE] = ACTIONS(1264), + [anon_sym_SQUOTE] = ACTIONS(1264), + [anon_sym_L_DQUOTE] = ACTIONS(1264), + [anon_sym_u_DQUOTE] = ACTIONS(1264), + [anon_sym_U_DQUOTE] = ACTIONS(1264), + [anon_sym_u8_DQUOTE] = ACTIONS(1264), + [anon_sym_DQUOTE] = ACTIONS(1264), + [sym_true] = ACTIONS(1262), + [sym_false] = ACTIONS(1262), + [anon_sym_NULL] = ACTIONS(1262), + [anon_sym_nullptr] = ACTIONS(1262), + [sym_comment] = ACTIONS(3), + }, + [STATE(351)] = { + [ts_builtin_sym_end] = ACTIONS(1330), + [sym_identifier] = ACTIONS(1328), + [aux_sym_preproc_include_token1] = ACTIONS(1328), + [aux_sym_preproc_def_token1] = ACTIONS(1328), + [aux_sym_preproc_if_token1] = ACTIONS(1328), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1328), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1328), + [sym_preproc_directive] = ACTIONS(1328), + [anon_sym_LPAREN2] = ACTIONS(1330), + [anon_sym_BANG] = ACTIONS(1330), + [anon_sym_TILDE] = ACTIONS(1330), + [anon_sym_DASH] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1328), + [anon_sym_STAR] = ACTIONS(1330), + [anon_sym_AMP] = ACTIONS(1330), + [anon_sym_SEMI] = ACTIONS(1330), + [anon_sym___extension__] = ACTIONS(1328), + [anon_sym_typedef] = ACTIONS(1328), + [anon_sym_extern] = ACTIONS(1328), + [anon_sym___attribute__] = ACTIONS(1328), + [anon_sym___attribute] = ACTIONS(1328), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1330), + [anon_sym___declspec] = ACTIONS(1328), + [anon_sym___cdecl] = ACTIONS(1328), + [anon_sym___clrcall] = ACTIONS(1328), + [anon_sym___stdcall] = ACTIONS(1328), + [anon_sym___fastcall] = ACTIONS(1328), + [anon_sym___thiscall] = ACTIONS(1328), + [anon_sym___vectorcall] = ACTIONS(1328), + [anon_sym_LBRACE] = ACTIONS(1330), + [anon_sym_signed] = ACTIONS(1328), + [anon_sym_unsigned] = ACTIONS(1328), + [anon_sym_long] = ACTIONS(1328), + [anon_sym_short] = ACTIONS(1328), + [anon_sym_static] = ACTIONS(1328), + [anon_sym_auto] = ACTIONS(1328), + [anon_sym_register] = ACTIONS(1328), + [anon_sym_inline] = ACTIONS(1328), + [anon_sym___inline] = ACTIONS(1328), + [anon_sym___inline__] = ACTIONS(1328), + [anon_sym___forceinline] = ACTIONS(1328), + [anon_sym_thread_local] = ACTIONS(1328), + [anon_sym___thread] = ACTIONS(1328), + [anon_sym_const] = ACTIONS(1328), + [anon_sym_constexpr] = ACTIONS(1328), + [anon_sym_volatile] = ACTIONS(1328), + [anon_sym_restrict] = ACTIONS(1328), + [anon_sym___restrict__] = ACTIONS(1328), + [anon_sym__Atomic] = ACTIONS(1328), + [anon_sym__Noreturn] = ACTIONS(1328), + [anon_sym_noreturn] = ACTIONS(1328), + [anon_sym__Nonnull] = ACTIONS(1328), + [anon_sym_alignas] = ACTIONS(1328), + [anon_sym__Alignas] = ACTIONS(1328), + [sym_primitive_type] = ACTIONS(1328), + [anon_sym_enum] = ACTIONS(1328), + [anon_sym_struct] = ACTIONS(1328), + [anon_sym_union] = ACTIONS(1328), + [anon_sym_if] = ACTIONS(1328), + [anon_sym_switch] = ACTIONS(1328), + [anon_sym_case] = ACTIONS(1328), + [anon_sym_default] = ACTIONS(1328), + [anon_sym_while] = ACTIONS(1328), + [anon_sym_do] = ACTIONS(1328), + [anon_sym_for] = ACTIONS(1328), + [anon_sym_return] = ACTIONS(1328), + [anon_sym_break] = ACTIONS(1328), + [anon_sym_continue] = ACTIONS(1328), + [anon_sym_goto] = ACTIONS(1328), + [anon_sym_DASH_DASH] = ACTIONS(1330), + [anon_sym_PLUS_PLUS] = ACTIONS(1330), + [anon_sym_sizeof] = ACTIONS(1328), + [anon_sym___alignof__] = ACTIONS(1328), + [anon_sym___alignof] = ACTIONS(1328), + [anon_sym__alignof] = ACTIONS(1328), + [anon_sym_alignof] = ACTIONS(1328), + [anon_sym__Alignof] = ACTIONS(1328), + [anon_sym_offsetof] = ACTIONS(1328), + [anon_sym__Generic] = ACTIONS(1328), + [anon_sym_asm] = ACTIONS(1328), + [anon_sym___asm__] = ACTIONS(1328), + [anon_sym___asm] = ACTIONS(1328), + [sym_number_literal] = ACTIONS(1330), + [anon_sym_L_SQUOTE] = ACTIONS(1330), + [anon_sym_u_SQUOTE] = ACTIONS(1330), + [anon_sym_U_SQUOTE] = ACTIONS(1330), + [anon_sym_u8_SQUOTE] = ACTIONS(1330), + [anon_sym_SQUOTE] = ACTIONS(1330), + [anon_sym_L_DQUOTE] = ACTIONS(1330), + [anon_sym_u_DQUOTE] = ACTIONS(1330), + [anon_sym_U_DQUOTE] = ACTIONS(1330), + [anon_sym_u8_DQUOTE] = ACTIONS(1330), + [anon_sym_DQUOTE] = ACTIONS(1330), + [sym_true] = ACTIONS(1328), + [sym_false] = ACTIONS(1328), + [anon_sym_NULL] = ACTIONS(1328), + [anon_sym_nullptr] = ACTIONS(1328), [sym_comment] = ACTIONS(3), }, - [361] = { - [sym_attribute_declaration] = STATE(356), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(241), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(356), - [sym_identifier] = ACTIONS(1422), + [STATE(352)] = { + [sym_attribute_declaration] = STATE(372), + [sym_compound_statement] = STATE(199), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(150), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [sym_identifier] = ACTIONS(1577), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -54002,23 +53492,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(1095), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(1103), - [anon_sym_default] = ACTIONS(1105), - [anon_sym_while] = ACTIONS(1097), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(1099), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(512), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -54049,152 +53539,752 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [362] = { - [ts_builtin_sym_end] = ACTIONS(1623), - [sym_identifier] = ACTIONS(1626), - [aux_sym_preproc_include_token1] = ACTIONS(1626), - [aux_sym_preproc_def_token1] = ACTIONS(1626), - [aux_sym_preproc_if_token1] = ACTIONS(1626), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1626), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1626), - [sym_preproc_directive] = ACTIONS(1626), - [anon_sym_LPAREN2] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1623), - [anon_sym_TILDE] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_AMP] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym___extension__] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1626), - [anon_sym_extern] = ACTIONS(1626), - [anon_sym___attribute__] = ACTIONS(1626), - [anon_sym___attribute] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1623), - [anon_sym___declspec] = ACTIONS(1626), - [anon_sym___cdecl] = ACTIONS(1626), - [anon_sym___clrcall] = ACTIONS(1626), - [anon_sym___stdcall] = ACTIONS(1626), - [anon_sym___fastcall] = ACTIONS(1626), - [anon_sym___thiscall] = ACTIONS(1626), - [anon_sym___vectorcall] = ACTIONS(1626), - [anon_sym_LBRACE] = ACTIONS(1623), - [anon_sym_signed] = ACTIONS(1626), - [anon_sym_unsigned] = ACTIONS(1626), - [anon_sym_long] = ACTIONS(1626), - [anon_sym_short] = ACTIONS(1626), - [anon_sym_static] = ACTIONS(1626), - [anon_sym_auto] = ACTIONS(1626), - [anon_sym_register] = ACTIONS(1626), - [anon_sym_inline] = ACTIONS(1626), - [anon_sym___inline] = ACTIONS(1626), - [anon_sym___inline__] = ACTIONS(1626), - [anon_sym___forceinline] = ACTIONS(1626), - [anon_sym_thread_local] = ACTIONS(1626), - [anon_sym___thread] = ACTIONS(1626), - [anon_sym_const] = ACTIONS(1626), - [anon_sym_constexpr] = ACTIONS(1626), - [anon_sym_volatile] = ACTIONS(1626), - [anon_sym_restrict] = ACTIONS(1626), - [anon_sym___restrict__] = ACTIONS(1626), - [anon_sym__Atomic] = ACTIONS(1626), - [anon_sym__Noreturn] = ACTIONS(1626), - [anon_sym_noreturn] = ACTIONS(1626), - [anon_sym__Nonnull] = ACTIONS(1626), - [anon_sym_alignas] = ACTIONS(1626), - [anon_sym__Alignas] = ACTIONS(1626), - [sym_primitive_type] = ACTIONS(1626), - [anon_sym_enum] = ACTIONS(1626), - [anon_sym_struct] = ACTIONS(1626), - [anon_sym_union] = ACTIONS(1626), - [anon_sym_if] = ACTIONS(1626), - [anon_sym_switch] = ACTIONS(1626), - [anon_sym_case] = ACTIONS(1626), - [anon_sym_default] = ACTIONS(1626), - [anon_sym_while] = ACTIONS(1626), - [anon_sym_do] = ACTIONS(1626), - [anon_sym_for] = ACTIONS(1626), - [anon_sym_return] = ACTIONS(1626), - [anon_sym_break] = ACTIONS(1626), - [anon_sym_continue] = ACTIONS(1626), - [anon_sym_goto] = ACTIONS(1626), - [anon_sym_DASH_DASH] = ACTIONS(1623), - [anon_sym_PLUS_PLUS] = ACTIONS(1623), - [anon_sym_sizeof] = ACTIONS(1626), - [anon_sym___alignof__] = ACTIONS(1626), - [anon_sym___alignof] = ACTIONS(1626), - [anon_sym__alignof] = ACTIONS(1626), - [anon_sym_alignof] = ACTIONS(1626), - [anon_sym__Alignof] = ACTIONS(1626), - [anon_sym_offsetof] = ACTIONS(1626), - [anon_sym__Generic] = ACTIONS(1626), - [anon_sym_asm] = ACTIONS(1626), - [anon_sym___asm__] = ACTIONS(1626), - [anon_sym___asm] = ACTIONS(1626), - [sym_number_literal] = ACTIONS(1623), - [anon_sym_L_SQUOTE] = ACTIONS(1623), - [anon_sym_u_SQUOTE] = ACTIONS(1623), - [anon_sym_U_SQUOTE] = ACTIONS(1623), - [anon_sym_u8_SQUOTE] = ACTIONS(1623), - [anon_sym_SQUOTE] = ACTIONS(1623), - [anon_sym_L_DQUOTE] = ACTIONS(1623), - [anon_sym_u_DQUOTE] = ACTIONS(1623), - [anon_sym_U_DQUOTE] = ACTIONS(1623), - [anon_sym_u8_DQUOTE] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym_true] = ACTIONS(1626), - [sym_false] = ACTIONS(1626), - [anon_sym_NULL] = ACTIONS(1626), - [anon_sym_nullptr] = ACTIONS(1626), + [STATE(353)] = { + [sym_attribute_declaration] = STATE(372), + [sym_compound_statement] = STATE(199), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(209), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [sym_identifier] = ACTIONS(1577), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(512), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [363] = { - [sym_attribute_declaration] = STATE(378), - [sym_compound_statement] = STATE(180), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(148), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [sym_identifier] = ACTIONS(1629), + [STATE(354)] = { + [ts_builtin_sym_end] = ACTIONS(1314), + [sym_identifier] = ACTIONS(1312), + [aux_sym_preproc_include_token1] = ACTIONS(1312), + [aux_sym_preproc_def_token1] = ACTIONS(1312), + [aux_sym_preproc_if_token1] = ACTIONS(1312), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1312), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1312), + [sym_preproc_directive] = ACTIONS(1312), + [anon_sym_LPAREN2] = ACTIONS(1314), + [anon_sym_BANG] = ACTIONS(1314), + [anon_sym_TILDE] = ACTIONS(1314), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1312), + [anon_sym_STAR] = ACTIONS(1314), + [anon_sym_AMP] = ACTIONS(1314), + [anon_sym_SEMI] = ACTIONS(1314), + [anon_sym___extension__] = ACTIONS(1312), + [anon_sym_typedef] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym___attribute__] = ACTIONS(1312), + [anon_sym___attribute] = ACTIONS(1312), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1314), + [anon_sym___declspec] = ACTIONS(1312), + [anon_sym___cdecl] = ACTIONS(1312), + [anon_sym___clrcall] = ACTIONS(1312), + [anon_sym___stdcall] = ACTIONS(1312), + [anon_sym___fastcall] = ACTIONS(1312), + [anon_sym___thiscall] = ACTIONS(1312), + [anon_sym___vectorcall] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1314), + [anon_sym_signed] = ACTIONS(1312), + [anon_sym_unsigned] = ACTIONS(1312), + [anon_sym_long] = ACTIONS(1312), + [anon_sym_short] = ACTIONS(1312), + [anon_sym_static] = ACTIONS(1312), + [anon_sym_auto] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_inline] = ACTIONS(1312), + [anon_sym___inline] = ACTIONS(1312), + [anon_sym___inline__] = ACTIONS(1312), + [anon_sym___forceinline] = ACTIONS(1312), + [anon_sym_thread_local] = ACTIONS(1312), + [anon_sym___thread] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [anon_sym_constexpr] = ACTIONS(1312), + [anon_sym_volatile] = ACTIONS(1312), + [anon_sym_restrict] = ACTIONS(1312), + [anon_sym___restrict__] = ACTIONS(1312), + [anon_sym__Atomic] = ACTIONS(1312), + [anon_sym__Noreturn] = ACTIONS(1312), + [anon_sym_noreturn] = ACTIONS(1312), + [anon_sym__Nonnull] = ACTIONS(1312), + [anon_sym_alignas] = ACTIONS(1312), + [anon_sym__Alignas] = ACTIONS(1312), + [sym_primitive_type] = ACTIONS(1312), + [anon_sym_enum] = ACTIONS(1312), + [anon_sym_struct] = ACTIONS(1312), + [anon_sym_union] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_switch] = ACTIONS(1312), + [anon_sym_case] = ACTIONS(1312), + [anon_sym_default] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_goto] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1314), + [anon_sym_PLUS_PLUS] = ACTIONS(1314), + [anon_sym_sizeof] = ACTIONS(1312), + [anon_sym___alignof__] = ACTIONS(1312), + [anon_sym___alignof] = ACTIONS(1312), + [anon_sym__alignof] = ACTIONS(1312), + [anon_sym_alignof] = ACTIONS(1312), + [anon_sym__Alignof] = ACTIONS(1312), + [anon_sym_offsetof] = ACTIONS(1312), + [anon_sym__Generic] = ACTIONS(1312), + [anon_sym_asm] = ACTIONS(1312), + [anon_sym___asm__] = ACTIONS(1312), + [anon_sym___asm] = ACTIONS(1312), + [sym_number_literal] = ACTIONS(1314), + [anon_sym_L_SQUOTE] = ACTIONS(1314), + [anon_sym_u_SQUOTE] = ACTIONS(1314), + [anon_sym_U_SQUOTE] = ACTIONS(1314), + [anon_sym_u8_SQUOTE] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1314), + [anon_sym_L_DQUOTE] = ACTIONS(1314), + [anon_sym_u_DQUOTE] = ACTIONS(1314), + [anon_sym_U_DQUOTE] = ACTIONS(1314), + [anon_sym_u8_DQUOTE] = ACTIONS(1314), + [anon_sym_DQUOTE] = ACTIONS(1314), + [sym_true] = ACTIONS(1312), + [sym_false] = ACTIONS(1312), + [anon_sym_NULL] = ACTIONS(1312), + [anon_sym_nullptr] = ACTIONS(1312), + [sym_comment] = ACTIONS(3), + }, + [STATE(355)] = { + [ts_builtin_sym_end] = ACTIONS(1579), + [sym_identifier] = ACTIONS(1581), + [aux_sym_preproc_include_token1] = ACTIONS(1581), + [aux_sym_preproc_def_token1] = ACTIONS(1581), + [aux_sym_preproc_if_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1581), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1581), + [sym_preproc_directive] = ACTIONS(1581), + [anon_sym_LPAREN2] = ACTIONS(1579), + [anon_sym_BANG] = ACTIONS(1579), + [anon_sym_TILDE] = ACTIONS(1579), + [anon_sym_DASH] = ACTIONS(1581), + [anon_sym_PLUS] = ACTIONS(1581), + [anon_sym_STAR] = ACTIONS(1579), + [anon_sym_AMP] = ACTIONS(1579), + [anon_sym_SEMI] = ACTIONS(1579), + [anon_sym___extension__] = ACTIONS(1581), + [anon_sym_typedef] = ACTIONS(1581), + [anon_sym_extern] = ACTIONS(1581), + [anon_sym___attribute__] = ACTIONS(1581), + [anon_sym___attribute] = ACTIONS(1581), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1579), + [anon_sym___declspec] = ACTIONS(1581), + [anon_sym___cdecl] = ACTIONS(1581), + [anon_sym___clrcall] = ACTIONS(1581), + [anon_sym___stdcall] = ACTIONS(1581), + [anon_sym___fastcall] = ACTIONS(1581), + [anon_sym___thiscall] = ACTIONS(1581), + [anon_sym___vectorcall] = ACTIONS(1581), + [anon_sym_LBRACE] = ACTIONS(1579), + [anon_sym_signed] = ACTIONS(1581), + [anon_sym_unsigned] = ACTIONS(1581), + [anon_sym_long] = ACTIONS(1581), + [anon_sym_short] = ACTIONS(1581), + [anon_sym_static] = ACTIONS(1581), + [anon_sym_auto] = ACTIONS(1581), + [anon_sym_register] = ACTIONS(1581), + [anon_sym_inline] = ACTIONS(1581), + [anon_sym___inline] = ACTIONS(1581), + [anon_sym___inline__] = ACTIONS(1581), + [anon_sym___forceinline] = ACTIONS(1581), + [anon_sym_thread_local] = ACTIONS(1581), + [anon_sym___thread] = ACTIONS(1581), + [anon_sym_const] = ACTIONS(1581), + [anon_sym_constexpr] = ACTIONS(1581), + [anon_sym_volatile] = ACTIONS(1581), + [anon_sym_restrict] = ACTIONS(1581), + [anon_sym___restrict__] = ACTIONS(1581), + [anon_sym__Atomic] = ACTIONS(1581), + [anon_sym__Noreturn] = ACTIONS(1581), + [anon_sym_noreturn] = ACTIONS(1581), + [anon_sym__Nonnull] = ACTIONS(1581), + [anon_sym_alignas] = ACTIONS(1581), + [anon_sym__Alignas] = ACTIONS(1581), + [sym_primitive_type] = ACTIONS(1581), + [anon_sym_enum] = ACTIONS(1581), + [anon_sym_struct] = ACTIONS(1581), + [anon_sym_union] = ACTIONS(1581), + [anon_sym_if] = ACTIONS(1581), + [anon_sym_switch] = ACTIONS(1581), + [anon_sym_case] = ACTIONS(1581), + [anon_sym_default] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1581), + [anon_sym_do] = ACTIONS(1581), + [anon_sym_for] = ACTIONS(1581), + [anon_sym_return] = ACTIONS(1581), + [anon_sym_break] = ACTIONS(1581), + [anon_sym_continue] = ACTIONS(1581), + [anon_sym_goto] = ACTIONS(1581), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [anon_sym___alignof__] = ACTIONS(1581), + [anon_sym___alignof] = ACTIONS(1581), + [anon_sym__alignof] = ACTIONS(1581), + [anon_sym_alignof] = ACTIONS(1581), + [anon_sym__Alignof] = ACTIONS(1581), + [anon_sym_offsetof] = ACTIONS(1581), + [anon_sym__Generic] = ACTIONS(1581), + [anon_sym_asm] = ACTIONS(1581), + [anon_sym___asm__] = ACTIONS(1581), + [anon_sym___asm] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1579), + [anon_sym_L_SQUOTE] = ACTIONS(1579), + [anon_sym_u_SQUOTE] = ACTIONS(1579), + [anon_sym_U_SQUOTE] = ACTIONS(1579), + [anon_sym_u8_SQUOTE] = ACTIONS(1579), + [anon_sym_SQUOTE] = ACTIONS(1579), + [anon_sym_L_DQUOTE] = ACTIONS(1579), + [anon_sym_u_DQUOTE] = ACTIONS(1579), + [anon_sym_U_DQUOTE] = ACTIONS(1579), + [anon_sym_u8_DQUOTE] = ACTIONS(1579), + [anon_sym_DQUOTE] = ACTIONS(1579), + [sym_true] = ACTIONS(1581), + [sym_false] = ACTIONS(1581), + [anon_sym_NULL] = ACTIONS(1581), + [anon_sym_nullptr] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + }, + [STATE(356)] = { + [ts_builtin_sym_end] = ACTIONS(1583), + [sym_identifier] = ACTIONS(1585), + [aux_sym_preproc_include_token1] = ACTIONS(1585), + [aux_sym_preproc_def_token1] = ACTIONS(1585), + [aux_sym_preproc_if_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1585), + [sym_preproc_directive] = ACTIONS(1585), + [anon_sym_LPAREN2] = ACTIONS(1583), + [anon_sym_BANG] = ACTIONS(1583), + [anon_sym_TILDE] = ACTIONS(1583), + [anon_sym_DASH] = ACTIONS(1585), + [anon_sym_PLUS] = ACTIONS(1585), + [anon_sym_STAR] = ACTIONS(1583), + [anon_sym_AMP] = ACTIONS(1583), + [anon_sym_SEMI] = ACTIONS(1583), + [anon_sym___extension__] = ACTIONS(1585), + [anon_sym_typedef] = ACTIONS(1585), + [anon_sym_extern] = ACTIONS(1585), + [anon_sym___attribute__] = ACTIONS(1585), + [anon_sym___attribute] = ACTIONS(1585), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1583), + [anon_sym___declspec] = ACTIONS(1585), + [anon_sym___cdecl] = ACTIONS(1585), + [anon_sym___clrcall] = ACTIONS(1585), + [anon_sym___stdcall] = ACTIONS(1585), + [anon_sym___fastcall] = ACTIONS(1585), + [anon_sym___thiscall] = ACTIONS(1585), + [anon_sym___vectorcall] = ACTIONS(1585), + [anon_sym_LBRACE] = ACTIONS(1583), + [anon_sym_signed] = ACTIONS(1585), + [anon_sym_unsigned] = ACTIONS(1585), + [anon_sym_long] = ACTIONS(1585), + [anon_sym_short] = ACTIONS(1585), + [anon_sym_static] = ACTIONS(1585), + [anon_sym_auto] = ACTIONS(1585), + [anon_sym_register] = ACTIONS(1585), + [anon_sym_inline] = ACTIONS(1585), + [anon_sym___inline] = ACTIONS(1585), + [anon_sym___inline__] = ACTIONS(1585), + [anon_sym___forceinline] = ACTIONS(1585), + [anon_sym_thread_local] = ACTIONS(1585), + [anon_sym___thread] = ACTIONS(1585), + [anon_sym_const] = ACTIONS(1585), + [anon_sym_constexpr] = ACTIONS(1585), + [anon_sym_volatile] = ACTIONS(1585), + [anon_sym_restrict] = ACTIONS(1585), + [anon_sym___restrict__] = ACTIONS(1585), + [anon_sym__Atomic] = ACTIONS(1585), + [anon_sym__Noreturn] = ACTIONS(1585), + [anon_sym_noreturn] = ACTIONS(1585), + [anon_sym__Nonnull] = ACTIONS(1585), + [anon_sym_alignas] = ACTIONS(1585), + [anon_sym__Alignas] = ACTIONS(1585), + [sym_primitive_type] = ACTIONS(1585), + [anon_sym_enum] = ACTIONS(1585), + [anon_sym_struct] = ACTIONS(1585), + [anon_sym_union] = ACTIONS(1585), + [anon_sym_if] = ACTIONS(1585), + [anon_sym_switch] = ACTIONS(1585), + [anon_sym_case] = ACTIONS(1585), + [anon_sym_default] = ACTIONS(1585), + [anon_sym_while] = ACTIONS(1585), + [anon_sym_do] = ACTIONS(1585), + [anon_sym_for] = ACTIONS(1585), + [anon_sym_return] = ACTIONS(1585), + [anon_sym_break] = ACTIONS(1585), + [anon_sym_continue] = ACTIONS(1585), + [anon_sym_goto] = ACTIONS(1585), + [anon_sym_DASH_DASH] = ACTIONS(1583), + [anon_sym_PLUS_PLUS] = ACTIONS(1583), + [anon_sym_sizeof] = ACTIONS(1585), + [anon_sym___alignof__] = ACTIONS(1585), + [anon_sym___alignof] = ACTIONS(1585), + [anon_sym__alignof] = ACTIONS(1585), + [anon_sym_alignof] = ACTIONS(1585), + [anon_sym__Alignof] = ACTIONS(1585), + [anon_sym_offsetof] = ACTIONS(1585), + [anon_sym__Generic] = ACTIONS(1585), + [anon_sym_asm] = ACTIONS(1585), + [anon_sym___asm__] = ACTIONS(1585), + [anon_sym___asm] = ACTIONS(1585), + [sym_number_literal] = ACTIONS(1583), + [anon_sym_L_SQUOTE] = ACTIONS(1583), + [anon_sym_u_SQUOTE] = ACTIONS(1583), + [anon_sym_U_SQUOTE] = ACTIONS(1583), + [anon_sym_u8_SQUOTE] = ACTIONS(1583), + [anon_sym_SQUOTE] = ACTIONS(1583), + [anon_sym_L_DQUOTE] = ACTIONS(1583), + [anon_sym_u_DQUOTE] = ACTIONS(1583), + [anon_sym_U_DQUOTE] = ACTIONS(1583), + [anon_sym_u8_DQUOTE] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1583), + [sym_true] = ACTIONS(1585), + [sym_false] = ACTIONS(1585), + [anon_sym_NULL] = ACTIONS(1585), + [anon_sym_nullptr] = ACTIONS(1585), + [sym_comment] = ACTIONS(3), + }, + [STATE(357)] = { + [ts_builtin_sym_end] = ACTIONS(1338), + [sym_identifier] = ACTIONS(1336), + [aux_sym_preproc_include_token1] = ACTIONS(1336), + [aux_sym_preproc_def_token1] = ACTIONS(1336), + [aux_sym_preproc_if_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1336), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1336), + [sym_preproc_directive] = ACTIONS(1336), + [anon_sym_LPAREN2] = ACTIONS(1338), + [anon_sym_BANG] = ACTIONS(1338), + [anon_sym_TILDE] = ACTIONS(1338), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_STAR] = ACTIONS(1338), + [anon_sym_AMP] = ACTIONS(1338), + [anon_sym_SEMI] = ACTIONS(1338), + [anon_sym___extension__] = ACTIONS(1336), + [anon_sym_typedef] = ACTIONS(1336), + [anon_sym_extern] = ACTIONS(1336), + [anon_sym___attribute__] = ACTIONS(1336), + [anon_sym___attribute] = ACTIONS(1336), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1338), + [anon_sym___declspec] = ACTIONS(1336), + [anon_sym___cdecl] = ACTIONS(1336), + [anon_sym___clrcall] = ACTIONS(1336), + [anon_sym___stdcall] = ACTIONS(1336), + [anon_sym___fastcall] = ACTIONS(1336), + [anon_sym___thiscall] = ACTIONS(1336), + [anon_sym___vectorcall] = ACTIONS(1336), + [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_signed] = ACTIONS(1336), + [anon_sym_unsigned] = ACTIONS(1336), + [anon_sym_long] = ACTIONS(1336), + [anon_sym_short] = ACTIONS(1336), + [anon_sym_static] = ACTIONS(1336), + [anon_sym_auto] = ACTIONS(1336), + [anon_sym_register] = ACTIONS(1336), + [anon_sym_inline] = ACTIONS(1336), + [anon_sym___inline] = ACTIONS(1336), + [anon_sym___inline__] = ACTIONS(1336), + [anon_sym___forceinline] = ACTIONS(1336), + [anon_sym_thread_local] = ACTIONS(1336), + [anon_sym___thread] = ACTIONS(1336), + [anon_sym_const] = ACTIONS(1336), + [anon_sym_constexpr] = ACTIONS(1336), + [anon_sym_volatile] = ACTIONS(1336), + [anon_sym_restrict] = ACTIONS(1336), + [anon_sym___restrict__] = ACTIONS(1336), + [anon_sym__Atomic] = ACTIONS(1336), + [anon_sym__Noreturn] = ACTIONS(1336), + [anon_sym_noreturn] = ACTIONS(1336), + [anon_sym__Nonnull] = ACTIONS(1336), + [anon_sym_alignas] = ACTIONS(1336), + [anon_sym__Alignas] = ACTIONS(1336), + [sym_primitive_type] = ACTIONS(1336), + [anon_sym_enum] = ACTIONS(1336), + [anon_sym_struct] = ACTIONS(1336), + [anon_sym_union] = ACTIONS(1336), + [anon_sym_if] = ACTIONS(1336), + [anon_sym_switch] = ACTIONS(1336), + [anon_sym_case] = ACTIONS(1336), + [anon_sym_default] = ACTIONS(1336), + [anon_sym_while] = ACTIONS(1336), + [anon_sym_do] = ACTIONS(1336), + [anon_sym_for] = ACTIONS(1336), + [anon_sym_return] = ACTIONS(1336), + [anon_sym_break] = ACTIONS(1336), + [anon_sym_continue] = ACTIONS(1336), + [anon_sym_goto] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1338), + [anon_sym_PLUS_PLUS] = ACTIONS(1338), + [anon_sym_sizeof] = ACTIONS(1336), + [anon_sym___alignof__] = ACTIONS(1336), + [anon_sym___alignof] = ACTIONS(1336), + [anon_sym__alignof] = ACTIONS(1336), + [anon_sym_alignof] = ACTIONS(1336), + [anon_sym__Alignof] = ACTIONS(1336), + [anon_sym_offsetof] = ACTIONS(1336), + [anon_sym__Generic] = ACTIONS(1336), + [anon_sym_asm] = ACTIONS(1336), + [anon_sym___asm__] = ACTIONS(1336), + [anon_sym___asm] = ACTIONS(1336), + [sym_number_literal] = ACTIONS(1338), + [anon_sym_L_SQUOTE] = ACTIONS(1338), + [anon_sym_u_SQUOTE] = ACTIONS(1338), + [anon_sym_U_SQUOTE] = ACTIONS(1338), + [anon_sym_u8_SQUOTE] = ACTIONS(1338), + [anon_sym_SQUOTE] = ACTIONS(1338), + [anon_sym_L_DQUOTE] = ACTIONS(1338), + [anon_sym_u_DQUOTE] = ACTIONS(1338), + [anon_sym_U_DQUOTE] = ACTIONS(1338), + [anon_sym_u8_DQUOTE] = ACTIONS(1338), + [anon_sym_DQUOTE] = ACTIONS(1338), + [sym_true] = ACTIONS(1336), + [sym_false] = ACTIONS(1336), + [anon_sym_NULL] = ACTIONS(1336), + [anon_sym_nullptr] = ACTIONS(1336), + [sym_comment] = ACTIONS(3), + }, + [STATE(358)] = { + [ts_builtin_sym_end] = ACTIONS(1298), + [sym_identifier] = ACTIONS(1296), + [aux_sym_preproc_include_token1] = ACTIONS(1296), + [aux_sym_preproc_def_token1] = ACTIONS(1296), + [aux_sym_preproc_if_token1] = ACTIONS(1296), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1296), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1296), + [sym_preproc_directive] = ACTIONS(1296), + [anon_sym_LPAREN2] = ACTIONS(1298), + [anon_sym_BANG] = ACTIONS(1298), + [anon_sym_TILDE] = ACTIONS(1298), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_PLUS] = ACTIONS(1296), + [anon_sym_STAR] = ACTIONS(1298), + [anon_sym_AMP] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1298), + [anon_sym___extension__] = ACTIONS(1296), + [anon_sym_typedef] = ACTIONS(1296), + [anon_sym_extern] = ACTIONS(1296), + [anon_sym___attribute__] = ACTIONS(1296), + [anon_sym___attribute] = ACTIONS(1296), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1298), + [anon_sym___declspec] = ACTIONS(1296), + [anon_sym___cdecl] = ACTIONS(1296), + [anon_sym___clrcall] = ACTIONS(1296), + [anon_sym___stdcall] = ACTIONS(1296), + [anon_sym___fastcall] = ACTIONS(1296), + [anon_sym___thiscall] = ACTIONS(1296), + [anon_sym___vectorcall] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1298), + [anon_sym_signed] = ACTIONS(1296), + [anon_sym_unsigned] = ACTIONS(1296), + [anon_sym_long] = ACTIONS(1296), + [anon_sym_short] = ACTIONS(1296), + [anon_sym_static] = ACTIONS(1296), + [anon_sym_auto] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_inline] = ACTIONS(1296), + [anon_sym___inline] = ACTIONS(1296), + [anon_sym___inline__] = ACTIONS(1296), + [anon_sym___forceinline] = ACTIONS(1296), + [anon_sym_thread_local] = ACTIONS(1296), + [anon_sym___thread] = ACTIONS(1296), + [anon_sym_const] = ACTIONS(1296), + [anon_sym_constexpr] = ACTIONS(1296), + [anon_sym_volatile] = ACTIONS(1296), + [anon_sym_restrict] = ACTIONS(1296), + [anon_sym___restrict__] = ACTIONS(1296), + [anon_sym__Atomic] = ACTIONS(1296), + [anon_sym__Noreturn] = ACTIONS(1296), + [anon_sym_noreturn] = ACTIONS(1296), + [anon_sym__Nonnull] = ACTIONS(1296), + [anon_sym_alignas] = ACTIONS(1296), + [anon_sym__Alignas] = ACTIONS(1296), + [sym_primitive_type] = ACTIONS(1296), + [anon_sym_enum] = ACTIONS(1296), + [anon_sym_struct] = ACTIONS(1296), + [anon_sym_union] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_switch] = ACTIONS(1296), + [anon_sym_case] = ACTIONS(1296), + [anon_sym_default] = ACTIONS(1296), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1296), + [anon_sym_goto] = ACTIONS(1296), + [anon_sym_DASH_DASH] = ACTIONS(1298), + [anon_sym_PLUS_PLUS] = ACTIONS(1298), + [anon_sym_sizeof] = ACTIONS(1296), + [anon_sym___alignof__] = ACTIONS(1296), + [anon_sym___alignof] = ACTIONS(1296), + [anon_sym__alignof] = ACTIONS(1296), + [anon_sym_alignof] = ACTIONS(1296), + [anon_sym__Alignof] = ACTIONS(1296), + [anon_sym_offsetof] = ACTIONS(1296), + [anon_sym__Generic] = ACTIONS(1296), + [anon_sym_asm] = ACTIONS(1296), + [anon_sym___asm__] = ACTIONS(1296), + [anon_sym___asm] = ACTIONS(1296), + [sym_number_literal] = ACTIONS(1298), + [anon_sym_L_SQUOTE] = ACTIONS(1298), + [anon_sym_u_SQUOTE] = ACTIONS(1298), + [anon_sym_U_SQUOTE] = ACTIONS(1298), + [anon_sym_u8_SQUOTE] = ACTIONS(1298), + [anon_sym_SQUOTE] = ACTIONS(1298), + [anon_sym_L_DQUOTE] = ACTIONS(1298), + [anon_sym_u_DQUOTE] = ACTIONS(1298), + [anon_sym_U_DQUOTE] = ACTIONS(1298), + [anon_sym_u8_DQUOTE] = ACTIONS(1298), + [anon_sym_DQUOTE] = ACTIONS(1298), + [sym_true] = ACTIONS(1296), + [sym_false] = ACTIONS(1296), + [anon_sym_NULL] = ACTIONS(1296), + [anon_sym_nullptr] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + }, + [STATE(359)] = { + [ts_builtin_sym_end] = ACTIONS(1342), + [sym_identifier] = ACTIONS(1340), + [aux_sym_preproc_include_token1] = ACTIONS(1340), + [aux_sym_preproc_def_token1] = ACTIONS(1340), + [aux_sym_preproc_if_token1] = ACTIONS(1340), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1340), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1340), + [sym_preproc_directive] = ACTIONS(1340), + [anon_sym_LPAREN2] = ACTIONS(1342), + [anon_sym_BANG] = ACTIONS(1342), + [anon_sym_TILDE] = ACTIONS(1342), + [anon_sym_DASH] = ACTIONS(1340), + [anon_sym_PLUS] = ACTIONS(1340), + [anon_sym_STAR] = ACTIONS(1342), + [anon_sym_AMP] = ACTIONS(1342), + [anon_sym_SEMI] = ACTIONS(1342), + [anon_sym___extension__] = ACTIONS(1340), + [anon_sym_typedef] = ACTIONS(1340), + [anon_sym_extern] = ACTIONS(1340), + [anon_sym___attribute__] = ACTIONS(1340), + [anon_sym___attribute] = ACTIONS(1340), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1342), + [anon_sym___declspec] = ACTIONS(1340), + [anon_sym___cdecl] = ACTIONS(1340), + [anon_sym___clrcall] = ACTIONS(1340), + [anon_sym___stdcall] = ACTIONS(1340), + [anon_sym___fastcall] = ACTIONS(1340), + [anon_sym___thiscall] = ACTIONS(1340), + [anon_sym___vectorcall] = ACTIONS(1340), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_signed] = ACTIONS(1340), + [anon_sym_unsigned] = ACTIONS(1340), + [anon_sym_long] = ACTIONS(1340), + [anon_sym_short] = ACTIONS(1340), + [anon_sym_static] = ACTIONS(1340), + [anon_sym_auto] = ACTIONS(1340), + [anon_sym_register] = ACTIONS(1340), + [anon_sym_inline] = ACTIONS(1340), + [anon_sym___inline] = ACTIONS(1340), + [anon_sym___inline__] = ACTIONS(1340), + [anon_sym___forceinline] = ACTIONS(1340), + [anon_sym_thread_local] = ACTIONS(1340), + [anon_sym___thread] = ACTIONS(1340), + [anon_sym_const] = ACTIONS(1340), + [anon_sym_constexpr] = ACTIONS(1340), + [anon_sym_volatile] = ACTIONS(1340), + [anon_sym_restrict] = ACTIONS(1340), + [anon_sym___restrict__] = ACTIONS(1340), + [anon_sym__Atomic] = ACTIONS(1340), + [anon_sym__Noreturn] = ACTIONS(1340), + [anon_sym_noreturn] = ACTIONS(1340), + [anon_sym__Nonnull] = ACTIONS(1340), + [anon_sym_alignas] = ACTIONS(1340), + [anon_sym__Alignas] = ACTIONS(1340), + [sym_primitive_type] = ACTIONS(1340), + [anon_sym_enum] = ACTIONS(1340), + [anon_sym_struct] = ACTIONS(1340), + [anon_sym_union] = ACTIONS(1340), + [anon_sym_if] = ACTIONS(1340), + [anon_sym_switch] = ACTIONS(1340), + [anon_sym_case] = ACTIONS(1340), + [anon_sym_default] = ACTIONS(1340), + [anon_sym_while] = ACTIONS(1340), + [anon_sym_do] = ACTIONS(1340), + [anon_sym_for] = ACTIONS(1340), + [anon_sym_return] = ACTIONS(1340), + [anon_sym_break] = ACTIONS(1340), + [anon_sym_continue] = ACTIONS(1340), + [anon_sym_goto] = ACTIONS(1340), + [anon_sym_DASH_DASH] = ACTIONS(1342), + [anon_sym_PLUS_PLUS] = ACTIONS(1342), + [anon_sym_sizeof] = ACTIONS(1340), + [anon_sym___alignof__] = ACTIONS(1340), + [anon_sym___alignof] = ACTIONS(1340), + [anon_sym__alignof] = ACTIONS(1340), + [anon_sym_alignof] = ACTIONS(1340), + [anon_sym__Alignof] = ACTIONS(1340), + [anon_sym_offsetof] = ACTIONS(1340), + [anon_sym__Generic] = ACTIONS(1340), + [anon_sym_asm] = ACTIONS(1340), + [anon_sym___asm__] = ACTIONS(1340), + [anon_sym___asm] = ACTIONS(1340), + [sym_number_literal] = ACTIONS(1342), + [anon_sym_L_SQUOTE] = ACTIONS(1342), + [anon_sym_u_SQUOTE] = ACTIONS(1342), + [anon_sym_U_SQUOTE] = ACTIONS(1342), + [anon_sym_u8_SQUOTE] = ACTIONS(1342), + [anon_sym_SQUOTE] = ACTIONS(1342), + [anon_sym_L_DQUOTE] = ACTIONS(1342), + [anon_sym_u_DQUOTE] = ACTIONS(1342), + [anon_sym_U_DQUOTE] = ACTIONS(1342), + [anon_sym_u8_DQUOTE] = ACTIONS(1342), + [anon_sym_DQUOTE] = ACTIONS(1342), + [sym_true] = ACTIONS(1340), + [sym_false] = ACTIONS(1340), + [anon_sym_NULL] = ACTIONS(1340), + [anon_sym_nullptr] = ACTIONS(1340), + [sym_comment] = ACTIONS(3), + }, + [STATE(360)] = { + [sym_attribute_declaration] = STATE(366), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(244), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(366), + [sym_identifier] = ACTIONS(1416), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -54202,23 +54292,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(506), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_if] = ACTIONS(61), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(65), + [anon_sym_default] = ACTIONS(67), + [anon_sym_while] = ACTIONS(69), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -54249,52 +54339,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [364] = { - [sym_attribute_declaration] = STATE(378), - [sym_compound_statement] = STATE(180), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(193), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [sym_identifier] = ACTIONS(1629), + [STATE(361)] = { + [sym_attribute_declaration] = STATE(372), + [sym_compound_statement] = STATE(199), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(219), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [sym_identifier] = ACTIONS(1577), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -54302,23 +54392,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(506), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(512), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -54349,352 +54439,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [365] = { - [sym_attribute_declaration] = STATE(365), - [sym_compound_statement] = STATE(180), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(185), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(365), - [sym_identifier] = ACTIONS(1631), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1637), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1643), - [anon_sym_case] = ACTIONS(1646), - [anon_sym_default] = ACTIONS(1649), - [anon_sym_while] = ACTIONS(1652), - [anon_sym_do] = ACTIONS(1655), - [anon_sym_for] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1661), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1667), - [anon_sym_goto] = ACTIONS(1670), - [anon_sym___try] = ACTIONS(1673), - [anon_sym___leave] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1499), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [anon_sym___asm] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1511), - [anon_sym_u_SQUOTE] = ACTIONS(1511), - [anon_sym_U_SQUOTE] = ACTIONS(1511), - [anon_sym_u8_SQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1517), - [sym_false] = ACTIONS(1517), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), - [sym_comment] = ACTIONS(3), - }, - [366] = { - [sym_attribute_declaration] = STATE(366), - [sym_compound_statement] = STATE(159), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(241), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(366), - [sym_identifier] = ACTIONS(1679), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1436), - [anon_sym_AMP] = ACTIONS(1436), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym___extension__] = ACTIONS(1442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_if] = ACTIONS(1685), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1688), - [anon_sym_default] = ACTIONS(1691), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1697), - [anon_sym_return] = ACTIONS(1608), - [anon_sym_break] = ACTIONS(1611), - [anon_sym_continue] = ACTIONS(1614), - [anon_sym_goto] = ACTIONS(1617), - [anon_sym___try] = ACTIONS(1700), - [anon_sym___leave] = ACTIONS(1703), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_sizeof] = ACTIONS(1493), - [anon_sym___alignof__] = ACTIONS(1496), - [anon_sym___alignof] = ACTIONS(1496), - [anon_sym__alignof] = ACTIONS(1496), - [anon_sym_alignof] = ACTIONS(1496), - [anon_sym__Alignof] = ACTIONS(1496), - [anon_sym_offsetof] = ACTIONS(1499), - [anon_sym__Generic] = ACTIONS(1502), - [anon_sym_asm] = ACTIONS(1505), - [anon_sym___asm__] = ACTIONS(1505), - [anon_sym___asm] = ACTIONS(1505), - [sym_number_literal] = ACTIONS(1508), - [anon_sym_L_SQUOTE] = ACTIONS(1511), - [anon_sym_u_SQUOTE] = ACTIONS(1511), - [anon_sym_U_SQUOTE] = ACTIONS(1511), - [anon_sym_u8_SQUOTE] = ACTIONS(1511), - [anon_sym_SQUOTE] = ACTIONS(1511), - [anon_sym_L_DQUOTE] = ACTIONS(1514), - [anon_sym_u_DQUOTE] = ACTIONS(1514), - [anon_sym_U_DQUOTE] = ACTIONS(1514), - [anon_sym_u8_DQUOTE] = ACTIONS(1514), - [anon_sym_DQUOTE] = ACTIONS(1514), - [sym_true] = ACTIONS(1517), - [sym_false] = ACTIONS(1517), - [anon_sym_NULL] = ACTIONS(1520), - [anon_sym_nullptr] = ACTIONS(1520), - [sym_comment] = ACTIONS(3), - }, - [367] = { - [ts_builtin_sym_end] = ACTIONS(1354), - [sym_identifier] = ACTIONS(1352), - [aux_sym_preproc_include_token1] = ACTIONS(1352), - [aux_sym_preproc_def_token1] = ACTIONS(1352), - [aux_sym_preproc_if_token1] = ACTIONS(1352), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1352), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1352), - [sym_preproc_directive] = ACTIONS(1352), - [anon_sym_LPAREN2] = ACTIONS(1354), - [anon_sym_BANG] = ACTIONS(1354), - [anon_sym_TILDE] = ACTIONS(1354), - [anon_sym_DASH] = ACTIONS(1352), - [anon_sym_PLUS] = ACTIONS(1352), - [anon_sym_STAR] = ACTIONS(1354), - [anon_sym_AMP] = ACTIONS(1354), - [anon_sym_SEMI] = ACTIONS(1354), - [anon_sym___extension__] = ACTIONS(1352), - [anon_sym_typedef] = ACTIONS(1352), - [anon_sym_extern] = ACTIONS(1352), - [anon_sym___attribute__] = ACTIONS(1352), - [anon_sym___attribute] = ACTIONS(1352), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1354), - [anon_sym___declspec] = ACTIONS(1352), - [anon_sym___cdecl] = ACTIONS(1352), - [anon_sym___clrcall] = ACTIONS(1352), - [anon_sym___stdcall] = ACTIONS(1352), - [anon_sym___fastcall] = ACTIONS(1352), - [anon_sym___thiscall] = ACTIONS(1352), - [anon_sym___vectorcall] = ACTIONS(1352), - [anon_sym_LBRACE] = ACTIONS(1354), - [anon_sym_signed] = ACTIONS(1352), - [anon_sym_unsigned] = ACTIONS(1352), - [anon_sym_long] = ACTIONS(1352), - [anon_sym_short] = ACTIONS(1352), - [anon_sym_static] = ACTIONS(1352), - [anon_sym_auto] = ACTIONS(1352), - [anon_sym_register] = ACTIONS(1352), - [anon_sym_inline] = ACTIONS(1352), - [anon_sym___inline] = ACTIONS(1352), - [anon_sym___inline__] = ACTIONS(1352), - [anon_sym___forceinline] = ACTIONS(1352), - [anon_sym_thread_local] = ACTIONS(1352), - [anon_sym___thread] = ACTIONS(1352), - [anon_sym_const] = ACTIONS(1352), - [anon_sym_constexpr] = ACTIONS(1352), - [anon_sym_volatile] = ACTIONS(1352), - [anon_sym_restrict] = ACTIONS(1352), - [anon_sym___restrict__] = ACTIONS(1352), - [anon_sym__Atomic] = ACTIONS(1352), - [anon_sym__Noreturn] = ACTIONS(1352), - [anon_sym_noreturn] = ACTIONS(1352), - [anon_sym__Nonnull] = ACTIONS(1352), - [anon_sym_alignas] = ACTIONS(1352), - [anon_sym__Alignas] = ACTIONS(1352), - [sym_primitive_type] = ACTIONS(1352), - [anon_sym_enum] = ACTIONS(1352), - [anon_sym_struct] = ACTIONS(1352), - [anon_sym_union] = ACTIONS(1352), - [anon_sym_if] = ACTIONS(1352), - [anon_sym_switch] = ACTIONS(1352), - [anon_sym_case] = ACTIONS(1352), - [anon_sym_default] = ACTIONS(1352), - [anon_sym_while] = ACTIONS(1352), - [anon_sym_do] = ACTIONS(1352), - [anon_sym_for] = ACTIONS(1352), - [anon_sym_return] = ACTIONS(1352), - [anon_sym_break] = ACTIONS(1352), - [anon_sym_continue] = ACTIONS(1352), - [anon_sym_goto] = ACTIONS(1352), - [anon_sym_DASH_DASH] = ACTIONS(1354), - [anon_sym_PLUS_PLUS] = ACTIONS(1354), - [anon_sym_sizeof] = ACTIONS(1352), - [anon_sym___alignof__] = ACTIONS(1352), - [anon_sym___alignof] = ACTIONS(1352), - [anon_sym__alignof] = ACTIONS(1352), - [anon_sym_alignof] = ACTIONS(1352), - [anon_sym__Alignof] = ACTIONS(1352), - [anon_sym_offsetof] = ACTIONS(1352), - [anon_sym__Generic] = ACTIONS(1352), - [anon_sym_asm] = ACTIONS(1352), - [anon_sym___asm__] = ACTIONS(1352), - [anon_sym___asm] = ACTIONS(1352), - [sym_number_literal] = ACTIONS(1354), - [anon_sym_L_SQUOTE] = ACTIONS(1354), - [anon_sym_u_SQUOTE] = ACTIONS(1354), - [anon_sym_U_SQUOTE] = ACTIONS(1354), - [anon_sym_u8_SQUOTE] = ACTIONS(1354), - [anon_sym_SQUOTE] = ACTIONS(1354), - [anon_sym_L_DQUOTE] = ACTIONS(1354), - [anon_sym_u_DQUOTE] = ACTIONS(1354), - [anon_sym_U_DQUOTE] = ACTIONS(1354), - [anon_sym_u8_DQUOTE] = ACTIONS(1354), - [anon_sym_DQUOTE] = ACTIONS(1354), - [sym_true] = ACTIONS(1352), - [sym_false] = ACTIONS(1352), - [anon_sym_NULL] = ACTIONS(1352), - [anon_sym_nullptr] = ACTIONS(1352), - [sym_comment] = ACTIONS(3), - }, - [368] = { - [sym_attribute_declaration] = STATE(349), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(150), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(1414), + [STATE(362)] = { + [sym_attribute_declaration] = STATE(372), + [sym_compound_statement] = STATE(199), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(221), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(372), + [sym_identifier] = ACTIONS(1577), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -54702,23 +54492,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(378), - [anon_sym_if] = ACTIONS(382), - [anon_sym_switch] = ACTIONS(384), - [anon_sym_case] = ACTIONS(386), - [anon_sym_default] = ACTIONS(388), - [anon_sym_while] = ACTIONS(390), - [anon_sym_do] = ACTIONS(392), - [anon_sym_for] = ACTIONS(394), - [anon_sym_return] = ACTIONS(396), - [anon_sym_break] = ACTIONS(398), - [anon_sym_continue] = ACTIONS(400), - [anon_sym_goto] = ACTIONS(402), - [anon_sym___try] = ACTIONS(404), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(512), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -54749,152 +54539,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [369] = { - [ts_builtin_sym_end] = ACTIONS(1358), - [sym_identifier] = ACTIONS(1356), - [aux_sym_preproc_include_token1] = ACTIONS(1356), - [aux_sym_preproc_def_token1] = ACTIONS(1356), - [aux_sym_preproc_if_token1] = ACTIONS(1356), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1356), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1356), - [sym_preproc_directive] = ACTIONS(1356), - [anon_sym_LPAREN2] = ACTIONS(1358), - [anon_sym_BANG] = ACTIONS(1358), - [anon_sym_TILDE] = ACTIONS(1358), - [anon_sym_DASH] = ACTIONS(1356), - [anon_sym_PLUS] = ACTIONS(1356), - [anon_sym_STAR] = ACTIONS(1358), - [anon_sym_AMP] = ACTIONS(1358), - [anon_sym_SEMI] = ACTIONS(1358), - [anon_sym___extension__] = ACTIONS(1356), - [anon_sym_typedef] = ACTIONS(1356), - [anon_sym_extern] = ACTIONS(1356), - [anon_sym___attribute__] = ACTIONS(1356), - [anon_sym___attribute] = ACTIONS(1356), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1358), - [anon_sym___declspec] = ACTIONS(1356), - [anon_sym___cdecl] = ACTIONS(1356), - [anon_sym___clrcall] = ACTIONS(1356), - [anon_sym___stdcall] = ACTIONS(1356), - [anon_sym___fastcall] = ACTIONS(1356), - [anon_sym___thiscall] = ACTIONS(1356), - [anon_sym___vectorcall] = ACTIONS(1356), - [anon_sym_LBRACE] = ACTIONS(1358), - [anon_sym_signed] = ACTIONS(1356), - [anon_sym_unsigned] = ACTIONS(1356), - [anon_sym_long] = ACTIONS(1356), - [anon_sym_short] = ACTIONS(1356), - [anon_sym_static] = ACTIONS(1356), - [anon_sym_auto] = ACTIONS(1356), - [anon_sym_register] = ACTIONS(1356), - [anon_sym_inline] = ACTIONS(1356), - [anon_sym___inline] = ACTIONS(1356), - [anon_sym___inline__] = ACTIONS(1356), - [anon_sym___forceinline] = ACTIONS(1356), - [anon_sym_thread_local] = ACTIONS(1356), - [anon_sym___thread] = ACTIONS(1356), - [anon_sym_const] = ACTIONS(1356), - [anon_sym_constexpr] = ACTIONS(1356), - [anon_sym_volatile] = ACTIONS(1356), - [anon_sym_restrict] = ACTIONS(1356), - [anon_sym___restrict__] = ACTIONS(1356), - [anon_sym__Atomic] = ACTIONS(1356), - [anon_sym__Noreturn] = ACTIONS(1356), - [anon_sym_noreturn] = ACTIONS(1356), - [anon_sym__Nonnull] = ACTIONS(1356), - [anon_sym_alignas] = ACTIONS(1356), - [anon_sym__Alignas] = ACTIONS(1356), - [sym_primitive_type] = ACTIONS(1356), - [anon_sym_enum] = ACTIONS(1356), - [anon_sym_struct] = ACTIONS(1356), - [anon_sym_union] = ACTIONS(1356), - [anon_sym_if] = ACTIONS(1356), - [anon_sym_switch] = ACTIONS(1356), - [anon_sym_case] = ACTIONS(1356), - [anon_sym_default] = ACTIONS(1356), - [anon_sym_while] = ACTIONS(1356), - [anon_sym_do] = ACTIONS(1356), - [anon_sym_for] = ACTIONS(1356), - [anon_sym_return] = ACTIONS(1356), - [anon_sym_break] = ACTIONS(1356), - [anon_sym_continue] = ACTIONS(1356), - [anon_sym_goto] = ACTIONS(1356), - [anon_sym_DASH_DASH] = ACTIONS(1358), - [anon_sym_PLUS_PLUS] = ACTIONS(1358), - [anon_sym_sizeof] = ACTIONS(1356), - [anon_sym___alignof__] = ACTIONS(1356), - [anon_sym___alignof] = ACTIONS(1356), - [anon_sym__alignof] = ACTIONS(1356), - [anon_sym_alignof] = ACTIONS(1356), - [anon_sym__Alignof] = ACTIONS(1356), - [anon_sym_offsetof] = ACTIONS(1356), - [anon_sym__Generic] = ACTIONS(1356), - [anon_sym_asm] = ACTIONS(1356), - [anon_sym___asm__] = ACTIONS(1356), - [anon_sym___asm] = ACTIONS(1356), - [sym_number_literal] = ACTIONS(1358), - [anon_sym_L_SQUOTE] = ACTIONS(1358), - [anon_sym_u_SQUOTE] = ACTIONS(1358), - [anon_sym_U_SQUOTE] = ACTIONS(1358), - [anon_sym_u8_SQUOTE] = ACTIONS(1358), - [anon_sym_SQUOTE] = ACTIONS(1358), - [anon_sym_L_DQUOTE] = ACTIONS(1358), - [anon_sym_u_DQUOTE] = ACTIONS(1358), - [anon_sym_U_DQUOTE] = ACTIONS(1358), - [anon_sym_u8_DQUOTE] = ACTIONS(1358), - [anon_sym_DQUOTE] = ACTIONS(1358), - [sym_true] = ACTIONS(1356), - [sym_false] = ACTIONS(1356), - [anon_sym_NULL] = ACTIONS(1356), - [anon_sym_nullptr] = ACTIONS(1356), - [sym_comment] = ACTIONS(3), - }, - [370] = { - [sym_attribute_declaration] = STATE(378), - [sym_compound_statement] = STATE(180), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(205), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [sym_identifier] = ACTIONS(1629), + [STATE(363)] = { + [sym_attribute_declaration] = STATE(360), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(162), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(360), + [sym_identifier] = ACTIONS(1416), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -54902,23 +54592,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(506), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_if] = ACTIONS(61), + [anon_sym_switch] = ACTIONS(63), + [anon_sym_case] = ACTIONS(65), + [anon_sym_default] = ACTIONS(67), + [anon_sym_while] = ACTIONS(69), + [anon_sym_do] = ACTIONS(71), + [anon_sym_for] = ACTIONS(73), + [anon_sym_return] = ACTIONS(75), + [anon_sym_break] = ACTIONS(77), + [anon_sym_continue] = ACTIONS(79), + [anon_sym_goto] = ACTIONS(81), + [anon_sym___try] = ACTIONS(933), + [anon_sym___leave] = ACTIONS(935), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -54949,52 +54639,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [371] = { - [sym_attribute_declaration] = STATE(378), - [sym_compound_statement] = STATE(180), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(256), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(378), - [sym_identifier] = ACTIONS(1629), + [STATE(364)] = { + [sym_attribute_declaration] = STATE(328), + [sym_compound_statement] = STATE(118), + [sym_attributed_statement] = STATE(118), + [sym_statement] = STATE(115), + [sym_labeled_statement] = STATE(118), + [sym_expression_statement] = STATE(118), + [sym_if_statement] = STATE(118), + [sym_switch_statement] = STATE(118), + [sym_case_statement] = STATE(118), + [sym_while_statement] = STATE(118), + [sym_do_statement] = STATE(118), + [sym_for_statement] = STATE(118), + [sym_return_statement] = STATE(118), + [sym_break_statement] = STATE(118), + [sym_continue_statement] = STATE(118), + [sym_goto_statement] = STATE(118), + [sym_seh_try_statement] = STATE(118), + [sym_seh_leave_statement] = STATE(118), + [sym_expression] = STATE(1042), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1966), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(328), + [sym_identifier] = ACTIONS(1418), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -55002,23 +54692,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(506), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(125), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(133), + [anon_sym_if] = ACTIONS(135), + [anon_sym_switch] = ACTIONS(137), + [anon_sym_case] = ACTIONS(139), + [anon_sym_default] = ACTIONS(141), + [anon_sym_while] = ACTIONS(143), + [anon_sym_do] = ACTIONS(145), + [anon_sym_for] = ACTIONS(147), + [anon_sym_return] = ACTIONS(149), + [anon_sym_break] = ACTIONS(151), + [anon_sym_continue] = ACTIONS(153), + [anon_sym_goto] = ACTIONS(155), + [anon_sym___try] = ACTIONS(157), + [anon_sym___leave] = ACTIONS(159), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -55049,51 +54739,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [372] = { - [sym_attribute_declaration] = STATE(349), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(177), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(349), + [STATE(365)] = { + [sym_attribute_declaration] = STATE(322), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(148), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(322), [sym_identifier] = ACTIONS(1414), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -55103,8 +54793,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(378), [anon_sym_if] = ACTIONS(382), [anon_sym_switch] = ACTIONS(384), @@ -55149,52 +54839,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [373] = { - [sym_attribute_declaration] = STATE(352), - [sym_compound_statement] = STATE(110), - [sym_attributed_statement] = STATE(110), - [sym_statement] = STATE(114), - [sym_labeled_statement] = STATE(110), - [sym_expression_statement] = STATE(110), - [sym_if_statement] = STATE(110), - [sym_switch_statement] = STATE(110), - [sym_case_statement] = STATE(110), - [sym_while_statement] = STATE(110), - [sym_do_statement] = STATE(110), - [sym_for_statement] = STATE(110), - [sym_return_statement] = STATE(110), - [sym_break_statement] = STATE(110), - [sym_continue_statement] = STATE(110), - [sym_goto_statement] = STATE(110), - [sym_seh_try_statement] = STATE(110), - [sym_seh_leave_statement] = STATE(110), - [sym_expression] = STATE(1049), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1950), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(352), - [sym_identifier] = ACTIONS(1531), + [STATE(366)] = { + [sym_attribute_declaration] = STATE(366), + [sym_compound_statement] = STATE(251), + [sym_attributed_statement] = STATE(251), + [sym_statement] = STATE(244), + [sym_labeled_statement] = STATE(251), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(251), + [sym_switch_statement] = STATE(251), + [sym_case_statement] = STATE(251), + [sym_while_statement] = STATE(251), + [sym_do_statement] = STATE(251), + [sym_for_statement] = STATE(251), + [sym_return_statement] = STATE(251), + [sym_break_statement] = STATE(251), + [sym_continue_statement] = STATE(251), + [sym_goto_statement] = STATE(251), + [sym_seh_try_statement] = STATE(251), + [sym_seh_leave_statement] = STATE(251), + [sym_expression] = STATE(1050), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1918), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(366), + [sym_identifier] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1590), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1535), + [anon_sym_if] = ACTIONS(1593), + [anon_sym_switch] = ACTIONS(1541), + [anon_sym_case] = ACTIONS(1596), + [anon_sym_default] = ACTIONS(1599), + [anon_sym_while] = ACTIONS(1602), + [anon_sym_do] = ACTIONS(1553), + [anon_sym_for] = ACTIONS(1605), + [anon_sym_return] = ACTIONS(1559), + [anon_sym_break] = ACTIONS(1562), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_goto] = ACTIONS(1568), + [anon_sym___try] = ACTIONS(1608), + [anon_sym___leave] = ACTIONS(1611), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1489), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1501), + [anon_sym___asm__] = ACTIONS(1501), + [anon_sym___asm] = ACTIONS(1501), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1507), + [anon_sym_u_SQUOTE] = ACTIONS(1507), + [anon_sym_U_SQUOTE] = ACTIONS(1507), + [anon_sym_u8_SQUOTE] = ACTIONS(1507), + [anon_sym_SQUOTE] = ACTIONS(1507), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1513), + [sym_false] = ACTIONS(1513), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), + [sym_comment] = ACTIONS(3), + }, + [STATE(367)] = { + [sym_attribute_declaration] = STATE(322), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(156), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [sym_identifier] = ACTIONS(1414), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -55202,23 +54992,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(125), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_if] = ACTIONS(135), - [anon_sym_switch] = ACTIONS(137), - [anon_sym_case] = ACTIONS(139), - [anon_sym_default] = ACTIONS(141), - [anon_sym_while] = ACTIONS(143), - [anon_sym_do] = ACTIONS(145), - [anon_sym_for] = ACTIONS(147), - [anon_sym_return] = ACTIONS(149), - [anon_sym_break] = ACTIONS(151), - [anon_sym_continue] = ACTIONS(153), - [anon_sym_goto] = ACTIONS(155), - [anon_sym___try] = ACTIONS(157), - [anon_sym___leave] = ACTIONS(159), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -55249,252 +55039,452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [374] = { - [ts_builtin_sym_end] = ACTIONS(1366), - [sym_identifier] = ACTIONS(1364), - [aux_sym_preproc_include_token1] = ACTIONS(1364), - [aux_sym_preproc_def_token1] = ACTIONS(1364), - [aux_sym_preproc_if_token1] = ACTIONS(1364), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1364), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1364), - [sym_preproc_directive] = ACTIONS(1364), - [anon_sym_LPAREN2] = ACTIONS(1366), - [anon_sym_BANG] = ACTIONS(1366), - [anon_sym_TILDE] = ACTIONS(1366), - [anon_sym_DASH] = ACTIONS(1364), - [anon_sym_PLUS] = ACTIONS(1364), - [anon_sym_STAR] = ACTIONS(1366), - [anon_sym_AMP] = ACTIONS(1366), - [anon_sym_SEMI] = ACTIONS(1366), - [anon_sym___extension__] = ACTIONS(1364), - [anon_sym_typedef] = ACTIONS(1364), - [anon_sym_extern] = ACTIONS(1364), - [anon_sym___attribute__] = ACTIONS(1364), - [anon_sym___attribute] = ACTIONS(1364), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1366), - [anon_sym___declspec] = ACTIONS(1364), - [anon_sym___cdecl] = ACTIONS(1364), - [anon_sym___clrcall] = ACTIONS(1364), - [anon_sym___stdcall] = ACTIONS(1364), - [anon_sym___fastcall] = ACTIONS(1364), - [anon_sym___thiscall] = ACTIONS(1364), - [anon_sym___vectorcall] = ACTIONS(1364), - [anon_sym_LBRACE] = ACTIONS(1366), - [anon_sym_signed] = ACTIONS(1364), - [anon_sym_unsigned] = ACTIONS(1364), - [anon_sym_long] = ACTIONS(1364), - [anon_sym_short] = ACTIONS(1364), - [anon_sym_static] = ACTIONS(1364), - [anon_sym_auto] = ACTIONS(1364), - [anon_sym_register] = ACTIONS(1364), - [anon_sym_inline] = ACTIONS(1364), - [anon_sym___inline] = ACTIONS(1364), - [anon_sym___inline__] = ACTIONS(1364), - [anon_sym___forceinline] = ACTIONS(1364), - [anon_sym_thread_local] = ACTIONS(1364), - [anon_sym___thread] = ACTIONS(1364), - [anon_sym_const] = ACTIONS(1364), - [anon_sym_constexpr] = ACTIONS(1364), - [anon_sym_volatile] = ACTIONS(1364), - [anon_sym_restrict] = ACTIONS(1364), - [anon_sym___restrict__] = ACTIONS(1364), - [anon_sym__Atomic] = ACTIONS(1364), - [anon_sym__Noreturn] = ACTIONS(1364), - [anon_sym_noreturn] = ACTIONS(1364), - [anon_sym__Nonnull] = ACTIONS(1364), - [anon_sym_alignas] = ACTIONS(1364), - [anon_sym__Alignas] = ACTIONS(1364), - [sym_primitive_type] = ACTIONS(1364), - [anon_sym_enum] = ACTIONS(1364), - [anon_sym_struct] = ACTIONS(1364), - [anon_sym_union] = ACTIONS(1364), - [anon_sym_if] = ACTIONS(1364), - [anon_sym_switch] = ACTIONS(1364), - [anon_sym_case] = ACTIONS(1364), - [anon_sym_default] = ACTIONS(1364), - [anon_sym_while] = ACTIONS(1364), - [anon_sym_do] = ACTIONS(1364), - [anon_sym_for] = ACTIONS(1364), - [anon_sym_return] = ACTIONS(1364), - [anon_sym_break] = ACTIONS(1364), - [anon_sym_continue] = ACTIONS(1364), - [anon_sym_goto] = ACTIONS(1364), - [anon_sym_DASH_DASH] = ACTIONS(1366), - [anon_sym_PLUS_PLUS] = ACTIONS(1366), - [anon_sym_sizeof] = ACTIONS(1364), - [anon_sym___alignof__] = ACTIONS(1364), - [anon_sym___alignof] = ACTIONS(1364), - [anon_sym__alignof] = ACTIONS(1364), - [anon_sym_alignof] = ACTIONS(1364), - [anon_sym__Alignof] = ACTIONS(1364), - [anon_sym_offsetof] = ACTIONS(1364), - [anon_sym__Generic] = ACTIONS(1364), - [anon_sym_asm] = ACTIONS(1364), - [anon_sym___asm__] = ACTIONS(1364), - [anon_sym___asm] = ACTIONS(1364), - [sym_number_literal] = ACTIONS(1366), - [anon_sym_L_SQUOTE] = ACTIONS(1366), - [anon_sym_u_SQUOTE] = ACTIONS(1366), - [anon_sym_U_SQUOTE] = ACTIONS(1366), - [anon_sym_u8_SQUOTE] = ACTIONS(1366), - [anon_sym_SQUOTE] = ACTIONS(1366), - [anon_sym_L_DQUOTE] = ACTIONS(1366), - [anon_sym_u_DQUOTE] = ACTIONS(1366), - [anon_sym_U_DQUOTE] = ACTIONS(1366), - [anon_sym_u8_DQUOTE] = ACTIONS(1366), - [anon_sym_DQUOTE] = ACTIONS(1366), - [sym_true] = ACTIONS(1364), - [sym_false] = ACTIONS(1364), - [anon_sym_NULL] = ACTIONS(1364), - [anon_sym_nullptr] = ACTIONS(1364), + [STATE(368)] = { + [ts_builtin_sym_end] = ACTIONS(1318), + [sym_identifier] = ACTIONS(1316), + [aux_sym_preproc_include_token1] = ACTIONS(1316), + [aux_sym_preproc_def_token1] = ACTIONS(1316), + [aux_sym_preproc_if_token1] = ACTIONS(1316), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1316), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1316), + [sym_preproc_directive] = ACTIONS(1316), + [anon_sym_LPAREN2] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_DASH] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1316), + [anon_sym_STAR] = ACTIONS(1318), + [anon_sym_AMP] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [anon_sym___extension__] = ACTIONS(1316), + [anon_sym_typedef] = ACTIONS(1316), + [anon_sym_extern] = ACTIONS(1316), + [anon_sym___attribute__] = ACTIONS(1316), + [anon_sym___attribute] = ACTIONS(1316), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1318), + [anon_sym___declspec] = ACTIONS(1316), + [anon_sym___cdecl] = ACTIONS(1316), + [anon_sym___clrcall] = ACTIONS(1316), + [anon_sym___stdcall] = ACTIONS(1316), + [anon_sym___fastcall] = ACTIONS(1316), + [anon_sym___thiscall] = ACTIONS(1316), + [anon_sym___vectorcall] = ACTIONS(1316), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_signed] = ACTIONS(1316), + [anon_sym_unsigned] = ACTIONS(1316), + [anon_sym_long] = ACTIONS(1316), + [anon_sym_short] = ACTIONS(1316), + [anon_sym_static] = ACTIONS(1316), + [anon_sym_auto] = ACTIONS(1316), + [anon_sym_register] = ACTIONS(1316), + [anon_sym_inline] = ACTIONS(1316), + [anon_sym___inline] = ACTIONS(1316), + [anon_sym___inline__] = ACTIONS(1316), + [anon_sym___forceinline] = ACTIONS(1316), + [anon_sym_thread_local] = ACTIONS(1316), + [anon_sym___thread] = ACTIONS(1316), + [anon_sym_const] = ACTIONS(1316), + [anon_sym_constexpr] = ACTIONS(1316), + [anon_sym_volatile] = ACTIONS(1316), + [anon_sym_restrict] = ACTIONS(1316), + [anon_sym___restrict__] = ACTIONS(1316), + [anon_sym__Atomic] = ACTIONS(1316), + [anon_sym__Noreturn] = ACTIONS(1316), + [anon_sym_noreturn] = ACTIONS(1316), + [anon_sym__Nonnull] = ACTIONS(1316), + [anon_sym_alignas] = ACTIONS(1316), + [anon_sym__Alignas] = ACTIONS(1316), + [sym_primitive_type] = ACTIONS(1316), + [anon_sym_enum] = ACTIONS(1316), + [anon_sym_struct] = ACTIONS(1316), + [anon_sym_union] = ACTIONS(1316), + [anon_sym_if] = ACTIONS(1316), + [anon_sym_switch] = ACTIONS(1316), + [anon_sym_case] = ACTIONS(1316), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_while] = ACTIONS(1316), + [anon_sym_do] = ACTIONS(1316), + [anon_sym_for] = ACTIONS(1316), + [anon_sym_return] = ACTIONS(1316), + [anon_sym_break] = ACTIONS(1316), + [anon_sym_continue] = ACTIONS(1316), + [anon_sym_goto] = ACTIONS(1316), + [anon_sym_DASH_DASH] = ACTIONS(1318), + [anon_sym_PLUS_PLUS] = ACTIONS(1318), + [anon_sym_sizeof] = ACTIONS(1316), + [anon_sym___alignof__] = ACTIONS(1316), + [anon_sym___alignof] = ACTIONS(1316), + [anon_sym__alignof] = ACTIONS(1316), + [anon_sym_alignof] = ACTIONS(1316), + [anon_sym__Alignof] = ACTIONS(1316), + [anon_sym_offsetof] = ACTIONS(1316), + [anon_sym__Generic] = ACTIONS(1316), + [anon_sym_asm] = ACTIONS(1316), + [anon_sym___asm__] = ACTIONS(1316), + [anon_sym___asm] = ACTIONS(1316), + [sym_number_literal] = ACTIONS(1318), + [anon_sym_L_SQUOTE] = ACTIONS(1318), + [anon_sym_u_SQUOTE] = ACTIONS(1318), + [anon_sym_U_SQUOTE] = ACTIONS(1318), + [anon_sym_u8_SQUOTE] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_L_DQUOTE] = ACTIONS(1318), + [anon_sym_u_DQUOTE] = ACTIONS(1318), + [anon_sym_U_DQUOTE] = ACTIONS(1318), + [anon_sym_u8_DQUOTE] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [sym_true] = ACTIONS(1316), + [sym_false] = ACTIONS(1316), + [anon_sym_NULL] = ACTIONS(1316), + [anon_sym_nullptr] = ACTIONS(1316), + [sym_comment] = ACTIONS(3), + }, + [STATE(369)] = { + [ts_builtin_sym_end] = ACTIONS(1346), + [sym_identifier] = ACTIONS(1344), + [aux_sym_preproc_include_token1] = ACTIONS(1344), + [aux_sym_preproc_def_token1] = ACTIONS(1344), + [aux_sym_preproc_if_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1344), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1344), + [sym_preproc_directive] = ACTIONS(1344), + [anon_sym_LPAREN2] = ACTIONS(1346), + [anon_sym_BANG] = ACTIONS(1346), + [anon_sym_TILDE] = ACTIONS(1346), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_STAR] = ACTIONS(1346), + [anon_sym_AMP] = ACTIONS(1346), + [anon_sym_SEMI] = ACTIONS(1346), + [anon_sym___extension__] = ACTIONS(1344), + [anon_sym_typedef] = ACTIONS(1344), + [anon_sym_extern] = ACTIONS(1344), + [anon_sym___attribute__] = ACTIONS(1344), + [anon_sym___attribute] = ACTIONS(1344), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1346), + [anon_sym___declspec] = ACTIONS(1344), + [anon_sym___cdecl] = ACTIONS(1344), + [anon_sym___clrcall] = ACTIONS(1344), + [anon_sym___stdcall] = ACTIONS(1344), + [anon_sym___fastcall] = ACTIONS(1344), + [anon_sym___thiscall] = ACTIONS(1344), + [anon_sym___vectorcall] = ACTIONS(1344), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_signed] = ACTIONS(1344), + [anon_sym_unsigned] = ACTIONS(1344), + [anon_sym_long] = ACTIONS(1344), + [anon_sym_short] = ACTIONS(1344), + [anon_sym_static] = ACTIONS(1344), + [anon_sym_auto] = ACTIONS(1344), + [anon_sym_register] = ACTIONS(1344), + [anon_sym_inline] = ACTIONS(1344), + [anon_sym___inline] = ACTIONS(1344), + [anon_sym___inline__] = ACTIONS(1344), + [anon_sym___forceinline] = ACTIONS(1344), + [anon_sym_thread_local] = ACTIONS(1344), + [anon_sym___thread] = ACTIONS(1344), + [anon_sym_const] = ACTIONS(1344), + [anon_sym_constexpr] = ACTIONS(1344), + [anon_sym_volatile] = ACTIONS(1344), + [anon_sym_restrict] = ACTIONS(1344), + [anon_sym___restrict__] = ACTIONS(1344), + [anon_sym__Atomic] = ACTIONS(1344), + [anon_sym__Noreturn] = ACTIONS(1344), + [anon_sym_noreturn] = ACTIONS(1344), + [anon_sym__Nonnull] = ACTIONS(1344), + [anon_sym_alignas] = ACTIONS(1344), + [anon_sym__Alignas] = ACTIONS(1344), + [sym_primitive_type] = ACTIONS(1344), + [anon_sym_enum] = ACTIONS(1344), + [anon_sym_struct] = ACTIONS(1344), + [anon_sym_union] = ACTIONS(1344), + [anon_sym_if] = ACTIONS(1344), + [anon_sym_switch] = ACTIONS(1344), + [anon_sym_case] = ACTIONS(1344), + [anon_sym_default] = ACTIONS(1344), + [anon_sym_while] = ACTIONS(1344), + [anon_sym_do] = ACTIONS(1344), + [anon_sym_for] = ACTIONS(1344), + [anon_sym_return] = ACTIONS(1344), + [anon_sym_break] = ACTIONS(1344), + [anon_sym_continue] = ACTIONS(1344), + [anon_sym_goto] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [anon_sym_sizeof] = ACTIONS(1344), + [anon_sym___alignof__] = ACTIONS(1344), + [anon_sym___alignof] = ACTIONS(1344), + [anon_sym__alignof] = ACTIONS(1344), + [anon_sym_alignof] = ACTIONS(1344), + [anon_sym__Alignof] = ACTIONS(1344), + [anon_sym_offsetof] = ACTIONS(1344), + [anon_sym__Generic] = ACTIONS(1344), + [anon_sym_asm] = ACTIONS(1344), + [anon_sym___asm__] = ACTIONS(1344), + [anon_sym___asm] = ACTIONS(1344), + [sym_number_literal] = ACTIONS(1346), + [anon_sym_L_SQUOTE] = ACTIONS(1346), + [anon_sym_u_SQUOTE] = ACTIONS(1346), + [anon_sym_U_SQUOTE] = ACTIONS(1346), + [anon_sym_u8_SQUOTE] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_L_DQUOTE] = ACTIONS(1346), + [anon_sym_u_DQUOTE] = ACTIONS(1346), + [anon_sym_U_DQUOTE] = ACTIONS(1346), + [anon_sym_u8_DQUOTE] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [sym_true] = ACTIONS(1344), + [sym_false] = ACTIONS(1344), + [anon_sym_NULL] = ACTIONS(1344), + [anon_sym_nullptr] = ACTIONS(1344), + [sym_comment] = ACTIONS(3), + }, + [STATE(370)] = { + [ts_builtin_sym_end] = ACTIONS(1354), + [sym_identifier] = ACTIONS(1352), + [aux_sym_preproc_include_token1] = ACTIONS(1352), + [aux_sym_preproc_def_token1] = ACTIONS(1352), + [aux_sym_preproc_if_token1] = ACTIONS(1352), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1352), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1352), + [sym_preproc_directive] = ACTIONS(1352), + [anon_sym_LPAREN2] = ACTIONS(1354), + [anon_sym_BANG] = ACTIONS(1354), + [anon_sym_TILDE] = ACTIONS(1354), + [anon_sym_DASH] = ACTIONS(1352), + [anon_sym_PLUS] = ACTIONS(1352), + [anon_sym_STAR] = ACTIONS(1354), + [anon_sym_AMP] = ACTIONS(1354), + [anon_sym_SEMI] = ACTIONS(1354), + [anon_sym___extension__] = ACTIONS(1352), + [anon_sym_typedef] = ACTIONS(1352), + [anon_sym_extern] = ACTIONS(1352), + [anon_sym___attribute__] = ACTIONS(1352), + [anon_sym___attribute] = ACTIONS(1352), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1354), + [anon_sym___declspec] = ACTIONS(1352), + [anon_sym___cdecl] = ACTIONS(1352), + [anon_sym___clrcall] = ACTIONS(1352), + [anon_sym___stdcall] = ACTIONS(1352), + [anon_sym___fastcall] = ACTIONS(1352), + [anon_sym___thiscall] = ACTIONS(1352), + [anon_sym___vectorcall] = ACTIONS(1352), + [anon_sym_LBRACE] = ACTIONS(1354), + [anon_sym_signed] = ACTIONS(1352), + [anon_sym_unsigned] = ACTIONS(1352), + [anon_sym_long] = ACTIONS(1352), + [anon_sym_short] = ACTIONS(1352), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_auto] = ACTIONS(1352), + [anon_sym_register] = ACTIONS(1352), + [anon_sym_inline] = ACTIONS(1352), + [anon_sym___inline] = ACTIONS(1352), + [anon_sym___inline__] = ACTIONS(1352), + [anon_sym___forceinline] = ACTIONS(1352), + [anon_sym_thread_local] = ACTIONS(1352), + [anon_sym___thread] = ACTIONS(1352), + [anon_sym_const] = ACTIONS(1352), + [anon_sym_constexpr] = ACTIONS(1352), + [anon_sym_volatile] = ACTIONS(1352), + [anon_sym_restrict] = ACTIONS(1352), + [anon_sym___restrict__] = ACTIONS(1352), + [anon_sym__Atomic] = ACTIONS(1352), + [anon_sym__Noreturn] = ACTIONS(1352), + [anon_sym_noreturn] = ACTIONS(1352), + [anon_sym__Nonnull] = ACTIONS(1352), + [anon_sym_alignas] = ACTIONS(1352), + [anon_sym__Alignas] = ACTIONS(1352), + [sym_primitive_type] = ACTIONS(1352), + [anon_sym_enum] = ACTIONS(1352), + [anon_sym_struct] = ACTIONS(1352), + [anon_sym_union] = ACTIONS(1352), + [anon_sym_if] = ACTIONS(1352), + [anon_sym_switch] = ACTIONS(1352), + [anon_sym_case] = ACTIONS(1352), + [anon_sym_default] = ACTIONS(1352), + [anon_sym_while] = ACTIONS(1352), + [anon_sym_do] = ACTIONS(1352), + [anon_sym_for] = ACTIONS(1352), + [anon_sym_return] = ACTIONS(1352), + [anon_sym_break] = ACTIONS(1352), + [anon_sym_continue] = ACTIONS(1352), + [anon_sym_goto] = ACTIONS(1352), + [anon_sym_DASH_DASH] = ACTIONS(1354), + [anon_sym_PLUS_PLUS] = ACTIONS(1354), + [anon_sym_sizeof] = ACTIONS(1352), + [anon_sym___alignof__] = ACTIONS(1352), + [anon_sym___alignof] = ACTIONS(1352), + [anon_sym__alignof] = ACTIONS(1352), + [anon_sym_alignof] = ACTIONS(1352), + [anon_sym__Alignof] = ACTIONS(1352), + [anon_sym_offsetof] = ACTIONS(1352), + [anon_sym__Generic] = ACTIONS(1352), + [anon_sym_asm] = ACTIONS(1352), + [anon_sym___asm__] = ACTIONS(1352), + [anon_sym___asm] = ACTIONS(1352), + [sym_number_literal] = ACTIONS(1354), + [anon_sym_L_SQUOTE] = ACTIONS(1354), + [anon_sym_u_SQUOTE] = ACTIONS(1354), + [anon_sym_U_SQUOTE] = ACTIONS(1354), + [anon_sym_u8_SQUOTE] = ACTIONS(1354), + [anon_sym_SQUOTE] = ACTIONS(1354), + [anon_sym_L_DQUOTE] = ACTIONS(1354), + [anon_sym_u_DQUOTE] = ACTIONS(1354), + [anon_sym_U_DQUOTE] = ACTIONS(1354), + [anon_sym_u8_DQUOTE] = ACTIONS(1354), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym_true] = ACTIONS(1352), + [sym_false] = ACTIONS(1352), + [anon_sym_NULL] = ACTIONS(1352), + [anon_sym_nullptr] = ACTIONS(1352), [sym_comment] = ACTIONS(3), }, - [375] = { - [sym_attribute_declaration] = STATE(366), - [sym_compound_statement] = STATE(159), - [sym_attributed_statement] = STATE(159), - [sym_statement] = STATE(241), - [sym_labeled_statement] = STATE(159), - [sym_expression_statement] = STATE(159), - [sym_if_statement] = STATE(159), - [sym_switch_statement] = STATE(159), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(159), - [sym_do_statement] = STATE(159), - [sym_for_statement] = STATE(159), - [sym_return_statement] = STATE(159), - [sym_break_statement] = STATE(159), - [sym_continue_statement] = STATE(159), - [sym_goto_statement] = STATE(159), - [sym_seh_try_statement] = STATE(159), - [sym_seh_leave_statement] = STATE(159), - [sym_expression] = STATE(1074), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1913), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(366), - [sym_identifier] = ACTIONS(1420), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(61), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(65), - [anon_sym_default] = ACTIONS(67), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(931), - [anon_sym___leave] = ACTIONS(933), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), + [STATE(371)] = { + [ts_builtin_sym_end] = ACTIONS(1290), + [sym_identifier] = ACTIONS(1288), + [aux_sym_preproc_include_token1] = ACTIONS(1288), + [aux_sym_preproc_def_token1] = ACTIONS(1288), + [aux_sym_preproc_if_token1] = ACTIONS(1288), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1288), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1288), + [sym_preproc_directive] = ACTIONS(1288), + [anon_sym_LPAREN2] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_PLUS] = ACTIONS(1288), + [anon_sym_STAR] = ACTIONS(1290), + [anon_sym_AMP] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [anon_sym___extension__] = ACTIONS(1288), + [anon_sym_typedef] = ACTIONS(1288), + [anon_sym_extern] = ACTIONS(1288), + [anon_sym___attribute__] = ACTIONS(1288), + [anon_sym___attribute] = ACTIONS(1288), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1290), + [anon_sym___declspec] = ACTIONS(1288), + [anon_sym___cdecl] = ACTIONS(1288), + [anon_sym___clrcall] = ACTIONS(1288), + [anon_sym___stdcall] = ACTIONS(1288), + [anon_sym___fastcall] = ACTIONS(1288), + [anon_sym___thiscall] = ACTIONS(1288), + [anon_sym___vectorcall] = ACTIONS(1288), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_signed] = ACTIONS(1288), + [anon_sym_unsigned] = ACTIONS(1288), + [anon_sym_long] = ACTIONS(1288), + [anon_sym_short] = ACTIONS(1288), + [anon_sym_static] = ACTIONS(1288), + [anon_sym_auto] = ACTIONS(1288), + [anon_sym_register] = ACTIONS(1288), + [anon_sym_inline] = ACTIONS(1288), + [anon_sym___inline] = ACTIONS(1288), + [anon_sym___inline__] = ACTIONS(1288), + [anon_sym___forceinline] = ACTIONS(1288), + [anon_sym_thread_local] = ACTIONS(1288), + [anon_sym___thread] = ACTIONS(1288), + [anon_sym_const] = ACTIONS(1288), + [anon_sym_constexpr] = ACTIONS(1288), + [anon_sym_volatile] = ACTIONS(1288), + [anon_sym_restrict] = ACTIONS(1288), + [anon_sym___restrict__] = ACTIONS(1288), + [anon_sym__Atomic] = ACTIONS(1288), + [anon_sym__Noreturn] = ACTIONS(1288), + [anon_sym_noreturn] = ACTIONS(1288), + [anon_sym__Nonnull] = ACTIONS(1288), + [anon_sym_alignas] = ACTIONS(1288), + [anon_sym__Alignas] = ACTIONS(1288), + [sym_primitive_type] = ACTIONS(1288), + [anon_sym_enum] = ACTIONS(1288), + [anon_sym_struct] = ACTIONS(1288), + [anon_sym_union] = ACTIONS(1288), + [anon_sym_if] = ACTIONS(1288), + [anon_sym_switch] = ACTIONS(1288), + [anon_sym_case] = ACTIONS(1288), + [anon_sym_default] = ACTIONS(1288), + [anon_sym_while] = ACTIONS(1288), + [anon_sym_do] = ACTIONS(1288), + [anon_sym_for] = ACTIONS(1288), + [anon_sym_return] = ACTIONS(1288), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_goto] = ACTIONS(1288), + [anon_sym_DASH_DASH] = ACTIONS(1290), + [anon_sym_PLUS_PLUS] = ACTIONS(1290), + [anon_sym_sizeof] = ACTIONS(1288), + [anon_sym___alignof__] = ACTIONS(1288), + [anon_sym___alignof] = ACTIONS(1288), + [anon_sym__alignof] = ACTIONS(1288), + [anon_sym_alignof] = ACTIONS(1288), + [anon_sym__Alignof] = ACTIONS(1288), + [anon_sym_offsetof] = ACTIONS(1288), + [anon_sym__Generic] = ACTIONS(1288), + [anon_sym_asm] = ACTIONS(1288), + [anon_sym___asm__] = ACTIONS(1288), + [anon_sym___asm] = ACTIONS(1288), + [sym_number_literal] = ACTIONS(1290), + [anon_sym_L_SQUOTE] = ACTIONS(1290), + [anon_sym_u_SQUOTE] = ACTIONS(1290), + [anon_sym_U_SQUOTE] = ACTIONS(1290), + [anon_sym_u8_SQUOTE] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_L_DQUOTE] = ACTIONS(1290), + [anon_sym_u_DQUOTE] = ACTIONS(1290), + [anon_sym_U_DQUOTE] = ACTIONS(1290), + [anon_sym_u8_DQUOTE] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [sym_true] = ACTIONS(1288), + [sym_false] = ACTIONS(1288), + [anon_sym_NULL] = ACTIONS(1288), + [anon_sym_nullptr] = ACTIONS(1288), [sym_comment] = ACTIONS(3), }, - [376] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(2011), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(372)] = { + [sym_attribute_declaration] = STATE(381), + [sym_compound_statement] = STATE(199), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(203), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(381), + [sym_identifier] = ACTIONS(1577), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -55502,23 +55492,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(1095), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(1103), - [anon_sym_default] = ACTIONS(1105), - [anon_sym_while] = ACTIONS(1097), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(1099), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym___try] = ACTIONS(1101), - [anon_sym___leave] = ACTIONS(406), + [anon_sym_SEMI] = ACTIONS(504), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(512), + [anon_sym_if] = ACTIONS(514), + [anon_sym_switch] = ACTIONS(516), + [anon_sym_case] = ACTIONS(518), + [anon_sym_default] = ACTIONS(520), + [anon_sym_while] = ACTIONS(522), + [anon_sym_do] = ACTIONS(524), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(528), + [anon_sym_break] = ACTIONS(530), + [anon_sym_continue] = ACTIONS(532), + [anon_sym_goto] = ACTIONS(534), + [anon_sym___try] = ACTIONS(536), + [anon_sym___leave] = ACTIONS(538), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -55549,152 +55539,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [377] = { - [ts_builtin_sym_end] = ACTIONS(1350), - [sym_identifier] = ACTIONS(1348), - [aux_sym_preproc_include_token1] = ACTIONS(1348), - [aux_sym_preproc_def_token1] = ACTIONS(1348), - [aux_sym_preproc_if_token1] = ACTIONS(1348), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1348), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1348), - [sym_preproc_directive] = ACTIONS(1348), - [anon_sym_LPAREN2] = ACTIONS(1350), - [anon_sym_BANG] = ACTIONS(1350), - [anon_sym_TILDE] = ACTIONS(1350), - [anon_sym_DASH] = ACTIONS(1348), - [anon_sym_PLUS] = ACTIONS(1348), - [anon_sym_STAR] = ACTIONS(1350), - [anon_sym_AMP] = ACTIONS(1350), - [anon_sym_SEMI] = ACTIONS(1350), - [anon_sym___extension__] = ACTIONS(1348), - [anon_sym_typedef] = ACTIONS(1348), - [anon_sym_extern] = ACTIONS(1348), - [anon_sym___attribute__] = ACTIONS(1348), - [anon_sym___attribute] = ACTIONS(1348), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1350), - [anon_sym___declspec] = ACTIONS(1348), - [anon_sym___cdecl] = ACTIONS(1348), - [anon_sym___clrcall] = ACTIONS(1348), - [anon_sym___stdcall] = ACTIONS(1348), - [anon_sym___fastcall] = ACTIONS(1348), - [anon_sym___thiscall] = ACTIONS(1348), - [anon_sym___vectorcall] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1350), - [anon_sym_signed] = ACTIONS(1348), - [anon_sym_unsigned] = ACTIONS(1348), - [anon_sym_long] = ACTIONS(1348), - [anon_sym_short] = ACTIONS(1348), - [anon_sym_static] = ACTIONS(1348), - [anon_sym_auto] = ACTIONS(1348), - [anon_sym_register] = ACTIONS(1348), - [anon_sym_inline] = ACTIONS(1348), - [anon_sym___inline] = ACTIONS(1348), - [anon_sym___inline__] = ACTIONS(1348), - [anon_sym___forceinline] = ACTIONS(1348), - [anon_sym_thread_local] = ACTIONS(1348), - [anon_sym___thread] = ACTIONS(1348), - [anon_sym_const] = ACTIONS(1348), - [anon_sym_constexpr] = ACTIONS(1348), - [anon_sym_volatile] = ACTIONS(1348), - [anon_sym_restrict] = ACTIONS(1348), - [anon_sym___restrict__] = ACTIONS(1348), - [anon_sym__Atomic] = ACTIONS(1348), - [anon_sym__Noreturn] = ACTIONS(1348), - [anon_sym_noreturn] = ACTIONS(1348), - [anon_sym__Nonnull] = ACTIONS(1348), - [anon_sym_alignas] = ACTIONS(1348), - [anon_sym__Alignas] = ACTIONS(1348), - [sym_primitive_type] = ACTIONS(1348), - [anon_sym_enum] = ACTIONS(1348), - [anon_sym_struct] = ACTIONS(1348), - [anon_sym_union] = ACTIONS(1348), - [anon_sym_if] = ACTIONS(1348), - [anon_sym_switch] = ACTIONS(1348), - [anon_sym_case] = ACTIONS(1348), - [anon_sym_default] = ACTIONS(1348), - [anon_sym_while] = ACTIONS(1348), - [anon_sym_do] = ACTIONS(1348), - [anon_sym_for] = ACTIONS(1348), - [anon_sym_return] = ACTIONS(1348), - [anon_sym_break] = ACTIONS(1348), - [anon_sym_continue] = ACTIONS(1348), - [anon_sym_goto] = ACTIONS(1348), - [anon_sym_DASH_DASH] = ACTIONS(1350), - [anon_sym_PLUS_PLUS] = ACTIONS(1350), - [anon_sym_sizeof] = ACTIONS(1348), - [anon_sym___alignof__] = ACTIONS(1348), - [anon_sym___alignof] = ACTIONS(1348), - [anon_sym__alignof] = ACTIONS(1348), - [anon_sym_alignof] = ACTIONS(1348), - [anon_sym__Alignof] = ACTIONS(1348), - [anon_sym_offsetof] = ACTIONS(1348), - [anon_sym__Generic] = ACTIONS(1348), - [anon_sym_asm] = ACTIONS(1348), - [anon_sym___asm__] = ACTIONS(1348), - [anon_sym___asm] = ACTIONS(1348), - [sym_number_literal] = ACTIONS(1350), - [anon_sym_L_SQUOTE] = ACTIONS(1350), - [anon_sym_u_SQUOTE] = ACTIONS(1350), - [anon_sym_U_SQUOTE] = ACTIONS(1350), - [anon_sym_u8_SQUOTE] = ACTIONS(1350), - [anon_sym_SQUOTE] = ACTIONS(1350), - [anon_sym_L_DQUOTE] = ACTIONS(1350), - [anon_sym_u_DQUOTE] = ACTIONS(1350), - [anon_sym_U_DQUOTE] = ACTIONS(1350), - [anon_sym_u8_DQUOTE] = ACTIONS(1350), - [anon_sym_DQUOTE] = ACTIONS(1350), - [sym_true] = ACTIONS(1348), - [sym_false] = ACTIONS(1348), - [anon_sym_NULL] = ACTIONS(1348), - [anon_sym_nullptr] = ACTIONS(1348), + [STATE(373)] = { + [ts_builtin_sym_end] = ACTIONS(1306), + [sym_identifier] = ACTIONS(1304), + [aux_sym_preproc_include_token1] = ACTIONS(1304), + [aux_sym_preproc_def_token1] = ACTIONS(1304), + [aux_sym_preproc_if_token1] = ACTIONS(1304), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1304), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1304), + [sym_preproc_directive] = ACTIONS(1304), + [anon_sym_LPAREN2] = ACTIONS(1306), + [anon_sym_BANG] = ACTIONS(1306), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1304), + [anon_sym_STAR] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1306), + [anon_sym_SEMI] = ACTIONS(1306), + [anon_sym___extension__] = ACTIONS(1304), + [anon_sym_typedef] = ACTIONS(1304), + [anon_sym_extern] = ACTIONS(1304), + [anon_sym___attribute__] = ACTIONS(1304), + [anon_sym___attribute] = ACTIONS(1304), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1306), + [anon_sym___declspec] = ACTIONS(1304), + [anon_sym___cdecl] = ACTIONS(1304), + [anon_sym___clrcall] = ACTIONS(1304), + [anon_sym___stdcall] = ACTIONS(1304), + [anon_sym___fastcall] = ACTIONS(1304), + [anon_sym___thiscall] = ACTIONS(1304), + [anon_sym___vectorcall] = ACTIONS(1304), + [anon_sym_LBRACE] = ACTIONS(1306), + [anon_sym_signed] = ACTIONS(1304), + [anon_sym_unsigned] = ACTIONS(1304), + [anon_sym_long] = ACTIONS(1304), + [anon_sym_short] = ACTIONS(1304), + [anon_sym_static] = ACTIONS(1304), + [anon_sym_auto] = ACTIONS(1304), + [anon_sym_register] = ACTIONS(1304), + [anon_sym_inline] = ACTIONS(1304), + [anon_sym___inline] = ACTIONS(1304), + [anon_sym___inline__] = ACTIONS(1304), + [anon_sym___forceinline] = ACTIONS(1304), + [anon_sym_thread_local] = ACTIONS(1304), + [anon_sym___thread] = ACTIONS(1304), + [anon_sym_const] = ACTIONS(1304), + [anon_sym_constexpr] = ACTIONS(1304), + [anon_sym_volatile] = ACTIONS(1304), + [anon_sym_restrict] = ACTIONS(1304), + [anon_sym___restrict__] = ACTIONS(1304), + [anon_sym__Atomic] = ACTIONS(1304), + [anon_sym__Noreturn] = ACTIONS(1304), + [anon_sym_noreturn] = ACTIONS(1304), + [anon_sym__Nonnull] = ACTIONS(1304), + [anon_sym_alignas] = ACTIONS(1304), + [anon_sym__Alignas] = ACTIONS(1304), + [sym_primitive_type] = ACTIONS(1304), + [anon_sym_enum] = ACTIONS(1304), + [anon_sym_struct] = ACTIONS(1304), + [anon_sym_union] = ACTIONS(1304), + [anon_sym_if] = ACTIONS(1304), + [anon_sym_switch] = ACTIONS(1304), + [anon_sym_case] = ACTIONS(1304), + [anon_sym_default] = ACTIONS(1304), + [anon_sym_while] = ACTIONS(1304), + [anon_sym_do] = ACTIONS(1304), + [anon_sym_for] = ACTIONS(1304), + [anon_sym_return] = ACTIONS(1304), + [anon_sym_break] = ACTIONS(1304), + [anon_sym_continue] = ACTIONS(1304), + [anon_sym_goto] = ACTIONS(1304), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_PLUS_PLUS] = ACTIONS(1306), + [anon_sym_sizeof] = ACTIONS(1304), + [anon_sym___alignof__] = ACTIONS(1304), + [anon_sym___alignof] = ACTIONS(1304), + [anon_sym__alignof] = ACTIONS(1304), + [anon_sym_alignof] = ACTIONS(1304), + [anon_sym__Alignof] = ACTIONS(1304), + [anon_sym_offsetof] = ACTIONS(1304), + [anon_sym__Generic] = ACTIONS(1304), + [anon_sym_asm] = ACTIONS(1304), + [anon_sym___asm__] = ACTIONS(1304), + [anon_sym___asm] = ACTIONS(1304), + [sym_number_literal] = ACTIONS(1306), + [anon_sym_L_SQUOTE] = ACTIONS(1306), + [anon_sym_u_SQUOTE] = ACTIONS(1306), + [anon_sym_U_SQUOTE] = ACTIONS(1306), + [anon_sym_u8_SQUOTE] = ACTIONS(1306), + [anon_sym_SQUOTE] = ACTIONS(1306), + [anon_sym_L_DQUOTE] = ACTIONS(1306), + [anon_sym_u_DQUOTE] = ACTIONS(1306), + [anon_sym_U_DQUOTE] = ACTIONS(1306), + [anon_sym_u8_DQUOTE] = ACTIONS(1306), + [anon_sym_DQUOTE] = ACTIONS(1306), + [sym_true] = ACTIONS(1304), + [sym_false] = ACTIONS(1304), + [anon_sym_NULL] = ACTIONS(1304), + [anon_sym_nullptr] = ACTIONS(1304), [sym_comment] = ACTIONS(3), }, - [378] = { - [sym_attribute_declaration] = STATE(365), - [sym_compound_statement] = STATE(180), - [sym_attributed_statement] = STATE(180), - [sym_statement] = STATE(185), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(180), - [sym_if_statement] = STATE(180), - [sym_switch_statement] = STATE(180), - [sym_case_statement] = STATE(180), - [sym_while_statement] = STATE(180), - [sym_do_statement] = STATE(180), - [sym_for_statement] = STATE(180), - [sym_return_statement] = STATE(180), - [sym_break_statement] = STATE(180), - [sym_continue_statement] = STATE(180), - [sym_goto_statement] = STATE(180), - [sym_seh_try_statement] = STATE(180), - [sym_seh_leave_statement] = STATE(180), - [sym_expression] = STATE(1052), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1858), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(365), - [sym_identifier] = ACTIONS(1629), + [STATE(374)] = { + [sym_attribute_declaration] = STATE(322), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(187), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(322), + [sym_identifier] = ACTIONS(1414), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -55702,23 +55692,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(498), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(506), - [anon_sym_if] = ACTIONS(508), - [anon_sym_switch] = ACTIONS(510), - [anon_sym_case] = ACTIONS(512), - [anon_sym_default] = ACTIONS(514), - [anon_sym_while] = ACTIONS(516), - [anon_sym_do] = ACTIONS(518), - [anon_sym_for] = ACTIONS(520), - [anon_sym_return] = ACTIONS(522), - [anon_sym_break] = ACTIONS(524), - [anon_sym_continue] = ACTIONS(526), - [anon_sym_goto] = ACTIONS(528), - [anon_sym___try] = ACTIONS(530), - [anon_sym___leave] = ACTIONS(532), + [anon_sym_SEMI] = ACTIONS(370), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [anon_sym_if] = ACTIONS(382), + [anon_sym_switch] = ACTIONS(384), + [anon_sym_case] = ACTIONS(386), + [anon_sym_default] = ACTIONS(388), + [anon_sym_while] = ACTIONS(390), + [anon_sym_do] = ACTIONS(392), + [anon_sym_for] = ACTIONS(394), + [anon_sym_return] = ACTIONS(396), + [anon_sym_break] = ACTIONS(398), + [anon_sym_continue] = ACTIONS(400), + [anon_sym_goto] = ACTIONS(402), + [anon_sym___try] = ACTIONS(404), + [anon_sym___leave] = ACTIONS(406), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -55749,52 +55739,352 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [379] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(1988), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(375)] = { + [sym_attribute_declaration] = STATE(375), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(246), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(375), + [sym_identifier] = ACTIONS(1614), + [anon_sym_LPAREN2] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1617), + [anon_sym_if] = ACTIONS(1620), + [anon_sym_switch] = ACTIONS(1623), + [anon_sym_case] = ACTIONS(1626), + [anon_sym_default] = ACTIONS(1629), + [anon_sym_while] = ACTIONS(1632), + [anon_sym_do] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1638), + [anon_sym_return] = ACTIONS(1641), + [anon_sym_break] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(1647), + [anon_sym_goto] = ACTIONS(1650), + [anon_sym___try] = ACTIONS(1653), + [anon_sym___leave] = ACTIONS(1574), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1489), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1501), + [anon_sym___asm__] = ACTIONS(1501), + [anon_sym___asm] = ACTIONS(1501), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1507), + [anon_sym_u_SQUOTE] = ACTIONS(1507), + [anon_sym_U_SQUOTE] = ACTIONS(1507), + [anon_sym_u8_SQUOTE] = ACTIONS(1507), + [anon_sym_SQUOTE] = ACTIONS(1507), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1513), + [sym_false] = ACTIONS(1513), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), + [sym_comment] = ACTIONS(3), + }, + [STATE(376)] = { + [ts_builtin_sym_end] = ACTIONS(1322), + [sym_identifier] = ACTIONS(1320), + [aux_sym_preproc_include_token1] = ACTIONS(1320), + [aux_sym_preproc_def_token1] = ACTIONS(1320), + [aux_sym_preproc_if_token1] = ACTIONS(1320), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1320), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1320), + [sym_preproc_directive] = ACTIONS(1320), + [anon_sym_LPAREN2] = ACTIONS(1322), + [anon_sym_BANG] = ACTIONS(1322), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_DASH] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1320), + [anon_sym_STAR] = ACTIONS(1322), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_SEMI] = ACTIONS(1322), + [anon_sym___extension__] = ACTIONS(1320), + [anon_sym_typedef] = ACTIONS(1320), + [anon_sym_extern] = ACTIONS(1320), + [anon_sym___attribute__] = ACTIONS(1320), + [anon_sym___attribute] = ACTIONS(1320), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1322), + [anon_sym___declspec] = ACTIONS(1320), + [anon_sym___cdecl] = ACTIONS(1320), + [anon_sym___clrcall] = ACTIONS(1320), + [anon_sym___stdcall] = ACTIONS(1320), + [anon_sym___fastcall] = ACTIONS(1320), + [anon_sym___thiscall] = ACTIONS(1320), + [anon_sym___vectorcall] = ACTIONS(1320), + [anon_sym_LBRACE] = ACTIONS(1322), + [anon_sym_signed] = ACTIONS(1320), + [anon_sym_unsigned] = ACTIONS(1320), + [anon_sym_long] = ACTIONS(1320), + [anon_sym_short] = ACTIONS(1320), + [anon_sym_static] = ACTIONS(1320), + [anon_sym_auto] = ACTIONS(1320), + [anon_sym_register] = ACTIONS(1320), + [anon_sym_inline] = ACTIONS(1320), + [anon_sym___inline] = ACTIONS(1320), + [anon_sym___inline__] = ACTIONS(1320), + [anon_sym___forceinline] = ACTIONS(1320), + [anon_sym_thread_local] = ACTIONS(1320), + [anon_sym___thread] = ACTIONS(1320), + [anon_sym_const] = ACTIONS(1320), + [anon_sym_constexpr] = ACTIONS(1320), + [anon_sym_volatile] = ACTIONS(1320), + [anon_sym_restrict] = ACTIONS(1320), + [anon_sym___restrict__] = ACTIONS(1320), + [anon_sym__Atomic] = ACTIONS(1320), + [anon_sym__Noreturn] = ACTIONS(1320), + [anon_sym_noreturn] = ACTIONS(1320), + [anon_sym__Nonnull] = ACTIONS(1320), + [anon_sym_alignas] = ACTIONS(1320), + [anon_sym__Alignas] = ACTIONS(1320), + [sym_primitive_type] = ACTIONS(1320), + [anon_sym_enum] = ACTIONS(1320), + [anon_sym_struct] = ACTIONS(1320), + [anon_sym_union] = ACTIONS(1320), + [anon_sym_if] = ACTIONS(1320), + [anon_sym_switch] = ACTIONS(1320), + [anon_sym_case] = ACTIONS(1320), + [anon_sym_default] = ACTIONS(1320), + [anon_sym_while] = ACTIONS(1320), + [anon_sym_do] = ACTIONS(1320), + [anon_sym_for] = ACTIONS(1320), + [anon_sym_return] = ACTIONS(1320), + [anon_sym_break] = ACTIONS(1320), + [anon_sym_continue] = ACTIONS(1320), + [anon_sym_goto] = ACTIONS(1320), + [anon_sym_DASH_DASH] = ACTIONS(1322), + [anon_sym_PLUS_PLUS] = ACTIONS(1322), + [anon_sym_sizeof] = ACTIONS(1320), + [anon_sym___alignof__] = ACTIONS(1320), + [anon_sym___alignof] = ACTIONS(1320), + [anon_sym__alignof] = ACTIONS(1320), + [anon_sym_alignof] = ACTIONS(1320), + [anon_sym__Alignof] = ACTIONS(1320), + [anon_sym_offsetof] = ACTIONS(1320), + [anon_sym__Generic] = ACTIONS(1320), + [anon_sym_asm] = ACTIONS(1320), + [anon_sym___asm__] = ACTIONS(1320), + [anon_sym___asm] = ACTIONS(1320), + [sym_number_literal] = ACTIONS(1322), + [anon_sym_L_SQUOTE] = ACTIONS(1322), + [anon_sym_u_SQUOTE] = ACTIONS(1322), + [anon_sym_U_SQUOTE] = ACTIONS(1322), + [anon_sym_u8_SQUOTE] = ACTIONS(1322), + [anon_sym_SQUOTE] = ACTIONS(1322), + [anon_sym_L_DQUOTE] = ACTIONS(1322), + [anon_sym_u_DQUOTE] = ACTIONS(1322), + [anon_sym_U_DQUOTE] = ACTIONS(1322), + [anon_sym_u8_DQUOTE] = ACTIONS(1322), + [anon_sym_DQUOTE] = ACTIONS(1322), + [sym_true] = ACTIONS(1320), + [sym_false] = ACTIONS(1320), + [anon_sym_NULL] = ACTIONS(1320), + [anon_sym_nullptr] = ACTIONS(1320), + [sym_comment] = ACTIONS(3), + }, + [STATE(377)] = { + [ts_builtin_sym_end] = ACTIONS(1282), + [sym_identifier] = ACTIONS(1280), + [aux_sym_preproc_include_token1] = ACTIONS(1280), + [aux_sym_preproc_def_token1] = ACTIONS(1280), + [aux_sym_preproc_if_token1] = ACTIONS(1280), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1280), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1280), + [sym_preproc_directive] = ACTIONS(1280), + [anon_sym_LPAREN2] = ACTIONS(1282), + [anon_sym_BANG] = ACTIONS(1282), + [anon_sym_TILDE] = ACTIONS(1282), + [anon_sym_DASH] = ACTIONS(1280), + [anon_sym_PLUS] = ACTIONS(1280), + [anon_sym_STAR] = ACTIONS(1282), + [anon_sym_AMP] = ACTIONS(1282), + [anon_sym_SEMI] = ACTIONS(1282), + [anon_sym___extension__] = ACTIONS(1280), + [anon_sym_typedef] = ACTIONS(1280), + [anon_sym_extern] = ACTIONS(1280), + [anon_sym___attribute__] = ACTIONS(1280), + [anon_sym___attribute] = ACTIONS(1280), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1282), + [anon_sym___declspec] = ACTIONS(1280), + [anon_sym___cdecl] = ACTIONS(1280), + [anon_sym___clrcall] = ACTIONS(1280), + [anon_sym___stdcall] = ACTIONS(1280), + [anon_sym___fastcall] = ACTIONS(1280), + [anon_sym___thiscall] = ACTIONS(1280), + [anon_sym___vectorcall] = ACTIONS(1280), + [anon_sym_LBRACE] = ACTIONS(1282), + [anon_sym_signed] = ACTIONS(1280), + [anon_sym_unsigned] = ACTIONS(1280), + [anon_sym_long] = ACTIONS(1280), + [anon_sym_short] = ACTIONS(1280), + [anon_sym_static] = ACTIONS(1280), + [anon_sym_auto] = ACTIONS(1280), + [anon_sym_register] = ACTIONS(1280), + [anon_sym_inline] = ACTIONS(1280), + [anon_sym___inline] = ACTIONS(1280), + [anon_sym___inline__] = ACTIONS(1280), + [anon_sym___forceinline] = ACTIONS(1280), + [anon_sym_thread_local] = ACTIONS(1280), + [anon_sym___thread] = ACTIONS(1280), + [anon_sym_const] = ACTIONS(1280), + [anon_sym_constexpr] = ACTIONS(1280), + [anon_sym_volatile] = ACTIONS(1280), + [anon_sym_restrict] = ACTIONS(1280), + [anon_sym___restrict__] = ACTIONS(1280), + [anon_sym__Atomic] = ACTIONS(1280), + [anon_sym__Noreturn] = ACTIONS(1280), + [anon_sym_noreturn] = ACTIONS(1280), + [anon_sym__Nonnull] = ACTIONS(1280), + [anon_sym_alignas] = ACTIONS(1280), + [anon_sym__Alignas] = ACTIONS(1280), + [sym_primitive_type] = ACTIONS(1280), + [anon_sym_enum] = ACTIONS(1280), + [anon_sym_struct] = ACTIONS(1280), + [anon_sym_union] = ACTIONS(1280), + [anon_sym_if] = ACTIONS(1280), + [anon_sym_switch] = ACTIONS(1280), + [anon_sym_case] = ACTIONS(1280), + [anon_sym_default] = ACTIONS(1280), + [anon_sym_while] = ACTIONS(1280), + [anon_sym_do] = ACTIONS(1280), + [anon_sym_for] = ACTIONS(1280), + [anon_sym_return] = ACTIONS(1280), + [anon_sym_break] = ACTIONS(1280), + [anon_sym_continue] = ACTIONS(1280), + [anon_sym_goto] = ACTIONS(1280), + [anon_sym_DASH_DASH] = ACTIONS(1282), + [anon_sym_PLUS_PLUS] = ACTIONS(1282), + [anon_sym_sizeof] = ACTIONS(1280), + [anon_sym___alignof__] = ACTIONS(1280), + [anon_sym___alignof] = ACTIONS(1280), + [anon_sym__alignof] = ACTIONS(1280), + [anon_sym_alignof] = ACTIONS(1280), + [anon_sym__Alignof] = ACTIONS(1280), + [anon_sym_offsetof] = ACTIONS(1280), + [anon_sym__Generic] = ACTIONS(1280), + [anon_sym_asm] = ACTIONS(1280), + [anon_sym___asm__] = ACTIONS(1280), + [anon_sym___asm] = ACTIONS(1280), + [sym_number_literal] = ACTIONS(1282), + [anon_sym_L_SQUOTE] = ACTIONS(1282), + [anon_sym_u_SQUOTE] = ACTIONS(1282), + [anon_sym_U_SQUOTE] = ACTIONS(1282), + [anon_sym_u8_SQUOTE] = ACTIONS(1282), + [anon_sym_SQUOTE] = ACTIONS(1282), + [anon_sym_L_DQUOTE] = ACTIONS(1282), + [anon_sym_u_DQUOTE] = ACTIONS(1282), + [anon_sym_U_DQUOTE] = ACTIONS(1282), + [anon_sym_u8_DQUOTE] = ACTIONS(1282), + [anon_sym_DQUOTE] = ACTIONS(1282), + [sym_true] = ACTIONS(1280), + [sym_false] = ACTIONS(1280), + [anon_sym_NULL] = ACTIONS(1280), + [anon_sym_nullptr] = ACTIONS(1280), + [sym_comment] = ACTIONS(3), + }, + [STATE(378)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(1961), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -55803,8 +56093,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(1095), [anon_sym_switch] = ACTIONS(63), @@ -55849,52 +56139,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [380] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(2003), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(379)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(1976), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -55903,8 +56193,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(1095), [anon_sym_switch] = ACTIONS(63), @@ -55949,52 +56239,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [381] = { - [sym_attribute_declaration] = STATE(361), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(250), - [sym_statement] = STATE(406), - [sym_labeled_statement] = STATE(250), - [sym_expression_statement] = STATE(250), - [sym_if_statement] = STATE(250), - [sym_switch_statement] = STATE(250), - [sym_case_statement] = STATE(250), - [sym_while_statement] = STATE(250), - [sym_do_statement] = STATE(250), - [sym_for_statement] = STATE(250), - [sym_return_statement] = STATE(250), - [sym_break_statement] = STATE(250), - [sym_continue_statement] = STATE(250), - [sym_goto_statement] = STATE(250), - [sym_seh_try_statement] = STATE(250), - [sym_seh_leave_statement] = STATE(250), - [sym_expression] = STATE(1071), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1906), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_attributed_declarator_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1422), + [STATE(380)] = { + [sym_attribute_declaration] = STATE(349), + [sym_compound_statement] = STATE(172), + [sym_attributed_statement] = STATE(172), + [sym_statement] = STATE(1984), + [sym_labeled_statement] = STATE(172), + [sym_expression_statement] = STATE(172), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(172), + [sym_case_statement] = STATE(172), + [sym_while_statement] = STATE(172), + [sym_do_statement] = STATE(172), + [sym_for_statement] = STATE(172), + [sym_return_statement] = STATE(172), + [sym_break_statement] = STATE(172), + [sym_continue_statement] = STATE(172), + [sym_goto_statement] = STATE(172), + [sym_seh_try_statement] = STATE(172), + [sym_seh_leave_statement] = STATE(172), + [sym_expression] = STATE(1028), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1875), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(349), + [sym_identifier] = ACTIONS(1410), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56003,8 +56293,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(370), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1418), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACK_LBRACK] = ACTIONS(37), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_if] = ACTIONS(1095), [anon_sym_switch] = ACTIONS(63), @@ -56049,32 +56339,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [382] = { - [sym_expression] = STATE(969), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1706), + [STATE(381)] = { + [sym_attribute_declaration] = STATE(381), + [sym_compound_statement] = STATE(199), + [sym_attributed_statement] = STATE(199), + [sym_statement] = STATE(203), + [sym_labeled_statement] = STATE(199), + [sym_expression_statement] = STATE(199), + [sym_if_statement] = STATE(199), + [sym_switch_statement] = STATE(199), + [sym_case_statement] = STATE(199), + [sym_while_statement] = STATE(199), + [sym_do_statement] = STATE(199), + [sym_for_statement] = STATE(199), + [sym_return_statement] = STATE(199), + [sym_break_statement] = STATE(199), + [sym_continue_statement] = STATE(199), + [sym_goto_statement] = STATE(199), + [sym_seh_try_statement] = STATE(199), + [sym_seh_leave_statement] = STATE(199), + [sym_expression] = STATE(1065), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1940), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_attributed_declarator_repeat1] = STATE(381), + [sym_identifier] = ACTIONS(1656), + [anon_sym_LPAREN2] = ACTIONS(1423), + [anon_sym_BANG] = ACTIONS(1426), + [anon_sym_TILDE] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1432), + [anon_sym_AMP] = ACTIONS(1432), + [anon_sym_SEMI] = ACTIONS(1659), + [anon_sym___extension__] = ACTIONS(1438), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1665), + [anon_sym_switch] = ACTIONS(1668), + [anon_sym_case] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1674), + [anon_sym_while] = ACTIONS(1677), + [anon_sym_do] = ACTIONS(1680), + [anon_sym_for] = ACTIONS(1683), + [anon_sym_return] = ACTIONS(1686), + [anon_sym_break] = ACTIONS(1689), + [anon_sym_continue] = ACTIONS(1692), + [anon_sym_goto] = ACTIONS(1695), + [anon_sym___try] = ACTIONS(1698), + [anon_sym___leave] = ACTIONS(1701), + [anon_sym_DASH_DASH] = ACTIONS(1486), + [anon_sym_PLUS_PLUS] = ACTIONS(1486), + [anon_sym_sizeof] = ACTIONS(1489), + [anon_sym___alignof__] = ACTIONS(1492), + [anon_sym___alignof] = ACTIONS(1492), + [anon_sym__alignof] = ACTIONS(1492), + [anon_sym_alignof] = ACTIONS(1492), + [anon_sym__Alignof] = ACTIONS(1492), + [anon_sym_offsetof] = ACTIONS(1495), + [anon_sym__Generic] = ACTIONS(1498), + [anon_sym_asm] = ACTIONS(1501), + [anon_sym___asm__] = ACTIONS(1501), + [anon_sym___asm] = ACTIONS(1501), + [sym_number_literal] = ACTIONS(1504), + [anon_sym_L_SQUOTE] = ACTIONS(1507), + [anon_sym_u_SQUOTE] = ACTIONS(1507), + [anon_sym_U_SQUOTE] = ACTIONS(1507), + [anon_sym_u8_SQUOTE] = ACTIONS(1507), + [anon_sym_SQUOTE] = ACTIONS(1507), + [anon_sym_L_DQUOTE] = ACTIONS(1510), + [anon_sym_u_DQUOTE] = ACTIONS(1510), + [anon_sym_U_DQUOTE] = ACTIONS(1510), + [anon_sym_u8_DQUOTE] = ACTIONS(1510), + [anon_sym_DQUOTE] = ACTIONS(1510), + [sym_true] = ACTIONS(1513), + [sym_false] = ACTIONS(1513), + [anon_sym_NULL] = ACTIONS(1516), + [anon_sym_nullptr] = ACTIONS(1516), + [sym_comment] = ACTIONS(3), + }, + [STATE(382)] = { + [sym_expression] = STATE(960), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1704), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56082,41 +56472,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1712), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym___attribute] = ACTIONS(1714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_auto] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym___inline] = ACTIONS(1714), - [anon_sym___inline__] = ACTIONS(1714), - [anon_sym___forceinline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym___thread] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym___restrict__] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym__Noreturn] = ACTIONS(1714), - [anon_sym_noreturn] = ACTIONS(1714), - [anon_sym__Nonnull] = ACTIONS(1714), - [anon_sym_alignas] = ACTIONS(1714), - [anon_sym__Alignas] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), + [anon_sym___extension__] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1710), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___attribute] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_auto] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym___inline] = ACTIONS(1712), + [anon_sym___inline__] = ACTIONS(1712), + [anon_sym___forceinline] = ACTIONS(1712), + [anon_sym_thread_local] = ACTIONS(1712), + [anon_sym___thread] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym___restrict__] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym__Noreturn] = ACTIONS(1712), + [anon_sym_noreturn] = ACTIONS(1712), + [anon_sym__Nonnull] = ACTIONS(1712), + [anon_sym_alignas] = ACTIONS(1712), + [anon_sym__Alignas] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -56147,32 +56537,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [383] = { - [sym_expression] = STATE(969), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1706), + [STATE(383)] = { + [sym_expression] = STATE(960), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1704), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56180,41 +56570,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1718), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym___attribute] = ACTIONS(1714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_auto] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym___inline] = ACTIONS(1714), - [anon_sym___inline__] = ACTIONS(1714), - [anon_sym___forceinline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym___thread] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym___restrict__] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym__Noreturn] = ACTIONS(1714), - [anon_sym_noreturn] = ACTIONS(1714), - [anon_sym__Nonnull] = ACTIONS(1714), - [anon_sym_alignas] = ACTIONS(1714), - [anon_sym__Alignas] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), + [anon_sym___extension__] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1716), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___attribute] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_auto] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym___inline] = ACTIONS(1712), + [anon_sym___inline__] = ACTIONS(1712), + [anon_sym___forceinline] = ACTIONS(1712), + [anon_sym_thread_local] = ACTIONS(1712), + [anon_sym___thread] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym___restrict__] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym__Noreturn] = ACTIONS(1712), + [anon_sym_noreturn] = ACTIONS(1712), + [anon_sym__Nonnull] = ACTIONS(1712), + [anon_sym_alignas] = ACTIONS(1712), + [anon_sym__Alignas] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -56245,32 +56635,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [384] = { - [sym_expression] = STATE(969), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1706), + [STATE(384)] = { + [sym_expression] = STATE(960), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1704), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56278,41 +56668,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym___attribute] = ACTIONS(1714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_auto] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym___inline] = ACTIONS(1714), - [anon_sym___inline__] = ACTIONS(1714), - [anon_sym___forceinline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym___thread] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym___restrict__] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym__Noreturn] = ACTIONS(1714), - [anon_sym_noreturn] = ACTIONS(1714), - [anon_sym__Nonnull] = ACTIONS(1714), - [anon_sym_alignas] = ACTIONS(1714), - [anon_sym__Alignas] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), + [anon_sym___extension__] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1718), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___attribute] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_auto] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym___inline] = ACTIONS(1712), + [anon_sym___inline__] = ACTIONS(1712), + [anon_sym___forceinline] = ACTIONS(1712), + [anon_sym_thread_local] = ACTIONS(1712), + [anon_sym___thread] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym___restrict__] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym__Noreturn] = ACTIONS(1712), + [anon_sym_noreturn] = ACTIONS(1712), + [anon_sym__Nonnull] = ACTIONS(1712), + [anon_sym_alignas] = ACTIONS(1712), + [anon_sym__Alignas] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -56343,32 +56733,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [385] = { - [sym_expression] = STATE(969), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1706), + [STATE(385)] = { + [sym_expression] = STATE(960), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1704), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56376,41 +56766,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1709), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym___attribute] = ACTIONS(1714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_auto] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym___inline] = ACTIONS(1714), - [anon_sym___inline__] = ACTIONS(1714), - [anon_sym___forceinline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym___thread] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym___restrict__] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym__Noreturn] = ACTIONS(1714), - [anon_sym_noreturn] = ACTIONS(1714), - [anon_sym__Nonnull] = ACTIONS(1714), - [anon_sym_alignas] = ACTIONS(1714), - [anon_sym__Alignas] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), + [anon_sym___extension__] = ACTIONS(1707), + [anon_sym_typedef] = ACTIONS(1720), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___attribute] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_auto] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym___inline] = ACTIONS(1712), + [anon_sym___inline__] = ACTIONS(1712), + [anon_sym___forceinline] = ACTIONS(1712), + [anon_sym_thread_local] = ACTIONS(1712), + [anon_sym___thread] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym___restrict__] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym__Noreturn] = ACTIONS(1712), + [anon_sym_noreturn] = ACTIONS(1712), + [anon_sym__Nonnull] = ACTIONS(1712), + [anon_sym_alignas] = ACTIONS(1712), + [anon_sym__Alignas] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -56441,45 +56831,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [386] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1816), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(386)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1778), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56489,10 +56879,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -56505,7 +56895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -56538,45 +56928,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [387] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1875), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(387)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1851), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56586,10 +56976,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -56602,7 +56992,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -56635,142 +57025,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [388] = { - [sym_expression] = STATE(969), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1706), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1709), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym___attribute] = ACTIONS(1714), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_auto] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym___inline] = ACTIONS(1714), - [anon_sym___inline__] = ACTIONS(1714), - [anon_sym___forceinline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym___thread] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym___restrict__] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym__Noreturn] = ACTIONS(1714), - [anon_sym_noreturn] = ACTIONS(1714), - [anon_sym__Nonnull] = ACTIONS(1714), - [anon_sym_alignas] = ACTIONS(1714), - [anon_sym__Alignas] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - }, - [389] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1994), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(388)] = { + [sym_expression] = STATE(960), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1704), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56778,27 +57058,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1091), - [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(49), - [anon_sym_constexpr] = ACTIONS(49), - [anon_sym_volatile] = ACTIONS(49), - [anon_sym_restrict] = ACTIONS(49), - [anon_sym___restrict__] = ACTIONS(49), - [anon_sym__Atomic] = ACTIONS(49), - [anon_sym__Noreturn] = ACTIONS(49), - [anon_sym_noreturn] = ACTIONS(49), - [anon_sym__Nonnull] = ACTIONS(49), - [anon_sym_alignas] = ACTIONS(51), - [anon_sym__Alignas] = ACTIONS(51), - [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), - [anon_sym_struct] = ACTIONS(57), - [anon_sym_union] = ACTIONS(59), + [anon_sym___extension__] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym___attribute__] = ACTIONS(1712), + [anon_sym___attribute] = ACTIONS(1712), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1714), + [anon_sym___declspec] = ACTIONS(1712), + [anon_sym_signed] = ACTIONS(1712), + [anon_sym_unsigned] = ACTIONS(1712), + [anon_sym_long] = ACTIONS(1712), + [anon_sym_short] = ACTIONS(1712), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_auto] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_inline] = ACTIONS(1712), + [anon_sym___inline] = ACTIONS(1712), + [anon_sym___inline__] = ACTIONS(1712), + [anon_sym___forceinline] = ACTIONS(1712), + [anon_sym_thread_local] = ACTIONS(1712), + [anon_sym___thread] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym___restrict__] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym__Noreturn] = ACTIONS(1712), + [anon_sym_noreturn] = ACTIONS(1712), + [anon_sym__Nonnull] = ACTIONS(1712), + [anon_sym_alignas] = ACTIONS(1712), + [anon_sym__Alignas] = ACTIONS(1712), + [sym_primitive_type] = ACTIONS(1712), + [anon_sym_enum] = ACTIONS(1712), + [anon_sym_struct] = ACTIONS(1712), + [anon_sym_union] = ACTIONS(1712), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -56829,37 +57122,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [390] = { - [sym_expression] = STATE(896), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(682), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(682), - [sym_call_expression] = STATE(682), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(682), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(682), - [sym_initializer_list] = STATE(686), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [STATE(389)] = { + [sym_expression] = STATE(909), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(685), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(685), + [sym_call_expression] = STATE(685), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(685), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(685), + [sym_initializer_list] = STATE(676), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [sym_identifier] = ACTIONS(1386), [anon_sym_DOT_DOT_DOT] = ACTIONS(1388), [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1730), - [anon_sym_TILDE] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1728), + [anon_sym_TILDE] = ACTIONS(1730), [anon_sym_DASH] = ACTIONS(1394), [anon_sym_PLUS] = ACTIONS(1394), [anon_sym_STAR] = ACTIONS(1394), @@ -56878,7 +57171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1394), [anon_sym_LT_LT] = ACTIONS(1394), [anon_sym_GT_GT] = ACTIONS(1394), - [anon_sym___extension__] = ACTIONS(1734), + [anon_sym___extension__] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1398), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_RBRACK] = ACTIONS(1388), @@ -56896,7 +57189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(1388), [anon_sym_DASH_DASH] = ACTIONS(1388), [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1736), + [anon_sym_sizeof] = ACTIONS(1734), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -56926,45 +57219,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [391] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1888), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(390)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1751), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym___extension__] = ACTIONS(1091), + [anon_sym_LBRACE] = ACTIONS(43), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(49), + [anon_sym_constexpr] = ACTIONS(49), + [anon_sym_volatile] = ACTIONS(49), + [anon_sym_restrict] = ACTIONS(49), + [anon_sym___restrict__] = ACTIONS(49), + [anon_sym__Atomic] = ACTIONS(49), + [anon_sym__Noreturn] = ACTIONS(49), + [anon_sym_noreturn] = ACTIONS(49), + [anon_sym__Nonnull] = ACTIONS(49), + [anon_sym_alignas] = ACTIONS(51), + [anon_sym__Alignas] = ACTIONS(51), + [sym_primitive_type] = ACTIONS(53), + [anon_sym_enum] = ACTIONS(1726), + [anon_sym_struct] = ACTIONS(57), + [anon_sym_union] = ACTIONS(59), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + }, + [STATE(391)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1905), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56974,10 +57364,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -56990,7 +57380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57023,45 +57413,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [392] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1983), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(392)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1822), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57071,10 +57461,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57087,7 +57477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57120,45 +57510,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [393] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1856), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(393)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1948), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57168,10 +57558,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57184,7 +57574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57217,45 +57607,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [394] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1790), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(394)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1988), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57265,10 +57655,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57281,7 +57671,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57314,45 +57704,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [395] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(2007), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(395)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1929), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57362,10 +57752,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57378,7 +57768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57411,45 +57801,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [396] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1832), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(396)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1978), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57459,10 +57849,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57475,7 +57865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57508,45 +57898,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [397] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1928), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(397)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1775), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57556,10 +57946,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57572,7 +57962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57605,45 +57995,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [398] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1789), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(398)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1815), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57653,10 +58043,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57669,7 +58059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57702,45 +58092,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [399] = { - [sym_compound_statement] = STATE(2002), - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1839), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(399)] = { + [sym_compound_statement] = STATE(1941), + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1956), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57750,10 +58140,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), [anon_sym_LBRACE] = ACTIONS(43), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57766,7 +58156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57799,43 +58189,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [400] = { - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1105), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1922), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(400)] = { + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1079), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1757), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57844,10 +58234,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57860,7 +58250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57893,43 +58283,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [401] = { - [sym_type_qualifier] = STATE(1015), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(1084), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_expression] = STATE(1107), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_type_descriptor] = STATE(1938), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__type_definition_type_repeat1] = STATE(1015), - [aux_sym_sized_type_specifier_repeat1] = STATE(1063), - [sym_identifier] = ACTIONS(1724), + [STATE(401)] = { + [sym_type_qualifier] = STATE(1001), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(1088), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_expression] = STATE(1070), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_type_descriptor] = STATE(1752), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__type_definition_type_repeat1] = STATE(1001), + [aux_sym_sized_type_specifier_repeat1] = STATE(1034), + [sym_identifier] = ACTIONS(1722), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57938,10 +58328,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(1091), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), + [anon_sym_signed] = ACTIONS(1724), + [anon_sym_unsigned] = ACTIONS(1724), + [anon_sym_long] = ACTIONS(1724), + [anon_sym_short] = ACTIONS(1724), [anon_sym_const] = ACTIONS(49), [anon_sym_constexpr] = ACTIONS(49), [anon_sym_volatile] = ACTIONS(49), @@ -57954,7 +58344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_alignas] = ACTIONS(51), [anon_sym__Alignas] = ACTIONS(51), [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(1728), + [anon_sym_enum] = ACTIONS(1726), [anon_sym_struct] = ACTIONS(57), [anon_sym_union] = ACTIONS(59), [anon_sym_DASH_DASH] = ACTIONS(83), @@ -57987,219 +58377,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [402] = { - [sym_identifier] = ACTIONS(1738), - [anon_sym_COMMA] = ACTIONS(1740), - [anon_sym_RPAREN] = ACTIONS(1740), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_BANG] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_SEMI] = ACTIONS(1740), - [anon_sym___extension__] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym___attribute] = ACTIONS(1738), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1740), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_EQ] = ACTIONS(1740), - [anon_sym_auto] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym___inline] = ACTIONS(1738), - [anon_sym___inline__] = ACTIONS(1738), - [anon_sym___forceinline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym___thread] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym___restrict__] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym__Noreturn] = ACTIONS(1738), - [anon_sym_noreturn] = ACTIONS(1738), - [anon_sym__Nonnull] = ACTIONS(1738), - [anon_sym_alignas] = ACTIONS(1738), - [anon_sym__Alignas] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_COLON] = ACTIONS(1740), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [anon_sym_if] = ACTIONS(1738), - [anon_sym_switch] = ACTIONS(1738), - [anon_sym_case] = ACTIONS(1738), - [anon_sym_default] = ACTIONS(1738), - [anon_sym_while] = ACTIONS(1738), - [anon_sym_do] = ACTIONS(1738), - [anon_sym_for] = ACTIONS(1738), - [anon_sym_return] = ACTIONS(1738), - [anon_sym_break] = ACTIONS(1738), - [anon_sym_continue] = ACTIONS(1738), - [anon_sym_goto] = ACTIONS(1738), - [anon_sym___try] = ACTIONS(1738), - [anon_sym___leave] = ACTIONS(1738), - [anon_sym_DASH_DASH] = ACTIONS(1740), - [anon_sym_PLUS_PLUS] = ACTIONS(1740), - [anon_sym_sizeof] = ACTIONS(1738), - [anon_sym___alignof__] = ACTIONS(1738), - [anon_sym___alignof] = ACTIONS(1738), - [anon_sym__alignof] = ACTIONS(1738), - [anon_sym_alignof] = ACTIONS(1738), - [anon_sym__Alignof] = ACTIONS(1738), - [anon_sym_offsetof] = ACTIONS(1738), - [anon_sym__Generic] = ACTIONS(1738), - [anon_sym_asm] = ACTIONS(1738), - [anon_sym___asm__] = ACTIONS(1738), - [anon_sym___asm] = ACTIONS(1738), - [sym_number_literal] = ACTIONS(1740), - [anon_sym_L_SQUOTE] = ACTIONS(1740), - [anon_sym_u_SQUOTE] = ACTIONS(1740), - [anon_sym_U_SQUOTE] = ACTIONS(1740), - [anon_sym_u8_SQUOTE] = ACTIONS(1740), - [anon_sym_SQUOTE] = ACTIONS(1740), - [anon_sym_L_DQUOTE] = ACTIONS(1740), - [anon_sym_u_DQUOTE] = ACTIONS(1740), - [anon_sym_U_DQUOTE] = ACTIONS(1740), - [anon_sym_u8_DQUOTE] = ACTIONS(1740), - [anon_sym_DQUOTE] = ACTIONS(1740), - [sym_true] = ACTIONS(1738), - [sym_false] = ACTIONS(1738), - [anon_sym_NULL] = ACTIONS(1738), - [anon_sym_nullptr] = ACTIONS(1738), + [STATE(402)] = { + [sym_identifier] = ACTIONS(1736), + [anon_sym_COMMA] = ACTIONS(1738), + [anon_sym_RPAREN] = ACTIONS(1738), + [anon_sym_LPAREN2] = ACTIONS(1738), + [anon_sym_BANG] = ACTIONS(1738), + [anon_sym_TILDE] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1736), + [anon_sym_PLUS] = ACTIONS(1736), + [anon_sym_STAR] = ACTIONS(1738), + [anon_sym_AMP] = ACTIONS(1738), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym___extension__] = ACTIONS(1736), + [anon_sym_extern] = ACTIONS(1736), + [anon_sym___attribute__] = ACTIONS(1736), + [anon_sym___attribute] = ACTIONS(1736), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1738), + [anon_sym___declspec] = ACTIONS(1736), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_signed] = ACTIONS(1736), + [anon_sym_unsigned] = ACTIONS(1736), + [anon_sym_long] = ACTIONS(1736), + [anon_sym_short] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1736), + [anon_sym_static] = ACTIONS(1736), + [anon_sym_EQ] = ACTIONS(1738), + [anon_sym_auto] = ACTIONS(1736), + [anon_sym_register] = ACTIONS(1736), + [anon_sym_inline] = ACTIONS(1736), + [anon_sym___inline] = ACTIONS(1736), + [anon_sym___inline__] = ACTIONS(1736), + [anon_sym___forceinline] = ACTIONS(1736), + [anon_sym_thread_local] = ACTIONS(1736), + [anon_sym___thread] = ACTIONS(1736), + [anon_sym_const] = ACTIONS(1736), + [anon_sym_constexpr] = ACTIONS(1736), + [anon_sym_volatile] = ACTIONS(1736), + [anon_sym_restrict] = ACTIONS(1736), + [anon_sym___restrict__] = ACTIONS(1736), + [anon_sym__Atomic] = ACTIONS(1736), + [anon_sym__Noreturn] = ACTIONS(1736), + [anon_sym_noreturn] = ACTIONS(1736), + [anon_sym__Nonnull] = ACTIONS(1736), + [anon_sym_alignas] = ACTIONS(1736), + [anon_sym__Alignas] = ACTIONS(1736), + [sym_primitive_type] = ACTIONS(1736), + [anon_sym_enum] = ACTIONS(1736), + [anon_sym_COLON] = ACTIONS(1738), + [anon_sym_struct] = ACTIONS(1736), + [anon_sym_union] = ACTIONS(1736), + [anon_sym_if] = ACTIONS(1736), + [anon_sym_switch] = ACTIONS(1736), + [anon_sym_case] = ACTIONS(1736), + [anon_sym_default] = ACTIONS(1736), + [anon_sym_while] = ACTIONS(1736), + [anon_sym_do] = ACTIONS(1736), + [anon_sym_for] = ACTIONS(1736), + [anon_sym_return] = ACTIONS(1736), + [anon_sym_break] = ACTIONS(1736), + [anon_sym_continue] = ACTIONS(1736), + [anon_sym_goto] = ACTIONS(1736), + [anon_sym___try] = ACTIONS(1736), + [anon_sym___leave] = ACTIONS(1736), + [anon_sym_DASH_DASH] = ACTIONS(1738), + [anon_sym_PLUS_PLUS] = ACTIONS(1738), + [anon_sym_sizeof] = ACTIONS(1736), + [anon_sym___alignof__] = ACTIONS(1736), + [anon_sym___alignof] = ACTIONS(1736), + [anon_sym__alignof] = ACTIONS(1736), + [anon_sym_alignof] = ACTIONS(1736), + [anon_sym__Alignof] = ACTIONS(1736), + [anon_sym_offsetof] = ACTIONS(1736), + [anon_sym__Generic] = ACTIONS(1736), + [anon_sym_asm] = ACTIONS(1736), + [anon_sym___asm__] = ACTIONS(1736), + [anon_sym___asm] = ACTIONS(1736), + [sym_number_literal] = ACTIONS(1738), + [anon_sym_L_SQUOTE] = ACTIONS(1738), + [anon_sym_u_SQUOTE] = ACTIONS(1738), + [anon_sym_U_SQUOTE] = ACTIONS(1738), + [anon_sym_u8_SQUOTE] = ACTIONS(1738), + [anon_sym_SQUOTE] = ACTIONS(1738), + [anon_sym_L_DQUOTE] = ACTIONS(1738), + [anon_sym_u_DQUOTE] = ACTIONS(1738), + [anon_sym_U_DQUOTE] = ACTIONS(1738), + [anon_sym_u8_DQUOTE] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym_true] = ACTIONS(1736), + [sym_false] = ACTIONS(1736), + [anon_sym_NULL] = ACTIONS(1736), + [anon_sym_nullptr] = ACTIONS(1736), [sym_comment] = ACTIONS(3), }, - [403] = { - [sym_identifier] = ACTIONS(1742), - [anon_sym_COMMA] = ACTIONS(1744), - [anon_sym_RPAREN] = ACTIONS(1744), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1744), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym___extension__] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym___attribute] = ACTIONS(1742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1744), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_EQ] = ACTIONS(1744), - [anon_sym_auto] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym___inline] = ACTIONS(1742), - [anon_sym___inline__] = ACTIONS(1742), - [anon_sym___forceinline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym___thread] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym___restrict__] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym__Noreturn] = ACTIONS(1742), - [anon_sym_noreturn] = ACTIONS(1742), - [anon_sym__Nonnull] = ACTIONS(1742), - [anon_sym_alignas] = ACTIONS(1742), - [anon_sym__Alignas] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_COLON] = ACTIONS(1744), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [anon_sym_if] = ACTIONS(1742), - [anon_sym_switch] = ACTIONS(1742), - [anon_sym_case] = ACTIONS(1742), - [anon_sym_default] = ACTIONS(1742), - [anon_sym_while] = ACTIONS(1742), - [anon_sym_do] = ACTIONS(1742), - [anon_sym_for] = ACTIONS(1742), - [anon_sym_return] = ACTIONS(1742), - [anon_sym_break] = ACTIONS(1742), - [anon_sym_continue] = ACTIONS(1742), - [anon_sym_goto] = ACTIONS(1742), - [anon_sym___try] = ACTIONS(1742), - [anon_sym___leave] = ACTIONS(1742), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_sizeof] = ACTIONS(1742), - [anon_sym___alignof__] = ACTIONS(1742), - [anon_sym___alignof] = ACTIONS(1742), - [anon_sym__alignof] = ACTIONS(1742), - [anon_sym_alignof] = ACTIONS(1742), - [anon_sym__Alignof] = ACTIONS(1742), - [anon_sym_offsetof] = ACTIONS(1742), - [anon_sym__Generic] = ACTIONS(1742), - [anon_sym_asm] = ACTIONS(1742), - [anon_sym___asm__] = ACTIONS(1742), - [anon_sym___asm] = ACTIONS(1742), - [sym_number_literal] = ACTIONS(1744), - [anon_sym_L_SQUOTE] = ACTIONS(1744), - [anon_sym_u_SQUOTE] = ACTIONS(1744), - [anon_sym_U_SQUOTE] = ACTIONS(1744), - [anon_sym_u8_SQUOTE] = ACTIONS(1744), - [anon_sym_SQUOTE] = ACTIONS(1744), - [anon_sym_L_DQUOTE] = ACTIONS(1744), - [anon_sym_u_DQUOTE] = ACTIONS(1744), - [anon_sym_U_DQUOTE] = ACTIONS(1744), - [anon_sym_u8_DQUOTE] = ACTIONS(1744), - [anon_sym_DQUOTE] = ACTIONS(1744), - [sym_true] = ACTIONS(1742), - [sym_false] = ACTIONS(1742), - [anon_sym_NULL] = ACTIONS(1742), - [anon_sym_nullptr] = ACTIONS(1742), + [STATE(403)] = { + [sym_identifier] = ACTIONS(1740), + [anon_sym_COMMA] = ACTIONS(1742), + [anon_sym_RPAREN] = ACTIONS(1742), + [anon_sym_LPAREN2] = ACTIONS(1742), + [anon_sym_BANG] = ACTIONS(1742), + [anon_sym_TILDE] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1740), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_STAR] = ACTIONS(1742), + [anon_sym_AMP] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym___extension__] = ACTIONS(1740), + [anon_sym_extern] = ACTIONS(1740), + [anon_sym___attribute__] = ACTIONS(1740), + [anon_sym___attribute] = ACTIONS(1740), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1742), + [anon_sym___declspec] = ACTIONS(1740), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_signed] = ACTIONS(1740), + [anon_sym_unsigned] = ACTIONS(1740), + [anon_sym_long] = ACTIONS(1740), + [anon_sym_short] = ACTIONS(1740), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_static] = ACTIONS(1740), + [anon_sym_EQ] = ACTIONS(1742), + [anon_sym_auto] = ACTIONS(1740), + [anon_sym_register] = ACTIONS(1740), + [anon_sym_inline] = ACTIONS(1740), + [anon_sym___inline] = ACTIONS(1740), + [anon_sym___inline__] = ACTIONS(1740), + [anon_sym___forceinline] = ACTIONS(1740), + [anon_sym_thread_local] = ACTIONS(1740), + [anon_sym___thread] = ACTIONS(1740), + [anon_sym_const] = ACTIONS(1740), + [anon_sym_constexpr] = ACTIONS(1740), + [anon_sym_volatile] = ACTIONS(1740), + [anon_sym_restrict] = ACTIONS(1740), + [anon_sym___restrict__] = ACTIONS(1740), + [anon_sym__Atomic] = ACTIONS(1740), + [anon_sym__Noreturn] = ACTIONS(1740), + [anon_sym_noreturn] = ACTIONS(1740), + [anon_sym__Nonnull] = ACTIONS(1740), + [anon_sym_alignas] = ACTIONS(1740), + [anon_sym__Alignas] = ACTIONS(1740), + [sym_primitive_type] = ACTIONS(1740), + [anon_sym_enum] = ACTIONS(1740), + [anon_sym_COLON] = ACTIONS(1742), + [anon_sym_struct] = ACTIONS(1740), + [anon_sym_union] = ACTIONS(1740), + [anon_sym_if] = ACTIONS(1740), + [anon_sym_switch] = ACTIONS(1740), + [anon_sym_case] = ACTIONS(1740), + [anon_sym_default] = ACTIONS(1740), + [anon_sym_while] = ACTIONS(1740), + [anon_sym_do] = ACTIONS(1740), + [anon_sym_for] = ACTIONS(1740), + [anon_sym_return] = ACTIONS(1740), + [anon_sym_break] = ACTIONS(1740), + [anon_sym_continue] = ACTIONS(1740), + [anon_sym_goto] = ACTIONS(1740), + [anon_sym___try] = ACTIONS(1740), + [anon_sym___leave] = ACTIONS(1740), + [anon_sym_DASH_DASH] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1742), + [anon_sym_sizeof] = ACTIONS(1740), + [anon_sym___alignof__] = ACTIONS(1740), + [anon_sym___alignof] = ACTIONS(1740), + [anon_sym__alignof] = ACTIONS(1740), + [anon_sym_alignof] = ACTIONS(1740), + [anon_sym__Alignof] = ACTIONS(1740), + [anon_sym_offsetof] = ACTIONS(1740), + [anon_sym__Generic] = ACTIONS(1740), + [anon_sym_asm] = ACTIONS(1740), + [anon_sym___asm__] = ACTIONS(1740), + [anon_sym___asm] = ACTIONS(1740), + [sym_number_literal] = ACTIONS(1742), + [anon_sym_L_SQUOTE] = ACTIONS(1742), + [anon_sym_u_SQUOTE] = ACTIONS(1742), + [anon_sym_U_SQUOTE] = ACTIONS(1742), + [anon_sym_u8_SQUOTE] = ACTIONS(1742), + [anon_sym_SQUOTE] = ACTIONS(1742), + [anon_sym_L_DQUOTE] = ACTIONS(1742), + [anon_sym_u_DQUOTE] = ACTIONS(1742), + [anon_sym_U_DQUOTE] = ACTIONS(1742), + [anon_sym_u8_DQUOTE] = ACTIONS(1742), + [anon_sym_DQUOTE] = ACTIONS(1742), + [sym_true] = ACTIONS(1740), + [sym_false] = ACTIONS(1740), + [anon_sym_NULL] = ACTIONS(1740), + [anon_sym_nullptr] = ACTIONS(1740), [sym_comment] = ACTIONS(3), }, - [404] = { - [sym_expression] = STATE(700), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_initializer_list] = STATE(686), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1746), + [STATE(404)] = { + [sym_expression] = STATE(699), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_initializer_list] = STATE(676), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1744), [anon_sym_COMMA] = ACTIONS(1388), [anon_sym_RPAREN] = ACTIONS(1388), [anon_sym_LPAREN2] = ACTIONS(1388), @@ -58224,7 +58614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(1388), [anon_sym_GT_GT] = ACTIONS(1388), [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym___attribute__] = ACTIONS(1394), [anon_sym___attribute] = ACTIONS(1394), [anon_sym_LBRACE] = ACTIONS(1398), @@ -58264,32 +58654,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [405] = { - [sym_expression] = STATE(700), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(845), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(845), - [sym_call_expression] = STATE(845), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(845), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(845), - [sym_initializer_list] = STATE(686), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(714), - [sym_null] = STATE(693), + [STATE(405)] = { + [sym_expression] = STATE(699), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(843), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(843), + [sym_call_expression] = STATE(843), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(843), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(843), + [sym_initializer_list] = STATE(676), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(718), + [sym_null] = STATE(683), [sym_identifier] = ACTIONS(1394), [anon_sym_COMMA] = ACTIONS(1388), [aux_sym_preproc_if_token2] = ACTIONS(1388), @@ -58298,8 +58688,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_elifdef_token1] = ACTIONS(1388), [aux_sym_preproc_elifdef_token2] = ACTIONS(1388), [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1748), - [anon_sym_TILDE] = ACTIONS(1750), + [anon_sym_BANG] = ACTIONS(1746), + [anon_sym_TILDE] = ACTIONS(1748), [anon_sym_DASH] = ACTIONS(1394), [anon_sym_PLUS] = ACTIONS(1394), [anon_sym_STAR] = ACTIONS(1388), @@ -58318,13 +58708,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1394), [anon_sym_LT_LT] = ACTIONS(1388), [anon_sym_GT_GT] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1752), + [anon_sym___extension__] = ACTIONS(1750), [anon_sym_LBRACE] = ACTIONS(1398), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_QMARK] = ACTIONS(1388), [anon_sym_DASH_DASH] = ACTIONS(1388), [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1754), + [anon_sym_sizeof] = ACTIONS(1752), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -58354,8 +58744,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [406] = { - [sym_else_clause] = STATE(243), + [STATE(406)] = { + [sym_else_clause] = STATE(188), [sym_identifier] = ACTIONS(1128), [anon_sym_LPAREN2] = ACTIONS(1130), [anon_sym_BANG] = ACTIONS(1130), @@ -58402,7 +58792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1128), [anon_sym_union] = ACTIONS(1128), [anon_sym_if] = ACTIONS(1128), - [anon_sym_else] = ACTIONS(1756), + [anon_sym_else] = ACTIONS(1754), [anon_sym_switch] = ACTIONS(1128), [anon_sym_while] = ACTIONS(1128), [anon_sym_do] = ACTIONS(1128), @@ -58443,174 +58833,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1128), [sym_comment] = ACTIONS(3), }, - [407] = { - [sym_identifier] = ACTIONS(1758), - [anon_sym_LPAREN2] = ACTIONS(1761), - [anon_sym_BANG] = ACTIONS(1761), - [anon_sym_TILDE] = ACTIONS(1761), - [anon_sym_DASH] = ACTIONS(1763), - [anon_sym_PLUS] = ACTIONS(1763), - [anon_sym_STAR] = ACTIONS(1761), - [anon_sym_AMP] = ACTIONS(1761), - [anon_sym_SEMI] = ACTIONS(1761), - [anon_sym___extension__] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1765), - [anon_sym___attribute__] = ACTIONS(1765), - [anon_sym___attribute] = ACTIONS(1765), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1767), - [anon_sym___declspec] = ACTIONS(1765), - [anon_sym_LBRACE] = ACTIONS(1761), - [anon_sym_signed] = ACTIONS(1765), - [anon_sym_unsigned] = ACTIONS(1765), - [anon_sym_long] = ACTIONS(1765), - [anon_sym_short] = ACTIONS(1765), - [anon_sym_static] = ACTIONS(1765), - [anon_sym_auto] = ACTIONS(1765), - [anon_sym_register] = ACTIONS(1765), - [anon_sym_inline] = ACTIONS(1765), - [anon_sym___inline] = ACTIONS(1765), - [anon_sym___inline__] = ACTIONS(1765), - [anon_sym___forceinline] = ACTIONS(1765), - [anon_sym_thread_local] = ACTIONS(1765), - [anon_sym___thread] = ACTIONS(1765), - [anon_sym_const] = ACTIONS(1765), - [anon_sym_constexpr] = ACTIONS(1765), - [anon_sym_volatile] = ACTIONS(1765), - [anon_sym_restrict] = ACTIONS(1765), - [anon_sym___restrict__] = ACTIONS(1765), - [anon_sym__Atomic] = ACTIONS(1765), - [anon_sym__Noreturn] = ACTIONS(1765), - [anon_sym_noreturn] = ACTIONS(1765), - [anon_sym__Nonnull] = ACTIONS(1765), - [anon_sym_alignas] = ACTIONS(1765), - [anon_sym__Alignas] = ACTIONS(1765), - [sym_primitive_type] = ACTIONS(1765), - [anon_sym_enum] = ACTIONS(1765), - [anon_sym_struct] = ACTIONS(1765), - [anon_sym_union] = ACTIONS(1765), - [anon_sym_if] = ACTIONS(1763), - [anon_sym_switch] = ACTIONS(1763), - [anon_sym_case] = ACTIONS(1763), - [anon_sym_default] = ACTIONS(1763), - [anon_sym_while] = ACTIONS(1763), - [anon_sym_do] = ACTIONS(1763), - [anon_sym_for] = ACTIONS(1763), - [anon_sym_return] = ACTIONS(1763), - [anon_sym_break] = ACTIONS(1763), - [anon_sym_continue] = ACTIONS(1763), - [anon_sym_goto] = ACTIONS(1763), - [anon_sym___try] = ACTIONS(1763), - [anon_sym___leave] = ACTIONS(1763), - [anon_sym_DASH_DASH] = ACTIONS(1761), - [anon_sym_PLUS_PLUS] = ACTIONS(1761), - [anon_sym_sizeof] = ACTIONS(1763), - [anon_sym___alignof__] = ACTIONS(1763), - [anon_sym___alignof] = ACTIONS(1763), - [anon_sym__alignof] = ACTIONS(1763), - [anon_sym_alignof] = ACTIONS(1763), - [anon_sym__Alignof] = ACTIONS(1763), - [anon_sym_offsetof] = ACTIONS(1763), - [anon_sym__Generic] = ACTIONS(1763), - [anon_sym_asm] = ACTIONS(1763), - [anon_sym___asm__] = ACTIONS(1763), - [anon_sym___asm] = ACTIONS(1763), - [sym_number_literal] = ACTIONS(1761), - [anon_sym_L_SQUOTE] = ACTIONS(1761), - [anon_sym_u_SQUOTE] = ACTIONS(1761), - [anon_sym_U_SQUOTE] = ACTIONS(1761), - [anon_sym_u8_SQUOTE] = ACTIONS(1761), - [anon_sym_SQUOTE] = ACTIONS(1761), - [anon_sym_L_DQUOTE] = ACTIONS(1761), - [anon_sym_u_DQUOTE] = ACTIONS(1761), - [anon_sym_U_DQUOTE] = ACTIONS(1761), - [anon_sym_u8_DQUOTE] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(1761), - [sym_true] = ACTIONS(1763), - [sym_false] = ACTIONS(1763), - [anon_sym_NULL] = ACTIONS(1763), - [anon_sym_nullptr] = ACTIONS(1763), + [STATE(407)] = { + [sym_identifier] = ACTIONS(1756), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_BANG] = ACTIONS(1759), + [anon_sym_TILDE] = ACTIONS(1759), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_STAR] = ACTIONS(1759), + [anon_sym_AMP] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym___extension__] = ACTIONS(1756), + [anon_sym_extern] = ACTIONS(1763), + [anon_sym___attribute__] = ACTIONS(1763), + [anon_sym___attribute] = ACTIONS(1763), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1765), + [anon_sym___declspec] = ACTIONS(1763), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_signed] = ACTIONS(1763), + [anon_sym_unsigned] = ACTIONS(1763), + [anon_sym_long] = ACTIONS(1763), + [anon_sym_short] = ACTIONS(1763), + [anon_sym_static] = ACTIONS(1763), + [anon_sym_auto] = ACTIONS(1763), + [anon_sym_register] = ACTIONS(1763), + [anon_sym_inline] = ACTIONS(1763), + [anon_sym___inline] = ACTIONS(1763), + [anon_sym___inline__] = ACTIONS(1763), + [anon_sym___forceinline] = ACTIONS(1763), + [anon_sym_thread_local] = ACTIONS(1763), + [anon_sym___thread] = ACTIONS(1763), + [anon_sym_const] = ACTIONS(1763), + [anon_sym_constexpr] = ACTIONS(1763), + [anon_sym_volatile] = ACTIONS(1763), + [anon_sym_restrict] = ACTIONS(1763), + [anon_sym___restrict__] = ACTIONS(1763), + [anon_sym__Atomic] = ACTIONS(1763), + [anon_sym__Noreturn] = ACTIONS(1763), + [anon_sym_noreturn] = ACTIONS(1763), + [anon_sym__Nonnull] = ACTIONS(1763), + [anon_sym_alignas] = ACTIONS(1763), + [anon_sym__Alignas] = ACTIONS(1763), + [sym_primitive_type] = ACTIONS(1763), + [anon_sym_enum] = ACTIONS(1763), + [anon_sym_struct] = ACTIONS(1763), + [anon_sym_union] = ACTIONS(1763), + [anon_sym_if] = ACTIONS(1761), + [anon_sym_switch] = ACTIONS(1761), + [anon_sym_case] = ACTIONS(1761), + [anon_sym_default] = ACTIONS(1761), + [anon_sym_while] = ACTIONS(1761), + [anon_sym_do] = ACTIONS(1761), + [anon_sym_for] = ACTIONS(1761), + [anon_sym_return] = ACTIONS(1761), + [anon_sym_break] = ACTIONS(1761), + [anon_sym_continue] = ACTIONS(1761), + [anon_sym_goto] = ACTIONS(1761), + [anon_sym___try] = ACTIONS(1761), + [anon_sym___leave] = ACTIONS(1761), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_PLUS_PLUS] = ACTIONS(1759), + [anon_sym_sizeof] = ACTIONS(1761), + [anon_sym___alignof__] = ACTIONS(1761), + [anon_sym___alignof] = ACTIONS(1761), + [anon_sym__alignof] = ACTIONS(1761), + [anon_sym_alignof] = ACTIONS(1761), + [anon_sym__Alignof] = ACTIONS(1761), + [anon_sym_offsetof] = ACTIONS(1761), + [anon_sym__Generic] = ACTIONS(1761), + [anon_sym_asm] = ACTIONS(1761), + [anon_sym___asm__] = ACTIONS(1761), + [anon_sym___asm] = ACTIONS(1761), + [sym_number_literal] = ACTIONS(1759), + [anon_sym_L_SQUOTE] = ACTIONS(1759), + [anon_sym_u_SQUOTE] = ACTIONS(1759), + [anon_sym_U_SQUOTE] = ACTIONS(1759), + [anon_sym_u8_SQUOTE] = ACTIONS(1759), + [anon_sym_SQUOTE] = ACTIONS(1759), + [anon_sym_L_DQUOTE] = ACTIONS(1759), + [anon_sym_u_DQUOTE] = ACTIONS(1759), + [anon_sym_U_DQUOTE] = ACTIONS(1759), + [anon_sym_u8_DQUOTE] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym_true] = ACTIONS(1761), + [sym_false] = ACTIONS(1761), + [anon_sym_NULL] = ACTIONS(1761), + [anon_sym_nullptr] = ACTIONS(1761), [sym_comment] = ACTIONS(3), }, - [408] = { + [STATE(408)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1783), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1792), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1787), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -58618,86 +59008,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [409] = { + [STATE(409)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1796), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1791), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -58705,86 +59095,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [410] = { + [STATE(410)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1792), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1793), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -58792,86 +59182,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [411] = { + [STATE(411)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1798), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1795), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -58879,86 +59269,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [412] = { + [STATE(412)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1800), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1797), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1787), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -58966,86 +59356,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [413] = { + [STATE(413)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1783), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1797), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1793), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [STATE(414)] = { + [sym_string_literal] = STATE(630), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), [anon_sym_COLON] = ACTIONS(1800), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -59053,86 +59530,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [414] = { + [STATE(415)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1783), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1802), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1797), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1800), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -59140,86 +59617,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [415] = { + [STATE(416)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1802), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_COMMA] = ACTIONS(1770), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -59227,85 +59703,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [416] = { + [STATE(417)] = { [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [aux_sym_sized_type_specifier_repeat1] = STATE(755), + [sym_identifier] = ACTIONS(1768), + [anon_sym_LPAREN2] = ACTIONS(1772), + [anon_sym_DASH] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1776), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1776), + [anon_sym_PERCENT] = ACTIONS(1776), + [anon_sym_PIPE_PIPE] = ACTIONS(1770), + [anon_sym_AMP_AMP] = ACTIONS(1770), + [anon_sym_PIPE] = ACTIONS(1776), + [anon_sym_CARET] = ACTIONS(1776), + [anon_sym_AMP] = ACTIONS(1776), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1776), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_LT] = ACTIONS(1776), + [anon_sym_LT_LT] = ACTIONS(1776), + [anon_sym_GT_GT] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym___extension__] = ACTIONS(1768), + [anon_sym_extern] = ACTIONS(1768), + [anon_sym___attribute__] = ACTIONS(1768), + [anon_sym___attribute] = ACTIONS(1768), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1781), + [anon_sym___declspec] = ACTIONS(1768), + [anon_sym___based] = ACTIONS(1768), + [anon_sym___cdecl] = ACTIONS(1768), + [anon_sym___clrcall] = ACTIONS(1768), + [anon_sym___stdcall] = ACTIONS(1768), + [anon_sym___fastcall] = ACTIONS(1768), + [anon_sym___thiscall] = ACTIONS(1768), + [anon_sym___vectorcall] = ACTIONS(1768), + [anon_sym_signed] = ACTIONS(1783), + [anon_sym_unsigned] = ACTIONS(1783), + [anon_sym_long] = ACTIONS(1783), + [anon_sym_short] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1776), + [anon_sym_static] = ACTIONS(1768), + [anon_sym_EQ] = ACTIONS(1785), + [anon_sym_auto] = ACTIONS(1768), + [anon_sym_register] = ACTIONS(1768), + [anon_sym_inline] = ACTIONS(1768), + [anon_sym___inline] = ACTIONS(1768), + [anon_sym___inline__] = ACTIONS(1768), + [anon_sym___forceinline] = ACTIONS(1768), + [anon_sym_thread_local] = ACTIONS(1768), + [anon_sym___thread] = ACTIONS(1768), + [anon_sym_const] = ACTIONS(1768), + [anon_sym_constexpr] = ACTIONS(1768), + [anon_sym_volatile] = ACTIONS(1768), + [anon_sym_restrict] = ACTIONS(1768), + [anon_sym___restrict__] = ACTIONS(1768), + [anon_sym__Atomic] = ACTIONS(1768), + [anon_sym__Noreturn] = ACTIONS(1768), + [anon_sym_noreturn] = ACTIONS(1768), + [anon_sym__Nonnull] = ACTIONS(1768), + [anon_sym_alignas] = ACTIONS(1768), + [anon_sym__Alignas] = ACTIONS(1768), + [anon_sym_COLON] = ACTIONS(1795), + [anon_sym_QMARK] = ACTIONS(1770), + [anon_sym_STAR_EQ] = ACTIONS(1789), + [anon_sym_SLASH_EQ] = ACTIONS(1789), + [anon_sym_PERCENT_EQ] = ACTIONS(1789), + [anon_sym_PLUS_EQ] = ACTIONS(1789), + [anon_sym_DASH_EQ] = ACTIONS(1789), + [anon_sym_LT_LT_EQ] = ACTIONS(1789), + [anon_sym_GT_GT_EQ] = ACTIONS(1789), + [anon_sym_AMP_EQ] = ACTIONS(1789), + [anon_sym_CARET_EQ] = ACTIONS(1789), + [anon_sym_PIPE_EQ] = ACTIONS(1789), + [anon_sym_DASH_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1770), [anon_sym_L_DQUOTE] = ACTIONS(99), [anon_sym_u_DQUOTE] = ACTIONS(99), [anon_sym_U_DQUOTE] = ACTIONS(99), @@ -59313,37 +59789,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [417] = { - [sym_expression] = STATE(896), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_initializer_list] = STATE(686), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1804), + [STATE(418)] = { + [sym_expression] = STATE(909), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_initializer_list] = STATE(676), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1805), [anon_sym_DOT_DOT_DOT] = ACTIONS(1388), [anon_sym_LPAREN2] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1809), [anon_sym_DASH] = ACTIONS(1394), [anon_sym_PLUS] = ACTIONS(1394), [anon_sym_STAR] = ACTIONS(1388), @@ -59362,14 +59838,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1394), [anon_sym_LT_LT] = ACTIONS(1388), [anon_sym_GT_GT] = ACTIONS(1388), - [anon_sym___extension__] = ACTIONS(1810), + [anon_sym___extension__] = ACTIONS(1811), [anon_sym_LBRACE] = ACTIONS(1398), [anon_sym_LBRACK] = ACTIONS(1388), [anon_sym_RBRACK] = ACTIONS(1388), [anon_sym_QMARK] = ACTIONS(1388), [anon_sym_DASH_DASH] = ACTIONS(1388), [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_sizeof] = ACTIONS(1812), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -59399,138 +59875,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [418] = { - [sym_string_literal] = STATE(630), - [aux_sym_sized_type_specifier_repeat1] = STATE(768), - [sym_identifier] = ACTIONS(1770), - [anon_sym_LPAREN2] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_SLASH] = ACTIONS(1778), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1772), - [anon_sym_GT] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1778), - [anon_sym_LT_LT] = ACTIONS(1778), - [anon_sym_GT_GT] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1814), - [anon_sym___extension__] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym___attribute] = ACTIONS(1770), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1786), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_auto] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym___inline] = ACTIONS(1770), - [anon_sym___inline__] = ACTIONS(1770), - [anon_sym___forceinline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym___thread] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym___restrict__] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym__Noreturn] = ACTIONS(1770), - [anon_sym_noreturn] = ACTIONS(1770), - [anon_sym__Nonnull] = ACTIONS(1770), - [anon_sym_alignas] = ACTIONS(1770), - [anon_sym__Alignas] = ACTIONS(1770), - [anon_sym_COLON] = ACTIONS(1798), - [anon_sym_QMARK] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1794), - [anon_sym_SLASH_EQ] = ACTIONS(1794), - [anon_sym_PERCENT_EQ] = ACTIONS(1794), - [anon_sym_PLUS_EQ] = ACTIONS(1794), - [anon_sym_DASH_EQ] = ACTIONS(1794), - [anon_sym_LT_LT_EQ] = ACTIONS(1794), - [anon_sym_GT_GT_EQ] = ACTIONS(1794), - [anon_sym_AMP_EQ] = ACTIONS(1794), - [anon_sym_CARET_EQ] = ACTIONS(1794), - [anon_sym_PIPE_EQ] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DOT] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [419] = { - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1127), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_based_modifier] = STATE(1967), - [sym_ms_call_modifier] = STATE(1266), - [sym__declarator] = STATE(1454), - [sym__abstract_declarator] = STATE(1555), - [sym_parenthesized_declarator] = STATE(1311), - [sym_abstract_parenthesized_declarator] = STATE(1467), - [sym_attributed_declarator] = STATE(1311), - [sym_pointer_declarator] = STATE(1311), - [sym_abstract_pointer_declarator] = STATE(1467), - [sym_function_declarator] = STATE(1311), - [sym_abstract_function_declarator] = STATE(1467), - [sym_array_declarator] = STATE(1311), - [sym_abstract_array_declarator] = STATE(1467), - [sym_compound_statement] = STATE(1957), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_variadic_parameter] = STATE(1603), - [sym_parameter_list] = STATE(1442), - [sym_parameter_declaration] = STATE(1603), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1819), - [anon_sym_RPAREN] = ACTIONS(1821), - [anon_sym_LPAREN2] = ACTIONS(1823), - [anon_sym_STAR] = ACTIONS(1825), + [STATE(419)] = { + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1111), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_based_modifier] = STATE(1779), + [sym_ms_call_modifier] = STATE(1254), + [sym__declarator] = STATE(1447), + [sym__abstract_declarator] = STATE(1546), + [sym_parenthesized_declarator] = STATE(1302), + [sym_abstract_parenthesized_declarator] = STATE(1431), + [sym_attributed_declarator] = STATE(1302), + [sym_pointer_declarator] = STATE(1302), + [sym_abstract_pointer_declarator] = STATE(1431), + [sym_function_declarator] = STATE(1302), + [sym_abstract_function_declarator] = STATE(1431), + [sym_array_declarator] = STATE(1302), + [sym_abstract_array_declarator] = STATE(1431), + [sym_compound_statement] = STATE(1835), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_variadic_parameter] = STATE(1579), + [sym_parameter_list] = STATE(1432), + [sym_parameter_declaration] = STATE(1579), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1815), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(1819), + [anon_sym_LPAREN2] = ACTIONS(1821), + [anon_sym_STAR] = ACTIONS(1823), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(39), - [anon_sym___based] = ACTIONS(1827), + [anon_sym___based] = ACTIONS(1825), [anon_sym___cdecl] = ACTIONS(41), [anon_sym___clrcall] = ACTIONS(41), [anon_sym___stdcall] = ACTIONS(41), @@ -59542,7 +59932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), [anon_sym_short] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), [anon_sym_static] = ACTIONS(47), [anon_sym_auto] = ACTIONS(47), [anon_sym_register] = ACTIONS(47), @@ -59569,59 +59959,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [420] = { - [sym_type_qualifier] = STATE(421), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1100), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(421), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1833), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1839), - [anon_sym_RBRACK] = ACTIONS(1841), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(420)] = { + [sym_type_qualifier] = STATE(428), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1068), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(428), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1831), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1837), + [anon_sym_RBRACK] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -59649,59 +60039,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [421] = { + [STATE(421)] = { [sym_type_qualifier] = STATE(667), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1104), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1090), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [aux_sym_array_declarator_repeat1] = STATE(667), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1849), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_RBRACK] = ACTIONS(1853), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1849), + [anon_sym_RBRACK] = ACTIONS(1851), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -59729,59 +60119,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [422] = { - [sym_type_qualifier] = STATE(427), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1089), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(427), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1855), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1857), - [anon_sym_RBRACK] = ACTIONS(1859), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(422)] = { + [sym_type_qualifier] = STATE(667), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1092), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(667), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1849), + [anon_sym_RBRACK] = ACTIONS(1855), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -59809,59 +60199,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [423] = { - [sym_type_qualifier] = STATE(667), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1102), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(667), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1861), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_RBRACK] = ACTIONS(1863), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(423)] = { + [sym_type_qualifier] = STATE(422), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1094), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(422), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1857), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1859), + [anon_sym_RBRACK] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -59889,59 +60279,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [424] = { - [sym_type_qualifier] = STATE(423), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1103), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(423), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1865), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1867), - [anon_sym_RBRACK] = ACTIONS(1869), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(424)] = { + [sym_type_qualifier] = STATE(667), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1075), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(667), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1863), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1849), + [anon_sym_RBRACK] = ACTIONS(1865), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -59969,59 +60359,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [425] = { - [sym_type_qualifier] = STATE(428), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1086), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1871), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1873), - [anon_sym_RBRACK] = ACTIONS(1875), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(425)] = { + [sym_type_qualifier] = STATE(667), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1089), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(667), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1867), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1849), + [anon_sym_RBRACK] = ACTIONS(1869), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -60049,59 +60439,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [426] = { - [sym_type_qualifier] = STATE(667), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1106), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(667), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1877), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_RBRACK] = ACTIONS(1879), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(426)] = { + [sym_type_qualifier] = STATE(424), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1073), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(424), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1871), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1873), + [anon_sym_RBRACK] = ACTIONS(1875), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -60129,59 +60519,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [427] = { - [sym_type_qualifier] = STATE(667), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1080), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(667), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1881), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_RBRACK] = ACTIONS(1883), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(427)] = { + [sym_type_qualifier] = STATE(425), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1091), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(425), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1877), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1879), + [anon_sym_RBRACK] = ACTIONS(1881), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -60209,59 +60599,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [428] = { + [STATE(428)] = { [sym_type_qualifier] = STATE(667), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1092), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1074), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), [aux_sym_array_declarator_repeat1] = STATE(667), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1885), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1851), - [anon_sym_RBRACK] = ACTIONS(1887), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1883), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1849), + [anon_sym_RBRACK] = ACTIONS(1885), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -60289,59 +60679,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [429] = { - [sym_type_qualifier] = STATE(426), - [sym_alignas_qualifier] = STATE(703), - [sym_expression] = STATE(1094), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_array_declarator_repeat1] = STATE(426), - [sym_identifier] = ACTIONS(1804), - [anon_sym_LPAREN2] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1889), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym___extension__] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1891), - [anon_sym_RBRACK] = ACTIONS(1893), - [anon_sym_const] = ACTIONS(1843), - [anon_sym_constexpr] = ACTIONS(1843), - [anon_sym_volatile] = ACTIONS(1843), - [anon_sym_restrict] = ACTIONS(1843), - [anon_sym___restrict__] = ACTIONS(1843), - [anon_sym__Atomic] = ACTIONS(1843), - [anon_sym__Noreturn] = ACTIONS(1843), - [anon_sym_noreturn] = ACTIONS(1843), - [anon_sym__Nonnull] = ACTIONS(1843), - [anon_sym_alignas] = ACTIONS(1845), - [anon_sym__Alignas] = ACTIONS(1845), - [anon_sym_DASH_DASH] = ACTIONS(1847), - [anon_sym_PLUS_PLUS] = ACTIONS(1847), - [anon_sym_sizeof] = ACTIONS(1812), + [STATE(429)] = { + [sym_type_qualifier] = STATE(421), + [sym_alignas_qualifier] = STATE(697), + [sym_expression] = STATE(1071), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_array_declarator_repeat1] = STATE(421), + [sym_identifier] = ACTIONS(1805), + [anon_sym_LPAREN2] = ACTIONS(1829), + [anon_sym_BANG] = ACTIONS(1809), + [anon_sym_TILDE] = ACTIONS(1809), + [anon_sym_DASH] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1887), + [anon_sym_AMP] = ACTIONS(1833), + [anon_sym___extension__] = ACTIONS(1835), + [anon_sym_static] = ACTIONS(1889), + [anon_sym_RBRACK] = ACTIONS(1891), + [anon_sym_const] = ACTIONS(1841), + [anon_sym_constexpr] = ACTIONS(1841), + [anon_sym_volatile] = ACTIONS(1841), + [anon_sym_restrict] = ACTIONS(1841), + [anon_sym___restrict__] = ACTIONS(1841), + [anon_sym__Atomic] = ACTIONS(1841), + [anon_sym__Noreturn] = ACTIONS(1841), + [anon_sym_noreturn] = ACTIONS(1841), + [anon_sym__Nonnull] = ACTIONS(1841), + [anon_sym_alignas] = ACTIONS(1843), + [anon_sym__Alignas] = ACTIONS(1843), + [anon_sym_DASH_DASH] = ACTIONS(1845), + [anon_sym_PLUS_PLUS] = ACTIONS(1845), + [anon_sym_sizeof] = ACTIONS(1813), [anon_sym___alignof__] = ACTIONS(87), [anon_sym___alignof] = ACTIONS(87), [anon_sym__alignof] = ACTIONS(87), @@ -60369,115 +60759,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [430] = { - [sym_expression] = STATE(1060), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(932), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(932), - [sym_call_expression] = STATE(932), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(932), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(932), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1895), - [anon_sym_LPAREN2] = ACTIONS(1898), - [anon_sym_BANG] = ACTIONS(1901), - [anon_sym_TILDE] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1904), - [anon_sym_PLUS] = ACTIONS(1904), - [anon_sym_STAR] = ACTIONS(1907), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym___extension__] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_RBRACK] = ACTIONS(1716), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym___restrict__] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym__Noreturn] = ACTIONS(1714), - [anon_sym_noreturn] = ACTIONS(1714), - [anon_sym__Nonnull] = ACTIONS(1714), - [anon_sym_alignas] = ACTIONS(1714), - [anon_sym__Alignas] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1913), - [anon_sym_PLUS_PLUS] = ACTIONS(1913), - [anon_sym_sizeof] = ACTIONS(1916), - [anon_sym___alignof__] = ACTIONS(1919), - [anon_sym___alignof] = ACTIONS(1919), - [anon_sym__alignof] = ACTIONS(1919), - [anon_sym_alignof] = ACTIONS(1919), - [anon_sym__Alignof] = ACTIONS(1919), - [anon_sym_offsetof] = ACTIONS(1922), - [anon_sym__Generic] = ACTIONS(1925), - [anon_sym_asm] = ACTIONS(1928), - [anon_sym___asm__] = ACTIONS(1928), - [anon_sym___asm] = ACTIONS(1928), - [sym_number_literal] = ACTIONS(1931), - [anon_sym_L_SQUOTE] = ACTIONS(1934), - [anon_sym_u_SQUOTE] = ACTIONS(1934), - [anon_sym_U_SQUOTE] = ACTIONS(1934), - [anon_sym_u8_SQUOTE] = ACTIONS(1934), - [anon_sym_SQUOTE] = ACTIONS(1934), - [anon_sym_L_DQUOTE] = ACTIONS(1937), - [anon_sym_u_DQUOTE] = ACTIONS(1937), - [anon_sym_U_DQUOTE] = ACTIONS(1937), - [anon_sym_u8_DQUOTE] = ACTIONS(1937), - [anon_sym_DQUOTE] = ACTIONS(1937), - [sym_true] = ACTIONS(1940), - [sym_false] = ACTIONS(1940), - [anon_sym_NULL] = ACTIONS(1943), - [anon_sym_nullptr] = ACTIONS(1943), + [STATE(430)] = { + [sym_expression] = STATE(1025), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(919), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(919), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1893), + [anon_sym_LPAREN2] = ACTIONS(1896), + [anon_sym_BANG] = ACTIONS(1899), + [anon_sym_TILDE] = ACTIONS(1899), + [anon_sym_DASH] = ACTIONS(1902), + [anon_sym_PLUS] = ACTIONS(1902), + [anon_sym_STAR] = ACTIONS(1905), + [anon_sym_AMP] = ACTIONS(1905), + [anon_sym___extension__] = ACTIONS(1908), + [anon_sym_static] = ACTIONS(1712), + [anon_sym_RBRACK] = ACTIONS(1714), + [anon_sym_const] = ACTIONS(1712), + [anon_sym_constexpr] = ACTIONS(1712), + [anon_sym_volatile] = ACTIONS(1712), + [anon_sym_restrict] = ACTIONS(1712), + [anon_sym___restrict__] = ACTIONS(1712), + [anon_sym__Atomic] = ACTIONS(1712), + [anon_sym__Noreturn] = ACTIONS(1712), + [anon_sym_noreturn] = ACTIONS(1712), + [anon_sym__Nonnull] = ACTIONS(1712), + [anon_sym_alignas] = ACTIONS(1712), + [anon_sym__Alignas] = ACTIONS(1712), + [anon_sym_DASH_DASH] = ACTIONS(1911), + [anon_sym_PLUS_PLUS] = ACTIONS(1911), + [anon_sym_sizeof] = ACTIONS(1914), + [anon_sym___alignof__] = ACTIONS(1917), + [anon_sym___alignof] = ACTIONS(1917), + [anon_sym__alignof] = ACTIONS(1917), + [anon_sym_alignof] = ACTIONS(1917), + [anon_sym__Alignof] = ACTIONS(1917), + [anon_sym_offsetof] = ACTIONS(1920), + [anon_sym__Generic] = ACTIONS(1923), + [anon_sym_asm] = ACTIONS(1926), + [anon_sym___asm__] = ACTIONS(1926), + [anon_sym___asm] = ACTIONS(1926), + [sym_number_literal] = ACTIONS(1929), + [anon_sym_L_SQUOTE] = ACTIONS(1932), + [anon_sym_u_SQUOTE] = ACTIONS(1932), + [anon_sym_U_SQUOTE] = ACTIONS(1932), + [anon_sym_u8_SQUOTE] = ACTIONS(1932), + [anon_sym_SQUOTE] = ACTIONS(1932), + [anon_sym_L_DQUOTE] = ACTIONS(1935), + [anon_sym_u_DQUOTE] = ACTIONS(1935), + [anon_sym_U_DQUOTE] = ACTIONS(1935), + [anon_sym_u8_DQUOTE] = ACTIONS(1935), + [anon_sym_DQUOTE] = ACTIONS(1935), + [sym_true] = ACTIONS(1938), + [sym_false] = ACTIONS(1938), + [anon_sym_NULL] = ACTIONS(1941), + [anon_sym_nullptr] = ACTIONS(1941), [sym_comment] = ACTIONS(3), }, - [431] = { - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1127), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_ms_call_modifier] = STATE(1391), - [sym__abstract_declarator] = STATE(1555), - [sym_abstract_parenthesized_declarator] = STATE(1467), - [sym_abstract_pointer_declarator] = STATE(1467), - [sym_abstract_function_declarator] = STATE(1467), - [sym_abstract_array_declarator] = STATE(1467), - [sym_compound_statement] = STATE(1957), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym_variadic_parameter] = STATE(1603), - [sym_parameter_list] = STATE(1442), - [sym_parameter_declaration] = STATE(1603), - [sym_macro_type_specifier] = STATE(772), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1819), - [anon_sym_RPAREN] = ACTIONS(1821), - [anon_sym_LPAREN2] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [STATE(431)] = { + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1111), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_ms_call_modifier] = STATE(1383), + [sym__abstract_declarator] = STATE(1546), + [sym_abstract_parenthesized_declarator] = STATE(1431), + [sym_abstract_pointer_declarator] = STATE(1431), + [sym_abstract_function_declarator] = STATE(1431), + [sym_abstract_array_declarator] = STATE(1431), + [sym_compound_statement] = STATE(1835), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym_variadic_parameter] = STATE(1579), + [sym_parameter_list] = STATE(1432), + [sym_parameter_declaration] = STATE(1579), + [sym_macro_type_specifier] = STATE(768), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(1819), + [anon_sym_LPAREN2] = ACTIONS(1946), + [anon_sym_STAR] = ACTIONS(1948), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -60495,7 +60885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), [anon_sym_short] = ACTIONS(45), - [anon_sym_LBRACK] = ACTIONS(1829), + [anon_sym_LBRACK] = ACTIONS(1827), [anon_sym_static] = ACTIONS(47), [anon_sym_auto] = ACTIONS(47), [anon_sym_register] = ACTIONS(47), @@ -60522,45 +60912,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [432] = { + [STATE(432)] = { + [sym_preproc_def] = STATE(447), + [sym_preproc_function_def] = STATE(447), + [sym_preproc_call] = STATE(447), + [sym_preproc_if_in_field_declaration_list] = STATE(447), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(447), + [sym_preproc_else_in_field_declaration_list] = STATE(1805), + [sym_preproc_elif_in_field_declaration_list] = STATE(1805), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1805), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(447), + [sym_field_declaration] = STATE(447), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(447), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1954), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), + [anon_sym___extension__] = ACTIONS(49), + [anon_sym_extern] = ACTIONS(47), + [anon_sym___attribute__] = ACTIONS(35), + [anon_sym___attribute] = ACTIONS(35), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym___declspec] = ACTIONS(39), + [anon_sym_signed] = ACTIONS(45), + [anon_sym_unsigned] = ACTIONS(45), + [anon_sym_long] = ACTIONS(45), + [anon_sym_short] = ACTIONS(45), + [anon_sym_static] = ACTIONS(47), + [anon_sym_auto] = ACTIONS(47), + [anon_sym_register] = ACTIONS(47), + [anon_sym_inline] = ACTIONS(47), + [anon_sym___inline] = ACTIONS(47), + [anon_sym___inline__] = ACTIONS(47), + [anon_sym___forceinline] = ACTIONS(47), + [anon_sym_thread_local] = ACTIONS(47), + [anon_sym___thread] = ACTIONS(47), + [anon_sym_const] = ACTIONS(49), + [anon_sym_constexpr] = ACTIONS(49), + [anon_sym_volatile] = ACTIONS(49), + [anon_sym_restrict] = ACTIONS(49), + [anon_sym___restrict__] = ACTIONS(49), + [anon_sym__Atomic] = ACTIONS(49), + [anon_sym__Noreturn] = ACTIONS(49), + [anon_sym_noreturn] = ACTIONS(49), + [anon_sym__Nonnull] = ACTIONS(49), + [anon_sym_alignas] = ACTIONS(51), + [anon_sym__Alignas] = ACTIONS(51), + [sym_primitive_type] = ACTIONS(53), + [anon_sym_enum] = ACTIONS(55), + [anon_sym_struct] = ACTIONS(57), + [anon_sym_union] = ACTIONS(59), + [sym_comment] = ACTIONS(3), + }, + [STATE(433)] = { + [sym_preproc_def] = STATE(441), + [sym_preproc_function_def] = STATE(441), + [sym_preproc_call] = STATE(441), + [sym_preproc_if_in_field_declaration_list] = STATE(441), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(441), + [sym_preproc_else_in_field_declaration_list] = STATE(1837), + [sym_preproc_elif_in_field_declaration_list] = STATE(1837), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1837), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(441), + [sym_field_declaration] = STATE(441), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(441), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1966), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), + [anon_sym___extension__] = ACTIONS(49), + [anon_sym_extern] = ACTIONS(47), + [anon_sym___attribute__] = ACTIONS(35), + [anon_sym___attribute] = ACTIONS(35), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), + [anon_sym___declspec] = ACTIONS(39), + [anon_sym_signed] = ACTIONS(45), + [anon_sym_unsigned] = ACTIONS(45), + [anon_sym_long] = ACTIONS(45), + [anon_sym_short] = ACTIONS(45), + [anon_sym_static] = ACTIONS(47), + [anon_sym_auto] = ACTIONS(47), + [anon_sym_register] = ACTIONS(47), + [anon_sym_inline] = ACTIONS(47), + [anon_sym___inline] = ACTIONS(47), + [anon_sym___inline__] = ACTIONS(47), + [anon_sym___forceinline] = ACTIONS(47), + [anon_sym_thread_local] = ACTIONS(47), + [anon_sym___thread] = ACTIONS(47), + [anon_sym_const] = ACTIONS(49), + [anon_sym_constexpr] = ACTIONS(49), + [anon_sym_volatile] = ACTIONS(49), + [anon_sym_restrict] = ACTIONS(49), + [anon_sym___restrict__] = ACTIONS(49), + [anon_sym__Atomic] = ACTIONS(49), + [anon_sym__Noreturn] = ACTIONS(49), + [anon_sym_noreturn] = ACTIONS(49), + [anon_sym__Nonnull] = ACTIONS(49), + [anon_sym_alignas] = ACTIONS(51), + [anon_sym__Alignas] = ACTIONS(51), + [sym_primitive_type] = ACTIONS(53), + [anon_sym_enum] = ACTIONS(55), + [anon_sym_struct] = ACTIONS(57), + [anon_sym_union] = ACTIONS(59), + [sym_comment] = ACTIONS(3), + }, + [STATE(434)] = { [sym_preproc_def] = STATE(439), [sym_preproc_function_def] = STATE(439), [sym_preproc_call] = STATE(439), [sym_preproc_if_in_field_declaration_list] = STATE(439), [sym_preproc_ifdef_in_field_declaration_list] = STATE(439), - [sym_preproc_else_in_field_declaration_list] = STATE(1972), - [sym_preproc_elif_in_field_declaration_list] = STATE(1972), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1972), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1855), + [sym_preproc_elif_in_field_declaration_list] = STATE(1855), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1855), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(439), [sym_field_declaration] = STATE(439), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(439), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1968), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -60597,45 +61137,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [433] = { - [sym_preproc_def] = STATE(452), - [sym_preproc_function_def] = STATE(452), - [sym_preproc_call] = STATE(452), - [sym_preproc_if_in_field_declaration_list] = STATE(452), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1782), - [sym_preproc_elif_in_field_declaration_list] = STATE(1782), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1782), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(452), - [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1968), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(435)] = { + [sym_expression] = STATE(1013), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_initializer_list] = STATE(1650), + [sym_initializer_pair] = STATE(1650), + [sym_subscript_designator] = STATE(1454), + [sym_subscript_range_designator] = STATE(1454), + [sym_field_designator] = STATE(1454), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_initializer_pair_repeat1] = STATE(1454), + [sym_identifier] = ACTIONS(1970), + [anon_sym_COMMA] = ACTIONS(1972), + [anon_sym_LPAREN2] = ACTIONS(19), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(23), + [anon_sym_PLUS] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym___extension__] = ACTIONS(1412), + [anon_sym_LBRACE] = ACTIONS(1398), + [anon_sym_RBRACE] = ACTIONS(1974), + [anon_sym_LBRACK] = ACTIONS(1976), + [anon_sym_DASH_DASH] = ACTIONS(83), + [anon_sym_PLUS_PLUS] = ACTIONS(83), + [anon_sym_sizeof] = ACTIONS(85), + [anon_sym___alignof__] = ACTIONS(87), + [anon_sym___alignof] = ACTIONS(87), + [anon_sym__alignof] = ACTIONS(87), + [anon_sym_alignof] = ACTIONS(87), + [anon_sym__Alignof] = ACTIONS(87), + [anon_sym_offsetof] = ACTIONS(89), + [anon_sym__Generic] = ACTIONS(91), + [anon_sym_asm] = ACTIONS(93), + [anon_sym___asm__] = ACTIONS(93), + [anon_sym___asm] = ACTIONS(93), + [anon_sym_DOT] = ACTIONS(1978), + [sym_number_literal] = ACTIONS(161), + [anon_sym_L_SQUOTE] = ACTIONS(97), + [anon_sym_u_SQUOTE] = ACTIONS(97), + [anon_sym_U_SQUOTE] = ACTIONS(97), + [anon_sym_u8_SQUOTE] = ACTIONS(97), + [anon_sym_SQUOTE] = ACTIONS(97), + [anon_sym_L_DQUOTE] = ACTIONS(99), + [anon_sym_u_DQUOTE] = ACTIONS(99), + [anon_sym_U_DQUOTE] = ACTIONS(99), + [anon_sym_u8_DQUOTE] = ACTIONS(99), + [anon_sym_DQUOTE] = ACTIONS(99), + [sym_true] = ACTIONS(163), + [sym_false] = ACTIONS(163), + [anon_sym_NULL] = ACTIONS(103), + [anon_sym_nullptr] = ACTIONS(103), + [sym_comment] = ACTIONS(3), + }, + [STATE(436)] = { + [sym_preproc_def] = STATE(448), + [sym_preproc_function_def] = STATE(448), + [sym_preproc_call] = STATE(448), + [sym_preproc_if_in_field_declaration_list] = STATE(448), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(448), + [sym_preproc_else_in_field_declaration_list] = STATE(1967), + [sym_preproc_elif_in_field_declaration_list] = STATE(1967), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1967), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(448), + [sym_field_declaration] = STATE(448), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(448), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1980), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -60672,45 +61287,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [434] = { + [STATE(437)] = { [sym_preproc_def] = STATE(452), [sym_preproc_function_def] = STATE(452), [sym_preproc_call] = STATE(452), [sym_preproc_if_in_field_declaration_list] = STATE(452), [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1831), - [sym_preproc_elif_in_field_declaration_list] = STATE(1831), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1831), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1758), + [sym_preproc_elif_in_field_declaration_list] = STATE(1758), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1758), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(452), [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1970), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1982), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -60747,45 +61362,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [435] = { - [sym_preproc_def] = STATE(452), - [sym_preproc_function_def] = STATE(452), - [sym_preproc_call] = STATE(452), - [sym_preproc_if_in_field_declaration_list] = STATE(452), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1829), - [sym_preproc_elif_in_field_declaration_list] = STATE(1829), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1829), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(452), - [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1972), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(438)] = { + [sym_preproc_def] = STATE(440), + [sym_preproc_function_def] = STATE(440), + [sym_preproc_call] = STATE(440), + [sym_preproc_if_in_field_declaration_list] = STATE(440), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(440), + [sym_preproc_else_in_field_declaration_list] = STATE(1863), + [sym_preproc_elif_in_field_declaration_list] = STATE(1863), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1863), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(440), + [sym_field_declaration] = STATE(440), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(440), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1984), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -60822,45 +61437,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [436] = { + [STATE(439)] = { [sym_preproc_def] = STATE(452), [sym_preproc_function_def] = STATE(452), [sym_preproc_call] = STATE(452), [sym_preproc_if_in_field_declaration_list] = STATE(452), [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1788), - [sym_preproc_elif_in_field_declaration_list] = STATE(1788), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1788), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1866), + [sym_preproc_elif_in_field_declaration_list] = STATE(1866), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1866), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(452), [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1974), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1986), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -60897,195 +61512,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [437] = { - [sym_preproc_def] = STATE(436), - [sym_preproc_function_def] = STATE(436), - [sym_preproc_call] = STATE(436), - [sym_preproc_if_in_field_declaration_list] = STATE(436), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(436), - [sym_preproc_else_in_field_declaration_list] = STATE(1947), - [sym_preproc_elif_in_field_declaration_list] = STATE(1947), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1947), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(436), - [sym_field_declaration] = STATE(436), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(436), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1976), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(49), - [anon_sym_extern] = ACTIONS(47), - [anon_sym___attribute__] = ACTIONS(35), - [anon_sym___attribute] = ACTIONS(35), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym___declspec] = ACTIONS(39), - [anon_sym_signed] = ACTIONS(45), - [anon_sym_unsigned] = ACTIONS(45), - [anon_sym_long] = ACTIONS(45), - [anon_sym_short] = ACTIONS(45), - [anon_sym_static] = ACTIONS(47), - [anon_sym_auto] = ACTIONS(47), - [anon_sym_register] = ACTIONS(47), - [anon_sym_inline] = ACTIONS(47), - [anon_sym___inline] = ACTIONS(47), - [anon_sym___inline__] = ACTIONS(47), - [anon_sym___forceinline] = ACTIONS(47), - [anon_sym_thread_local] = ACTIONS(47), - [anon_sym___thread] = ACTIONS(47), - [anon_sym_const] = ACTIONS(49), - [anon_sym_constexpr] = ACTIONS(49), - [anon_sym_volatile] = ACTIONS(49), - [anon_sym_restrict] = ACTIONS(49), - [anon_sym___restrict__] = ACTIONS(49), - [anon_sym__Atomic] = ACTIONS(49), - [anon_sym__Noreturn] = ACTIONS(49), - [anon_sym_noreturn] = ACTIONS(49), - [anon_sym__Nonnull] = ACTIONS(49), - [anon_sym_alignas] = ACTIONS(51), - [anon_sym__Alignas] = ACTIONS(51), - [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(55), - [anon_sym_struct] = ACTIONS(57), - [anon_sym_union] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - }, - [438] = { - [sym_preproc_def] = STATE(434), - [sym_preproc_function_def] = STATE(434), - [sym_preproc_call] = STATE(434), - [sym_preproc_if_in_field_declaration_list] = STATE(434), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(434), - [sym_preproc_else_in_field_declaration_list] = STATE(1804), - [sym_preproc_elif_in_field_declaration_list] = STATE(1804), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1804), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(434), - [sym_field_declaration] = STATE(434), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(434), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1978), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), - [anon_sym___extension__] = ACTIONS(49), - [anon_sym_extern] = ACTIONS(47), - [anon_sym___attribute__] = ACTIONS(35), - [anon_sym___attribute] = ACTIONS(35), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), - [anon_sym___declspec] = ACTIONS(39), - [anon_sym_signed] = ACTIONS(45), - [anon_sym_unsigned] = ACTIONS(45), - [anon_sym_long] = ACTIONS(45), - [anon_sym_short] = ACTIONS(45), - [anon_sym_static] = ACTIONS(47), - [anon_sym_auto] = ACTIONS(47), - [anon_sym_register] = ACTIONS(47), - [anon_sym_inline] = ACTIONS(47), - [anon_sym___inline] = ACTIONS(47), - [anon_sym___inline__] = ACTIONS(47), - [anon_sym___forceinline] = ACTIONS(47), - [anon_sym_thread_local] = ACTIONS(47), - [anon_sym___thread] = ACTIONS(47), - [anon_sym_const] = ACTIONS(49), - [anon_sym_constexpr] = ACTIONS(49), - [anon_sym_volatile] = ACTIONS(49), - [anon_sym_restrict] = ACTIONS(49), - [anon_sym___restrict__] = ACTIONS(49), - [anon_sym__Atomic] = ACTIONS(49), - [anon_sym__Noreturn] = ACTIONS(49), - [anon_sym_noreturn] = ACTIONS(49), - [anon_sym__Nonnull] = ACTIONS(49), - [anon_sym_alignas] = ACTIONS(51), - [anon_sym__Alignas] = ACTIONS(51), - [sym_primitive_type] = ACTIONS(53), - [anon_sym_enum] = ACTIONS(55), - [anon_sym_struct] = ACTIONS(57), - [anon_sym_union] = ACTIONS(59), - [sym_comment] = ACTIONS(3), - }, - [439] = { + [STATE(440)] = { [sym_preproc_def] = STATE(452), [sym_preproc_function_def] = STATE(452), [sym_preproc_call] = STATE(452), [sym_preproc_if_in_field_declaration_list] = STATE(452), [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1818), - [sym_preproc_elif_in_field_declaration_list] = STATE(1818), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1818), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1867), + [sym_preproc_elif_in_field_declaration_list] = STATE(1867), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1867), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(452), [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1980), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1988), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61122,45 +61587,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [440] = { + [STATE(441)] = { [sym_preproc_def] = STATE(452), [sym_preproc_function_def] = STATE(452), [sym_preproc_call] = STATE(452), [sym_preproc_if_in_field_declaration_list] = STATE(452), [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1887), - [sym_preproc_elif_in_field_declaration_list] = STATE(1887), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1887), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1807), + [sym_preproc_elif_in_field_declaration_list] = STATE(1807), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1807), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(452), [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1982), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1990), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61197,45 +61662,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [441] = { - [sym_preproc_def] = STATE(433), - [sym_preproc_function_def] = STATE(433), - [sym_preproc_call] = STATE(433), - [sym_preproc_if_in_field_declaration_list] = STATE(433), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(433), - [sym_preproc_else_in_field_declaration_list] = STATE(1891), - [sym_preproc_elif_in_field_declaration_list] = STATE(1891), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1891), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(433), - [sym_field_declaration] = STATE(433), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(433), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1984), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(442)] = { + [sym_preproc_def] = STATE(437), + [sym_preproc_function_def] = STATE(437), + [sym_preproc_call] = STATE(437), + [sym_preproc_if_in_field_declaration_list] = STATE(437), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(437), + [sym_preproc_else_in_field_declaration_list] = STATE(1933), + [sym_preproc_elif_in_field_declaration_list] = STATE(1933), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1933), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(437), + [sym_field_declaration] = STATE(437), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(437), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1992), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61272,45 +61737,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [442] = { - [sym_preproc_def] = STATE(444), - [sym_preproc_function_def] = STATE(444), - [sym_preproc_call] = STATE(444), - [sym_preproc_if_in_field_declaration_list] = STATE(444), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(444), - [sym_preproc_else_in_field_declaration_list] = STATE(2005), - [sym_preproc_elif_in_field_declaration_list] = STATE(2005), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(2005), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(444), - [sym_field_declaration] = STATE(444), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(444), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1986), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(443)] = { + [sym_preproc_def] = STATE(452), + [sym_preproc_function_def] = STATE(452), + [sym_preproc_call] = STATE(452), + [sym_preproc_if_in_field_declaration_list] = STATE(452), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), + [sym_preproc_else_in_field_declaration_list] = STATE(1981), + [sym_preproc_elif_in_field_declaration_list] = STATE(1981), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1981), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(452), + [sym_field_declaration] = STATE(452), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1994), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61347,45 +61812,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [443] = { + [STATE(444)] = { [sym_preproc_def] = STATE(445), [sym_preproc_function_def] = STATE(445), [sym_preproc_call] = STATE(445), [sym_preproc_if_in_field_declaration_list] = STATE(445), [sym_preproc_ifdef_in_field_declaration_list] = STATE(445), - [sym_preproc_else_in_field_declaration_list] = STATE(1907), - [sym_preproc_elif_in_field_declaration_list] = STATE(1907), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1907), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1971), + [sym_preproc_elif_in_field_declaration_list] = STATE(1971), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1971), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(445), [sym_field_declaration] = STATE(445), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(445), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1988), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1996), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61422,45 +61887,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [444] = { + [STATE(445)] = { [sym_preproc_def] = STATE(452), [sym_preproc_function_def] = STATE(452), [sym_preproc_call] = STATE(452), [sym_preproc_if_in_field_declaration_list] = STATE(452), [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1777), - [sym_preproc_elif_in_field_declaration_list] = STATE(1777), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1777), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym_preproc_else_in_field_declaration_list] = STATE(1749), + [sym_preproc_elif_in_field_declaration_list] = STATE(1749), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1749), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(452), [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1990), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(1998), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61497,45 +61962,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [445] = { - [sym_preproc_def] = STATE(452), - [sym_preproc_function_def] = STATE(452), - [sym_preproc_call] = STATE(452), - [sym_preproc_if_in_field_declaration_list] = STATE(452), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym_preproc_else_in_field_declaration_list] = STATE(1779), - [sym_preproc_elif_in_field_declaration_list] = STATE(1779), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1779), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(452), - [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(446)] = { + [sym_preproc_def] = STATE(443), + [sym_preproc_function_def] = STATE(443), + [sym_preproc_call] = STATE(443), + [sym_preproc_if_in_field_declaration_list] = STATE(443), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(443), + [sym_preproc_else_in_field_declaration_list] = STATE(1895), + [sym_preproc_elif_in_field_declaration_list] = STATE(1895), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1895), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(443), + [sym_field_declaration] = STATE(443), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(443), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(2000), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61572,45 +62037,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [446] = { - [sym_preproc_def] = STATE(440), - [sym_preproc_function_def] = STATE(440), - [sym_preproc_call] = STATE(440), - [sym_preproc_if_in_field_declaration_list] = STATE(440), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(440), - [sym_preproc_else_in_field_declaration_list] = STATE(1980), - [sym_preproc_elif_in_field_declaration_list] = STATE(1980), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1980), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(440), - [sym_field_declaration] = STATE(440), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(440), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(1994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(447)] = { + [sym_preproc_def] = STATE(452), + [sym_preproc_function_def] = STATE(452), + [sym_preproc_call] = STATE(452), + [sym_preproc_if_in_field_declaration_list] = STATE(452), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), + [sym_preproc_else_in_field_declaration_list] = STATE(1915), + [sym_preproc_elif_in_field_declaration_list] = STATE(1915), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1915), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(452), + [sym_field_declaration] = STATE(452), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(2002), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61647,120 +62112,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [447] = { - [sym_expression] = STATE(1025), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_initializer_list] = STATE(1626), - [sym_initializer_pair] = STATE(1626), - [sym_subscript_designator] = STATE(1456), - [sym_subscript_range_designator] = STATE(1456), - [sym_field_designator] = STATE(1456), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_initializer_pair_repeat1] = STATE(1456), - [sym_identifier] = ACTIONS(1996), - [anon_sym_COMMA] = ACTIONS(1998), - [anon_sym_LPAREN2] = ACTIONS(19), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(23), - [anon_sym_PLUS] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(25), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2002), - [anon_sym_DASH_DASH] = ACTIONS(83), - [anon_sym_PLUS_PLUS] = ACTIONS(83), - [anon_sym_sizeof] = ACTIONS(85), - [anon_sym___alignof__] = ACTIONS(87), - [anon_sym___alignof] = ACTIONS(87), - [anon_sym__alignof] = ACTIONS(87), - [anon_sym_alignof] = ACTIONS(87), - [anon_sym__Alignof] = ACTIONS(87), - [anon_sym_offsetof] = ACTIONS(89), - [anon_sym__Generic] = ACTIONS(91), - [anon_sym_asm] = ACTIONS(93), - [anon_sym___asm__] = ACTIONS(93), - [anon_sym___asm] = ACTIONS(93), - [anon_sym_DOT] = ACTIONS(2004), - [sym_number_literal] = ACTIONS(161), - [anon_sym_L_SQUOTE] = ACTIONS(97), - [anon_sym_u_SQUOTE] = ACTIONS(97), - [anon_sym_U_SQUOTE] = ACTIONS(97), - [anon_sym_u8_SQUOTE] = ACTIONS(97), - [anon_sym_SQUOTE] = ACTIONS(97), - [anon_sym_L_DQUOTE] = ACTIONS(99), - [anon_sym_u_DQUOTE] = ACTIONS(99), - [anon_sym_U_DQUOTE] = ACTIONS(99), - [anon_sym_u8_DQUOTE] = ACTIONS(99), - [anon_sym_DQUOTE] = ACTIONS(99), - [sym_true] = ACTIONS(163), - [sym_false] = ACTIONS(163), - [anon_sym_NULL] = ACTIONS(103), - [anon_sym_nullptr] = ACTIONS(103), - [sym_comment] = ACTIONS(3), - }, - [448] = { - [sym_preproc_def] = STATE(435), - [sym_preproc_function_def] = STATE(435), - [sym_preproc_call] = STATE(435), - [sym_preproc_if_in_field_declaration_list] = STATE(435), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(435), - [sym_preproc_else_in_field_declaration_list] = STATE(1993), - [sym_preproc_elif_in_field_declaration_list] = STATE(1993), - [sym_preproc_elifdef_in_field_declaration_list] = STATE(1993), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(435), - [sym_field_declaration] = STATE(435), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(435), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(1952), - [aux_sym_preproc_if_token1] = ACTIONS(1954), - [aux_sym_preproc_if_token2] = ACTIONS(2006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1958), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1958), - [aux_sym_preproc_else_token1] = ACTIONS(1960), - [aux_sym_preproc_elif_token1] = ACTIONS(1962), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), - [sym_preproc_directive] = ACTIONS(1966), + [STATE(448)] = { + [sym_preproc_def] = STATE(452), + [sym_preproc_function_def] = STATE(452), + [sym_preproc_call] = STATE(452), + [sym_preproc_if_in_field_declaration_list] = STATE(452), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), + [sym_preproc_else_in_field_declaration_list] = STATE(1833), + [sym_preproc_elif_in_field_declaration_list] = STATE(1833), + [sym_preproc_elifdef_in_field_declaration_list] = STATE(1833), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(452), + [sym_field_declaration] = STATE(452), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(1950), + [aux_sym_preproc_if_token1] = ACTIONS(1952), + [aux_sym_preproc_if_token2] = ACTIONS(2004), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), + [aux_sym_preproc_else_token1] = ACTIONS(1958), + [aux_sym_preproc_elif_token1] = ACTIONS(1960), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1962), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1962), + [sym_preproc_directive] = ACTIONS(1964), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -61797,38 +62187,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [449] = { - [sym_expression] = STATE(1045), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_initializer_list] = STATE(1688), - [sym_initializer_pair] = STATE(1688), - [sym_subscript_designator] = STATE(1456), - [sym_subscript_range_designator] = STATE(1456), - [sym_field_designator] = STATE(1456), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_initializer_pair_repeat1] = STATE(1456), - [sym_identifier] = ACTIONS(1996), + [STATE(449)] = { + [sym_expression] = STATE(1039), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_initializer_list] = STATE(1739), + [sym_initializer_pair] = STATE(1739), + [sym_subscript_designator] = STATE(1454), + [sym_subscript_range_designator] = STATE(1454), + [sym_field_designator] = STATE(1454), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_initializer_pair_repeat1] = STATE(1454), + [sym_identifier] = ACTIONS(1970), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61836,10 +62226,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(2008), - [anon_sym_LBRACK] = ACTIONS(2002), + [anon_sym_RBRACE] = ACTIONS(2006), + [anon_sym_LBRACK] = ACTIONS(1976), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -61853,7 +62243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(93), [anon_sym___asm__] = ACTIONS(93), [anon_sym___asm] = ACTIONS(93), - [anon_sym_DOT] = ACTIONS(2004), + [anon_sym_DOT] = ACTIONS(1978), [sym_number_literal] = ACTIONS(161), [anon_sym_L_SQUOTE] = ACTIONS(97), [anon_sym_u_SQUOTE] = ACTIONS(97), @@ -61871,38 +62261,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [450] = { - [sym_expression] = STATE(1045), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_initializer_list] = STATE(1688), - [sym_initializer_pair] = STATE(1688), - [sym_subscript_designator] = STATE(1456), - [sym_subscript_range_designator] = STATE(1456), - [sym_field_designator] = STATE(1456), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_initializer_pair_repeat1] = STATE(1456), - [sym_identifier] = ACTIONS(1996), + [STATE(450)] = { + [sym_expression] = STATE(1039), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_initializer_list] = STATE(1739), + [sym_initializer_pair] = STATE(1739), + [sym_subscript_designator] = STATE(1454), + [sym_subscript_range_designator] = STATE(1454), + [sym_field_designator] = STATE(1454), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_initializer_pair_repeat1] = STATE(1454), + [sym_identifier] = ACTIONS(1970), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61910,10 +62300,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(2010), - [anon_sym_LBRACK] = ACTIONS(2002), + [anon_sym_RBRACE] = ACTIONS(2008), + [anon_sym_LBRACK] = ACTIONS(1976), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -61927,7 +62317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(93), [anon_sym___asm__] = ACTIONS(93), [anon_sym___asm] = ACTIONS(93), - [anon_sym_DOT] = ACTIONS(2004), + [anon_sym_DOT] = ACTIONS(1978), [sym_number_literal] = ACTIONS(161), [anon_sym_L_SQUOTE] = ACTIONS(97), [anon_sym_u_SQUOTE] = ACTIONS(97), @@ -61945,38 +62335,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [451] = { - [sym_expression] = STATE(1045), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_initializer_list] = STATE(1688), - [sym_initializer_pair] = STATE(1688), - [sym_subscript_designator] = STATE(1456), - [sym_subscript_range_designator] = STATE(1456), - [sym_field_designator] = STATE(1456), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [aux_sym_initializer_pair_repeat1] = STATE(1456), - [sym_identifier] = ACTIONS(1996), + [STATE(451)] = { + [sym_expression] = STATE(1039), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_initializer_list] = STATE(1739), + [sym_initializer_pair] = STATE(1739), + [sym_subscript_designator] = STATE(1454), + [sym_subscript_range_designator] = STATE(1454), + [sym_field_designator] = STATE(1454), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [aux_sym_initializer_pair_repeat1] = STATE(1454), + [sym_identifier] = ACTIONS(1970), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61984,9 +62374,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(2002), + [anon_sym_LBRACK] = ACTIONS(1976), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), [anon_sym_sizeof] = ACTIONS(85), @@ -62000,7 +62390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(93), [anon_sym___asm__] = ACTIONS(93), [anon_sym___asm] = ACTIONS(93), - [anon_sym_DOT] = ACTIONS(2004), + [anon_sym_DOT] = ACTIONS(1978), [sym_number_literal] = ACTIONS(161), [anon_sym_L_SQUOTE] = ACTIONS(97), [anon_sym_u_SQUOTE] = ACTIONS(97), @@ -62018,106 +62408,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [452] = { + [STATE(452)] = { [sym_preproc_def] = STATE(452), [sym_preproc_function_def] = STATE(452), [sym_preproc_call] = STATE(452), [sym_preproc_if_in_field_declaration_list] = STATE(452), [sym_preproc_ifdef_in_field_declaration_list] = STATE(452), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1286), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1274), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(452), [sym_field_declaration] = STATE(452), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(452), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2015), - [aux_sym_preproc_if_token1] = ACTIONS(2018), - [aux_sym_preproc_if_token2] = ACTIONS(2021), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2023), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2023), - [aux_sym_preproc_else_token1] = ACTIONS(2021), - [aux_sym_preproc_elif_token1] = ACTIONS(2021), - [aux_sym_preproc_elifdef_token1] = ACTIONS(2021), - [aux_sym_preproc_elifdef_token2] = ACTIONS(2021), - [sym_preproc_directive] = ACTIONS(2026), - [anon_sym___extension__] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2035), - [anon_sym___attribute] = ACTIONS(2035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym___declspec] = ACTIONS(2041), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_auto] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym___inline] = ACTIONS(2032), - [anon_sym___inline__] = ACTIONS(2032), - [anon_sym___forceinline] = ACTIONS(2032), - [anon_sym_thread_local] = ACTIONS(2032), - [anon_sym___thread] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2029), - [anon_sym_constexpr] = ACTIONS(2029), - [anon_sym_volatile] = ACTIONS(2029), - [anon_sym_restrict] = ACTIONS(2029), - [anon_sym___restrict__] = ACTIONS(2029), - [anon_sym__Atomic] = ACTIONS(2029), - [anon_sym__Noreturn] = ACTIONS(2029), - [anon_sym_noreturn] = ACTIONS(2029), - [anon_sym__Nonnull] = ACTIONS(2029), - [anon_sym_alignas] = ACTIONS(2047), - [anon_sym__Alignas] = ACTIONS(2047), - [sym_primitive_type] = ACTIONS(2050), - [anon_sym_enum] = ACTIONS(2053), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2059), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(2010), + [aux_sym_preproc_def_token1] = ACTIONS(2013), + [aux_sym_preproc_if_token1] = ACTIONS(2016), + [aux_sym_preproc_if_token2] = ACTIONS(2019), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2021), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2021), + [aux_sym_preproc_else_token1] = ACTIONS(2019), + [aux_sym_preproc_elif_token1] = ACTIONS(2019), + [aux_sym_preproc_elifdef_token1] = ACTIONS(2019), + [aux_sym_preproc_elifdef_token2] = ACTIONS(2019), + [sym_preproc_directive] = ACTIONS(2024), + [anon_sym___extension__] = ACTIONS(2027), + [anon_sym_extern] = ACTIONS(2030), + [anon_sym___attribute__] = ACTIONS(2033), + [anon_sym___attribute] = ACTIONS(2033), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2036), + [anon_sym___declspec] = ACTIONS(2039), + [anon_sym_signed] = ACTIONS(2042), + [anon_sym_unsigned] = ACTIONS(2042), + [anon_sym_long] = ACTIONS(2042), + [anon_sym_short] = ACTIONS(2042), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_auto] = ACTIONS(2030), + [anon_sym_register] = ACTIONS(2030), + [anon_sym_inline] = ACTIONS(2030), + [anon_sym___inline] = ACTIONS(2030), + [anon_sym___inline__] = ACTIONS(2030), + [anon_sym___forceinline] = ACTIONS(2030), + [anon_sym_thread_local] = ACTIONS(2030), + [anon_sym___thread] = ACTIONS(2030), + [anon_sym_const] = ACTIONS(2027), + [anon_sym_constexpr] = ACTIONS(2027), + [anon_sym_volatile] = ACTIONS(2027), + [anon_sym_restrict] = ACTIONS(2027), + [anon_sym___restrict__] = ACTIONS(2027), + [anon_sym__Atomic] = ACTIONS(2027), + [anon_sym__Noreturn] = ACTIONS(2027), + [anon_sym_noreturn] = ACTIONS(2027), + [anon_sym__Nonnull] = ACTIONS(2027), + [anon_sym_alignas] = ACTIONS(2045), + [anon_sym__Alignas] = ACTIONS(2045), + [sym_primitive_type] = ACTIONS(2048), + [anon_sym_enum] = ACTIONS(2051), + [anon_sym_struct] = ACTIONS(2054), + [anon_sym_union] = ACTIONS(2057), [sym_comment] = ACTIONS(3), }, - [453] = { - [sym_preproc_def] = STATE(454), - [sym_preproc_function_def] = STATE(454), - [sym_preproc_call] = STATE(454), - [sym_preproc_if_in_field_declaration_list] = STATE(454), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(454), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1284), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(454), - [sym_field_declaration] = STATE(454), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(454), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(2062), - [aux_sym_preproc_if_token1] = ACTIONS(2064), + [STATE(453)] = { + [sym_preproc_def] = STATE(458), + [sym_preproc_function_def] = STATE(458), + [sym_preproc_call] = STATE(458), + [sym_preproc_if_in_field_declaration_list] = STATE(458), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(458), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1273), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(458), + [sym_field_declaration] = STATE(458), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(458), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(2060), + [aux_sym_preproc_if_token1] = ACTIONS(2062), + [aux_sym_preproc_if_token2] = ACTIONS(2064), [aux_sym_preproc_ifdef_token1] = ACTIONS(2066), [aux_sym_preproc_ifdef_token2] = ACTIONS(2066), [sym_preproc_directive] = ACTIONS(2068), @@ -62127,7 +62518,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(39), - [anon_sym_RBRACE] = ACTIONS(2070), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -62158,44 +62548,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [454] = { + [STATE(454)] = { [sym_preproc_def] = STATE(456), [sym_preproc_function_def] = STATE(456), [sym_preproc_call] = STATE(456), [sym_preproc_if_in_field_declaration_list] = STATE(456), [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1284), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1275), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(456), [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(2062), - [aux_sym_preproc_if_token1] = ACTIONS(2064), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2066), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2066), - [sym_preproc_directive] = ACTIONS(2068), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(2070), + [aux_sym_preproc_if_token1] = ACTIONS(2072), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2074), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2074), + [sym_preproc_directive] = ACTIONS(2076), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(39), - [anon_sym_RBRACE] = ACTIONS(2072), + [anon_sym_RBRACE] = ACTIONS(2078), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -62226,44 +62616,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [455] = { - [sym_preproc_def] = STATE(457), - [sym_preproc_function_def] = STATE(457), - [sym_preproc_call] = STATE(457), - [sym_preproc_if_in_field_declaration_list] = STATE(457), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1283), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(457), - [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(2074), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token2] = ACTIONS(2078), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), - [sym_preproc_directive] = ACTIONS(2082), + [STATE(455)] = { + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_field_declaration_list] = STATE(455), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(455), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1275), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(455), + [sym_field_declaration] = STATE(455), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(2010), + [aux_sym_preproc_def_token1] = ACTIONS(2080), + [aux_sym_preproc_if_token1] = ACTIONS(2083), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2086), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2086), + [sym_preproc_directive] = ACTIONS(2089), + [anon_sym___extension__] = ACTIONS(2027), + [anon_sym_extern] = ACTIONS(2030), + [anon_sym___attribute__] = ACTIONS(2033), + [anon_sym___attribute] = ACTIONS(2033), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2036), + [anon_sym___declspec] = ACTIONS(2039), + [anon_sym_RBRACE] = ACTIONS(2092), + [anon_sym_signed] = ACTIONS(2042), + [anon_sym_unsigned] = ACTIONS(2042), + [anon_sym_long] = ACTIONS(2042), + [anon_sym_short] = ACTIONS(2042), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_auto] = ACTIONS(2030), + [anon_sym_register] = ACTIONS(2030), + [anon_sym_inline] = ACTIONS(2030), + [anon_sym___inline] = ACTIONS(2030), + [anon_sym___inline__] = ACTIONS(2030), + [anon_sym___forceinline] = ACTIONS(2030), + [anon_sym_thread_local] = ACTIONS(2030), + [anon_sym___thread] = ACTIONS(2030), + [anon_sym_const] = ACTIONS(2027), + [anon_sym_constexpr] = ACTIONS(2027), + [anon_sym_volatile] = ACTIONS(2027), + [anon_sym_restrict] = ACTIONS(2027), + [anon_sym___restrict__] = ACTIONS(2027), + [anon_sym__Atomic] = ACTIONS(2027), + [anon_sym__Noreturn] = ACTIONS(2027), + [anon_sym_noreturn] = ACTIONS(2027), + [anon_sym__Nonnull] = ACTIONS(2027), + [anon_sym_alignas] = ACTIONS(2045), + [anon_sym__Alignas] = ACTIONS(2045), + [sym_primitive_type] = ACTIONS(2048), + [anon_sym_enum] = ACTIONS(2051), + [anon_sym_struct] = ACTIONS(2054), + [anon_sym_union] = ACTIONS(2057), + [sym_comment] = ACTIONS(3), + }, + [STATE(456)] = { + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_field_declaration_list] = STATE(455), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(455), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1275), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(455), + [sym_field_declaration] = STATE(455), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(2070), + [aux_sym_preproc_if_token1] = ACTIONS(2072), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2074), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2074), + [sym_preproc_directive] = ACTIONS(2076), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), [anon_sym___attribute] = ACTIONS(35), [anon_sym_LBRACK_LBRACK] = ACTIONS(1126), [anon_sym___declspec] = ACTIONS(39), + [anon_sym_RBRACE] = ACTIONS(2094), [anon_sym_signed] = ACTIONS(45), [anon_sym_unsigned] = ACTIONS(45), [anon_sym_long] = ACTIONS(45), @@ -62294,174 +62752,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [456] = { - [sym_preproc_def] = STATE(456), - [sym_preproc_function_def] = STATE(456), - [sym_preproc_call] = STATE(456), - [sym_preproc_if_in_field_declaration_list] = STATE(456), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(456), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1284), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(456), - [sym_field_declaration] = STATE(456), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(456), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2084), - [aux_sym_preproc_if_token1] = ACTIONS(2087), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2090), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2090), - [sym_preproc_directive] = ACTIONS(2093), - [anon_sym___extension__] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2035), - [anon_sym___attribute] = ACTIONS(2035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym___declspec] = ACTIONS(2041), - [anon_sym_RBRACE] = ACTIONS(2096), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_auto] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym___inline] = ACTIONS(2032), - [anon_sym___inline__] = ACTIONS(2032), - [anon_sym___forceinline] = ACTIONS(2032), - [anon_sym_thread_local] = ACTIONS(2032), - [anon_sym___thread] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2029), - [anon_sym_constexpr] = ACTIONS(2029), - [anon_sym_volatile] = ACTIONS(2029), - [anon_sym_restrict] = ACTIONS(2029), - [anon_sym___restrict__] = ACTIONS(2029), - [anon_sym__Atomic] = ACTIONS(2029), - [anon_sym__Noreturn] = ACTIONS(2029), - [anon_sym_noreturn] = ACTIONS(2029), - [anon_sym__Nonnull] = ACTIONS(2029), - [anon_sym_alignas] = ACTIONS(2047), - [anon_sym__Alignas] = ACTIONS(2047), - [sym_primitive_type] = ACTIONS(2050), - [anon_sym_enum] = ACTIONS(2053), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2059), - [sym_comment] = ACTIONS(3), - }, - [457] = { + [STATE(457)] = { [sym_preproc_def] = STATE(457), [sym_preproc_function_def] = STATE(457), [sym_preproc_call] = STATE(457), [sym_preproc_if_in_field_declaration_list] = STATE(457), [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1283), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1273), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), [sym__field_declaration_list_item] = STATE(457), [sym_field_declaration] = STATE(457), - [sym_macro_type_specifier] = STATE(772), + [sym_macro_type_specifier] = STATE(768), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(2012), - [aux_sym_preproc_def_token1] = ACTIONS(2098), - [aux_sym_preproc_if_token1] = ACTIONS(2101), - [aux_sym_preproc_if_token2] = ACTIONS(2021), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2104), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2104), - [sym_preproc_directive] = ACTIONS(2107), - [anon_sym___extension__] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2032), - [anon_sym___attribute__] = ACTIONS(2035), - [anon_sym___attribute] = ACTIONS(2035), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2038), - [anon_sym___declspec] = ACTIONS(2041), - [anon_sym_signed] = ACTIONS(2044), - [anon_sym_unsigned] = ACTIONS(2044), - [anon_sym_long] = ACTIONS(2044), - [anon_sym_short] = ACTIONS(2044), - [anon_sym_static] = ACTIONS(2032), - [anon_sym_auto] = ACTIONS(2032), - [anon_sym_register] = ACTIONS(2032), - [anon_sym_inline] = ACTIONS(2032), - [anon_sym___inline] = ACTIONS(2032), - [anon_sym___inline__] = ACTIONS(2032), - [anon_sym___forceinline] = ACTIONS(2032), - [anon_sym_thread_local] = ACTIONS(2032), - [anon_sym___thread] = ACTIONS(2032), - [anon_sym_const] = ACTIONS(2029), - [anon_sym_constexpr] = ACTIONS(2029), - [anon_sym_volatile] = ACTIONS(2029), - [anon_sym_restrict] = ACTIONS(2029), - [anon_sym___restrict__] = ACTIONS(2029), - [anon_sym__Atomic] = ACTIONS(2029), - [anon_sym__Noreturn] = ACTIONS(2029), - [anon_sym_noreturn] = ACTIONS(2029), - [anon_sym__Nonnull] = ACTIONS(2029), - [anon_sym_alignas] = ACTIONS(2047), - [anon_sym__Alignas] = ACTIONS(2047), - [sym_primitive_type] = ACTIONS(2050), - [anon_sym_enum] = ACTIONS(2053), - [anon_sym_struct] = ACTIONS(2056), - [anon_sym_union] = ACTIONS(2059), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(2010), + [aux_sym_preproc_def_token1] = ACTIONS(2096), + [aux_sym_preproc_if_token1] = ACTIONS(2099), + [aux_sym_preproc_if_token2] = ACTIONS(2019), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2102), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2102), + [sym_preproc_directive] = ACTIONS(2105), + [anon_sym___extension__] = ACTIONS(2027), + [anon_sym_extern] = ACTIONS(2030), + [anon_sym___attribute__] = ACTIONS(2033), + [anon_sym___attribute] = ACTIONS(2033), + [anon_sym_LBRACK_LBRACK] = ACTIONS(2036), + [anon_sym___declspec] = ACTIONS(2039), + [anon_sym_signed] = ACTIONS(2042), + [anon_sym_unsigned] = ACTIONS(2042), + [anon_sym_long] = ACTIONS(2042), + [anon_sym_short] = ACTIONS(2042), + [anon_sym_static] = ACTIONS(2030), + [anon_sym_auto] = ACTIONS(2030), + [anon_sym_register] = ACTIONS(2030), + [anon_sym_inline] = ACTIONS(2030), + [anon_sym___inline] = ACTIONS(2030), + [anon_sym___inline__] = ACTIONS(2030), + [anon_sym___forceinline] = ACTIONS(2030), + [anon_sym_thread_local] = ACTIONS(2030), + [anon_sym___thread] = ACTIONS(2030), + [anon_sym_const] = ACTIONS(2027), + [anon_sym_constexpr] = ACTIONS(2027), + [anon_sym_volatile] = ACTIONS(2027), + [anon_sym_restrict] = ACTIONS(2027), + [anon_sym___restrict__] = ACTIONS(2027), + [anon_sym__Atomic] = ACTIONS(2027), + [anon_sym__Noreturn] = ACTIONS(2027), + [anon_sym_noreturn] = ACTIONS(2027), + [anon_sym__Nonnull] = ACTIONS(2027), + [anon_sym_alignas] = ACTIONS(2045), + [anon_sym__Alignas] = ACTIONS(2045), + [sym_primitive_type] = ACTIONS(2048), + [anon_sym_enum] = ACTIONS(2051), + [anon_sym_struct] = ACTIONS(2054), + [anon_sym_union] = ACTIONS(2057), [sym_comment] = ACTIONS(3), }, - [458] = { - [sym_preproc_def] = STATE(455), - [sym_preproc_function_def] = STATE(455), - [sym_preproc_call] = STATE(455), - [sym_preproc_if_in_field_declaration_list] = STATE(455), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(455), - [sym__declaration_modifiers] = STATE(710), - [sym__declaration_specifiers] = STATE(1283), - [sym_attribute_specifier] = STATE(710), - [sym_attribute_declaration] = STATE(710), - [sym_ms_declspec_modifier] = STATE(710), - [sym_storage_class_specifier] = STATE(710), - [sym_type_qualifier] = STATE(710), - [sym_alignas_qualifier] = STATE(720), - [sym_type_specifier] = STATE(727), - [sym_sized_type_specifier] = STATE(772), - [sym_enum_specifier] = STATE(772), - [sym_struct_specifier] = STATE(772), - [sym_union_specifier] = STATE(772), - [sym__field_declaration_list_item] = STATE(455), - [sym_field_declaration] = STATE(455), - [sym_macro_type_specifier] = STATE(772), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(455), - [aux_sym__declaration_specifiers_repeat1] = STATE(710), - [aux_sym_sized_type_specifier_repeat1] = STATE(722), - [sym_identifier] = ACTIONS(1946), - [aux_sym_preproc_def_token1] = ACTIONS(2074), - [aux_sym_preproc_if_token1] = ACTIONS(2076), - [aux_sym_preproc_if_token2] = ACTIONS(2110), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2080), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2080), - [sym_preproc_directive] = ACTIONS(2082), + [STATE(458)] = { + [sym_preproc_def] = STATE(457), + [sym_preproc_function_def] = STATE(457), + [sym_preproc_call] = STATE(457), + [sym_preproc_if_in_field_declaration_list] = STATE(457), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(457), + [sym__declaration_modifiers] = STATE(698), + [sym__declaration_specifiers] = STATE(1273), + [sym_attribute_specifier] = STATE(698), + [sym_attribute_declaration] = STATE(698), + [sym_ms_declspec_modifier] = STATE(698), + [sym_storage_class_specifier] = STATE(698), + [sym_type_qualifier] = STATE(698), + [sym_alignas_qualifier] = STATE(713), + [sym_type_specifier] = STATE(723), + [sym_sized_type_specifier] = STATE(768), + [sym_enum_specifier] = STATE(768), + [sym_struct_specifier] = STATE(768), + [sym_union_specifier] = STATE(768), + [sym__field_declaration_list_item] = STATE(457), + [sym_field_declaration] = STATE(457), + [sym_macro_type_specifier] = STATE(768), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(457), + [aux_sym__declaration_specifiers_repeat1] = STATE(698), + [aux_sym_sized_type_specifier_repeat1] = STATE(717), + [sym_identifier] = ACTIONS(1944), + [aux_sym_preproc_def_token1] = ACTIONS(2060), + [aux_sym_preproc_if_token1] = ACTIONS(2062), + [aux_sym_preproc_if_token2] = ACTIONS(2108), + [aux_sym_preproc_ifdef_token1] = ACTIONS(2066), + [aux_sym_preproc_ifdef_token2] = ACTIONS(2066), + [sym_preproc_directive] = ACTIONS(2068), [anon_sym___extension__] = ACTIONS(49), [anon_sym_extern] = ACTIONS(47), [anon_sym___attribute__] = ACTIONS(35), @@ -62498,34 +62888,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(59), [sym_comment] = ACTIONS(3), }, - [459] = { - [sym_compound_statement] = STATE(1669), - [sym_expression] = STATE(1024), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1746), - [anon_sym_RPAREN] = ACTIONS(2112), + [STATE(459)] = { + [sym_compound_statement] = STATE(1570), + [sym_expression] = STATE(1014), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1744), + [anon_sym_RPAREN] = ACTIONS(2110), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62533,7 +62923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), @@ -62565,34 +62955,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [460] = { - [sym_compound_statement] = STATE(2002), - [sym_expression] = STATE(1053), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(2002), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1746), + [STATE(460)] = { + [sym_compound_statement] = STATE(1557), + [sym_expression] = STATE(1012), + [sym__string] = STATE(683), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1744), + [anon_sym_RPAREN] = ACTIONS(2112), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62600,7 +62990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), @@ -62632,34 +63022,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [461] = { - [sym_compound_statement] = STATE(1884), - [sym_expression] = STATE(1072), - [sym__string] = STATE(693), - [sym_comma_expression] = STATE(1884), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1746), + [STATE(461)] = { + [sym_compound_statement] = STATE(1941), + [sym_expression] = STATE(1047), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1941), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1744), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62667,7 +63057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), @@ -62699,34 +63089,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(103), [sym_comment] = ACTIONS(3), }, - [462] = { - [sym_compound_statement] = STATE(1658), - [sym_expression] = STATE(1026), - [sym__string] = STATE(693), - [sym_conditional_expression] = STATE(693), - [sym_assignment_expression] = STATE(693), - [sym_pointer_expression] = STATE(843), - [sym_unary_expression] = STATE(693), - [sym_binary_expression] = STATE(693), - [sym_update_expression] = STATE(693), - [sym_cast_expression] = STATE(693), - [sym_sizeof_expression] = STATE(693), - [sym_alignof_expression] = STATE(693), - [sym_offsetof_expression] = STATE(693), - [sym_generic_expression] = STATE(693), - [sym_subscript_expression] = STATE(843), - [sym_call_expression] = STATE(843), - [sym_gnu_asm_expression] = STATE(693), - [sym_extension_expression] = STATE(693), - [sym_field_expression] = STATE(843), - [sym_compound_literal_expression] = STATE(693), - [sym_parenthesized_expression] = STATE(843), - [sym_char_literal] = STATE(693), - [sym_concatenated_string] = STATE(693), - [sym_string_literal] = STATE(673), - [sym_null] = STATE(693), - [sym_identifier] = ACTIONS(1746), - [anon_sym_RPAREN] = ACTIONS(2114), + [STATE(462)] = { + [sym_compound_statement] = STATE(1901), + [sym_expression] = STATE(1044), + [sym__string] = STATE(683), + [sym_comma_expression] = STATE(1901), + [sym_conditional_expression] = STATE(683), + [sym_assignment_expression] = STATE(683), + [sym_pointer_expression] = STATE(842), + [sym_unary_expression] = STATE(683), + [sym_binary_expression] = STATE(683), + [sym_update_expression] = STATE(683), + [sym_cast_expression] = STATE(683), + [sym_sizeof_expression] = STATE(683), + [sym_alignof_expression] = STATE(683), + [sym_offsetof_expression] = STATE(683), + [sym_generic_expression] = STATE(683), + [sym_subscript_expression] = STATE(842), + [sym_call_expression] = STATE(842), + [sym_gnu_asm_expression] = STATE(683), + [sym_extension_expression] = STATE(683), + [sym_field_expression] = STATE(842), + [sym_compound_literal_expression] = STATE(683), + [sym_parenthesized_expression] = STATE(842), + [sym_char_literal] = STATE(683), + [sym_concatenated_string] = STATE(683), + [sym_string_literal] = STATE(669), + [sym_null] = STATE(683), + [sym_identifier] = ACTIONS(1744), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -62734,7 +63124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), - [anon_sym___extension__] = ACTIONS(1416), + [anon_sym___extension__] = ACTIONS(1412), [anon_sym_LBRACE] = ACTIONS(43), [anon_sym_DASH_DASH] = ACTIONS(83), [anon_sym_PLUS_PLUS] = ACTIONS(83), @@ -62782,18 +63172,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1398), 1, - anon_sym_LBRACE, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + ACTIONS(2114), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1043), 1, + STATE(1040), 1, sym_expression, - STATE(1729), 1, - sym_initializer_list, + STATE(1785), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -62834,13 +63224,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -62871,17 +63261,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, ACTIONS(2116), 1, - anon_sym_SEMI, - STATE(673), 1, + anon_sym_RPAREN, + STATE(669), 1, sym_string_literal, - STATE(1050), 1, + STATE(1053), 1, sym_expression, - STATE(1795), 1, + STATE(1985), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -62923,13 +63313,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -62948,95 +63338,6 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_null, [226] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(43), 1, - anon_sym_LBRACE, - ACTIONS(85), 1, - anon_sym_sizeof, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(1047), 1, - sym_expression, - STATE(1713), 1, - sym_compound_statement, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(843), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [339] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -63049,34 +63350,34 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1398), 1, anon_sym_LBRACE, - ACTIONS(1734), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1408), 1, anon_sym_sizeof, ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(686), 1, + STATE(676), 1, sym_initializer_list, - STATE(896), 1, + STATE(699), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -63101,13 +63402,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63125,7 +63426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [452] = 24, + [339] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63138,17 +63439,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2122), 1, - anon_sym_RPAREN, - STATE(673), 1, + ACTIONS(2124), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1059), 1, + STATE(1018), 1, sym_expression, - STATE(1826), 1, + STATE(1952), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -63190,13 +63491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63214,7 +63515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [565] = 24, + [452] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63227,18 +63528,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1398), 1, - anon_sym_LBRACE, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + ACTIONS(2126), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1027), 1, + STATE(1055), 1, sym_expression, - STATE(1714), 1, - sym_initializer_list, + STATE(1828), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -63279,13 +63580,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63303,7 +63604,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [678] = 24, + [565] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -63314,127 +63615,38 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, + ACTIONS(1396), 1, + anon_sym___extension__, ACTIONS(1398), 1, anon_sym_LBRACE, - ACTIONS(1406), 1, - anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(686), 1, + STATE(669), 1, + sym_string_literal, + STATE(676), 1, sym_initializer_list, - STATE(700), 1, + STATE(699), 1, sym_expression, - STATE(714), 1, - sym_string_literal, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2128), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(682), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [791] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1398), 1, - anon_sym_LBRACE, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(686), 1, - sym_initializer_list, - STATE(700), 1, - sym_expression, - ACTIONS(21), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -63457,13 +63669,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63481,7 +63693,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [904] = 24, + [678] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63494,17 +63706,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2130), 1, - anon_sym_SEMI, - STATE(673), 1, + ACTIONS(2132), 1, + anon_sym_COLON, + STATE(669), 1, sym_string_literal, - STATE(1055), 1, + STATE(1024), 1, sym_expression, - STATE(1871), 1, + STATE(1808), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -63546,13 +63758,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63570,7 +63782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1017] = 24, + [791] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63583,17 +63795,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2132), 1, - anon_sym_RPAREN, - STATE(673), 1, + ACTIONS(2134), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1054), 1, + STATE(1057), 1, sym_expression, - STATE(1860), 1, + STATE(1840), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -63635,13 +63847,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63659,7 +63871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1130] = 24, + [904] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63672,17 +63884,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2134), 1, + ACTIONS(2136), 1, anon_sym_RPAREN, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1068), 1, + STATE(1054), 1, sym_expression, - STATE(1925), 1, + STATE(1836), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -63724,13 +63936,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63748,7 +63960,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1243] = 24, + [1017] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63761,18 +63973,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1398), 1, - anon_sym_LBRACE, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + ACTIONS(2138), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1046), 1, + STATE(1015), 1, sym_expression, - STATE(1691), 1, - sym_initializer_list, + STATE(1936), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -63813,13 +64025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63837,7 +64049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1356] = 24, + [1130] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63850,17 +64062,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2136), 1, - anon_sym_RPAREN, - STATE(673), 1, + ACTIONS(2140), 1, + anon_sym_COLON, + STATE(669), 1, sym_string_literal, - STATE(1048), 1, + STATE(1030), 1, sym_expression, - STATE(1973), 1, + STATE(1949), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -63902,13 +64114,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -63926,7 +64138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1469] = 24, + [1243] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -63939,17 +64151,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2138), 1, - anon_sym_COLON, - STATE(673), 1, + ACTIONS(2142), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1041), 1, + STATE(1046), 1, sym_expression, - STATE(1998), 1, + STATE(1769), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -63991,13 +64203,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64015,11 +64227,13 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1582] = 24, + [1356] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_LPAREN2, + ACTIONS(43), 1, + anon_sym_LBRACE, ACTIONS(85), 1, anon_sym_sizeof, ACTIONS(89), 1, @@ -64028,18 +64242,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2140), 1, - anon_sym_RPAREN, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1064), 1, + STATE(1031), 1, sym_expression, - STATE(1840), 1, - sym_comma_expression, + STATE(1731), 1, + sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -64080,13 +64292,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64104,7 +64316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1695] = 24, + [1469] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64117,17 +64329,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2142), 1, + ACTIONS(2144), 1, anon_sym_COLON, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1065), 1, + STATE(1037), 1, sym_expression, - STATE(1883), 1, + STATE(1859), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64169,13 +64381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64193,9 +64405,13 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1808] = 24, + [1582] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, @@ -64204,38 +64420,34 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1398), 1, anon_sym_LBRACE, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(686), 1, - sym_initializer_list, - STATE(896), 1, + STATE(1035), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1808), 2, + STATE(1737), 1, + sym_initializer_list, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -64258,13 +64470,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64282,7 +64494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1921] = 24, + [1695] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64295,17 +64507,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2144), 1, - anon_sym_SEMI, - STATE(673), 1, + ACTIONS(2146), 1, + anon_sym_COLON, + STATE(669), 1, sym_string_literal, - STATE(1056), 1, + STATE(1048), 1, sym_expression, - STATE(1908), 1, + STATE(1887), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64347,13 +64559,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, + STATE(842), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [1808] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1398), 1, + anon_sym_LBRACE, + ACTIONS(1750), 1, + anon_sym___extension__, + ACTIONS(1752), 1, + anon_sym_sizeof, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + STATE(676), 1, + sym_initializer_list, + STATE(699), 1, + sym_expression, + STATE(718), 1, + sym_string_literal, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, + ACTIONS(1746), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1748), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64371,7 +64672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2034] = 24, + [1921] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64384,17 +64685,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2146), 1, + ACTIONS(2154), 1, anon_sym_COLON, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1070), 1, + STATE(1022), 1, sym_expression, - STATE(1911), 1, + STATE(1846), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64436,13 +64737,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64460,49 +64761,49 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2147] = 24, + [2034] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1398), 1, - anon_sym_LBRACE, - ACTIONS(1752), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1754), 1, - anon_sym_sizeof, - ACTIONS(2148), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2150), 1, - anon_sym_LPAREN2, - STATE(686), 1, - sym_initializer_list, - STATE(700), 1, - sym_expression, - STATE(714), 1, + ACTIONS(2156), 1, + anon_sym_RPAREN, + STATE(669), 1, sym_string_literal, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1748), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1750), 2, + STATE(1016), 1, + sym_expression, + STATE(1832), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -64525,13 +64826,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64549,7 +64850,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2260] = 24, + [2147] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64562,17 +64863,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2154), 1, - anon_sym_SEMI, - STATE(673), 1, + ACTIONS(2158), 1, + anon_sym_RPAREN, + STATE(669), 1, sym_string_literal, - STATE(1075), 1, + STATE(1061), 1, sym_expression, - STATE(1939), 1, + STATE(1841), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64614,13 +64915,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64638,7 +64939,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2373] = 24, + [2260] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64651,17 +64952,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2156), 1, - anon_sym_COLON, - STATE(673), 1, + ACTIONS(2160), 1, + anon_sym_SEMI, + STATE(669), 1, sym_string_literal, - STATE(1078), 1, + STATE(1052), 1, sym_expression, - STATE(1834), 1, + STATE(1986), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64703,13 +65004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64727,7 +65028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2486] = 24, + [2373] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64740,17 +65041,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2158), 1, - anon_sym_SEMI, - STATE(673), 1, + ACTIONS(2162), 1, + anon_sym_RPAREN, + STATE(669), 1, sym_string_literal, - STATE(1061), 1, + STATE(1019), 1, sym_expression, - STATE(1965), 1, + STATE(1845), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64792,13 +65093,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64816,7 +65117,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2599] = 24, + [2486] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64829,17 +65130,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2160), 1, - anon_sym_RPAREN, - STATE(673), 1, + ACTIONS(2164), 1, + anon_sym_COLON, + STATE(669), 1, sym_string_literal, - STATE(1066), 1, + STATE(1056), 1, sym_expression, - STATE(1857), 1, + STATE(1970), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -64881,13 +65182,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64905,7 +65206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2712] = 24, + [2599] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -64918,18 +65219,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1398), 1, + anon_sym_LBRACE, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2162), 1, - anon_sym_SEMI, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1077), 1, + STATE(1041), 1, sym_expression, - STATE(1964), 1, - sym_comma_expression, + STATE(1744), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -64970,13 +65271,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -64994,49 +65295,49 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2825] = 24, + [2712] = 24, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1396), 1, - anon_sym___extension__, ACTIONS(1398), 1, anon_sym_LBRACE, - ACTIONS(1400), 1, - anon_sym_sizeof, - ACTIONS(2164), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1412), 1, + anon_sym___extension__, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(686), 1, - sym_initializer_list, - STATE(700), 1, + STATE(1029), 1, sym_expression, + STATE(1716), 1, + sym_initializer_list, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1392), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2166), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -65059,13 +65360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65083,49 +65384,49 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2938] = 24, + [2825] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(2168), 1, - anon_sym_COLON, - STATE(673), 1, + ACTIONS(1398), 1, + anon_sym_LBRACE, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1073), 1, + STATE(676), 1, + sym_initializer_list, + STATE(909), 1, sym_expression, - STATE(1997), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -65148,13 +65449,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65172,7 +65473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3051] = 24, + [2938] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -65185,17 +65486,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, ACTIONS(2170), 1, - anon_sym_COLON, - STATE(673), 1, + anon_sym_RPAREN, + STATE(669), 1, sym_string_literal, - STATE(1039), 1, + STATE(1033), 1, sym_expression, - STATE(1979), 1, + STATE(1787), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -65237,13 +65538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65261,7 +65562,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3164] = 24, + [3051] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -65274,18 +65575,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1398), 1, + anon_sym_LBRACE, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2172), 1, - anon_sym_SEMI, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1051), 1, + STATE(676), 1, + sym_initializer_list, + STATE(699), 1, sym_expression, - STATE(1974), 1, - sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -65326,13 +65627,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65350,7 +65651,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3277] = 23, + [3164] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -65359,19 +65660,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1398), 1, + anon_sym_LBRACE, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - ACTIONS(2174), 1, - anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(676), 1, + sym_initializer_list, + STATE(909), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -65379,16 +65682,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -65413,13 +65716,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65437,47 +65740,221 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, + [3277] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(55), 1, + anon_sym_enum, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1944), 1, + sym_identifier, + ACTIONS(2172), 1, + anon_sym_LBRACE, + STATE(691), 1, + sym_ms_call_modifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(717), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(723), 1, + sym_type_specifier, + STATE(1153), 1, + sym__declaration_specifiers, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(283), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(45), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(698), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, [3387] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(55), 1, + anon_sym_enum, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1944), 1, + sym_identifier, + ACTIONS(2174), 1, + anon_sym_LBRACE, + STATE(674), 1, + sym_ms_call_modifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(717), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(723), 1, + sym_type_specifier, + STATE(1150), 1, + sym__declaration_specifiers, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(373), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(45), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + STATE(698), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [3497] = 23, + ACTIONS(3), 1, + sym_comment, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + ACTIONS(2176), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_string_literal, - STATE(1019), 1, + STATE(896), 1, sym_expression, - STATE(1671), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -65500,13 +65977,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65524,7 +66001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3497] = 23, + [3607] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -65535,17 +66012,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - ACTIONS(2176), 1, + ACTIONS(2178), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -65553,16 +66030,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -65587,13 +66064,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65611,47 +66088,47 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3607] = 23, + [3717] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1736), 1, - anon_sym_sizeof, - ACTIONS(2118), 1, - anon_sym_LPAREN2, - ACTIONS(2178), 1, - anon_sym_RBRACK, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(1008), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1730), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1732), 2, + STATE(1604), 1, + sym_comma_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -65674,13 +66151,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65698,7 +66175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3717] = 23, + [3827] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -65709,17 +66186,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, ACTIONS(2180), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -65727,16 +66204,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -65761,13 +66238,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65785,93 +66262,6 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3827] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(55), 1, - anon_sym_enum, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, - sym_identifier, - ACTIONS(2182), 1, - anon_sym_LBRACE, - STATE(683), 1, - sym_ms_call_modifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(722), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, - sym_type_specifier, - STATE(1148), 1, - sym__declaration_specifiers, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(326), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(45), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(710), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, [3937] = 23, ACTIONS(3), 1, sym_comment, @@ -65883,17 +66273,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - ACTIONS(2184), 1, + ACTIONS(2182), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -65901,16 +66291,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -65935,13 +66325,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -65974,19 +66364,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - ACTIONS(2186), 1, + ACTIONS(2184), 1, anon_sym_LBRACE, - STATE(696), 1, + STATE(695), 1, sym_ms_call_modifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1162), 1, + STATE(1141), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -65994,7 +66384,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(143), 3, + STATE(261), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -66003,7 +66393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -66016,7 +66406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -66057,17 +66447,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - ACTIONS(2188), 1, + ACTIONS(2186), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -66075,16 +66465,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -66109,13 +66499,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66144,17 +66534,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - ACTIONS(2190), 1, + ACTIONS(2188), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -66162,16 +66552,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -66196,13 +66586,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66231,17 +66621,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - ACTIONS(2192), 1, + ACTIONS(2190), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -66249,16 +66639,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -66283,13 +66673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66308,93 +66698,6 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_null, [4487] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(55), 1, - anon_sym_enum, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, - sym_identifier, - ACTIONS(2194), 1, - anon_sym_LBRACE, - STATE(675), 1, - sym_ms_call_modifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(722), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, - sym_type_specifier, - STATE(1153), 1, - sym__declaration_specifiers, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(291), 3, - sym_function_definition, - sym_declaration, - sym_declaration_list, - ACTIONS(45), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - STATE(710), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [4597] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -66405,104 +66708,17 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, - anon_sym_sizeof, - ACTIONS(2118), 1, - anon_sym_LPAREN2, - ACTIONS(2196), 1, - anon_sym_RBRACK, - STATE(673), 1, - sym_string_literal, - STATE(913), 1, - sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1730), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1732), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1835), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2120), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(682), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [4707] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, ACTIONS(1734), 1, - anon_sym___extension__, - ACTIONS(1736), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - ACTIONS(2198), 1, + ACTIONS(2192), 1, anon_sym_RBRACK, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(896), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -66510,16 +66726,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -66544,13 +66760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66568,7 +66784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4817] = 23, + [4597] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -66583,19 +66799,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - ACTIONS(2200), 1, + ACTIONS(2194), 1, anon_sym_LBRACE, - STATE(695), 1, + STATE(693), 1, sym_ms_call_modifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1165), 1, + STATE(1136), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -66603,7 +66819,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(262), 3, + STATE(129), 3, sym_function_definition, sym_declaration, sym_declaration_list, @@ -66612,7 +66828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -66625,7 +66841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -66655,130 +66871,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [4927] = 22, + [4707] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + ACTIONS(2196), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_string_literal, - STATE(1081), 1, + STATE(896), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(843), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [5034] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(982), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -66801,13 +66934,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66825,45 +66958,47 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5141] = 22, + [4817] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + ACTIONS(2198), 1, + anon_sym_RBRACK, + STATE(669), 1, sym_string_literal, - STATE(991), 1, + STATE(896), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -66886,13 +67021,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66910,7 +67045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5248] = 22, + [4927] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -66919,17 +67054,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(980), 1, + STATE(892), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -66937,16 +67072,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -66971,13 +67106,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -66995,45 +67130,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5355] = 22, + [5034] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1095), 1, + STATE(824), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67056,13 +67191,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67080,7 +67215,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5462] = 22, + [5141] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -67089,34 +67224,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(968), 1, + STATE(708), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -67141,13 +67276,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67165,45 +67300,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5569] = 22, + [5248] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(702), 1, + STATE(823), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67226,13 +67361,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67250,7 +67385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5676] = 22, + [5355] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -67259,34 +67394,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(971), 1, + STATE(821), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -67311,13 +67446,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67335,7 +67470,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5783] = 22, + [5462] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -67344,34 +67479,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(981), 1, + STATE(826), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -67396,13 +67531,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67420,130 +67555,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5890] = 22, + [5569] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(993), 1, + STATE(827), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(843), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [5997] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(1021), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67566,13 +67616,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67590,45 +67640,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6104] = 22, + [5676] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(984), 1, + STATE(832), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67651,13 +67701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67675,45 +67725,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6211] = 22, + [5783] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(985), 1, + STATE(834), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67736,13 +67786,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67760,45 +67810,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6318] = 22, + [5890] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1067), 1, + STATE(835), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67821,13 +67871,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67845,45 +67895,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6425] = 22, + [5997] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2128), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1057), 1, + STATE(836), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -67906,13 +67956,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -67930,7 +67980,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6532] = 22, + [6104] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -67941,32 +67991,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(824), 1, + STATE(828), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -67991,13 +68041,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68015,45 +68065,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6639] = 22, + [6211] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1736), 1, - anon_sym_sizeof, - ACTIONS(2118), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(895), 1, + STATE(961), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1730), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68076,13 +68126,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68100,7 +68150,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6746] = 22, + [6318] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -68111,32 +68161,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(825), 1, + STATE(833), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -68161,13 +68211,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68185,45 +68235,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6853] = 22, + [6425] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(826), 1, + STATE(1093), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68246,13 +68296,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68270,45 +68320,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6960] = 22, + [6532] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(842), 1, + STATE(977), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68331,13 +68381,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68355,45 +68405,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7067] = 22, + [6639] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(828), 1, + STATE(1045), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68416,13 +68466,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68440,45 +68490,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7174] = 22, + [6746] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(829), 1, + STATE(1082), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68501,13 +68551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68525,7 +68575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7281] = 22, + [6853] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -68536,32 +68586,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(830), 1, + STATE(707), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -68586,13 +68636,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68610,45 +68660,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7388] = 22, + [6960] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(831), 1, + STATE(978), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68671,13 +68721,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68695,45 +68745,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7495] = 22, + [7067] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(832), 1, + STATE(708), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68756,13 +68806,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68780,7 +68830,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7602] = 22, + [7174] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -68793,13 +68843,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1090), 1, + STATE(979), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -68841,13 +68891,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68865,45 +68915,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7709] = 22, + [7281] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1400), 1, - anon_sym_sizeof, - ACTIONS(2164), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(813), 1, + STATE(962), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1392), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2166), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -68926,13 +68976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -68950,7 +69000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7816] = 22, + [7388] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -68963,13 +69013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1099), 1, + STATE(955), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -69011,13 +69061,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69035,7 +69085,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7923] = 22, + [7495] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -69048,13 +69098,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(992), 1, + STATE(957), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -69096,13 +69146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69120,45 +69170,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8030] = 22, + [7602] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1408), 1, - anon_sym_sizeof, - ACTIONS(2124), 1, - anon_sym_LPAREN2, - STATE(714), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(833), 1, + STATE(976), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1402), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -69181,13 +69231,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69205,45 +69255,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8137] = 22, + [7709] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1754), 1, - anon_sym_sizeof, - ACTIONS(2148), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2150), 1, - anon_sym_LPAREN2, - STATE(702), 1, - sym_expression, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1748), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1750), 2, + STATE(973), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -69266,13 +69316,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69290,45 +69340,130 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8244] = 22, + [7816] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1754), 1, - anon_sym_sizeof, - ACTIONS(2148), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2150), 1, - anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(972), 1, + STATE(981), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(842), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [7923] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1412), 1, + anon_sym___extension__, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + STATE(956), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -69351,13 +69486,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69375,7 +69510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8351] = 22, + [8030] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -69384,17 +69519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1096), 1, + STATE(1095), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -69402,16 +69537,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -69436,13 +69571,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69460,45 +69595,122 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8458] = 22, + [8137] = 14, ACTIONS(3), 1, sym_comment, + ACTIONS(1768), 1, + anon_sym_const, + ACTIONS(1772), 1, + anon_sym_LPAREN2, + ACTIONS(1778), 1, + anon_sym_STAR, + ACTIONS(1785), 1, + anon_sym_EQ, + STATE(630), 1, + sym_string_literal, + STATE(755), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(1797), 2, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(2200), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1789), 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(1776), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1781), 11, + 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_alignas, + anon_sym__Alignas, + ACTIONS(1770), 12, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [8228] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(1028), 1, + STATE(980), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -69521,13 +69733,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69545,7 +69757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8565] = 22, + [8335] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -69554,17 +69766,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(834), 1, + STATE(1051), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -69572,16 +69784,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -69606,13 +69818,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69630,7 +69842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8672] = 22, + [8442] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -69643,13 +69855,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1098), 1, + STATE(960), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -69691,13 +69903,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69715,45 +69927,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8779] = 22, + [8549] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1754), 1, - anon_sym_sizeof, - ACTIONS(2148), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2150), 1, - anon_sym_LPAREN2, - STATE(708), 1, - sym_expression, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1748), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1750), 2, + STATE(1009), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -69776,13 +69988,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69800,7 +70012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8886] = 22, + [8656] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -69813,13 +70025,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1744), 1, sym_identifier, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(986), 1, + STATE(704), 1, sym_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -69861,13 +70073,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69885,45 +70097,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8993] = 22, + [8763] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1754), 1, - anon_sym_sizeof, - ACTIONS(2148), 1, + ACTIONS(1744), 1, sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2202), 1, anon_sym_LPAREN2, - STATE(704), 1, - sym_expression, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1748), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1750), 2, + STATE(703), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -69946,13 +70158,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -69970,7 +70182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9100] = 22, + [8870] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -69979,34 +70191,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2202), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(705), 1, - sym_expression, - STATE(714), 1, + STATE(669), 1, sym_string_literal, + STATE(706), 1, + sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -70031,13 +70243,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70055,7 +70267,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9207] = 22, + [8977] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70064,34 +70276,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(714), 1, - sym_string_literal, - STATE(987), 1, + STATE(707), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -70116,13 +70328,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70140,7 +70352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9314] = 22, + [9084] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70149,34 +70361,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(973), 1, + STATE(704), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -70201,13 +70413,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70225,45 +70437,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9421] = 22, + [9191] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1396), 1, + anon_sym___extension__, + ACTIONS(1400), 1, + anon_sym_sizeof, + ACTIONS(2204), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(704), 1, + STATE(703), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1390), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1392), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2130), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -70286,13 +70498,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70310,84 +70522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9528] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1770), 1, - anon_sym_const, - ACTIONS(1774), 1, - anon_sym_LPAREN2, - ACTIONS(1780), 1, - anon_sym_STAR, - ACTIONS(1790), 1, - anon_sym_EQ, - STATE(630), 1, - sym_string_literal, - STATE(768), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(1783), 2, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(2204), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1794), 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(1778), 11, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1786), 11, - 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_alignas, - anon_sym__Alignas, - ACTIONS(1772), 12, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [9619] = 22, + [9298] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70396,34 +70531,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1396), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1400), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2128), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(974), 1, + STATE(830), 1, sym_expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1390), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1392), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2130), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -70448,13 +70583,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70472,45 +70607,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9726] = 22, + [9405] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1752), 1, + anon_sym_sizeof, + ACTIONS(2148), 1, sym_identifier, - STATE(673), 1, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + STATE(718), 1, sym_string_literal, - STATE(969), 1, + STATE(959), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1746), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1748), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -70539,7 +70674,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70557,7 +70692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9833] = 22, + [9512] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70566,17 +70701,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1752), 1, anon_sym_sizeof, ACTIONS(2148), 1, sym_identifier, ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(718), 1, sym_string_literal, - STATE(975), 1, + STATE(963), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -70584,13 +70719,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(2152), 2, @@ -70618,13 +70753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70642,45 +70777,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9940] = 22, + [9619] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1752), 1, + anon_sym_sizeof, + ACTIONS(2148), 1, sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(983), 1, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + STATE(708), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1746), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1748), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -70709,7 +70844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70727,7 +70862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10047] = 22, + [9726] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70736,17 +70871,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1752), 1, anon_sym_sizeof, ACTIONS(2148), 1, sym_identifier, ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(718), 1, sym_string_literal, - STATE(976), 1, + STATE(965), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -70754,13 +70889,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(2152), 2, @@ -70788,13 +70923,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70812,7 +70947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10154] = 22, + [9833] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70821,34 +70956,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(816), 1, + STATE(966), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -70873,13 +71008,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70897,45 +71032,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10261] = 22, + [9940] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1752), 1, + anon_sym_sizeof, + ACTIONS(2148), 1, sym_identifier, - STATE(673), 1, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + STATE(718), 1, sym_string_literal, - STATE(1023), 1, + STATE(967), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1746), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1748), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -70964,7 +71099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -70982,7 +71117,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10368] = 22, + [10047] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -70991,34 +71126,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(702), 1, - sym_expression, - STATE(714), 1, + STATE(718), 1, sym_string_literal, + STATE(968), 1, + sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71043,13 +71178,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71067,7 +71202,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10475] = 22, + [10154] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71076,34 +71211,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(817), 1, + STATE(969), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71128,13 +71263,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71152,7 +71287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10582] = 22, + [10261] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71161,34 +71296,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(708), 1, - sym_expression, - STATE(714), 1, + STATE(718), 1, sym_string_literal, + STATE(970), 1, + sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71213,13 +71348,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71237,7 +71372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10689] = 22, + [10368] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71246,34 +71381,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(704), 1, - sym_expression, - STATE(714), 1, + STATE(718), 1, sym_string_literal, + STATE(971), 1, + sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71298,13 +71433,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71322,7 +71457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10796] = 22, + [10475] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71331,34 +71466,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2206), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(705), 1, - sym_expression, - STATE(714), 1, + STATE(718), 1, sym_string_literal, + STATE(972), 1, + sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71383,13 +71518,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71407,45 +71542,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10903] = 22, + [10582] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1752), 1, + anon_sym_sizeof, + ACTIONS(2148), 1, sym_identifier, - STATE(673), 1, + ACTIONS(2150), 1, + anon_sym_LPAREN2, + STATE(718), 1, sym_string_literal, - STATE(988), 1, + STATE(974), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1746), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1748), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2152), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -71474,7 +71609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71492,7 +71627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11010] = 22, + [10689] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71501,17 +71636,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1406), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1408), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(718), 1, sym_string_literal, - STATE(835), 1, + STATE(958), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -71519,16 +71654,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1402), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1404), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71553,13 +71688,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71577,7 +71712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11117] = 22, + [10796] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71586,17 +71721,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1752), 1, anon_sym_sizeof, ACTIONS(2148), 1, sym_identifier, ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(718), 1, sym_string_literal, - STATE(977), 1, + STATE(975), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -71604,13 +71739,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(2152), 2, @@ -71638,13 +71773,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71662,45 +71797,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11224] = 22, + [10903] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1406), 1, + anon_sym___extension__, + ACTIONS(1408), 1, + anon_sym_sizeof, + ACTIONS(2118), 1, + anon_sym_LPAREN2, + STATE(718), 1, sym_string_literal, - STATE(990), 1, + STATE(811), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1402), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1404), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2122), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -71723,13 +71858,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71747,7 +71882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11331] = 22, + [11010] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71756,17 +71891,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1082), 1, + STATE(906), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -71774,16 +71909,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -71808,13 +71943,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -71832,7 +71967,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11438] = 22, + [11117] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -71843,119 +71978,34 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(820), 1, + STATE(825), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2166), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(682), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [11545] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(989), 1, - sym_expression, - ACTIONS(21), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -71978,13 +72028,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72002,7 +72052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11652] = 22, + [11224] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72013,32 +72063,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(821), 1, + STATE(812), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72063,13 +72113,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72087,7 +72137,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11759] = 22, + [11331] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72098,32 +72148,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(702), 1, + STATE(814), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72148,13 +72198,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72172,45 +72222,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11866] = 22, + [11438] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1406), 1, + anon_sym___extension__, + ACTIONS(1408), 1, + anon_sym_sizeof, + ACTIONS(2118), 1, + anon_sym_LPAREN2, + STATE(718), 1, sym_string_literal, - STATE(1108), 1, + STATE(815), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1402), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1404), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2122), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -72233,13 +72283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72257,7 +72307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11973] = 22, + [11545] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72266,17 +72316,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(718), 1, sym_string_literal, - STATE(978), 1, + STATE(816), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -72284,16 +72334,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72318,13 +72368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72342,7 +72392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12080] = 22, + [11652] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72353,32 +72403,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(837), 1, + STATE(817), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72403,13 +72453,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72427,7 +72477,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12187] = 22, + [11759] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72438,32 +72488,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(708), 1, + STATE(818), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(2120), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72488,13 +72538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72512,45 +72562,130 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12294] = 22, + [11866] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(1029), 1, + STATE(1011), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(842), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [11973] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1412), 1, + anon_sym___extension__, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + STATE(1081), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -72573,13 +72708,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72597,7 +72732,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12401] = 22, + [12080] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72606,17 +72741,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(1030), 1, + STATE(819), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -72624,16 +72759,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72658,13 +72793,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72682,7 +72817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12508] = 22, + [12187] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72691,17 +72826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(895), 1, + STATE(820), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -72709,16 +72844,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72743,13 +72878,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72767,7 +72902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12615] = 22, + [12294] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72776,17 +72911,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1031), 1, + STATE(1078), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -72794,16 +72929,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72828,13 +72963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72852,7 +72987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12722] = 22, + [12401] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72861,34 +72996,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1032), 1, + STATE(706), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72913,13 +73048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -72937,7 +73072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12829] = 22, + [12508] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -72946,34 +73081,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1033), 1, + STATE(704), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -72998,13 +73133,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73022,7 +73157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12936] = 22, + [12615] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73031,34 +73166,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2206), 1, anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1034), 1, + STATE(703), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73083,13 +73218,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73107,7 +73242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13043] = 22, + [12722] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73116,17 +73251,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1750), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1752), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2148), 1, + sym_identifier, + ACTIONS(2150), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(1035), 1, + STATE(964), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -73134,16 +73269,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1746), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1748), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2152), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73168,13 +73303,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(843), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73192,215 +73327,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13150] = 22, + [12829] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(1036), 1, + STATE(1084), 1, sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1847), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(932), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13257] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, - anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1037), 1, - sym_expression, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, - ACTIONS(1806), 2, + ACTIONS(23), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(932), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13364] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, - anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1038), 1, - sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1808), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1835), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1847), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -73423,13 +73388,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73447,7 +73412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13471] = 22, + [12936] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73462,11 +73427,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___extension__, ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2124), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(707), 1, + STATE(708), 1, sym_expression, - STATE(714), 1, + STATE(718), 1, sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, @@ -73480,10 +73445,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2128), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73508,13 +73473,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73532,7 +73497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13578] = 22, + [13043] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73541,34 +73506,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(714), 1, - sym_string_literal, - STATE(979), 1, + STATE(706), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73593,13 +73558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73617,7 +73582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13685] = 22, + [13150] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73626,34 +73591,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1040), 1, + STATE(704), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73678,13 +73643,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73702,7 +73667,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13792] = 22, + [13257] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73711,34 +73676,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1408), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2208), 1, anon_sym_LPAREN2, - STATE(673), 1, - sym_string_literal, - STATE(1042), 1, + STATE(703), 1, sym_expression, + STATE(718), 1, + sym_string_literal, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73763,13 +73728,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73787,7 +73752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [13899] = 22, + [13364] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -73798,15 +73763,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1406), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1408), 1, anon_sym_sizeof, ACTIONS(2118), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(718), 1, sym_string_literal, - STATE(899), 1, + STATE(822), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -73814,16 +73779,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1404), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(2120), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -73848,13 +73813,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73872,45 +73837,130 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14006] = 22, + [13471] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1736), 1, - anon_sym_sizeof, - ACTIONS(2118), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(900), 1, + STATE(1072), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(842), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [13578] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1412), 1, + anon_sym___extension__, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + STATE(1023), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -73933,13 +73983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -73957,45 +74007,130 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14113] = 22, + [13685] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1736), 1, - anon_sym_sizeof, - ACTIONS(2118), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(901), 1, + STATE(1083), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(842), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [13792] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1412), 1, + anon_sym___extension__, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + STATE(1077), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -74018,13 +74153,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74042,7 +74177,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14220] = 22, + [13899] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74051,17 +74186,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(902), 1, + STATE(1060), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74069,16 +74204,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74103,13 +74238,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74127,7 +74262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14327] = 22, + [14006] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74136,17 +74271,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(903), 1, + STATE(1032), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74154,16 +74289,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74188,13 +74323,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74212,7 +74347,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14434] = 22, + [14113] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74221,17 +74356,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(904), 1, + STATE(906), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74239,16 +74374,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74273,13 +74408,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74297,7 +74432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14541] = 22, + [14220] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74306,17 +74441,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(905), 1, + STATE(1062), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74324,16 +74459,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74358,13 +74493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74382,7 +74517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14648] = 22, + [14327] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74391,17 +74526,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(906), 1, + STATE(1026), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74409,16 +74544,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74443,13 +74578,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74467,7 +74602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14755] = 22, + [14434] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74476,17 +74611,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(907), 1, + STATE(1058), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74494,16 +74629,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74528,13 +74663,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74552,7 +74687,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14862] = 22, + [14541] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74561,17 +74696,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(909), 1, + STATE(1064), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74579,16 +74714,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74613,13 +74748,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74637,7 +74772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [14969] = 22, + [14648] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74646,17 +74781,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(910), 1, + STATE(1017), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74664,16 +74799,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74698,13 +74833,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74722,7 +74857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15076] = 22, + [14755] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74731,17 +74866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(912), 1, + STATE(1066), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74749,16 +74884,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74783,13 +74918,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74807,7 +74942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15183] = 22, + [14862] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74816,17 +74951,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(914), 1, + STATE(1020), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74834,16 +74969,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74868,13 +75003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74892,7 +75027,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15290] = 22, + [14969] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74901,17 +75036,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2208), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(915), 1, + STATE(1021), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -74919,16 +75054,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -74953,13 +75088,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -74977,7 +75112,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15397] = 22, + [15076] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -74986,17 +75121,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(911), 1, + STATE(1036), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -75004,16 +75139,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -75038,13 +75173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75062,45 +75197,130 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15504] = 22, + [15183] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1805), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1811), 1, + anon_sym___extension__, + ACTIONS(1813), 1, + anon_sym_sizeof, + ACTIONS(1829), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(967), 1, + STATE(1043), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1809), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(919), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [15290] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + STATE(669), 1, + sym_string_literal, + STATE(915), 1, + sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -75123,13 +75343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75147,7 +75367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15611] = 22, + [15397] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -75158,32 +75378,117 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(704), 1, + STATE(891), 1, sym_expression, - ACTIONS(25), 2, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(685), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [15504] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1386), 1, + sym_identifier, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + STATE(669), 1, + sym_string_literal, + STATE(893), 1, + sym_expression, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -75208,13 +75513,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75232,7 +75537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15718] = 22, + [15611] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -75243,32 +75548,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2210), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(705), 1, + STATE(894), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -75293,13 +75598,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75317,45 +75622,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15825] = 22, + [15718] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1083), 1, + STATE(900), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -75378,13 +75683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75402,7 +75707,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [15932] = 22, + [15825] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -75413,32 +75718,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(836), 1, + STATE(901), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -75463,13 +75768,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75487,130 +75792,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16039] = 22, + [15932] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(2212), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(705), 1, + STATE(902), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(87), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(97), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(843), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(693), 17, - sym__string, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_extension_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [16146] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, - ACTIONS(89), 1, - anon_sym_offsetof, - ACTIONS(91), 1, - anon_sym__Generic, - ACTIONS(161), 1, - sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(1088), 1, - sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(25), 2, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(103), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(163), 2, - sym_true, - sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -75633,13 +75853,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75657,45 +75877,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16253] = 22, + [16039] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1079), 1, + STATE(903), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -75718,13 +75938,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75742,7 +75962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16360] = 22, + [16146] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -75753,32 +75973,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(819), 1, + STATE(904), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -75803,13 +76023,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75827,45 +76047,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16467] = 22, + [16253] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1386), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1732), 1, + anon_sym___extension__, + ACTIONS(1734), 1, + anon_sym_sizeof, + ACTIONS(2166), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(1097), 1, + STATE(905), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1728), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1730), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -75888,13 +76108,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75912,7 +76132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16574] = 22, + [16360] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -75921,17 +76141,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(912), 1, + STATE(895), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -75939,16 +76159,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -75973,13 +76193,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -75997,7 +76217,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16681] = 22, + [16467] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76008,15 +76228,15 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1734), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1736), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(913), 1, + STATE(897), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -76024,16 +76244,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1730), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1732), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2120), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76058,13 +76278,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76082,7 +76302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16788] = 22, + [16574] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76091,17 +76311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(1831), 1, + ACTIONS(2210), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(914), 1, + STATE(898), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -76109,16 +76329,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76143,13 +76363,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76167,7 +76387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [16895] = 22, + [16681] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76176,17 +76396,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, + ACTIONS(1386), 1, sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1812), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2214), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(915), 1, + STATE(908), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -76194,16 +76414,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76228,13 +76448,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76252,45 +76472,130 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17002] = 22, + [16788] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1804), 1, - sym_identifier, - ACTIONS(1810), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1812), 1, - anon_sym_sizeof, - ACTIONS(1831), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(1060), 1, + STATE(706), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1808), 2, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(842), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [16895] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1412), 1, + anon_sym___extension__, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + STATE(1069), 1, + sym_expression, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1835), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1847), 2, + ACTIONS(83), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -76313,13 +76618,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(932), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76337,45 +76642,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17109] = 22, + [17002] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1400), 1, - anon_sym_sizeof, - ACTIONS(2164), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(839), 1, + STATE(1067), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1392), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2166), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -76398,13 +76703,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76422,45 +76727,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17216] = 22, + [17109] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(85), 1, + anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, - sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1412), 1, anon_sym___extension__, - ACTIONS(1400), 1, - anon_sym_sizeof, - ACTIONS(2164), 1, - anon_sym_LPAREN2, - STATE(673), 1, + ACTIONS(1744), 1, + sym_identifier, + STATE(669), 1, sym_string_literal, - STATE(827), 1, + STATE(1080), 1, sym_expression, + ACTIONS(21), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(83), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1392), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(2166), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -76483,13 +76788,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(842), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76507,7 +76812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17323] = 22, + [17216] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76516,34 +76821,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(815), 1, + STATE(895), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76568,13 +76873,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76592,7 +76897,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17430] = 22, + [17323] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76603,32 +76908,32 @@ static const uint16_t ts_small_parse_table[] = { sym_number_literal, ACTIONS(1386), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1732), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1734), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(2166), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(838), 1, + STATE(896), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1728), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1730), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2168), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76653,13 +76958,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(685), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76677,45 +76982,45 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17537] = 22, + [17430] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(85), 1, - anon_sym_sizeof, ACTIONS(89), 1, anon_sym_offsetof, ACTIONS(91), 1, anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1416), 1, - anon_sym___extension__, - ACTIONS(1746), 1, + ACTIONS(1805), 1, sym_identifier, - STATE(673), 1, + ACTIONS(1811), 1, + anon_sym___extension__, + ACTIONS(1813), 1, + anon_sym_sizeof, + ACTIONS(1829), 1, + anon_sym_LPAREN2, + STATE(669), 1, sym_string_literal, - STATE(708), 1, + STATE(897), 1, sym_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, + ACTIONS(1807), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1809), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1845), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(93), 3, anon_sym_asm, anon_sym___asm__, @@ -76738,13 +77043,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(843), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76762,7 +77067,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17644] = 22, + [17537] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76771,17 +77076,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1752), 1, + ACTIONS(1805), 1, + sym_identifier, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1754), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2148), 1, - sym_identifier, - ACTIONS(2150), 1, + ACTIONS(2212), 1, anon_sym_LPAREN2, - STATE(714), 1, + STATE(669), 1, sym_string_literal, - STATE(970), 1, + STATE(898), 1, sym_expression, ACTIONS(103), 2, anon_sym_NULL, @@ -76789,16 +77094,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1748), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1750), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2126), 2, + ACTIONS(1833), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2152), 2, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76823,13 +77128,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(845), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76847,7 +77152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17751] = 22, + [17644] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(89), 1, @@ -76856,34 +77161,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(161), 1, sym_number_literal, - ACTIONS(1386), 1, + ACTIONS(1805), 1, sym_identifier, - ACTIONS(1396), 1, + ACTIONS(1811), 1, anon_sym___extension__, - ACTIONS(1400), 1, + ACTIONS(1813), 1, anon_sym_sizeof, - ACTIONS(2164), 1, + ACTIONS(1829), 1, anon_sym_LPAREN2, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(707), 1, + STATE(1025), 1, sym_expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(103), 2, anon_sym_NULL, anon_sym_nullptr, ACTIONS(163), 2, sym_true, sym_false, - ACTIONS(1390), 2, + ACTIONS(1807), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1392), 2, + ACTIONS(1809), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(2166), 2, + ACTIONS(1833), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1845), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(93), 3, @@ -76908,13 +77213,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(682), 5, + STATE(919), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(693), 17, + STATE(683), 17, sym__string, sym_conditional_expression, sym_assignment_expression, @@ -76932,78 +77237,97 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [17858] = 6, + [17751] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2216), 1, + ACTIONS(89), 1, + anon_sym_offsetof, + ACTIONS(91), 1, + anon_sym__Generic, + ACTIONS(161), 1, + sym_number_literal, + ACTIONS(1386), 1, sym_identifier, - STATE(628), 2, + ACTIONS(1406), 1, + anon_sym___extension__, + ACTIONS(1408), 1, + anon_sym_sizeof, + ACTIONS(2118), 1, + anon_sym_LPAREN2, + STATE(718), 1, sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2223), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2221), 17, - aux_sym_preproc_elif_token1, + STATE(813), 1, + sym_expression, + ACTIONS(103), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(163), 2, + sym_true, + sym_false, + ACTIONS(1402), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(1404), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(2120), 2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2219), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(2122), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [17930] = 6, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(87), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(97), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(685), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(683), 17, + sym__string, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_extension_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [17858] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2226), 1, + ACTIONS(2214), 1, sym_identifier, - STATE(628), 2, + STATE(629), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, ACTIONS(99), 5, @@ -77012,7 +77336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2230), 17, + ACTIONS(2218), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77030,7 +77354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2228), 33, + ACTIONS(2216), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77064,21 +77388,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18002] = 6, + [17930] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2232), 1, + ACTIONS(2220), 1, sym_identifier, STATE(629), 2, sym_string_literal, aux_sym_concatenated_string_repeat1, - ACTIONS(99), 5, + ACTIONS(2227), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2236), 17, + ACTIONS(2225), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77096,7 +77420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2234), 33, + ACTIONS(2223), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77130,18 +77454,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18074] = 5, + [18002] = 6, ACTIONS(3), 1, sym_comment, - STATE(630), 1, + ACTIONS(2230), 1, + sym_identifier, + STATE(628), 2, sym_string_literal, + aux_sym_concatenated_string_repeat1, ACTIONS(99), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1778), 18, + ACTIONS(2234), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77159,8 +77486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(1772), 33, + ACTIONS(2232), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77194,7 +77520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18143] = 25, + [18074] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -77211,25 +77537,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1819), 1, + ACTIONS(1817), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(2238), 1, + ACTIONS(2236), 1, sym_identifier, - ACTIONS(2240), 1, + ACTIONS(2238), 1, anon_sym_RPAREN, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1127), 1, + STATE(1111), 1, sym__declaration_specifiers, - STATE(1531), 1, + STATE(1515), 1, sym_variadic_parameter, - STATE(1603), 1, + STATE(1579), 1, sym_parameter_declaration, - STATE(1957), 1, + STATE(1835), 1, sym_compound_statement, ACTIONS(35), 2, anon_sym___attribute__, @@ -77242,13 +77568,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77278,7 +77604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [18252] = 24, + [18183] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -77295,21 +77621,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1819), 1, + ACTIONS(1817), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1821), 1, + ACTIONS(1819), 1, anon_sym_RPAREN, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1127), 1, + STATE(1111), 1, sym__declaration_specifiers, - STATE(1957), 1, + STATE(1835), 1, sym_compound_statement, ACTIONS(35), 2, anon_sym___attribute__, @@ -77317,7 +77643,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1603), 2, + STATE(1579), 2, sym_variadic_parameter, sym_parameter_declaration, ACTIONS(45), 4, @@ -77325,13 +77651,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77361,10 +77687,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [18359] = 3, + [18290] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2242), 22, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1776), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77380,14 +77714,10 @@ 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_asm, - anon_sym___asm__, - anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2244), 34, + ACTIONS(1770), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77403,9 +77733,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -77422,10 +77751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18423] = 3, + [18359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2246), 22, + ACTIONS(2240), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77448,7 +77777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2248), 34, + ACTIONS(2242), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77483,10 +77812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18487] = 3, + [18423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2250), 22, + ACTIONS(2244), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77509,7 +77838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2252), 34, + ACTIONS(2246), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77544,10 +77873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18551] = 3, + [18487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2254), 22, + ACTIONS(2248), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77570,7 +77899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2256), 34, + ACTIONS(2250), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77605,10 +77934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18615] = 3, + [18551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2258), 18, + ACTIONS(2252), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77624,10 +77953,14 @@ 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_asm, + anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2260), 38, + ACTIONS(2254), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77643,8 +77976,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -77661,15 +77995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [18679] = 3, + [18615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2262), 22, + ACTIONS(2256), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77692,7 +78021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2264), 34, + ACTIONS(2258), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77727,10 +78056,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18743] = 3, + [18679] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2273), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2276), 1, + anon_sym___declspec, + STATE(713), 1, + sym_alignas_qualifier, + ACTIONS(2270), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2279), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2262), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(639), 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(2264), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + ACTIONS(2267), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(2260), 17, + 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, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [18759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2266), 22, + ACTIONS(2282), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77753,7 +78151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2268), 34, + ACTIONS(2284), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77788,10 +78186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18807] = 3, + [18823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 22, + ACTIONS(2286), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77814,7 +78212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2272), 34, + ACTIONS(2288), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77849,10 +78247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18871] = 3, + [18887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 18, + ACTIONS(2290), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77868,10 +78266,14 @@ 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_asm, + anon_sym___asm__, + anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2276), 38, + ACTIONS(2292), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77887,8 +78289,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -77905,15 +78308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [18935] = 3, + [18951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2278), 22, + ACTIONS(2294), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77936,7 +78334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2280), 34, + ACTIONS(2296), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -77971,10 +78369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18999] = 3, + [19015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2282), 22, + ACTIONS(2298), 22, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -77997,7 +78395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2284), 34, + ACTIONS(2300), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -78032,10 +78430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19063] = 3, + [19079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2286), 22, + ACTIONS(2302), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -78051,14 +78449,10 @@ 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_asm, - anon_sym___asm__, - anon_sym___asm, anon_sym_DOT, sym_identifier, - ACTIONS(2288), 34, + ACTIONS(2304), 38, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -78074,9 +78468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, @@ -78093,75 +78486,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19127] = 11, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [19143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2303), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2306), 1, - anon_sym___declspec, - STATE(720), 1, - sym_alignas_qualifier, - ACTIONS(2300), 2, + ACTIONS(2306), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2309), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2292), 5, + anon_sym_EQ, + anon_sym_DOT, + sym_identifier, + ACTIONS(2308), 38, + 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, - STATE(646), 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(2294), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - ACTIONS(2297), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(2290), 17, - 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_RBRACE, anon_sym_LBRACK, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, [19207] = 22, ACTIONS(3), 1, sym_comment, @@ -78175,21 +78565,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(506), 1, + ACTIONS(378), 1, anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(299), 1, + STATE(280), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78197,7 +78587,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78205,13 +78595,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78254,21 +78644,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(506), 1, + ACTIONS(133), 1, anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(301), 1, + STATE(137), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78276,7 +78666,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(651), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78284,13 +78674,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78333,21 +78723,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(133), 1, + ACTIONS(512), 1, anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(137), 1, + STATE(265), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78355,7 +78745,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(654), 2, + STATE(650), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78363,13 +78753,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78412,21 +78802,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(378), 1, + ACTIONS(512), 1, anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(275), 1, + STATE(274), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78434,7 +78824,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78442,13 +78832,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78491,21 +78881,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(506), 1, + ACTIONS(133), 1, anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(307), 1, + STATE(139), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78513,7 +78903,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(654), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78521,13 +78911,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78570,21 +78960,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(378), 1, + ACTIONS(512), 1, anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(264), 1, + STATE(276), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78592,7 +78982,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(650), 2, + STATE(653), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78600,13 +78990,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78641,8 +79031,6 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(39), 1, anon_sym___declspec, - ACTIONS(43), 1, - anon_sym_LBRACE, ACTIONS(53), 1, sym_primitive_type, ACTIONS(55), 1, @@ -78651,19 +79039,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, + ACTIONS(512), 1, + anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(321), 1, + STATE(317), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78671,7 +79061,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(657), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78679,13 +79069,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78732,17 +79122,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(127), 1, + STATE(145), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78750,7 +79140,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78758,13 +79148,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78799,6 +79189,8 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(39), 1, anon_sym___declspec, + ACTIONS(43), 1, + anon_sym_LBRACE, ACTIONS(53), 1, sym_primitive_type, ACTIONS(55), 1, @@ -78807,21 +79199,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(133), 1, - anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(132), 1, + STATE(344), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78829,7 +79219,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(656), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78837,13 +79227,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78878,6 +79268,8 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(39), 1, anon_sym___declspec, + ACTIONS(43), 1, + anon_sym_LBRACE, ACTIONS(53), 1, sym_primitive_type, ACTIONS(55), 1, @@ -78886,21 +79278,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(133), 1, - anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(124), 1, + STATE(330), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78908,7 +79298,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(658), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78916,13 +79306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78957,8 +79347,6 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(39), 1, anon_sym___declspec, - ACTIONS(43), 1, - anon_sym_LBRACE, ACTIONS(53), 1, sym_primitive_type, ACTIONS(55), 1, @@ -78967,19 +79355,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, + ACTIONS(133), 1, + anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(343), 1, + STATE(124), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -78987,7 +79377,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(648), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -78995,13 +79385,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79036,6 +79426,8 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(39), 1, anon_sym___declspec, + ACTIONS(43), 1, + anon_sym_LBRACE, ACTIONS(53), 1, sym_primitive_type, ACTIONS(55), 1, @@ -79044,21 +79436,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(506), 1, - anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(293), 1, + STATE(357), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -79066,7 +79456,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(647), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -79074,13 +79464,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79127,17 +79517,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(277), 1, + STATE(299), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -79153,13 +79543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79206,17 +79596,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(324), 1, + STATE(369), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -79224,7 +79614,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(655), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -79232,13 +79622,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79285,17 +79675,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(284), 1, + STATE(303), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -79303,7 +79693,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -79311,13 +79701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79352,8 +79742,6 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(39), 1, anon_sym___declspec, - ACTIONS(43), 1, - anon_sym_LBRACE, ACTIONS(53), 1, sym_primitive_type, ACTIONS(55), 1, @@ -79362,19 +79750,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, + ACTIONS(378), 1, + anon_sym_LBRACE, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(345), 1, + STATE(306), 1, sym_compound_statement, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -79382,7 +79772,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(660), 2, + STATE(647), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(45), 4, @@ -79390,91 +79780,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(710), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [20823] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(55), 1, - anon_sym_enum, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1819), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2312), 1, - sym_identifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(722), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, - sym_type_specifier, - STATE(1127), 1, - sym__declaration_specifiers, - STATE(1743), 1, - sym_parameter_declaration, - STATE(1748), 1, - sym_variadic_parameter, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(45), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79504,54 +79816,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [20923] = 21, + [20823] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2310), 1, sym_identifier, - ACTIONS(2326), 1, + ACTIONS(2322), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2329), 1, + ACTIONS(2325), 1, anon_sym___declspec, - ACTIONS(2332), 1, + ACTIONS(2328), 1, anon_sym_LBRACE, - ACTIONS(2340), 1, + ACTIONS(2336), 1, sym_primitive_type, - ACTIONS(2343), 1, + ACTIONS(2339), 1, anon_sym_enum, - ACTIONS(2346), 1, + ACTIONS(2342), 1, anon_sym_struct, - ACTIONS(2349), 1, + ACTIONS(2345), 1, anon_sym_union, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1159), 1, + STATE(1145), 1, sym__declaration_specifiers, - ACTIONS(2323), 2, + ACTIONS(2319), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2337), 2, + ACTIONS(2333), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(664), 2, + STATE(663), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, - ACTIONS(2334), 4, + ACTIONS(2330), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79559,7 +79871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2317), 10, + ACTIONS(2313), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -79570,7 +79882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - ACTIONS(2320), 10, + ACTIONS(2316), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -79581,7 +79893,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [21021] = 21, + [20921] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2350), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(2348), 45, + anon_sym___extension__, + 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_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + [20983] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -79596,39 +79967,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1819), 1, + ACTIONS(1817), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1946), 1, + ACTIONS(2352), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1127), 1, + STATE(1111), 1, sym__declaration_specifiers, + STATE(1678), 1, + sym_parameter_declaration, + STATE(1711), 1, + sym_variadic_parameter, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1743), 2, - sym_variadic_parameter, - sym_parameter_declaration, ACTIONS(45), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79658,37 +80030,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [21119] = 3, + [21083] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2354), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(55), 1, + anon_sym_enum, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(2352), 45, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(1817), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1944), 1, + sym_identifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(717), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(723), 1, + sym_type_specifier, + STATE(1111), 1, + sym__declaration_specifiers, + ACTIONS(35), 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, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1678), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(45), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(698), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -79698,6 +80096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -79707,30 +80107,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, [21181] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2363), 1, + ACTIONS(2361), 1, anon_sym_static, - STATE(703), 1, + STATE(697), 1, sym_alignas_qualifier, - ACTIONS(2366), 2, + ACTIONS(2364), 2, anon_sym_alignas, anon_sym__Alignas, STATE(667), 2, sym_type_qualifier, aux_sym_array_declarator_repeat1, - ACTIONS(2360), 10, + ACTIONS(2358), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -79741,7 +80131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - ACTIONS(2356), 18, + ACTIONS(2354), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_sizeof, @@ -79760,7 +80150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - ACTIONS(2358), 19, + ACTIONS(2356), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -79783,7 +80173,7 @@ static const uint16_t ts_small_parse_table[] = { [21252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 21, + ACTIONS(2369), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -79805,7 +80195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1738), 32, + ACTIONS(2367), 32, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -79838,126 +80228,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [21313] = 3, + [21313] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2371), 21, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, + ACTIONS(2371), 1, + sym_identifier, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2369), 32, + ACTIONS(2375), 16, anon_sym_DASH, anon_sym_PLUS, - anon_sym___extension__, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym___try, - anon_sym___leave, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - [21374] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1744), 21, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2373), 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_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1742), 32, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym___try, - anon_sym___leave, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - [21435] = 3, + anon_sym_DASH_GT, + [21379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2369), 18, + ACTIONS(2367), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -79976,7 +80310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2371), 34, + ACTIONS(2369), 34, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80011,18 +80345,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [21495] = 7, + [21439] = 7, ACTIONS(3), 1, sym_comment, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - ACTIONS(2380), 2, + ACTIONS(2384), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2375), 7, + ACTIONS(2379), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80030,7 +80364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2377), 10, + ACTIONS(2381), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -80041,7 +80375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - ACTIONS(2373), 30, + ACTIONS(2377), 30, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, @@ -80072,20 +80406,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21563] = 6, + [21507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 1, - sym_identifier, - STATE(630), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2387), 16, + ACTIONS(2387), 18, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80102,10 +80427,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2385), 29, + sym_identifier, + ACTIONS(2389), 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, @@ -80132,79 +80462,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [21629] = 19, + [21566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(55), 1, - anon_sym_enum, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, - sym_identifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(722), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, - sym_type_specifier, - STATE(1255), 1, - sym__declaration_specifiers, - ACTIONS(35), 2, + ACTIONS(2391), 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, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(45), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(710), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [21720] = 19, + anon_sym_EQ, + anon_sym_DOT, + sym_identifier, + ACTIONS(2393), 33, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [21625] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -80219,15 +80533,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1262), 1, + STATE(1250), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -80240,13 +80554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -80276,10 +80590,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [21811] = 3, + [21716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2389), 18, + ACTIONS(2395), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80298,7 +80612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2391), 33, + ACTIONS(2397), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80332,10 +80646,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [21870] = 3, + [21775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2393), 18, + ACTIONS(2399), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80354,7 +80668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2395), 33, + ACTIONS(2401), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80388,10 +80702,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [21929] = 3, + [21834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2397), 18, + ACTIONS(2403), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80410,7 +80724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2399), 33, + ACTIONS(2405), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80444,10 +80758,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [21988] = 3, + [21893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2401), 18, + ACTIONS(2407), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80466,7 +80780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2403), 33, + ACTIONS(2409), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80500,10 +80814,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22047] = 3, + [21952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2405), 18, + ACTIONS(2411), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80522,7 +80836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2407), 33, + ACTIONS(2413), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80556,10 +80870,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22106] = 3, + [22011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2409), 18, + ACTIONS(2415), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80578,7 +80892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2411), 33, + ACTIONS(2417), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80612,10 +80926,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22165] = 3, + [22070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1778), 18, + ACTIONS(2419), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80634,7 +80948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(1772), 33, + ACTIONS(2421), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80668,82 +80982,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22224] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(55), 1, - anon_sym_enum, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, - sym_identifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(722), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, - sym_type_specifier, - STATE(1267), 1, - sym__declaration_specifiers, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(45), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(710), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [22315] = 3, + [22129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2413), 18, + ACTIONS(2423), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80762,7 +81004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2415), 33, + ACTIONS(2425), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80796,10 +81038,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22374] = 3, + [22188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2417), 18, + ACTIONS(1776), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80818,7 +81060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2419), 33, + ACTIONS(1770), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80852,66 +81094,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22433] = 3, + [22247] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2421), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(55), 1, + anon_sym_enum, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1944), 1, + sym_identifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(717), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(723), 1, + sym_type_specifier, + STATE(1218), 1, + sym__declaration_specifiers, + ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - sym_identifier, - ACTIONS(2423), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [22492] = 3, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(45), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(698), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [22338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2425), 18, + ACTIONS(1776), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80930,7 +81188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2427), 33, + ACTIONS(1770), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -80964,10 +81222,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22551] = 3, + [22397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 18, + ACTIONS(2427), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -80986,7 +81244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2431), 33, + ACTIONS(2429), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -81020,10 +81278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22610] = 3, + [22456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2433), 18, + ACTIONS(2431), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -81042,7 +81300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2435), 33, + ACTIONS(2433), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -81076,10 +81334,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22669] = 3, + [22515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 18, + ACTIONS(2435), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -81098,7 +81356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2439), 33, + ACTIONS(2437), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -81132,7 +81390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22728] = 19, + [22574] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -81147,15 +81405,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1246), 1, + STATE(1227), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -81168,13 +81426,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -81204,10 +81462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [22819] = 3, + [22665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 18, + ACTIONS(2439), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -81226,7 +81484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_DOT, sym_identifier, - ACTIONS(2443), 33, + ACTIONS(2441), 33, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -81260,63 +81518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [22878] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1778), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - sym_identifier, - ACTIONS(1772), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [22937] = 19, + [22724] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -81331,15 +81533,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1252), 1, + STATE(1251), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -81352,13 +81554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -81388,7 +81590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [23028] = 19, + [22815] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -81403,15 +81605,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1269), 1, + STATE(1240), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -81424,13 +81626,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -81460,7 +81662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [23119] = 19, + [22906] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -81475,15 +81677,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1261), 1, + STATE(1255), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -81496,13 +81698,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -81532,7 +81734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [23210] = 19, + [22997] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, @@ -81547,15 +81749,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(722), 1, + STATE(717), 1, aux_sym_sized_type_specifier_repeat1, - STATE(727), 1, + STATE(723), 1, sym_type_specifier, - STATE(1259), 1, + STATE(1243), 1, sym__declaration_specifiers, ACTIONS(35), 2, anon_sym___attribute__, @@ -81568,13 +81770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(710), 7, + STATE(698), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -81604,248 +81806,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [23301] = 3, + [23088] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2445), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(55), 1, + anon_sym_enum, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1944), 1, + sym_identifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(717), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(723), 1, + sym_type_specifier, + STATE(1256), 1, + sym__declaration_specifiers, + ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - anon_sym_DOT, - sym_identifier, - ACTIONS(2447), 33, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [23360] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2451), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_RBRACK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2449), 31, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - anon_sym_static, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, + ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - [23418] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2453), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - sym_identifier, - ACTIONS(2455), 26, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [23486] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2465), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - sym_identifier, - ACTIONS(2467), 33, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [23544] = 8, + ACTIONS(45), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(698), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [23179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2469), 17, + ACTIONS(2443), 18, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -81862,14 +81898,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym___attribute, anon_sym_EQ, + anon_sym_DOT, sym_identifier, - ACTIONS(2471), 26, + ACTIONS(2445), 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, @@ -81878,6 +81917,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -81890,10 +81931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23612] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [23238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1716), 19, + ACTIONS(1714), 19, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -81913,7 +81957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1714), 31, + ACTIONS(1712), 31, anon_sym_DASH, anon_sym_PLUS, anon_sym___extension__, @@ -81945,82 +81989,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [23670] = 8, + [23296] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2473), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(55), 1, + anon_sym_enum, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1944), 1, + sym_identifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(717), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(728), 1, + sym_type_specifier, + ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - anon_sym_EQ, - sym_identifier, - ACTIONS(2475), 26, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [23738] = 8, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(45), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(639), 7, + sym__declaration_modifiers, + sym_attribute_specifier, + sym_attribute_declaration, + sym_ms_declspec_modifier, + sym_storage_class_specifier, + sym_type_qualifier, + aux_sym__declaration_specifiers_repeat1, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [23384] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2477), 17, + ACTIONS(2447), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -82038,7 +82092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, sym_identifier, - ACTIONS(2479), 26, + ACTIONS(2449), 26, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -82065,10 +82119,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23806] = 3, + [23452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 17, + ACTIONS(2459), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -82086,7 +82140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute, anon_sym_EQ, sym_identifier, - ACTIONS(2483), 33, + ACTIONS(2461), 33, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_preproc_if_token2, @@ -82120,397 +82174,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [23864] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2485), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - sym_identifier, - ACTIONS(2487), 26, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [23932] = 7, + [23510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2465), 19, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2489), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - sym_identifier, - ACTIONS(2491), 28, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [23998] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2493), 17, - aux_sym_preproc_elif_token1, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_EQ, - sym_identifier, - ACTIONS(2495), 33, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACK_RBRACK, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + anon_sym_RBRACK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [24056] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(55), 1, - anon_sym_enum, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1946), 1, - sym_identifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(722), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(724), 1, - sym_type_specifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(45), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(646), 7, - sym__declaration_modifiers, - sym_attribute_specifier, - sym_attribute_declaration, - sym_ms_declspec_modifier, - sym_storage_class_specifier, - sym_type_qualifier, - aux_sym__declaration_specifiers_repeat1, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [24144] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2501), 1, - anon_sym_LBRACE, - STATE(734), 1, - sym_field_declaration_list, - STATE(779), 1, - sym_attribute_specifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2499), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2497), 37, - anon_sym___extension__, - 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_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [24209] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2501), 1, - anon_sym_LBRACE, - STATE(738), 1, - sym_field_declaration_list, - STATE(743), 1, - sym_attribute_specifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2505), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2503), 37, - anon_sym___extension__, - 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_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [24274] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2507), 1, - sym_identifier, - ACTIONS(2522), 1, - sym_primitive_type, - STATE(720), 1, - sym_alignas_qualifier, - STATE(754), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2519), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2517), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2510), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(2512), 10, + sym_number_literal, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2463), 31, + anon_sym_DASH, + anon_sym_PLUS, anon_sym___extension__, + anon_sym_static, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -82520,40 +82211,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - ACTIONS(2515), 21, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [24347] = 5, + anon_sym_alignas, + anon_sym__Alignas, + 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, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + [23568] = 3, ACTIONS(3), 1, sym_comment, - STATE(630), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2387), 15, + ACTIONS(2467), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -82567,10 +82246,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_EQ, sym_identifier, - ACTIONS(2385), 28, + ACTIONS(2469), 33, anon_sym_COMMA, + anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, @@ -82582,7 +82264,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACK_RBRACK, + anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82598,186 +82284,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [24408] = 3, + [23626] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2526), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2451), 1, anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2471), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2524), 42, - anon_sym___extension__, - anon_sym_extern, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - anon_sym___declspec, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, + anon_sym_EQ, sym_identifier, - [24465] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2451), 7, + ACTIONS(2473), 26, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_COLON, - ACTIONS(2449), 42, - anon_sym___extension__, - 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_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [24522] = 7, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [23694] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 1, - anon_sym_LBRACE, - STATE(741), 1, - sym_field_declaration_list, - STATE(781), 1, - sym_attribute_specifier, - ACTIONS(35), 2, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2475), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2530), 7, + anon_sym_EQ, + sym_identifier, + ACTIONS(2477), 26, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_COLON, - ACTIONS(2528), 37, - anon_sym___extension__, - 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_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [24587] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1790), 1, - anon_sym_EQ, - STATE(630), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1794), 10, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -82788,7 +82404,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 13, + [23762] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2479), 17, + aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -82801,10 +82421,17 @@ 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, - ACTIONS(1772), 19, + anon_sym_EQ, + sym_identifier, + ACTIONS(2481), 33, anon_sym_COMMA, anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -82813,29 +82440,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [24652] = 7, + [23820] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2532), 1, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2483), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, anon_sym_EQ, - STATE(630), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2534), 10, + sym_identifier, + ACTIONS(2485), 28, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -82846,7 +82516,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 14, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [23886] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2487), 17, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -82860,93 +82547,168 @@ 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, sym_identifier, - ACTIONS(1772), 18, + ACTIONS(2489), 26, anon_sym_COMMA, + anon_sym_RPAREN, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [23954] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - [24717] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1716), 7, + ACTIONS(2491), 17, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_EQ, + sym_identifier, + ACTIONS(2493), 26, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_COLON, - ACTIONS(1714), 42, - anon_sym___extension__, - 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_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [24022] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2495), 1, + anon_sym_EQ, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2497), 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(1776), 14, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, sym_identifier, - [24774] = 7, + ACTIONS(1770), 18, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [24087] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 1, + ACTIONS(2503), 1, anon_sym_LBRACE, - STATE(739), 1, + STATE(735), 1, sym_field_declaration_list, - STATE(761), 1, + STATE(765), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2538), 7, + ACTIONS(2501), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -82954,7 +82716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2536), 37, + ACTIONS(2499), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -82992,47 +82754,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [24839] = 11, + [24152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2540), 1, - sym_identifier, - ACTIONS(2555), 1, - sym_primitive_type, - STATE(720), 1, - sym_alignas_qualifier, - STATE(749), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2552), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(713), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2550), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2543), 6, + ACTIONS(2507), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2545), 10, + anon_sym_LBRACE, + ACTIONS(2505), 42, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - ACTIONS(2548), 21, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, @@ -83044,6 +82778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -83054,19 +82792,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [24912] = 7, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24209] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 1, + ACTIONS(2503), 1, anon_sym_LBRACE, - STATE(733), 1, + STATE(737), 1, sym_field_declaration_list, - STATE(764), 1, + STATE(745), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2559), 7, + ACTIONS(2511), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -83074,7 +82828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2557), 37, + ACTIONS(2509), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -83112,36 +82866,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [24977] = 11, + [24274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2563), 5, + ACTIONS(1714), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(725), 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(2561), 9, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(1712), 42, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -83149,10 +82890,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - sym_identifier, - ACTIONS(47), 10, - anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83162,8 +82904,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -83173,36 +82913,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [25049] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2567), 5, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24331] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2465), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(646), 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(2565), 9, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2463), 42, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -83210,10 +82944,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - sym_identifier, - ACTIONS(47), 10, - anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83223,8 +82958,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -83234,21 +82967,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [25121] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24388] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1740), 6, + ACTIONS(2503), 1, + anon_sym_LBRACE, + STATE(732), 1, + sym_field_declaration_list, + STATE(760), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2515), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1738), 42, + anon_sym_COLON, + ACTIONS(2513), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -83283,61 +83031,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [25177] = 11, + [24453] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - ACTIONS(35), 2, - anon_sym___attribute__, + ACTIONS(1785), 1, + anon_sym_EQ, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1789), 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(1776), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym___attribute, - ACTIONS(51), 2, + ACTIONS(1770), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [24518] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2517), 1, + sym_identifier, + ACTIONS(2532), 1, + sym_primitive_type, + STATE(713), 1, + sym_alignas_qualifier, + STATE(741), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2529), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2571), 5, + STATE(721), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2527), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2520), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(728), 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(2569), 9, - 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, - ACTIONS(47), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(49), 10, + anon_sym_LBRACK_LBRACK, + ACTIONS(2522), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -83348,36 +83130,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [25249] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(1126), 1, - anon_sym_LBRACK_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - ACTIONS(35), 2, + ACTIONS(2525), 21, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2575), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(646), 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(2573), 9, + anon_sym___declspec, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -83386,9 +83143,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___thiscall, anon_sym___vectorcall, anon_sym_LBRACK, - sym_identifier, - ACTIONS(47), 10, - anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83398,32 +83152,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [25321] = 3, + [24591] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2375), 15, + aux_sym_preproc_elif_token1, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + sym_identifier, + ACTIONS(2373), 28, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [24652] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2579), 6, + ACTIONS(2503), 1, + anon_sym_LBRACE, + STATE(736), 1, + sym_field_declaration_list, + STATE(753), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2536), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2577), 42, + anon_sym_COLON, + ACTIONS(2534), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -83458,25 +83265,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [25377] = 3, + [24717] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1744), 6, + ACTIONS(2503), 1, + anon_sym_LBRACE, + STATE(731), 1, + sym_field_declaration_list, + STATE(762), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2540), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1742), 42, + anon_sym_COLON, + ACTIONS(2538), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -83511,29 +83323,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [25433] = 5, + [24782] = 11, ACTIONS(3), 1, sym_comment, - STATE(742), 1, - sym_attribute_specifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2583), 7, + ACTIONS(2542), 1, + sym_identifier, + ACTIONS(2557), 1, + sym_primitive_type, + STATE(713), 1, + sym_alignas_qualifier, + STATE(775), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2554), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(671), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2552), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2545), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2581), 37, + ACTIONS(2547), 10, anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + ACTIONS(2550), 21, anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -83542,10 +83376,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -83556,39 +83386,36 @@ 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [25492] = 5, + [24855] = 11, ACTIONS(3), 1, sym_comment, - STATE(746), 1, - sym_attribute_specifier, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2587), 7, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2561), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2585), 37, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, + STATE(639), 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(2559), 9, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -83596,11 +83423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, + sym_identifier, + ACTIONS(47), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83610,6 +83436,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -83619,30 +83447,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [25551] = 5, + [24927] = 11, ACTIONS(3), 1, sym_comment, - STATE(748), 1, - sym_attribute_specifier, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2591), 7, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2565), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2589), 37, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, + STATE(725), 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(2563), 9, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -83650,11 +83484,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, + sym_identifier, + ACTIONS(47), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83664,6 +83497,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -83673,29 +83508,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [25610] = 5, + [24999] = 3, ACTIONS(3), 1, sym_comment, - STATE(760), 1, - sym_attribute_specifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2595), 7, + ACTIONS(2569), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2593), 37, + ACTIONS(2567), 42, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -83730,26 +83557,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [25669] = 5, + [25055] = 11, ACTIONS(3), 1, sym_comment, - STATE(782), 1, - sym_attribute_specifier, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2599), 7, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2573), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(639), 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(2571), 9, + 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, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [25127] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1738), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2597), 37, + ACTIONS(1736), 42, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -83784,18 +83671,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [25728] = 5, + [25183] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + ACTIONS(1742), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(1740), 42, + anon_sym___extension__, + 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_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [25239] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(1126), 1, + anon_sym_LBRACK_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2577), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(722), 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(2575), 9, + 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, + ACTIONS(47), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [25311] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2605), 4, + ACTIONS(2583), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2603), 7, + ACTIONS(2581), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -83803,7 +83807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2601), 35, + ACTIONS(2579), 35, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -83839,15 +83843,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25787] = 5, + [25370] = 5, ACTIONS(3), 1, sym_comment, - STATE(762), 1, + STATE(769), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2610), 7, + ACTIONS(2588), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -83855,7 +83859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2608), 37, + ACTIONS(2586), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -83893,15 +83897,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25846] = 5, + [25429] = 5, ACTIONS(3), 1, sym_comment, - STATE(763), 1, + STATE(764), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2614), 7, + ACTIONS(2592), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -83909,7 +83913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2612), 37, + ACTIONS(2590), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -83947,15 +83951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25905] = 5, + [25488] = 5, ACTIONS(3), 1, sym_comment, - STATE(780), 1, + STATE(744), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2618), 7, + ACTIONS(2596), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -83963,7 +83967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2616), 37, + ACTIONS(2594), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -84001,15 +84005,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [25964] = 5, + [25547] = 5, ACTIONS(3), 1, sym_comment, - STATE(765), 1, + STATE(766), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2622), 7, + ACTIONS(2600), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84017,7 +84021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2620), 37, + ACTIONS(2598), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -84055,15 +84059,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26023] = 5, + [25606] = 5, ACTIONS(3), 1, sym_comment, - STATE(744), 1, + STATE(746), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2626), 7, + ACTIONS(2604), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84071,7 +84075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2624), 37, + ACTIONS(2602), 37, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -84109,10 +84113,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26082] = 3, + [25665] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2630), 7, + STATE(747), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2608), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84120,11 +84129,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2628), 39, + ACTIONS(2606), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -84160,10 +84167,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26136] = 3, + [25724] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2634), 7, + STATE(759), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2612), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84171,11 +84183,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2632), 39, + ACTIONS(2610), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -84211,10 +84221,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26190] = 3, + [25783] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2638), 7, + STATE(754), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2616), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84222,11 +84237,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2636), 39, + ACTIONS(2614), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -84262,17 +84275,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26244] = 5, + [25842] = 5, ACTIONS(3), 1, sym_comment, - STATE(750), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2644), 4, + STATE(763), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2620), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2618), 37, + anon_sym___extension__, + 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_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2642), 7, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [25901] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(761), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2624), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84280,11 +84345,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2640), 34, + ACTIONS(2622), 37, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, - anon_sym___attribute, anon_sym___declspec, anon_sym___based, anon_sym___cdecl, @@ -84293,6 +84356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84314,11 +84381,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26302] = 3, + [25960] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2648), 7, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2628), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84326,7 +84401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2646), 39, + ACTIONS(2626), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84339,10 +84414,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [26018] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2579), 1, + sym_primitive_type, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2583), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + ACTIONS(2635), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2632), 34, + anon_sym___extension__, + 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_auto, @@ -84364,19 +84489,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [26356] = 5, + [26078] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(779), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, + ACTIONS(2642), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2652), 7, + ACTIONS(2640), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84384,7 +84508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2650), 34, + ACTIONS(2638), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84419,10 +84543,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [26414] = 3, + [26136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2658), 7, + ACTIONS(2646), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84430,7 +84554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2656), 39, + ACTIONS(2644), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84470,26 +84594,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26468] = 6, + [26190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2601), 1, - sym_primitive_type, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2605), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2663), 6, + ACTIONS(2650), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2660), 34, + anon_sym_COLON, + ACTIONS(2648), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84502,6 +84618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84523,18 +84643,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26528] = 5, + [26244] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2668), 7, + ACTIONS(2654), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84542,7 +84656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2666), 34, + ACTIONS(2652), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84555,6 +84669,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84576,18 +84694,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26586] = 5, + [26298] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2672), 7, + ACTIONS(2658), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84595,7 +84707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2670), 34, + ACTIONS(2656), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84608,6 +84720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84629,18 +84745,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26644] = 5, + [26352] = 3, ACTIONS(3), 1, sym_comment, - STATE(770), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2678), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2676), 7, + ACTIONS(2662), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84648,7 +84758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2674), 34, + ACTIONS(2660), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84661,6 +84771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84682,18 +84796,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26702] = 5, + [26406] = 3, ACTIONS(3), 1, sym_comment, - STATE(771), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2684), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2682), 7, + ACTIONS(2666), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84701,7 +84809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2680), 34, + ACTIONS(2664), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84714,6 +84822,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84735,18 +84847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26760] = 5, + [26460] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2688), 7, + ACTIONS(2670), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84754,7 +84860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2686), 34, + ACTIONS(2668), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84767,6 +84873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84788,18 +84898,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26818] = 5, + [26514] = 3, ACTIONS(3), 1, sym_comment, - STATE(747), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2694), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2692), 7, + ACTIONS(2674), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84807,7 +84911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2690), 34, + ACTIONS(2672), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84820,6 +84924,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84841,18 +84949,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26876] = 5, + [26568] = 3, ACTIONS(3), 1, sym_comment, - STATE(751), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2700), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2698), 7, + ACTIONS(2678), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84860,7 +84962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2696), 34, + ACTIONS(2676), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84873,6 +84975,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -84894,11 +85000,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [26934] = 3, + [26622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 7, + ACTIONS(2682), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84906,7 +85013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2702), 39, + ACTIONS(2680), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84946,10 +85053,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [26988] = 3, + [26676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 7, + ACTIONS(2686), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -84957,7 +85064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2706), 39, + ACTIONS(2684), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84997,10 +85104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27042] = 3, + [26730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 7, + ACTIONS(2690), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85008,7 +85115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2710), 39, + ACTIONS(2688), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85048,10 +85155,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27096] = 3, + [26784] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2716), 7, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2694), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85059,7 +85173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2714), 39, + ACTIONS(2692), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85072,10 +85186,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85097,12 +85207,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [27150] = 3, + [26842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 7, + ACTIONS(2698), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85110,7 +85219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2718), 39, + ACTIONS(2696), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85150,10 +85259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27204] = 3, + [26896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(2702), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85161,7 +85270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2722), 39, + ACTIONS(2700), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85201,10 +85310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27258] = 3, + [26950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2728), 7, + ACTIONS(2706), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85212,7 +85321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2726), 39, + ACTIONS(2704), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85252,10 +85361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27312] = 3, + [27004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 7, + ACTIONS(2710), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85263,7 +85372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2730), 39, + ACTIONS(2708), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85303,10 +85412,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27366] = 3, + [27058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2736), 7, + ACTIONS(2714), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85314,7 +85423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2734), 39, + ACTIONS(2712), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85354,26 +85463,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27420] = 6, + [27112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2738), 1, - anon_sym_LPAREN2, - STATE(768), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(1788), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1786), 6, + ACTIONS(2718), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(1770), 34, + ACTIONS(2716), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85386,6 +85487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85407,11 +85512,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [27480] = 3, + [27166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2743), 7, + ACTIONS(2722), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85419,7 +85525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2741), 39, + ACTIONS(2720), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85459,17 +85565,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27534] = 5, + [27220] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2747), 7, + ACTIONS(2726), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85477,7 +85576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2745), 34, + ACTIONS(2724), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85490,6 +85589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85511,11 +85614,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [27592] = 3, + [27274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2751), 7, + ACTIONS(2730), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85523,7 +85627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2749), 39, + ACTIONS(2728), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85563,17 +85667,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27646] = 5, + [27328] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2755), 7, + ACTIONS(2734), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85581,7 +85678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2753), 34, + ACTIONS(2732), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85594,6 +85691,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85615,18 +85716,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [27704] = 5, + [27382] = 3, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2654), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2759), 7, + ACTIONS(2738), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85634,7 +85729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2757), 34, + ACTIONS(2736), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85647,6 +85742,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85668,11 +85767,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, sym_identifier, - [27762] = 3, + [27436] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2692), 7, + ACTIONS(2742), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85680,7 +85780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2690), 39, + ACTIONS(2740), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85720,10 +85820,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27816] = 3, + [27490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2763), 7, + ACTIONS(2640), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85731,7 +85831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2761), 39, + ACTIONS(2638), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85771,10 +85871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27870] = 3, + [27544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2767), 7, + ACTIONS(2746), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85782,7 +85882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2765), 39, + ACTIONS(2744), 39, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85822,10 +85922,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [27924] = 3, + [27598] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2771), 7, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2750), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85833,7 +85940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2769), 39, + ACTIONS(2748), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85846,10 +85953,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [27656] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(773), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2756), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + ACTIONS(2754), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2752), 34, + anon_sym___extension__, + 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_auto, @@ -85871,12 +86027,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [27978] = 3, + [27714] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2775), 7, + STATE(774), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2762), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2760), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85884,7 +86046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2773), 39, + ACTIONS(2758), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85897,10 +86059,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85922,12 +86080,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28032] = 3, + [27772] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2779), 7, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2766), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85935,7 +86099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2777), 39, + ACTIONS(2764), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85948,10 +86112,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -85973,12 +86133,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28086] = 3, + [27830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 7, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2770), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85986,7 +86152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2781), 39, + ACTIONS(2768), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85999,10 +86165,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -86024,12 +86186,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28140] = 3, + [27888] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2787), 7, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2774), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -86037,7 +86205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2785), 39, + ACTIONS(2772), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -86050,10 +86218,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -86075,12 +86239,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28194] = 3, + [27946] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2791), 7, + STATE(740), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2780), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2778), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -86088,7 +86258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2789), 39, + ACTIONS(2776), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -86101,10 +86271,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -86126,12 +86292,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28248] = 3, + [28004] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2795), 7, + STATE(770), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2786), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2784), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -86139,7 +86311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2793), 39, + ACTIONS(2782), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -86152,10 +86324,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -86177,20 +86345,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28302] = 3, + [28062] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 7, + ACTIONS(2788), 1, + anon_sym_LPAREN2, + STATE(755), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(1783), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1781), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2797), 39, + ACTIONS(1768), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -86203,10 +86378,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -86228,102 +86399,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, sym_identifier, - [28356] = 22, + [28122] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(2805), 1, - anon_sym_STAR, - ACTIONS(2813), 1, - anon_sym_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1369), 1, - sym__declarator, - STATE(1430), 1, - sym__abstract_declarator, - STATE(1442), 1, - sym_parameter_list, - STATE(1992), 1, - sym_ms_based_modifier, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2803), 2, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2630), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2793), 7, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2807), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2811), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(934), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(950), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2809), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [28447] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2817), 1, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2815), 44, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_preproc_directive, + anon_sym_COLON, + ACTIONS(2791), 34, anon_sym___extension__, 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___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_auto, anon_sym_register, @@ -86344,36 +86452,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [28500] = 3, + [28180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2821), 1, + ACTIONS(2797), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2819), 44, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_preproc_directive, + anon_sym_COLON, + ACTIONS(2795), 39, anon_sym___extension__, 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_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -86395,16 +86503,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [28553] = 3, + [28234] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(1785), 1, + anon_sym_EQ, + ACTIONS(2799), 1, + anon_sym_COLON, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1789), 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(1776), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1770), 15, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [28297] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2803), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2823), 44, + ACTIONS(2801), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86449,12 +86609,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28606] = 3, + [28350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, + ACTIONS(1310), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2827), 44, + ACTIONS(1308), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86499,67 +86659,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28659] = 8, + [28403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, - anon_sym_EQ, - ACTIONS(1798), 1, - anon_sym_COLON, - STATE(630), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1794), 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(1778), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1772), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [28722] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2833), 1, + ACTIONS(1314), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2831), 44, + ACTIONS(1312), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86604,12 +86709,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28775] = 3, + [28456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2837), 1, + ACTIONS(1350), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2835), 44, + ACTIONS(1348), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86654,12 +86759,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28828] = 3, + [28509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2841), 1, + ACTIONS(2807), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2839), 44, + ACTIONS(2805), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86704,71 +86809,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28881] = 8, + [28562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, - anon_sym_EQ, - ACTIONS(1796), 1, - anon_sym_COLON, - STATE(630), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1794), 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(1778), 12, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(1772), 15, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [28944] = 12, + ACTIONS(2811), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2809), 44, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_preproc_directive, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [28615] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___declspec, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2843), 1, + ACTIONS(2813), 1, anon_sym_SEMI, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(35), 2, anon_sym___attribute__, @@ -86776,10 +86876,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2571), 2, + ACTIONS(2565), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(728), 7, + STATE(725), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -86787,7 +86887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2569), 8, + ACTIONS(2563), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -86818,12 +86918,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [29015] = 3, + [28686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2817), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2845), 44, + ACTIONS(2815), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86868,31 +86968,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29068] = 3, + [28739] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 1, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2849), 44, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elif_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_preproc_directive, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(2819), 1, + anon_sym_SEMI, + STATE(713), 1, + sym_alignas_qualifier, + ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2565), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(725), 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(2563), 8, + anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + sym_identifier, + ACTIONS(47), 10, + anon_sym_extern, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -86902,6 +87016,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, + ACTIONS(49), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -86911,19 +87027,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [29121] = 8, + [28810] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, + ACTIONS(1785), 1, anon_sym_EQ, - ACTIONS(1792), 1, + ACTIONS(1787), 1, anon_sym_COLON, STATE(630), 1, sym_string_literal, @@ -86933,7 +87042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1794), 10, + ACTIONS(1789), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -86944,7 +87053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 12, + ACTIONS(1776), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -86957,7 +87066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1772), 15, + ACTIONS(1770), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -86973,59 +87082,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [29184] = 22, + [28873] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2805), 1, + ACTIONS(2825), 1, anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1368), 1, + STATE(1356), 1, sym__declarator, - STATE(1418), 1, + STATE(1394), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1992), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(2853), 2, + ACTIONS(2823), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2855), 2, + ACTIONS(2827), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(783), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(936), 2, + ACTIONS(2831), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(924), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + STATE(938), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -87042,16 +87151,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [29275] = 12, + [28964] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1785), 1, + anon_sym_EQ, + ACTIONS(1795), 1, + anon_sym_COLON, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1789), 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(1776), 12, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1770), 15, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [29027] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___declspec, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2857), 1, + ACTIONS(2835), 1, anon_sym_SEMI, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(35), 2, anon_sym___attribute__, @@ -87059,10 +87223,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2571), 2, + ACTIONS(2565), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(728), 7, + STATE(725), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -87070,7 +87234,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2569), 8, + ACTIONS(2563), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -87101,12 +87265,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [29346] = 8, + [29098] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, + ACTIONS(1785), 1, anon_sym_EQ, - ACTIONS(1800), 1, + ACTIONS(1793), 1, anon_sym_COLON, STATE(630), 1, sym_string_literal, @@ -87116,7 +87280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1794), 10, + ACTIONS(1789), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -87127,7 +87291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 12, + ACTIONS(1776), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -87140,7 +87304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1772), 15, + ACTIONS(1770), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -87156,45 +87320,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [29409] = 12, + [29161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(1126), 1, + ACTIONS(2839), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2859), 1, - anon_sym_SEMI, - STATE(720), 1, - sym_alignas_qualifier, - ACTIONS(35), 2, + ACTIONS(2837), 44, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_preproc_directive, + anon_sym___extension__, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2571), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(728), 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(2569), 8, - anon_sym___based, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - sym_identifier, - ACTIONS(47), 10, - anon_sym_extern, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -87204,8 +87354,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - ACTIONS(49), 10, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -87215,12 +87363,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [29480] = 8, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [29214] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, + ACTIONS(1785), 1, anon_sym_EQ, - ACTIONS(2861), 1, + ACTIONS(1800), 1, anon_sym_COLON, STATE(630), 1, sym_string_literal, @@ -87230,7 +87385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1794), 10, + ACTIONS(1789), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -87241,7 +87396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 12, + ACTIONS(1776), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -87254,7 +87409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1772), 15, + ACTIONS(1770), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -87263,19 +87418,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_RBRACE, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [29543] = 3, + [29277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1314), 1, + ACTIONS(2843), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1312), 44, + ACTIONS(2841), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87320,12 +87475,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29596] = 3, + [29330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1358), 1, + ACTIONS(2847), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1356), 44, + ACTIONS(2845), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87370,12 +87525,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29649] = 8, + [29383] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, + ACTIONS(1785), 1, anon_sym_EQ, - ACTIONS(1802), 1, + ACTIONS(1791), 1, anon_sym_COLON, STATE(630), 1, sym_string_literal, @@ -87385,7 +87540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1794), 10, + ACTIONS(1789), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -87396,7 +87551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 12, + ACTIONS(1776), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -87409,7 +87564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1772), 15, + ACTIONS(1770), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -87425,12 +87580,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [29712] = 3, + [29446] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1370), 1, + ACTIONS(2851), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1368), 44, + ACTIONS(2849), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87475,12 +87630,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29765] = 3, + [29499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1378), 1, + ACTIONS(2855), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1376), 44, + ACTIONS(2853), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87525,12 +87680,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29818] = 3, + [29552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1274), 1, + ACTIONS(1278), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1272), 44, + ACTIONS(1276), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87575,12 +87730,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29871] = 3, + [29605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1322), 1, + ACTIONS(2859), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1320), 44, + ACTIONS(2857), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87625,12 +87780,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29924] = 3, + [29658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2865), 1, + ACTIONS(2863), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2863), 44, + ACTIONS(2861), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87675,12 +87830,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29977] = 3, + [29711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2869), 1, + ACTIONS(2867), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2867), 44, + ACTIONS(2865), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87725,12 +87880,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [30030] = 3, + [29764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2873), 1, + ACTIONS(1294), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2871), 44, + ACTIONS(1292), 44, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -87775,16 +87930,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [30083] = 12, + [29817] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___declspec, ACTIONS(1126), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2875), 1, + ACTIONS(2869), 1, anon_sym_SEMI, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(35), 2, anon_sym___attribute__, @@ -87792,10 +87947,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2571), 2, + ACTIONS(2565), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(728), 7, + STATE(725), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -87803,7 +87958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2569), 8, + ACTIONS(2563), 8, anon_sym___based, anon_sym___cdecl, anon_sym___clrcall, @@ -87834,85 +87989,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [30154] = 10, + [29888] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2877), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2879), 3, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(2825), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2469), 9, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2471), 23, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, + STATE(989), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1353), 1, + sym__declarator, + STATE(1405), 1, + sym__abstract_declarator, + STATE(1432), 1, + sym_parameter_list, + STATE(1965), 1, + sym_ms_based_modifier, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2831), 2, + anon_sym__unaligned, + anon_sym___unaligned, + ACTIONS(2871), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, + ACTIONS(2873), 2, anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [30220] = 6, + anon_sym___attribute, + STATE(792), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(922), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2829), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [29979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 2, + ACTIONS(1302), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2881), 3, - anon_sym___attribute__, - anon_sym___attribute, - sym_identifier, - ACTIONS(2884), 4, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2891), 4, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(2886), 31, + ACTIONS(1300), 44, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elif_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_preproc_directive, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, anon_sym___declspec, anon_sym_signed, anon_sym_unsigned, @@ -87942,55 +88107,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_enum, anon_sym_struct, anon_sym_union, - [30278] = 14, + sym_identifier, + [30032] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, + ACTIONS(2875), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2491), 11, + 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, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(2493), 23, + 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_LT_EQ, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + sym_identifier, + [30096] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(2879), 1, + anon_sym_PIPE, + ACTIONS(2881), 1, + anon_sym_CARET, + ACTIONS(2883), 1, + anon_sym_AMP, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2491), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, + ACTIONS(2885), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2879), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 5, - anon_sym_PIPE, + ACTIONS(2493), 19, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + sym_identifier, + [30176] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(2881), 1, anon_sym_CARET, + ACTIONS(2883), 1, anon_sym_AMP, - anon_sym___attribute, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2877), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2885), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2887), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2889), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2891), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2491), 3, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(2875), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2493), 19, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88002,54 +88287,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30352] = 13, + sym_identifier, + [30254] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + ACTIONS(2883), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2895), 2, + ACTIONS(2885), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2879), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 5, + ACTIONS(2491), 4, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, - anon_sym___attribute, anon_sym_EQ, - ACTIONS(2471), 21, + ACTIONS(2493), 19, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88061,62 +88348,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30424] = 20, + sym_identifier, + [30330] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2905), 1, - anon_sym_AMP_AMP, - ACTIONS(2907), 1, - anon_sym_PIPE, - ACTIONS(2909), 1, - anon_sym_CARET, - ACTIONS(2911), 1, - anon_sym_AMP, - ACTIONS(2915), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, + ACTIONS(2885), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2913), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2879), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2901), 16, + ACTIONS(2491), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2493), 19, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, + 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, @@ -88127,114 +88408,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30510] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2924), 1, - anon_sym_LBRACE, - ACTIONS(2926), 1, - anon_sym_COLON, - STATE(774), 1, - sym_attribute_specifier, - STATE(879), 1, - sym_enumerator_list, - ACTIONS(2921), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2919), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(2917), 32, - anon_sym___extension__, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, sym_identifier, - [30572] = 19, + [30404] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2905), 1, - anon_sym_AMP_AMP, - ACTIONS(2907), 1, - anon_sym_PIPE, - ACTIONS(2909), 1, - anon_sym_CARET, - ACTIONS(2911), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2930), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2879), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2928), 17, + ACTIONS(2491), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(2493), 21, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, + 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, @@ -88246,52 +88467,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30656] = 11, + sym_identifier, + [30476] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2899), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2879), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 7, + ACTIONS(2491), 7, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___attribute, anon_sym_EQ, - ACTIONS(2471), 23, + ACTIONS(2493), 23, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88303,28 +88524,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30724] = 9, + sym_identifier, + [30544] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2879), 3, + ACTIONS(2877), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 11, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2491), 9, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -88332,21 +88556,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute, anon_sym_EQ, - ACTIONS(2471), 23, + ACTIONS(2493), 23, anon_sym_COMMA, - anon_sym_RPAREN, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88358,108 +88580,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [30788] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2939), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2932), 3, - anon_sym___attribute__, - anon_sym___attribute, sym_identifier, - ACTIONS(2935), 4, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2942), 4, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(2937), 31, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - [30846] = 20, + [30610] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2954), 1, - anon_sym_AMP_AMP, - ACTIONS(2956), 1, + ACTIONS(2879), 1, anon_sym_PIPE, - ACTIONS(2958), 1, + ACTIONS(2881), 1, anon_sym_CARET, - ACTIONS(2960), 1, + ACTIONS(2883), 1, anon_sym_AMP, - ACTIONS(2970), 1, + ACTIONS(2897), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2899), 1, + anon_sym_AMP_AMP, + ACTIONS(2901), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2946), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2948), 2, + ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2885), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2895), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2944), 16, + ACTIONS(2893), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -88476,50 +88647,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30932] = 9, + [30696] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + ACTIONS(2879), 1, + anon_sym_PIPE, + ACTIONS(2881), 1, + anon_sym_CARET, + ACTIONS(2883), 1, + anon_sym_AMP, + ACTIONS(2897), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2899), 1, + anon_sym_AMP_AMP, + ACTIONS(2901), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2950), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2469), 11, - aux_sym_preproc_elif_token1, + ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(2885), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2889), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2905), 2, + aux_sym_preproc_elif_token1, anon_sym_EQ, - ACTIONS(2471), 23, + ACTIONS(2875), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2903), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -88531,58 +88713,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [30996] = 18, + [30782] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2954), 1, - anon_sym_AMP_AMP, - ACTIONS(2956), 1, + ACTIONS(2911), 1, anon_sym_PIPE, - ACTIONS(2958), 1, + ACTIONS(2913), 1, anon_sym_CARET, - ACTIONS(2960), 1, + ACTIONS(2915), 1, anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, - aux_sym_preproc_elif_token1, + ACTIONS(2491), 2, + anon_sym___attribute, anon_sym_EQ, - ACTIONS(2948), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2917), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 18, + ACTIONS(2493), 19, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88594,58 +88776,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31078] = 17, + [30862] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2956), 1, + ACTIONS(2879), 1, anon_sym_PIPE, - ACTIONS(2958), 1, + ACTIONS(2881), 1, anon_sym_CARET, - ACTIONS(2960), 1, + ACTIONS(2883), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(2897), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2899), 1, + anon_sym_AMP_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2948), 2, + ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2885), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2927), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 19, + ACTIONS(2925), 17, 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, @@ -88658,52 +88841,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [31158] = 15, + [30946] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, ACTIONS(2911), 1, + anon_sym_PIPE, + ACTIONS(2913), 1, + anon_sym_CARET, + ACTIONS(2915), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(2929), 1, + anon_sym_AMP_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2877), 2, + ACTIONS(2491), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, + ACTIONS(2917), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2879), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(2493), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -88719,55 +88905,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31234] = 15, + [31028] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2960), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2948), 2, + ACTIONS(2909), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2491), 11, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2964), 2, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2968), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2469), 4, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym___attribute, anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(2493), 23, 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_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88779,55 +88960,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31310] = 14, + [31092] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + ACTIONS(2879), 1, + anon_sym_PIPE, + ACTIONS(2881), 1, + anon_sym_CARET, + ACTIONS(2883), 1, + anon_sym_AMP, + ACTIONS(2899), 1, + anon_sym_AMP_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2948), 2, + ACTIONS(2491), 2, + aux_sym_preproc_elif_token1, + anon_sym_EQ, + ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2885), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(2493), 18, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88840,53 +89024,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [31384] = 13, + [31174] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + ACTIONS(2913), 1, + anon_sym_CARET, + ACTIONS(2915), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2948), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2964), 2, + ACTIONS(2917), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2491), 3, + anon_sym_PIPE, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2471), 21, + ACTIONS(2493), 19, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88898,52 +89086,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31456] = 11, + [31252] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + ACTIONS(2915), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2948), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2968), 2, + ACTIONS(2917), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2919), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2921), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 7, - aux_sym_preproc_elif_token1, + ACTIONS(2491), 4, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, + anon_sym___attribute, anon_sym_EQ, - ACTIONS(2471), 23, + ACTIONS(2493), 19, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -88955,52 +89147,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31524] = 10, + [31328] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(676), 1, + ACTIONS(2911), 1, + anon_sym_PIPE, + ACTIONS(2913), 1, + anon_sym_CARET, + ACTIONS(2915), 1, + anon_sym_AMP, + ACTIONS(2929), 1, + anon_sym_AMP_AMP, + ACTIONS(2931), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2933), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2948), 2, + ACTIONS(2895), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2950), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2469), 9, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(2917), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2921), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2471), 23, + ACTIONS(2909), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2893), 16, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_QMARK, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89011,62 +89213,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [31414] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2942), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(2935), 3, + anon_sym___attribute__, + anon_sym___attribute, sym_identifier, - [31590] = 20, + ACTIONS(2938), 4, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(2945), 4, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(2940), 31, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + [31472] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2954), 1, - anon_sym_AMP_AMP, - ACTIONS(2956), 1, + ACTIONS(2911), 1, anon_sym_PIPE, - ACTIONS(2958), 1, + ACTIONS(2913), 1, anon_sym_CARET, - ACTIONS(2960), 1, + ACTIONS(2915), 1, anon_sym_AMP, - ACTIONS(2970), 1, - anon_sym_QMARK, - STATE(676), 1, + ACTIONS(2929), 1, + anon_sym_AMP_AMP, + ACTIONS(2931), 1, + anon_sym_PIPE_PIPE, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2913), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2948), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2917), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2927), 2, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2901), 16, + ACTIONS(2925), 17, 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_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89077,62 +89330,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31676] = 20, + [31556] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2954), 1, - anon_sym_AMP_AMP, - ACTIONS(2956), 1, + ACTIONS(2911), 1, anon_sym_PIPE, - ACTIONS(2958), 1, + ACTIONS(2913), 1, anon_sym_CARET, - ACTIONS(2960), 1, + ACTIONS(2915), 1, anon_sym_AMP, - ACTIONS(2970), 1, + ACTIONS(2929), 1, + anon_sym_AMP_AMP, + ACTIONS(2931), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2933), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2948), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2917), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2974), 2, - aux_sym_preproc_elif_token1, + ACTIONS(2949), 2, + anon_sym___attribute, anon_sym_EQ, - ACTIONS(2950), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2972), 16, + ACTIONS(2947), 16, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89143,60 +89396,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31762] = 19, + [31642] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2952), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2954), 1, - anon_sym_AMP_AMP, - ACTIONS(2956), 1, - anon_sym_PIPE, - ACTIONS(2958), 1, - anon_sym_CARET, - ACTIONS(2960), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2930), 2, - aux_sym_preproc_elif_token1, - anon_sym_EQ, - ACTIONS(2948), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2917), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2950), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2928), 17, + ACTIONS(2491), 5, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2493), 19, anon_sym_COMMA, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -89208,60 +89456,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - sym_identifier, - [31846] = 17, + [31716] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2907), 1, + ACTIONS(2911), 1, anon_sym_PIPE, - ACTIONS(2909), 1, + ACTIONS(2913), 1, anon_sym_CARET, - ACTIONS(2911), 1, + ACTIONS(2915), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(2929), 1, + anon_sym_AMP_AMP, + ACTIONS(2931), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2933), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, + ACTIONS(2905), 2, anon_sym___attribute, anon_sym_EQ, - ACTIONS(2877), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, + ACTIONS(2917), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2879), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 19, + ACTIONS(2903), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89272,55 +89522,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [31926] = 18, + [31802] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2905), 1, - anon_sym_AMP_AMP, - ACTIONS(2907), 1, - anon_sym_PIPE, - ACTIONS(2909), 1, - anon_sym_CARET, - ACTIONS(2911), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2877), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2919), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, + ACTIONS(2921), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2879), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 18, + ACTIONS(2491), 5, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2493), 21, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -89336,62 +89581,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32008] = 20, + [31874] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2905), 1, - anon_sym_AMP_AMP, - ACTIONS(2907), 1, - anon_sym_PIPE, - ACTIONS(2909), 1, - anon_sym_CARET, - ACTIONS(2911), 1, - anon_sym_AMP, - ACTIONS(2915), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2877), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2895), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2897), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2899), 2, + ACTIONS(2923), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2974), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2879), 3, + ACTIONS(2909), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2972), 16, + ACTIONS(2491), 7, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym___attribute, + anon_sym_EQ, + ACTIONS(2493), 23, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89402,53 +89638,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32094] = 16, + [31942] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2909), 1, - anon_sym_CARET, - ACTIONS(2911), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2877), 2, + ACTIONS(2907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2895), 2, + ACTIONS(2909), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2491), 9, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2897), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2899), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 3, - anon_sym_PIPE, anon_sym___attribute, anon_sym_EQ, - ACTIONS(2879), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2471), 19, + ACTIONS(2493), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -89464,10 +89694,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [32172] = 7, + [32008] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2958), 1, + anon_sym_LBRACE, + ACTIONS(2960), 1, + anon_sym_COLON, + STATE(749), 1, + sym_attribute_specifier, + STATE(852), 1, + sym_enumerator_list, + ACTIONS(2955), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2953), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2951), 32, + anon_sym___extension__, + 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_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [32070] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(2962), 1, anon_sym_EQ, STATE(630), 1, sym_string_literal, @@ -89477,7 +89761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2978), 10, + ACTIONS(2964), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89488,7 +89772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 13, + ACTIONS(1776), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -89502,7 +89786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(1772), 14, + ACTIONS(1770), 14, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -89517,123 +89801,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [32232] = 20, + [32130] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2903), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2905), 1, - anon_sym_AMP_AMP, - ACTIONS(2907), 1, + ACTIONS(2879), 1, anon_sym_PIPE, - ACTIONS(2909), 1, + ACTIONS(2881), 1, anon_sym_CARET, - ACTIONS(2911), 1, + ACTIONS(2883), 1, anon_sym_AMP, - ACTIONS(2915), 1, + ACTIONS(2897), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2899), 1, + anon_sym_AMP_AMP, + ACTIONS(2901), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(2877), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2893), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2895), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2897), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2899), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2946), 2, - anon_sym___attribute, - anon_sym_EQ, - ACTIONS(2879), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2944), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [32318] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2958), 1, - anon_sym_CARET, - ACTIONS(2960), 1, - anon_sym_AMP, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2948), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2962), 2, + ACTIONS(2885), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2964), 2, + ACTIONS(2887), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2966), 2, + ACTIONS(2889), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2968), 2, + ACTIONS(2891), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 3, + ACTIONS(2949), 2, aux_sym_preproc_elif_token1, - anon_sym_PIPE, anon_sym_EQ, - ACTIONS(2950), 3, + ACTIONS(2875), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 19, + ACTIONS(2947), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89645,76 +89867,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_identifier, - [32396] = 5, + [32216] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, - anon_sym_EQ, - ACTIONS(1794), 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(1778), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2973), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(2966), 3, + anon_sym___attribute__, anon_sym___attribute, - ACTIONS(1772), 19, + sym_identifier, + ACTIONS(2969), 4, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, + anon_sym_EQ, + ACTIONS(2976), 4, anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [32451] = 7, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(2971), 31, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + [32274] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2924), 1, + ACTIONS(2958), 1, anon_sym_LBRACE, - STATE(776), 1, + STATE(743), 1, sym_attribute_specifier, - STATE(876), 1, + STATE(873), 1, sym_enumerator_list, - ACTIONS(2984), 2, + ACTIONS(2982), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2982), 6, + ACTIONS(2980), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2980), 32, + ACTIONS(2978), 32, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -89747,12 +89971,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [32510] = 5, + [32333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2532), 1, + ACTIONS(1785), 1, + anon_sym_EQ, + ACTIONS(1789), 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(1776), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute, + ACTIONS(1770), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [32388] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2495), 1, anon_sym_EQ, - ACTIONS(2534), 10, + ACTIONS(2497), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -89763,7 +90037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 13, + ACTIONS(1776), 13, aux_sym_preproc_elif_token1, anon_sym_DASH, anon_sym_PLUS, @@ -89777,7 +90051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1772), 19, + ACTIONS(1770), 19, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -89797,13 +90071,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_DASH_GT, sym_identifier, - [32565] = 3, + [32443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2276), 2, + ACTIONS(2304), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2274), 40, + ACTIONS(2302), 40, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -89844,120 +90118,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [32615] = 21, + [32493] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(1825), 1, - anon_sym_STAR, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(2813), 1, - anon_sym_LBRACK, - ACTIONS(2853), 1, - anon_sym_RPAREN, - STATE(720), 1, - sym_alignas_qualifier, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1302), 1, - sym__declarator, - STATE(1418), 1, - sym__abstract_declarator, - STATE(1442), 1, - sym_parameter_list, - STATE(1967), 1, - sym_ms_based_modifier, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2811), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(848), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(957), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [32701] = 21, - ACTIONS(3), 1, - sym_comment, ACTIONS(1823), 1, - anon_sym_LPAREN2, - ACTIONS(1825), 1, anon_sym_STAR, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2803), 1, + ACTIONS(2823), 1, anon_sym_RPAREN, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1299), 1, + STATE(1287), 1, sym__declarator, - STATE(1430), 1, + STATE(1394), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(953), 2, + STATE(941), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -89974,13 +90183,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [32787] = 3, + [32579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2260), 2, + ACTIONS(2308), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2258), 40, + ACTIONS(2306), 40, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -90021,84 +90230,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [32837] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2579), 1, - anon_sym_LBRACK_LBRACK, - STATE(503), 1, - sym_string_literal, - ACTIONS(2987), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2577), 34, - anon_sym___extension__, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [32890] = 3, + [32629] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1378), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1376), 40, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + ACTIONS(1821), 1, + anon_sym_LPAREN2, + ACTIONS(1823), 1, + anon_sym_STAR, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(2833), 1, + anon_sym_LBRACK, + ACTIONS(2871), 1, + anon_sym_RPAREN, + STATE(713), 1, + sym_alignas_qualifier, + STATE(989), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1288), 1, + sym__declarator, + STATE(1405), 1, + sym__abstract_declarator, + STATE(1432), 1, + sym_parameter_list, + STATE(1779), 1, + sym_ms_based_modifier, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2831), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(845), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(952), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2829), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(49), 10, anon_sym___extension__, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -90108,22 +90295,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [32939] = 3, + [32715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1274), 1, + ACTIONS(2807), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1272), 40, + anon_sym_RBRACE, + ACTIONS(2805), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90161,63 +90341,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [32988] = 5, + [32764] = 3, ACTIONS(3), 1, sym_comment, - STATE(777), 1, - sym_attribute_specifier, - ACTIONS(2993), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2991), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(1294), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2989), 32, - anon_sym___extension__, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_identifier, - [33041] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2869), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2867), 40, + anon_sym_RBRACE, + ACTIONS(1292), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90255,15 +90387,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33090] = 3, + [32813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2873), 1, + ACTIONS(2811), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2871), 40, + anon_sym_RBRACE, + ACTIONS(2809), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90301,15 +90433,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33139] = 3, + [32862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2817), 1, + ACTIONS(2839), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2815), 40, + anon_sym_RBRACE, + ACTIONS(2837), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90347,27 +90479,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33188] = 3, + [32911] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1322), 1, + STATE(757), 1, + sym_attribute_specifier, + ACTIONS(2989), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2987), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1320), 40, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + ACTIONS(2985), 32, anon_sym___extension__, 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___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_auto, anon_sym_register, @@ -90388,18 +90526,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [33237] = 3, + [32964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2865), 2, + ACTIONS(2843), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2863), 39, + ACTIONS(2841), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90439,15 +90573,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33286] = 3, + [33013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1314), 1, + ACTIONS(2817), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1312), 40, + anon_sym_RBRACE, + ACTIONS(2815), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90485,13 +90619,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33335] = 3, + [33062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 2, + ACTIONS(2851), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2823), 39, + ACTIONS(2849), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90531,15 +90665,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33384] = 3, + [33111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 1, + ACTIONS(1350), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2849), 40, + anon_sym_RBRACE, + ACTIONS(1348), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90577,13 +90711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33433] = 3, + [33160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 2, + ACTIONS(2855), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2845), 39, + ACTIONS(2853), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90623,13 +90757,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33482] = 3, + [33209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1314), 2, + ACTIONS(1302), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1312), 39, + ACTIONS(1300), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90669,13 +90803,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33531] = 3, + [33258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 2, + ACTIONS(2847), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2827), 39, + ACTIONS(2845), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90715,13 +90849,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33580] = 3, + [33307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1358), 2, + ACTIONS(2859), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1356), 39, + ACTIONS(2857), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90761,13 +90895,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33629] = 3, + [33356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1370), 2, + ACTIONS(2863), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1368), 39, + ACTIONS(2861), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90807,13 +90941,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33678] = 3, + [33405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 2, + ACTIONS(2867), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2849), 39, + ACTIONS(2865), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -90853,111 +90987,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33727] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2579), 1, - anon_sym_LBRACK_LBRACK, - STATE(506), 1, - sym_string_literal, - ACTIONS(2987), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2577), 34, - anon_sym___extension__, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [33780] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2579), 1, - anon_sym_LBRACK_LBRACK, - STATE(497), 1, - sym_string_literal, - ACTIONS(2987), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2577), 34, - anon_sym___extension__, - 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_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - anon_sym_alignas, - anon_sym__Alignas, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [33833] = 3, + [33454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2865), 1, + ACTIONS(2803), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2863), 40, + anon_sym_RBRACE, + ACTIONS(2801), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -90995,15 +91033,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33882] = 3, + [33503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1274), 2, + ACTIONS(1278), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1272), 39, + ACTIONS(1276), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91041,12 +91079,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33931] = 3, + [33552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2821), 1, + ACTIONS(1302), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2819), 40, + ACTIONS(1300), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -91087,12 +91125,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [33980] = 3, + [33601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(1310), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2823), 40, + ACTIONS(1308), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -91133,15 +91171,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34029] = 3, + [33650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1322), 2, + ACTIONS(1314), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1320), 39, + ACTIONS(1312), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91179,15 +91217,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34078] = 3, + [33699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2821), 2, + ACTIONS(2847), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2819), 39, + ACTIONS(2845), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91225,33 +91263,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34127] = 5, + [33748] = 5, ACTIONS(3), 1, sym_comment, - STATE(769), 1, - sym_attribute_specifier, - ACTIONS(3000), 2, + ACTIONS(2569), 1, + anon_sym_LBRACK_LBRACK, + STATE(492), 1, + sym_string_literal, + ACTIONS(2992), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2567), 34, + anon_sym___extension__, + anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2998), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [33801] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1350), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2996), 32, + ACTIONS(1348), 40, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym___extension__, 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_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -91272,14 +91352,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [34180] = 3, + [33850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2869), 2, + ACTIONS(1310), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2867), 39, + ACTIONS(1308), 39, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -91319,20 +91403,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34229] = 5, + [33899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2579), 1, + ACTIONS(1314), 2, anon_sym_LBRACK_LBRACK, - STATE(499), 1, - sym_string_literal, - ACTIONS(2987), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2577), 34, + anon_sym_RBRACE, + ACTIONS(1312), 39, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -91367,22 +91449,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34282] = 5, + [33948] = 5, ACTIONS(3), 1, sym_comment, - STATE(758), 1, + STATE(750), 1, sym_attribute_specifier, - ACTIONS(3007), 2, + ACTIONS(2998), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(3005), 6, + ACTIONS(2996), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(3003), 32, + ACTIONS(2994), 32, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -91415,12 +91497,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [34335] = 3, + [34001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, + ACTIONS(2807), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2827), 40, + ACTIONS(2805), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -91461,12 +91543,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34384] = 3, + [34050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(2811), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2831), 40, + ACTIONS(2809), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -91507,15 +91589,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34433] = 3, + [34099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2873), 2, + ACTIONS(2817), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2871), 39, + ACTIONS(2815), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91553,18 +91635,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34482] = 3, + [34148] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2837), 1, + ACTIONS(2569), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2835), 40, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(493), 1, + sym_string_literal, + ACTIONS(2992), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2567), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -91599,18 +91683,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34531] = 3, + [34201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2841), 1, + ACTIONS(2569), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2839), 40, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(504), 1, + sym_string_literal, + ACTIONS(2992), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2567), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -91645,12 +91731,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34580] = 3, + [34254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2839), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2845), 40, + ACTIONS(2837), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -91691,18 +91777,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34629] = 3, + [34303] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1358), 1, + ACTIONS(2569), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1356), 40, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_if_token2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(499), 1, + sym_string_literal, + ACTIONS(2992), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2567), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -91737,15 +91825,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34678] = 3, + [34356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 2, + ACTIONS(2843), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2831), 39, + ACTIONS(2841), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91783,15 +91871,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34727] = 3, + [34405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2817), 2, + ACTIONS(2851), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2815), 39, + ACTIONS(2849), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91829,12 +91917,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34776] = 3, + [34454] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(751), 1, + sym_attribute_specifier, + ACTIONS(3005), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(3003), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(3001), 32, + anon_sym___extension__, + 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_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [34507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1370), 1, + ACTIONS(2855), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1368), 40, + ACTIONS(2853), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -91875,15 +92011,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34825] = 3, + [34556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2837), 2, + ACTIONS(2859), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2835), 39, + ACTIONS(2857), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91921,15 +92057,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34874] = 3, + [34605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2841), 2, + ACTIONS(2863), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2839), 39, + ACTIONS(2861), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -91967,15 +92103,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34923] = 3, + [34654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1378), 2, + ACTIONS(2867), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1376), 39, + ACTIONS(2865), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, @@ -92013,56 +92149,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [34972] = 18, + [34703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3010), 1, - sym_identifier, - ACTIONS(3012), 1, - anon_sym_LPAREN2, - ACTIONS(3014), 1, - anon_sym_STAR, - ACTIONS(3018), 1, - sym_primitive_type, - STATE(720), 1, - sym_alignas_qualifier, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1335), 1, - sym__type_declarator, - STATE(1810), 1, - sym_ms_based_modifier, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2811), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(908), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1016), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3016), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1421), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(49), 10, + ACTIONS(2803), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2801), 40, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym___extension__, + 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_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -92072,25 +92188,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [35049] = 3, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [34752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3022), 3, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(1278), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(3020), 36, + anon_sym_RBRACE, + ACTIONS(1276), 39, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -92116,135 +92241,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [35096] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2469), 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(2471), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [35155] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2453), 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(2455), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [35214] = 9, + [34801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2738), 1, - anon_sym_LPAREN2, - ACTIONS(3028), 1, - anon_sym_COMMA, - ACTIONS(3031), 1, - anon_sym_RPAREN, - STATE(768), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1666), 1, - aux_sym__old_style_parameter_list_repeat1, - ACTIONS(1786), 2, - anon_sym_STAR, + ACTIONS(1294), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1788), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1770), 28, + ACTIONS(1292), 40, + aux_sym_preproc_def_token1, + aux_sym_preproc_if_token1, + aux_sym_preproc_if_token2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -92265,59 +92282,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [35273] = 21, + [34850] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(2946), 1, + ACTIONS(2491), 1, anon_sym_EQ, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3038), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3040), 1, + ACTIONS(3014), 1, anon_sym_AMP_AMP, - ACTIONS(3042), 1, + ACTIONS(3016), 1, anon_sym_PIPE, - ACTIONS(3044), 1, + ACTIONS(3018), 1, anon_sym_CARET, - ACTIONS(3046), 1, + ACTIONS(3020), 1, anon_sym_AMP, - ACTIONS(3056), 1, - anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, + ACTIONS(3022), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3050), 2, + ACTIONS(3024), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, + ACTIONS(3026), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3054), 2, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2944), 12, + ACTIONS(2493), 14, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -92328,45 +92347,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35356] = 10, + [34929] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(2491), 1, + anon_sym_EQ, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3016), 1, + anon_sym_PIPE, + ACTIONS(3018), 1, + anon_sym_CARET, + ACTIONS(3020), 1, + anon_sym_AMP, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3036), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2469), 10, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3022), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3024), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3026), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(3012), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2493), 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_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92379,54 +92406,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35417] = 19, + [35006] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(2469), 1, - anon_sym_EQ, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3040), 1, - anon_sym_AMP_AMP, - ACTIONS(3042), 1, - anon_sym_PIPE, - ACTIONS(3044), 1, + ACTIONS(3018), 1, anon_sym_CARET, - ACTIONS(3046), 1, + ACTIONS(3020), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(2491), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, + ACTIONS(3022), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3050), 2, + ACTIONS(3024), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, + ACTIONS(3026), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3054), 2, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 14, + ACTIONS(2493), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92439,50 +92464,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35496] = 18, + [35081] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(2469), 1, - anon_sym_EQ, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3042), 1, - anon_sym_PIPE, - ACTIONS(3044), 1, - anon_sym_CARET, - ACTIONS(3046), 1, + ACTIONS(3020), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, + ACTIONS(3022), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3050), 2, + ACTIONS(3024), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, + ACTIONS(3026), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3054), 2, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, + ACTIONS(2491), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2471), 15, + ACTIONS(2493), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -92498,52 +92521,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35573] = 17, + [35154] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3044), 1, - anon_sym_CARET, - ACTIONS(3046), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2469), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(3034), 2, + ACTIONS(2483), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3050), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3054), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2471), 15, + anon_sym_EQ, + ACTIONS(2485), 21, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92556,51 +92568,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35648] = 16, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [35211] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3046), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(2487), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3050), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3054), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 3, - anon_sym_PIPE, - anon_sym_CARET, anon_sym_EQ, - ACTIONS(3036), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2471), 15, + ACTIONS(2489), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92613,50 +92620,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35721] = 15, + [35270] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(2475), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3050), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3052), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3054), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3036), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2471), 15, + ACTIONS(2477), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92669,49 +92670,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35792] = 14, + [35329] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(2471), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3050), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3052), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3054), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3036), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2471), 17, + ACTIONS(2473), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92724,47 +92720,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35861] = 12, + [35388] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2788), 1, + anon_sym_LPAREN2, + ACTIONS(3032), 1, + anon_sym_COMMA, + ACTIONS(3035), 1, + anon_sym_RPAREN, + STATE(755), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1621), 1, + aux_sym__old_style_parameter_list_repeat1, + ACTIONS(1781), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(1783), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(1768), 28, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_identifier, + [35447] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3054), 2, + ACTIONS(3022), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3024), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3026), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 6, + ACTIONS(2491), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(2493), 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_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92777,46 +92826,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35926] = 11, + [35518] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3036), 3, + ACTIONS(3024), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3026), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3028), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2469), 8, + ACTIONS(2491), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2471), 19, + ACTIONS(2493), 17, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -92829,117 +92881,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [35989] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3010), 1, - sym_identifier, - ACTIONS(3012), 1, - anon_sym_LPAREN2, - ACTIONS(3014), 1, - anon_sym_STAR, - ACTIONS(3018), 1, - sym_primitive_type, - STATE(720), 1, - sym_alignas_qualifier, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1345), 1, - sym__type_declarator, - STATE(1810), 1, - sym_ms_based_modifier, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - ACTIONS(2811), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(950), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1013), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(3016), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1421), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [36066] = 21, + [35587] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(2913), 1, - anon_sym_EQ, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3038), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3040), 1, - anon_sym_AMP_AMP, - ACTIONS(3042), 1, - anon_sym_PIPE, - ACTIONS(3044), 1, - anon_sym_CARET, - ACTIONS(3046), 1, - anon_sym_AMP, - ACTIONS(3056), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3050), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3052), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3054), 2, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2901), 12, + ACTIONS(2491), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(2493), 19, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -92950,58 +92934,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36149] = 21, + [35652] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(2974), 1, - anon_sym_EQ, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3038), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3040), 1, - anon_sym_AMP_AMP, - ACTIONS(3042), 1, - anon_sym_PIPE, - ACTIONS(3044), 1, - anon_sym_CARET, - ACTIONS(3046), 1, - anon_sym_AMP, - ACTIONS(3056), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3050), 2, + ACTIONS(3012), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2491), 8, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3054), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2972), 12, + anon_sym_EQ, + ACTIONS(2493), 19, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -93012,57 +92986,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36232] = 20, + [35715] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(2930), 1, + ACTIONS(2895), 1, anon_sym_EQ, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3038), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3040), 1, + ACTIONS(3014), 1, anon_sym_AMP_AMP, - ACTIONS(3042), 1, + ACTIONS(3016), 1, anon_sym_PIPE, - ACTIONS(3044), 1, + ACTIONS(3018), 1, anon_sym_CARET, - ACTIONS(3046), 1, + ACTIONS(3020), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3038), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3040), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3034), 2, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3048), 2, + ACTIONS(3022), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3050), 2, + ACTIONS(3024), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3052), 2, + ACTIONS(3026), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3054), 2, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3036), 3, + ACTIONS(3012), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2928), 13, + ACTIONS(2893), 12, anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -93073,43 +93048,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36313] = 8, + [35798] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(2905), 1, + anon_sym_EQ, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - STATE(676), 1, - sym_argument_list, - ACTIONS(2489), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3014), 1, + anon_sym_AMP_AMP, + ACTIONS(3016), 1, anon_sym_PIPE, + ACTIONS(3018), 1, anon_sym_CARET, + ACTIONS(3020), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2491), 21, - anon_sym_DOT_DOT_DOT, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3038), 1, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(3040), 1, + anon_sym_QMARK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3010), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3022), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3024), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3026), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3028), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3012), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2903), 12, + anon_sym_DOT_DOT_DOT, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -93120,25 +93110,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [36370] = 9, + [35881] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2485), 13, + ACTIONS(2491), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -93152,7 +93140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2487), 19, + ACTIONS(2493), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -93172,44 +93160,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36429] = 9, + [35940] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3042), 1, + sym_identifier, + ACTIONS(3044), 1, + anon_sym_LPAREN2, + ACTIONS(3046), 1, + anon_sym_STAR, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(713), 1, + sym_alignas_qualifier, + STATE(989), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1336), 1, + sym__type_declarator, + STATE(1979), 1, + sym_ms_based_modifier, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2831), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(913), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1006), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2829), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3048), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1401), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [36017] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(2927), 1, + anon_sym_EQ, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3014), 1, + anon_sym_AMP_AMP, + ACTIONS(3016), 1, + anon_sym_PIPE, + ACTIONS(3018), 1, + anon_sym_CARET, + ACTIONS(3020), 1, + anon_sym_AMP, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + ACTIONS(3038), 1, + anon_sym_PIPE_PIPE, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2473), 13, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3022), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3024), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3026), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3028), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2475), 19, + ACTIONS(3012), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2925), 13, anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -93222,23 +93280,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36488] = 9, + [36098] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2477), 13, + ACTIONS(2447), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -93252,7 +93310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2479), 19, + ACTIONS(2449), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -93272,49 +93330,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [36547] = 18, + [36157] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3054), 3, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(3052), 36, + anon_sym___extension__, + 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_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [36204] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1357), 1, + STATE(1317), 1, sym__type_declarator, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(912), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1017), 2, + STATE(1005), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -93331,49 +93433,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [36624] = 18, + [36281] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1345), 1, + STATE(1343), 1, sym__type_declarator, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(916), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1013), 2, + STATE(1004), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -93390,248 +93492,204 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [36701] = 3, + [36358] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1154), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(1156), 19, + ACTIONS(3044), 1, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, + ACTIONS(3046), 1, anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [36747] = 3, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(713), 1, + sym_alignas_qualifier, + STATE(989), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1317), 1, + sym__type_declarator, + STATE(1979), 1, + sym_ms_based_modifier, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + ACTIONS(2831), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(938), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1005), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2829), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + ACTIONS(3048), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1401), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [36435] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1174), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1176), 19, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(2949), 1, + anon_sym_EQ, + ACTIONS(3008), 1, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, + ACTIONS(3014), 1, + anon_sym_AMP_AMP, + ACTIONS(3016), 1, + anon_sym_PIPE, + ACTIONS(3018), 1, + anon_sym_CARET, + ACTIONS(3020), 1, anon_sym_AMP, - anon_sym_SEMI, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3038), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3040), 1, + anon_sym_QMARK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [36793] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1198), 19, + ACTIONS(3010), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1200), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, + ACTIONS(3022), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3024), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3026), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3028), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3012), 3, anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [36839] = 3, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2947), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [36518] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1202), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1204), 19, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, + ACTIONS(3030), 1, + anon_sym_DOT, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [36885] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1202), 19, + ACTIONS(3012), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2491), 10, anon_sym_DASH, anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1204), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [36931] = 8, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(2493), 19, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [36579] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3061), 1, + ACTIONS(2788), 1, anon_sym_LPAREN2, - ACTIONS(3065), 1, - anon_sym_LBRACK, - STATE(768), 1, + STATE(755), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(1786), 2, - anon_sym_COMMA, + ACTIONS(1781), 2, anon_sym_STAR, - ACTIONS(3058), 2, - anon_sym_RPAREN, anon_sym_LBRACK_LBRACK, - ACTIONS(1788), 4, + ACTIONS(3056), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1783), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1770), 27, + ACTIONS(1768), 28, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, anon_sym___declspec, anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -93653,53 +93711,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [36987] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1214), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1216), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [37033] = 3, + [36633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 14, + ACTIONS(2467), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -93714,7 +93729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2483), 24, + ACTIONS(2469), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -93739,53 +93754,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37079] = 3, + [36679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1154), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1156), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [37125] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2493), 14, + ACTIONS(2479), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -93800,7 +93772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2495), 24, + ACTIONS(2481), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -93825,139 +93797,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37171] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1170), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1172), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [37217] = 3, + [36725] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1170), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1172), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [37263] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1174), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - 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, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1176), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - sym_number_literal, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [37309] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2465), 14, + ACTIONS(2962), 1, + anon_sym_EQ, + ACTIONS(2964), 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(1776), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -93970,9 +93826,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(2467), 24, + ACTIONS(1770), 14, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -93984,36 +93839,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37355] = 5, + [36775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 1, - anon_sym_EQ, - ACTIONS(2978), 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(1778), 13, + ACTIONS(2459), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -94026,8 +93858,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(1772), 14, + ACTIONS(2461), 24, anon_sym_DOT_DOT_DOT, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -94039,35 +93872,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37405] = 7, + [36821] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2738), 1, + ACTIONS(3062), 1, anon_sym_LPAREN2, - STATE(768), 1, + ACTIONS(3066), 1, + anon_sym_LBRACK, + STATE(755), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(1786), 2, - anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(3068), 2, + ACTIONS(1781), 2, anon_sym_COMMA, + anon_sym_STAR, + ACTIONS(3059), 2, anon_sym_RPAREN, - ACTIONS(1788), 4, + anon_sym_LBRACK_LBRACK, + ACTIONS(1783), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1770), 28, + ACTIONS(1768), 27, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___attribute, anon_sym___declspec, anon_sym___based, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -94089,47 +93933,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_alignas, anon_sym__Alignas, sym_identifier, - [37459] = 18, + [36877] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2805), 1, + ACTIONS(2825), 1, anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1370), 1, + STATE(1356), 1, sym__declarator, - STATE(1429), 1, + STATE(1394), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1992), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(3071), 2, + ACTIONS(2823), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(3073), 2, + ACTIONS(2827), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -94146,14 +93990,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [37534] = 6, + [36952] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1790), 1, + ACTIONS(1785), 1, anon_sym_EQ, - ACTIONS(3075), 1, + ACTIONS(3069), 1, anon_sym_SEMI, - ACTIONS(1794), 10, + ACTIONS(1789), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -94164,7 +94008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1778), 12, + ACTIONS(1776), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -94177,7 +94021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1772), 13, + ACTIONS(1770), 13, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -94191,47 +94035,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [37585] = 18, + [37003] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2805), 1, + ACTIONS(2825), 1, anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1369), 1, + STATE(1358), 1, sym__declarator, - STATE(1430), 1, + STATE(1402), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1992), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2803), 2, + ACTIONS(3071), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2807), 2, + ACTIONS(3073), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -94248,13 +94092,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [37660] = 3, + [37078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1172), 2, + ACTIONS(1196), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1170), 34, + ACTIONS(1194), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94289,7 +94133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37704] = 3, + [37122] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1176), 2, @@ -94330,13 +94174,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37748] = 3, + [37166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1176), 2, + ACTIONS(1200), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1174), 34, + ACTIONS(1198), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94371,13 +94215,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37792] = 3, + [37210] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3079), 2, + ACTIONS(3077), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3077), 34, + ACTIONS(3075), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94412,13 +94256,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37836] = 3, + [37254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1200), 2, + ACTIONS(1232), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1198), 34, + ACTIONS(1230), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94453,13 +94297,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37880] = 3, + [37298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1204), 2, + ACTIONS(1176), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1202), 34, + ACTIONS(1174), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94494,13 +94338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37924] = 3, + [37342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1204), 2, + ACTIONS(1228), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1202), 34, + ACTIONS(1226), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94535,13 +94379,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [37968] = 3, + [37386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1216), 2, + ACTIONS(1232), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1214), 34, + ACTIONS(1230), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94576,13 +94420,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [38012] = 3, + [37430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3083), 2, + ACTIONS(1200), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3081), 34, + ACTIONS(1198), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94617,13 +94461,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [38056] = 3, + [37474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 2, + ACTIONS(1196), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2886), 34, + ACTIONS(1194), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94658,13 +94502,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [38100] = 3, + [37518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 2, + ACTIONS(1184), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1154), 34, + ACTIONS(1182), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94699,13 +94543,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [38144] = 3, + [37562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1172), 2, + ACTIONS(3079), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1170), 34, + ACTIONS(2940), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94740,13 +94584,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [38188] = 3, + [37606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 2, + ACTIONS(3083), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(1154), 34, + ACTIONS(3081), 34, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -94781,29 +94625,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [38232] = 7, + [37650] = 7, ACTIONS(3), 1, sym_comment, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - ACTIONS(3094), 2, + ACTIONS(3092), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(3091), 3, + ACTIONS(3089), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3089), 6, + ACTIONS(3087), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3087), 21, + ACTIONS(3085), 21, anon_sym___extension__, anon_sym___attribute__, anon_sym___attribute, @@ -94825,52 +94669,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [38283] = 18, + [37701] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_const, - ACTIONS(1948), 1, + ACTIONS(1946), 1, anon_sym_LPAREN2, - ACTIONS(1950), 1, + ACTIONS(1948), 1, anon_sym_STAR, - ACTIONS(2809), 1, + ACTIONS(2829), 1, sym_ms_restrict_modifier, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1430), 1, + STATE(1394), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - ACTIONS(3099), 2, + ACTIONS(3097), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3101), 2, + ACTIONS(3099), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(3103), 2, + ACTIONS(3101), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(950), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1091), 2, + STATE(1085), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2803), 3, + ACTIONS(2823), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3097), 9, + ACTIONS(3095), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -94880,52 +94724,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38356] = 18, + [37774] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_const, - ACTIONS(1948), 1, + ACTIONS(1946), 1, anon_sym_LPAREN2, - ACTIONS(1950), 1, + ACTIONS(1948), 1, anon_sym_STAR, - ACTIONS(2809), 1, + ACTIONS(2829), 1, sym_ms_restrict_modifier, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1418), 1, + STATE(1405), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - ACTIONS(3099), 2, + ACTIONS(3097), 2, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3101), 2, + ACTIONS(3099), 2, anon_sym__unaligned, anon_sym___unaligned, - ACTIONS(3103), 2, + ACTIONS(3101), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(951), 2, + STATE(939), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1085), 2, + STATE(1087), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2853), 3, + ACTIONS(2871), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3097), 9, + ACTIONS(3095), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -94935,43 +94779,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38429] = 17, + [37847] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(1825), 1, + ACTIONS(1823), 1, anon_sym_STAR, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, ACTIONS(3071), 1, anon_sym_RPAREN, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1301), 1, + STATE(1286), 1, sym__declarator, - STATE(1429), 1, + STATE(1402), 1, sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -94988,42 +94832,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38499] = 16, + [37917] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3107), 1, + ACTIONS(3105), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1299), 1, + STATE(1353), 1, sym__declarator, - STATE(1967), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(955), 2, + STATE(945), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1117), 2, + STATE(1107), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95040,42 +94884,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38567] = 16, + [37985] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1301), 1, + STATE(1288), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(954), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1114), 2, + STATE(1102), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95092,47 +94936,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38635] = 16, + [38053] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3107), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1302), 1, - sym__declarator, - STATE(1967), 1, + STATE(1315), 1, + sym__field_declarator, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(966), 2, + STATE(950), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1113), 2, + STATE(1104), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1385), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -95144,43 +94988,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38703] = 17, + [38121] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, - anon_sym_LPAREN2, ACTIONS(1825), 1, - anon_sym_STAR, - ACTIONS(1827), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2803), 1, - anon_sym_RPAREN, - ACTIONS(2813), 1, - anon_sym_LBRACK, - STATE(720), 1, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3105), 1, + anon_sym_STAR, + STATE(713), 1, sym_alignas_qualifier, - STATE(1299), 1, + STATE(989), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1356), 1, sym__declarator, - STATE(1430), 1, - sym__abstract_declarator, - STATE(1442), 1, - sym_parameter_list, - STATE(1967), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + ACTIONS(2831), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(938), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1097), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1311), 5, + ACTIONS(2829), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95197,42 +95040,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38773] = 16, + [38189] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3105), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1370), 1, + STATE(1356), 1, sym__declarator, - STATE(1992), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(947), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1115), 2, + STATE(1097), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95249,47 +95092,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38841] = 16, + [38257] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3105), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1330), 1, - sym__field_declarator, - STATE(1953), 1, + STATE(1358), 1, + sym__declarator, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(961), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1118), 2, + STATE(1103), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1395), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -95301,47 +95144,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38909] = 16, + [38325] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1369), 1, - sym__declarator, - STATE(1992), 1, + STATE(1311), 1, + sym__field_declarator, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1112), 2, + STATE(1101), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1385), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -95353,42 +95196,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [38977] = 16, + [38393] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1327), 1, + STATE(1316), 1, sym__field_declarator, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(948), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1110), 2, + STATE(1098), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -95405,42 +95248,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [39045] = 16, + [38461] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1327), 1, + STATE(1316), 1, sym__field_declarator, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(965), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1110), 2, + STATE(1098), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -95457,42 +95300,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [39113] = 16, + [38529] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1369), 1, + STATE(1286), 1, sym__declarator, - STATE(1992), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(958), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1112), 2, + STATE(1100), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95509,42 +95352,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [39181] = 16, + [38597] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(3105), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(1823), 1, anon_sym_STAR, - STATE(720), 1, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(2823), 1, + anon_sym_RPAREN, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1368), 1, + STATE(1287), 1, sym__declarator, - STATE(1992), 1, + STATE(1394), 1, + sym__abstract_declarator, + STATE(1432), 1, + sym_parameter_list, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(960), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1111), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1311), 5, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95561,47 +95405,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [39249] = 16, + [38667] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1326), 1, - sym__field_declarator, - STATE(1953), 1, + STATE(1287), 1, + sym__declarator, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(951), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1109), 2, + STATE(1099), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1395), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -95613,42 +95457,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [39317] = 16, + [38735] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(998), 1, + STATE(989), 1, sym_ms_unaligned_ptr_modifier, - STATE(1299), 1, + STATE(1287), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - ACTIONS(2811), 2, + ACTIONS(2831), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(950), 2, + STATE(938), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1117), 2, + STATE(1099), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2809), 3, + ACTIONS(2829), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -95665,467 +95509,460 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [39385] = 14, + [38803] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(2491), 2, + anon_sym_PIPE, + anon_sym___attribute, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 3, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym___attribute, - ACTIONS(2471), 12, + ACTIONS(2493), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [39448] = 21, + [38872] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3131), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3139), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, - anon_sym_CARET, - ACTIONS(3147), 1, - anon_sym_AMP, - ACTIONS(3157), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(2491), 5, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + anon_sym___attribute, + ACTIONS(2493), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3129), 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, - [39525] = 20, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [38929] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2930), 1, - anon_sym___attribute, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3123), 1, anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(2491), 2, + anon_sym_PIPE, + anon_sym___attribute, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2928), 7, + ACTIONS(2493), 10, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [39600] = 21, + [38996] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2946), 1, + ACTIONS(3135), 1, aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3139), 1, + ACTIONS(3143), 1, anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, + ACTIONS(3145), 1, anon_sym_AMP_AMP, - ACTIONS(3143), 1, + ACTIONS(3147), 1, anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3149), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3151), 1, anon_sym_AMP, - ACTIONS(3157), 1, + ACTIONS(3161), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2944), 6, + ACTIONS(3133), 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, - [39677] = 10, + [39073] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(2949), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3141), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3143), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3145), 1, + anon_sym_AMP_AMP, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + ACTIONS(3161), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2469), 7, - aux_sym_preproc_elif_token1, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2471), 16, + ACTIONS(3157), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2947), 6, 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_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_QMARK, sym_identifier, - [39732] = 19, + [39150] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2469), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, + ACTIONS(2927), 1, + anon_sym___attribute, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3121), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3123), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2471), 8, + ACTIONS(2925), 7, 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_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, - sym_identifier, - [39805] = 18, + [39225] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2469), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, + ACTIONS(2895), 1, + anon_sym___attribute, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3121), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3123), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2471), 9, + ACTIONS(2893), 6, 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, - sym_identifier, - [39876] = 17, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + [39302] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(2491), 1, + anon_sym___attribute, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3145), 1, + ACTIONS(3121), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3123), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3167), 1, + anon_sym_PIPE, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - ACTIONS(3133), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2471), 9, + ACTIONS(2493), 9, 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_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, - sym_identifier, - [39945] = 16, + [39373] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3147), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2491), 7, aux_sym_preproc_elif_token1, - anon_sym_PIPE, - ACTIONS(3133), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3151), 2, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2471), 10, + ACTIONS(2493), 16, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -96134,140 +95971,167 @@ 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_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_QMARK, sym_identifier, - [40012] = 15, + [39428] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(2927), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3141), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3143), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3145), 1, + anon_sym_AMP_AMP, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 3, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2471), 10, + ACTIONS(2925), 7, 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, sym_identifier, - [40077] = 14, + [39503] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(2491), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3141), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3145), 1, + anon_sym_AMP_AMP, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3151), 2, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 3, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2471), 12, + ACTIONS(2493), 8, 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, sym_identifier, - [40140] = 12, + [39576] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(2491), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3141), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2469), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2471), 14, + ACTIONS(3157), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2493), 9, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -96275,43 +96139,51 @@ static const uint16_t ts_small_parse_table[] = { 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_EQ, anon_sym_QMARK, sym_identifier, - [40199] = 11, + [39647] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(2491), 2, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2469), 5, - aux_sym_preproc_elif_token1, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2471), 16, + ACTIONS(3157), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2493), 9, anon_sym_COMMA, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, @@ -96319,533 +96191,452 @@ static const uint16_t ts_small_parse_table[] = { 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_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_QMARK, sym_identifier, - [40256] = 21, + [39716] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2913), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3139), 1, - anon_sym_PIPE_PIPE, ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, - anon_sym_CARET, - ACTIONS(3147), 1, + anon_sym_SLASH, + ACTIONS(3151), 1, anon_sym_AMP, - ACTIONS(3157), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(2491), 2, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2901), 6, + ACTIONS(2493), 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_QMARK, sym_identifier, - [40333] = 21, + [39783] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2974), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3139), 1, - anon_sym_PIPE_PIPE, ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, - anon_sym_CARET, - ACTIONS(3147), 1, - anon_sym_AMP, - ACTIONS(3157), 1, - anon_sym_QMARK, - STATE(676), 1, + anon_sym_SLASH, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2972), 6, + ACTIONS(2491), 3, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2493), 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_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_QMARK, sym_identifier, - [40410] = 21, + [39848] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2974), 1, - anon_sym___attribute, - ACTIONS(3121), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2972), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - [40487] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, - anon_sym_SLASH, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3119), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2469), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2491), 3, + aux_sym_preproc_elif_token1, anon_sym_PIPE, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___attribute, - ACTIONS(2471), 16, + ACTIONS(2493), 12, 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_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, - [40542] = 19, + sym_identifier, + [39911] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2469), 1, - anon_sym___attribute, - ACTIONS(3121), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3125), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 8, + ACTIONS(2491), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2493), 14, 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_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, + 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_QMARK, - [40615] = 18, + sym_identifier, + [39970] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2469), 1, - anon_sym___attribute, - ACTIONS(3121), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(2491), 5, + aux_sym_preproc_elif_token1, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(2493), 16, + anon_sym_COMMA, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, - [40686] = 17, + sym_identifier, + [40027] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, - anon_sym_PIPE, - anon_sym___attribute, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 9, + ACTIONS(2491), 3, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym___attribute, + ACTIONS(2493), 12, 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___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [40755] = 20, + [40090] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2930), 1, + ACTIONS(2895), 1, aux_sym_preproc_elif_token1, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3139), 1, + ACTIONS(3143), 1, anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, + ACTIONS(3145), 1, anon_sym_AMP_AMP, - ACTIONS(3143), 1, + ACTIONS(3147), 1, anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3149), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3151), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3161), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2928), 7, + ACTIONS(2893), 6, 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, sym_identifier, - [40830] = 16, + [40167] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(2905), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3167), 1, + ACTIONS(3143), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3145), 1, + anon_sym_AMP_AMP, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3161), 1, + anon_sym_QMARK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2469), 2, - anon_sym_PIPE, - anon_sym___attribute, - ACTIONS(3117), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2471), 10, + ACTIONS(2903), 6, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [40897] = 15, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [40244] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2469), 3, + ACTIONS(2491), 3, anon_sym_PIPE, anon_sym_AMP, anon_sym___attribute, - ACTIONS(2471), 10, + ACTIONS(2493), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -96856,95 +96647,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [40962] = 21, + [40309] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2946), 1, + ACTIONS(2949), 1, anon_sym___attribute, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2944), 6, + ACTIONS(2947), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [41039] = 12, + [40386] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, ACTIONS(3117), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3119), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3127), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2469), 5, + ACTIONS(2491), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, anon_sym___attribute, - ACTIONS(2471), 14, + ACTIONS(2493), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -96954,146 +96741,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [41098] = 11, + [40441] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(2491), 1, + anon_sym___attribute, + ACTIONS(3119), 1, anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2469), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___attribute, - ACTIONS(2471), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3127), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2493), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [41155] = 21, + [40514] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2913), 1, + ACTIONS(2905), 1, anon_sym___attribute, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2901), 6, + ACTIONS(2903), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_RBRACE, + anon_sym_COLON, + [40591] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, + anon_sym_SLASH, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3117), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2491), 5, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym___attribute, + ACTIONS(2493), 14, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [41232] = 15, + anon_sym_QMARK, + [40650] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(3171), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3175), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1280), 1, + STATE(1265), 1, sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97110,39 +96954,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41296] = 15, + [40714] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(53), 1, + sym_primitive_type, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(1944), 1, sym_identifier, - ACTIONS(3177), 1, - sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1034), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1088), 1, sym_type_specifier, - STATE(1271), 1, - sym__type_definition_type, + STATE(1759), 1, + sym_type_descriptor, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(1001), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(1724), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97159,30 +97003,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41360] = 3, + [40778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 6, + ACTIONS(3177), 13, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + ACTIONS(3179), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3179), 26, - 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_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + [40818] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, + sym_primitive_type, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1944), 1, + sym_identifier, + ACTIONS(3181), 1, + anon_sym_enum, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1034), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1088), 1, + sym_type_specifier, + STATE(1917), 1, + sym_type_descriptor, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1003), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1724), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(49), 10, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -97192,11 +97089,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, + [40882] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1726), 1, + anon_sym_enum, + ACTIONS(3171), 1, + sym_identifier, + ACTIONS(3175), 1, + sym_primitive_type, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1108), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1115), 1, + sym_type_specifier, + STATE(1264), 1, + sym__type_definition_type, + ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, + STATE(1002), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3173), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [40946] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(53), 1, sym_primitive_type, + ACTIONS(57), 1, + anon_sym_struct, + ACTIONS(59), 1, + anon_sym_union, + ACTIONS(1726), 1, + anon_sym_enum, + ACTIONS(1944), 1, sym_identifier, - [41400] = 15, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1034), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1088), 1, + sym_type_specifier, + STATE(1819), 1, + sym_type_descriptor, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1001), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1724), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(768), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [41010] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -97205,30 +97196,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, - anon_sym_enum, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + ACTIONS(3181), 1, + anon_sym_enum, + STATE(713), 1, sym_alignas_qualifier, - STATE(1063), 1, + STATE(1034), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1084), 1, + STATE(1088), 1, sym_type_specifier, - STATE(1845), 1, + STATE(1802), 1, sym_type_descriptor, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1015), 2, + STATE(1003), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(1724), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97245,7 +97236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41464] = 3, + [41074] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3185), 6, @@ -97282,7 +97273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [41504] = 3, + [41114] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3187), 13, @@ -97319,76 +97310,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - [41544] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3191), 13, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - ACTIONS(3193), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - 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, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - [41584] = 15, + [41154] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(3171), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3175), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1277), 1, + STATE(1262), 1, sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97405,39 +97359,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41648] = 15, + [41218] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - sym_primitive_type, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1946), 1, - sym_identifier, - ACTIONS(3195), 1, + ACTIONS(1726), 1, anon_sym_enum, - STATE(720), 1, + ACTIONS(3171), 1, + sym_identifier, + ACTIONS(3175), 1, + sym_primitive_type, + STATE(713), 1, sym_alignas_qualifier, - STATE(1063), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1084), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1850), 1, - sym_type_descriptor, + STATE(1257), 1, + sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1014), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97454,39 +97408,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41712] = 15, + [41282] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - sym_primitive_type, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(1946), 1, + ACTIONS(3171), 1, sym_identifier, - STATE(720), 1, + ACTIONS(3175), 1, + sym_primitive_type, + STATE(713), 1, sym_alignas_qualifier, - STATE(1063), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1084), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1811), 1, - sym_type_descriptor, + STATE(1258), 1, + sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1015), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97503,10 +97457,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41776] = 3, + [41346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 13, + ACTIONS(3191), 13, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, @@ -97520,7 +97474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym___asm, sym_identifier, - ACTIONS(3199), 19, + ACTIONS(3193), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -97540,46 +97494,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - [41816] = 15, + [41386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1946), 1, - sym_identifier, - ACTIONS(3195), 1, - anon_sym_enum, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1063), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1084), 1, - sym_type_specifier, - STATE(2020), 1, - sym_type_descriptor, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1014), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(3197), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3195), 26, + 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(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(49), 10, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -97589,39 +97527,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41880] = 15, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [41426] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3199), 13, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + sym_identifier, + ACTIONS(3201), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + 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, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + [41466] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(3171), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3175), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1279), 1, + STATE(1266), 1, sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97638,7 +97617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [41944] = 15, + [41530] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -97647,30 +97626,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1063), 1, + STATE(1034), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1084), 1, + STATE(1088), 1, sym_type_specifier, - STATE(1828), 1, + STATE(1839), 1, sym_type_descriptor, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1015), 2, + STATE(1001), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(1724), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97687,39 +97666,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42008] = 15, + [41594] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(3171), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3175), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1274), 1, + STATE(1267), 1, sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97736,39 +97715,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42072] = 15, + [41658] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(3171), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3175), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_type_specifier, - STATE(1278), 1, + STATE(1269), 1, sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(1002), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97785,39 +97764,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42136] = 15, + [41722] = 14, ACTIONS(3), 1, sym_comment, + ACTIONS(53), 1, + sym_primitive_type, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(1944), 1, sym_identifier, - ACTIONS(3177), 1, - sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1034), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1096), 1, sym_type_specifier, - STATE(1282), 1, - sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(1724), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97834,39 +97811,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42200] = 15, + [41783] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1728), 1, + ACTIONS(1726), 1, anon_sym_enum, - ACTIONS(3173), 1, + ACTIONS(3171), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3175), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1122), 1, + STATE(1108), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1124), 1, + STATE(1114), 1, sym_type_specifier, - STATE(1276), 1, - sym__type_definition_type, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1018), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(3173), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -97883,91 +97858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42264] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3201), 13, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - ACTIONS(3203), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - 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, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - [42304] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3010), 1, - sym_identifier, - ACTIONS(3012), 1, - anon_sym_LPAREN2, - ACTIONS(3014), 1, - anon_sym_STAR, - ACTIONS(3018), 1, - sym_primitive_type, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1357), 1, - sym__type_declarator, - STATE(1810), 1, - sym_ms_based_modifier, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3016), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1421), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(49), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [42365] = 14, + [41844] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, @@ -97976,28 +97867,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(59), 1, anon_sym_union, - ACTIONS(1946), 1, + ACTIONS(1944), 1, sym_identifier, - ACTIONS(3195), 1, + ACTIONS(3181), 1, anon_sym_enum, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1063), 1, + STATE(1034), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1101), 1, + STATE(1096), 1, sym_type_specifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(1724), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, + STATE(768), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -98014,42 +97905,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42426] = 14, + [41905] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(53), 1, - sym_primitive_type, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1728), 1, - anon_sym_enum, - ACTIONS(1946), 1, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3042), 1, sym_identifier, - STATE(720), 1, + ACTIONS(3044), 1, + anon_sym_LPAREN2, + ACTIONS(3046), 1, + anon_sym_STAR, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(713), 1, sym_alignas_qualifier, - STATE(1063), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1101), 1, - sym_type_specifier, + STATE(1335), 1, + sym__type_declarator, + STATE(1979), 1, + sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1726), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, + STATE(1401), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -98061,37 +97952,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42487] = 14, + [41966] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1345), 1, + STATE(1343), 1, sym__type_declarator, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -98108,37 +97999,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42548] = 14, + [42027] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1337), 1, + STATE(1317), 1, sym__type_declarator, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -98155,44 +98046,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42609] = 14, + [42088] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_struct, - ACTIONS(59), 1, - anon_sym_union, - ACTIONS(1728), 1, - anon_sym_enum, - ACTIONS(3173), 1, - sym_identifier, - ACTIONS(3177), 1, - sym_primitive_type, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1122), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1126), 1, - sym_type_specifier, - ACTIONS(51), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3175), 4, + ACTIONS(2958), 1, + anon_sym_LBRACE, + STATE(743), 1, + sym_attribute_specifier, + STATE(1027), 1, + sym_enumerator_list, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2980), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2978), 19, + anon_sym___extension__, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(772), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(49), 10, - anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -98202,172 +98081,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [42670] = 21, + anon_sym_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [42134] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3207), 3, + ACTIONS(3205), 3, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_COLON, - [42744] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2924), 1, - anon_sym_LBRACE, - ACTIONS(3209), 1, - anon_sym_COLON, - STATE(774), 1, - sym_attribute_specifier, - STATE(1044), 1, - sym_enumerator_list, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2919), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - ACTIONS(2917), 19, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [42792] = 21, + [42208] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3213), 1, + ACTIONS(3209), 1, anon_sym___attribute, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3211), 3, + ACTIONS(3207), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [42866] = 7, + [42282] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2924), 1, + ACTIONS(2958), 1, anon_sym_LBRACE, - STATE(776), 1, + ACTIONS(3211), 1, + anon_sym_COLON, + STATE(749), 1, sym_attribute_specifier, - STATE(1062), 1, + STATE(1049), 1, sym_enumerator_list, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2982), 6, + ACTIONS(2953), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2980), 19, + ACTIONS(2951), 19, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -98387,728 +98231,501 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [42912] = 22, + [42330] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3215), 1, + ACTIONS(3213), 1, anon_sym_COMMA, - ACTIONS(3217), 1, + ACTIONS(3215), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - STATE(1587), 1, + STATE(1568), 1, aux_sym_generic_expression_repeat1, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [42987] = 22, + [42405] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3219), 1, + ACTIONS(3217), 1, anon_sym_COMMA, - ACTIONS(3221), 1, + ACTIONS(3219), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - STATE(1572), 1, + STATE(1603), 1, aux_sym_argument_list_repeat1, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [43062] = 22, + [42480] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3223), 1, + ACTIONS(3221), 1, anon_sym_COMMA, - ACTIONS(3225), 1, + ACTIONS(3223), 1, anon_sym_RBRACE, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - STATE(1670), 1, + STATE(1567), 1, aux_sym_initializer_list_repeat1, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [43137] = 22, + [42555] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3219), 1, + ACTIONS(3217), 1, anon_sym_COMMA, - ACTIONS(3227), 1, + ACTIONS(3225), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - STATE(1617), 1, + STATE(1619), 1, aux_sym_argument_list_repeat1, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [43212] = 20, + [42630] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3227), 1, + anon_sym_SEMI, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, - anon_sym_GT, - anon_sym_LT, ACTIONS(3125), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3127), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3229), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [43282] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3231), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3237), 1, - anon_sym_SLASH, - ACTIONS(3239), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, - anon_sym_AMP_AMP, - ACTIONS(3243), 1, - anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3257), 1, - anon_sym_RBRACK, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3235), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3249), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43356] = 21, + [42702] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3229), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2944), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - ACTIONS(3233), 2, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [43428] = 11, + [42774] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3235), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2469), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2471), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [43480] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, - anon_sym_SLASH, - ACTIONS(3241), 1, - anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(2491), 2, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, anon_sym_AMP, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3249), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3251), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3253), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3255), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2471), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - [43548] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, - anon_sym_SLASH, - ACTIONS(3243), 1, - anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(3233), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3235), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2471), 5, + ACTIONS(2493), 6, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [43614] = 18, + [42836] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(2469), 1, - anon_sym_PIPE, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3245), 1, + ACTIONS(3121), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3123), 1, anon_sym_AMP, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3235), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3249), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3251), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3253), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3255), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2471), 5, - anon_sym_DOT_DOT_DOT, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [43680] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(2469), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, - anon_sym_SLASH, - ACTIONS(3247), 1, - anon_sym_AMP, - STATE(676), 1, + ACTIONS(3169), 1, + anon_sym_QMARK, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3245), 1, + anon_sym_SEMI, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2471), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, - anon_sym_QMARK, - [43744] = 16, + [42908] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2469), 2, - anon_sym_PIPE, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, anon_sym_AMP, - ACTIONS(3233), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3235), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3249), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3251), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3253), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3255), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2471), 6, - anon_sym_DOT_DOT_DOT, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_RBRACK, + ACTIONS(3167), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - [43806] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, - anon_sym_SLASH, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3247), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2469), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3233), 2, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3251), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2471), 8, - anon_sym_DOT_DOT_DOT, - 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, - [43866] = 13, + [42980] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2469), 4, + ACTIONS(2491), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2471), 10, + ACTIONS(2493), 10, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -99119,36 +98736,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [43922] = 12, + [43036] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2469), 4, + ACTIONS(2491), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2471), 12, + ACTIONS(2493), 12, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -99161,276 +98778,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_RBRACK, anon_sym_QMARK, - [43976] = 21, + [43090] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3261), 1, + ACTIONS(3249), 1, anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [44048] = 21, + [43162] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(2463), 1, - anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, - anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2901), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - ACTIONS(3233), 2, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [44120] = 21, + ACTIONS(3251), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [43232] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3263), 1, + ACTIONS(3253), 1, anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [44192] = 21, + [43304] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2972), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [44264] = 20, + ACTIONS(2925), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + anon_sym_QMARK, + [43374] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3265), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [44334] = 5, + ACTIONS(2493), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [43440] = 5, ACTIONS(3), 1, sym_comment, - STATE(758), 1, + STATE(750), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(3005), 6, + ACTIONS(2996), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(3003), 19, + ACTIONS(2994), 19, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -99450,1213 +99063,1547 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [44374] = 20, + [43480] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3265), 1, + anon_sym_SEMI, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, + [43552] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, + anon_sym_SLASH, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, + anon_sym_QMARK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3117), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3127), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3129), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, ACTIONS(3267), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [44444] = 20, + anon_sym_SEMI, + [43622] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3269), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3269), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [44514] = 20, + [43694] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3271), 2, anon_sym_COMMA, anon_sym_RPAREN, - [44584] = 21, + [43764] = 11, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3233), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2491), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2493), 12, + anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, - ACTIONS(3161), 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, + anon_sym_RBRACK, + anon_sym_QMARK, + [43816] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, + anon_sym_SLASH, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, ACTIONS(3273), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43888] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2532), 1, + sym_primitive_type, + ACTIONS(3275), 1, + sym_identifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1109), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2529), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1038), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3277), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2520), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2522), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [43938] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, + anon_sym_SLASH, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, + anon_sym_QMARK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3117), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(3127), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3129), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3279), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [44008] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, + anon_sym_SLASH, + ACTIONS(3255), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3257), 1, + anon_sym_AMP_AMP, + ACTIONS(3259), 1, + anon_sym_PIPE, + ACTIONS(3261), 1, + anon_sym_CARET, + ACTIONS(3263), 1, + anon_sym_AMP, + ACTIONS(3281), 1, + anon_sym_QMARK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2893), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + ACTIONS(3231), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3233), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3241), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, + [44080] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, + anon_sym_SLASH, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, + anon_sym_QMARK, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3283), 1, + anon_sym_COLON, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3117), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [44656] = 21, + ACTIONS(3127), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3129), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [44152] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2557), 1, + sym_primitive_type, + ACTIONS(3285), 1, + sym_identifier, + STATE(713), 1, + sym_alignas_qualifier, + STATE(775), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2554), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(671), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2552), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2545), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2547), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [44202] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3275), 1, - anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [44728] = 21, + ACTIONS(3287), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [44272] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3277), 1, + ACTIONS(3289), 1, anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [44800] = 21, + [44344] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3279), 1, - anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [44872] = 21, + ACTIONS(3291), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [44414] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3281), 1, + ACTIONS(3293), 1, anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [44944] = 21, + [44486] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3283), 1, - anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(2903), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45016] = 21, + [44558] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3285), 1, + ACTIONS(3295), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45088] = 21, + [44630] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3287), 1, - anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45160] = 21, + ACTIONS(3133), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [44700] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3289), 1, + ACTIONS(3297), 1, anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45232] = 20, + [44772] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3299), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3291), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [45302] = 21, + [44844] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3293), 1, - anon_sym_SEMI, - STATE(676), 1, + ACTIONS(3301), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45374] = 21, + [44916] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + STATE(757), 1, + sym_attribute_specifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(2987), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2459), 1, + anon_sym_STAR, anon_sym_LBRACK, - ACTIONS(3121), 1, + anon_sym_COLON, + ACTIONS(2985), 19, + 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_alignas, + anon_sym__Alignas, + sym_primitive_type, + sym_identifier, + [44956] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3295), 1, - anon_sym_RPAREN, - STATE(676), 1, + ACTIONS(3303), 1, + anon_sym_SEMI, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45446] = 20, + [45028] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(2463), 1, + ACTIONS(2457), 1, anon_sym_DASH_GT, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3026), 1, + ACTIONS(3030), 1, anon_sym_DOT, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - STATE(676), 1, + ACTIONS(3281), 1, + anon_sym_QMARK, + ACTIONS(3305), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3307), 1, + anon_sym_RBRACK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2928), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - anon_sym_QMARK, - [45516] = 21, + [45102] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3297), 1, + ACTIONS(3309), 1, anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45588] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(769), 1, - sym_attribute_specifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(2998), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2996), 19, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, - sym_identifier, - [45628] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2555), 1, - sym_primitive_type, - ACTIONS(3299), 1, - sym_identifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1121), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2552), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1076), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3301), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2543), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2545), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [45678] = 21, + [45174] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3303), 1, + ACTIONS(3311), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45750] = 21, + [45246] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3305), 1, - anon_sym_COLON, - STATE(676), 1, + ACTIONS(3313), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45822] = 21, + [45318] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3307), 1, - anon_sym_RPAREN, - STATE(676), 1, + ACTIONS(3315), 1, + anon_sym_SEMI, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45894] = 20, + [45390] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3203), 1, + anon_sym_COMMA, + ACTIONS(3317), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3129), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [45964] = 21, + [45462] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3309), 1, - anon_sym_RPAREN, - STATE(676), 1, + ACTIONS(3319), 1, + anon_sym_SEMI, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, + [45534] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(2491), 1, + anon_sym_PIPE, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, + anon_sym_SLASH, + ACTIONS(3261), 1, + anon_sym_CARET, + ACTIONS(3263), 1, + anon_sym_AMP, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(3231), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3233), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [46036] = 5, + ACTIONS(3239), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3241), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3243), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2493), 5, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_RBRACK, + anon_sym_QMARK, + [45600] = 5, ACTIONS(3), 1, sym_comment, - STATE(777), 1, + STATE(751), 1, sym_attribute_specifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(2991), 6, + ACTIONS(3003), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2989), 19, + ACTIONS(3001), 19, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -100676,1054 +100623,825 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [46076] = 21, + [45640] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3311), 1, - anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(2947), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3125), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3127), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3169), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [46148] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, - anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3313), 1, - anon_sym_SEMI, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3119), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46220] = 21, + [45712] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3315), 1, + ACTIONS(3321), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46292] = 21, + [45784] = 19, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3317), 1, - anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46364] = 21, + ACTIONS(2493), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_RBRACK, + anon_sym_QMARK, + [45852] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, - ACTIONS(3319), 1, + ACTIONS(3323), 1, anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46436] = 21, + [45924] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(2491), 1, + anon_sym_PIPE, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3321), 1, - anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46508] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2522), 1, - sym_primitive_type, - ACTIONS(3323), 1, - sym_identifier, - STATE(720), 1, - sym_alignas_qualifier, - STATE(754), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2519), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2517), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2510), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2512), 10, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym__Nonnull, - [46558] = 21, + ACTIONS(2493), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + [45988] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_COMMA, ACTIONS(3325), 1, anon_sym_SEMI, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46630] = 21, + [46060] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(2453), 1, + anon_sym_LBRACK, ACTIONS(2457), 1, + anon_sym_DASH_GT, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3030), 1, + anon_sym_DOT, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - ACTIONS(3205), 1, - anon_sym_COMMA, - ACTIONS(3327), 1, - anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(2491), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, + ACTIONS(2493), 8, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [46702] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [46120] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3329), 1, + ACTIONS(3327), 1, anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46771] = 20, + [46189] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2198), 1, + ACTIONS(2190), 1, anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [46840] = 20, + [46258] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3331), 1, - anon_sym_RPAREN, - STATE(676), 1, + ACTIONS(3329), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [46909] = 20, + [46327] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3333), 1, - anon_sym_RBRACK, - STATE(676), 1, + ACTIONS(3331), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [46978] = 20, + [46396] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2176), 1, + anon_sym_RBRACK, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3335), 1, - anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [47047] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_const, - ACTIONS(1948), 1, - anon_sym_LPAREN2, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(2813), 1, - anon_sym_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1442), 1, - sym_parameter_list, - STATE(1486), 1, - sym__abstract_declarator, - ACTIONS(3103), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(1093), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3337), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3097), 9, - 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, - [47102] = 13, + [46465] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(49), 1, - anon_sym_const, - ACTIONS(1948), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(2813), 1, - anon_sym_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1430), 1, - sym__abstract_declarator, - STATE(1442), 1, - sym_parameter_list, - ACTIONS(3103), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2803), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3097), 9, - 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, - [47157] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2190), 1, - anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, - anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3333), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [47226] = 13, + [46534] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(49), 1, - anon_sym_const, - ACTIONS(1948), 1, - anon_sym_LPAREN2, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2198), 1, + anon_sym_RBRACK, + ACTIONS(2453), 1, anon_sym_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1442), 1, - sym_parameter_list, - STATE(1484), 1, - sym__abstract_declarator, - ACTIONS(3103), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3339), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3097), 9, - 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, - [47281] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3341), 1, - anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [47350] = 20, + [46603] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2188), 1, + ACTIONS(2182), 1, anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [47419] = 20, + [46672] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2180), 1, + anon_sym_RBRACK, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3343), 1, - anon_sym_COLON, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [47488] = 13, + [46741] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_const, - ACTIONS(1948), 1, + ACTIONS(1946), 1, anon_sym_LPAREN2, - ACTIONS(1950), 1, + ACTIONS(1948), 1, anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1429), 1, - sym__abstract_declarator, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - ACTIONS(3103), 2, + STATE(1468), 1, + sym__abstract_declarator, + ACTIONS(3101), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3071), 3, + ACTIONS(3335), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3097), 9, + ACTIONS(3095), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -101733,473 +101451,473 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [47543] = 20, + [46796] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2178), 1, - anon_sym_RBRACK, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3337), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [47612] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - anon_sym_const, - ACTIONS(1948), 1, - anon_sym_LPAREN2, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(2813), 1, - anon_sym_LBRACK, - STATE(720), 1, - sym_alignas_qualifier, - STATE(1442), 1, - sym_parameter_list, - STATE(1495), 1, - sym__abstract_declarator, - ACTIONS(3103), 2, - anon_sym_alignas, - anon_sym__Alignas, - STATE(672), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3345), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - ACTIONS(3097), 9, - 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, - [47667] = 20, + [46865] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2180), 1, - anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3339), 1, + anon_sym_RBRACK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [47736] = 20, + [46934] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3347), 1, + ACTIONS(3341), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [47805] = 20, + [47003] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3349), 1, - anon_sym_RBRACK, - STATE(676), 1, + ACTIONS(3343), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [47874] = 20, + [47072] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3351), 1, - anon_sym_COLON, - STATE(676), 1, + ACTIONS(3345), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [47943] = 20, + [47141] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3353), 1, - anon_sym_COMMA, - STATE(676), 1, + ACTIONS(3347), 1, + anon_sym_COLON, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [48012] = 20, + [47210] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, ACTIONS(3163), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(3165), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, anon_sym_QMARK, - ACTIONS(3355), 1, + ACTIONS(3349), 1, anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [48081] = 20, + [47279] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2174), 1, - anon_sym_RBRACK, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3351), 1, + anon_sym_RPAREN, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48150] = 13, + [47348] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, anon_sym_const, + ACTIONS(1946), 1, + anon_sym_LPAREN2, ACTIONS(1948), 1, + anon_sym_STAR, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1402), 1, + sym__abstract_declarator, + STATE(1432), 1, + sym_parameter_list, + ACTIONS(3101), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(671), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3071), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3095), 9, + 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, + [47403] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(49), 1, + anon_sym_const, + ACTIONS(1946), 1, anon_sym_LPAREN2, - ACTIONS(1950), 1, + ACTIONS(1948), 1, anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1474), 1, + STATE(1480), 1, sym__abstract_declarator, - ACTIONS(3103), 2, + ACTIONS(3101), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1087), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3357), 3, + ACTIONS(3353), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3097), 9, + ACTIONS(3095), 9, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -102209,381 +101927,467 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [48205] = 20, + [47458] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(49), 1, + anon_sym_const, + ACTIONS(1946), 1, + anon_sym_LPAREN2, + ACTIONS(1948), 1, + anon_sym_STAR, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1394), 1, + sym__abstract_declarator, + STATE(1432), 1, + sym_parameter_list, + ACTIONS(3101), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(671), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2823), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3095), 9, + 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, + [47513] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(49), 1, + anon_sym_const, + ACTIONS(1946), 1, + anon_sym_LPAREN2, + ACTIONS(1948), 1, + anon_sym_STAR, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1432), 1, + sym_parameter_list, + STATE(1460), 1, + sym__abstract_declarator, + ACTIONS(3101), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(1076), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3355), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3095), 9, + 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, + [47568] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2188), 1, anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48274] = 20, + [47637] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(2192), 1, anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48343] = 20, + [47706] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2184), 1, + ACTIONS(2178), 1, anon_sym_RBRACK, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(3008), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3245), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3247), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3237), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48412] = 20, + [47775] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2186), 1, + anon_sym_RBRACK, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3359), 1, - anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [48481] = 20, + [47844] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2176), 1, - anon_sym_RBRACK, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3024), 1, + ACTIONS(2451), 1, anon_sym_LPAREN2, - ACTIONS(3237), 1, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, anon_sym_SLASH, - ACTIONS(3239), 1, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, anon_sym_PIPE_PIPE, - ACTIONS(3241), 1, + ACTIONS(3165), 1, anon_sym_AMP_AMP, - ACTIONS(3243), 1, + ACTIONS(3167), 1, anon_sym_PIPE, - ACTIONS(3245), 1, - anon_sym_CARET, - ACTIONS(3247), 1, - anon_sym_AMP, - ACTIONS(3259), 1, + ACTIONS(3169), 1, anon_sym_QMARK, - STATE(676), 1, + ACTIONS(3357), 1, + anon_sym_COMMA, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3233), 2, + ACTIONS(3115), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3235), 2, + ACTIONS(3117), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3249), 2, + ACTIONS(3125), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3251), 2, + ACTIONS(3127), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3253), 2, + ACTIONS(3129), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3255), 2, + ACTIONS(3131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [48550] = 20, + [47913] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2196), 1, + anon_sym_RBRACK, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3361), 1, - anon_sym_RPAREN, - STATE(676), 1, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [48619] = 20, + [47982] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, + ACTIONS(2453), 1, anon_sym_LBRACK, - ACTIONS(3121), 1, + ACTIONS(3008), 1, + anon_sym_LPAREN2, + ACTIONS(3235), 1, anon_sym_SLASH, - ACTIONS(3159), 1, + ACTIONS(3255), 1, anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, + ACTIONS(3257), 1, anon_sym_AMP_AMP, - ACTIONS(3163), 1, + ACTIONS(3259), 1, anon_sym_PIPE, - ACTIONS(3165), 1, + ACTIONS(3261), 1, anon_sym_CARET, - ACTIONS(3167), 1, + ACTIONS(3263), 1, anon_sym_AMP, - ACTIONS(3171), 1, + ACTIONS(3281), 1, anon_sym_QMARK, - ACTIONS(3363), 1, - anon_sym_COLON, - STATE(676), 1, + ACTIONS(3359), 1, + anon_sym_RBRACK, + STATE(690), 1, sym_argument_list, - ACTIONS(2461), 2, + ACTIONS(2455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, + ACTIONS(2457), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3117), 2, + ACTIONS(3231), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3119), 2, + ACTIONS(3233), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3123), 2, + ACTIONS(3237), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3239), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3125), 2, + ACTIONS(3241), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3127), 2, + ACTIONS(3243), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [48688] = 12, + [48051] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3111), 1, - sym_identifier, - ACTIONS(3113), 1, + ACTIONS(49), 1, + anon_sym_const, + ACTIONS(1946), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(1948), 1, anon_sym_STAR, - STATE(720), 1, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(713), 1, sym_alignas_qualifier, - STATE(1325), 1, - sym__field_declarator, - STATE(1953), 1, - sym_ms_based_modifier, - ACTIONS(51), 2, + STATE(1432), 1, + sym_parameter_list, + STATE(1471), 1, + sym__abstract_declarator, + ACTIONS(3101), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(1086), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1395), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(49), 10, + ACTIONS(3361), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + ACTIONS(3095), 9, anon_sym___extension__, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -102592,35 +102396,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [48740] = 12, + [48106] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3105), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1326), 1, - sym__field_declarator, - STATE(1953), 1, + STATE(1358), 1, + sym__declarator, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1395), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -102632,35 +102436,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [48792] = 12, + [48158] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1369), 1, - sym__declarator, - STATE(1992), 1, + STATE(1311), 1, + sym__field_declarator, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1385), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -102672,30 +102476,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [48844] = 12, + [48210] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1370), 1, + STATE(1286), 1, sym__declarator, - STATE(1992), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -102712,30 +102516,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [48896] = 12, + [48262] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1299), 1, + STATE(1289), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -102752,35 +102556,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [48948] = 12, + [48314] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3107), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1300), 1, - sym__declarator, - STATE(1967), 1, + STATE(1314), 1, + sym__field_declarator, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1385), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(49), 10, anon_sym___extension__, anon_sym_const, @@ -102792,30 +102596,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49000] = 12, + [48366] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3109), 1, + ACTIONS(3107), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1371), 1, + STATE(1287), 1, sym__declarator, - STATE(1992), 1, + STATE(1779), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -102832,77 +102636,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49052] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(2459), 1, - anon_sym_LBRACK, - ACTIONS(3121), 1, - anon_sym_SLASH, - ACTIONS(3159), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3161), 1, - anon_sym_AMP_AMP, - ACTIONS(3163), 1, - anon_sym_PIPE, - ACTIONS(3165), 1, - anon_sym_CARET, - ACTIONS(3167), 1, - anon_sym_AMP, - ACTIONS(3171), 1, - anon_sym_QMARK, - STATE(676), 1, - sym_argument_list, - ACTIONS(2461), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2463), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3117), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3119), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3123), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3125), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3127), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3169), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [49118] = 12, + [48418] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, - ACTIONS(3107), 1, + ACTIONS(3105), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1301), 1, + STATE(1359), 1, sym__declarator, - STATE(1967), 1, + STATE(1965), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -102919,30 +102676,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49170] = 12, + [48470] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1327), 1, + STATE(1316), 1, sym__field_declarator, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(51), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -102959,12 +102716,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49222] = 4, + [48522] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(2453), 1, + anon_sym_LBRACK, + ACTIONS(3119), 1, + anon_sym_SLASH, + ACTIONS(3121), 1, + anon_sym_CARET, + ACTIONS(3123), 1, + anon_sym_AMP, + ACTIONS(3163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3165), 1, + anon_sym_AMP_AMP, + ACTIONS(3167), 1, + anon_sym_PIPE, + ACTIONS(3169), 1, + anon_sym_QMARK, + STATE(690), 1, + sym_argument_list, + ACTIONS(2455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2457), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3115), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3117), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3125), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3127), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3129), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [48588] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(3069), 1, anon_sym_SEMI, - ACTIONS(1778), 7, + ACTIONS(1776), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -102972,7 +102776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(1772), 18, + ACTIONS(1770), 18, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -102991,34 +102795,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [49258] = 11, + [48624] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3105), 1, + anon_sym_STAR, + STATE(713), 1, + sym_alignas_qualifier, + STATE(1356), 1, + sym__declarator, + STATE(1965), 1, + sym_ms_based_modifier, + ACTIONS(51), 2, + anon_sym_alignas, + anon_sym__Alignas, + STATE(671), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(49), 10, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym__Nonnull, + [48676] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2515), 1, + ACTIONS(2525), 1, anon_sym___based, - ACTIONS(3365), 1, + ACTIONS(3363), 1, sym_identifier, - ACTIONS(3371), 1, + ACTIONS(3369), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1134), 1, + STATE(1117), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2510), 2, + ACTIONS(2520), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(2519), 2, + ACTIONS(2529), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(672), 2, + STATE(1110), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3368), 4, + ACTIONS(3366), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2512), 10, + ACTIONS(2522), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -103029,27 +102873,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49307] = 6, + [48725] = 6, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2601), 2, + ACTIONS(2579), 2, sym_primitive_type, sym_identifier, - ACTIONS(2605), 4, + ACTIONS(2583), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2663), 6, + ACTIONS(2635), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2660), 12, + ACTIONS(2632), 12, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -103062,34 +102906,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - [49346] = 11, + [48764] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2548), 1, + ACTIONS(2550), 1, anon_sym___based, - ACTIONS(3374), 1, + ACTIONS(3372), 1, sym_identifier, - ACTIONS(3380), 1, + ACTIONS(3378), 1, sym_primitive_type, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, - STATE(1143), 1, + STATE(1127), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2543), 2, + ACTIONS(2545), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(2552), 2, + ACTIONS(2554), 2, anon_sym_alignas, anon_sym__Alignas, - STATE(1120), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3377), 4, + ACTIONS(3375), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2545), 10, + ACTIONS(2547), 10, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -103100,10 +102944,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49395] = 7, + [48813] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1821), 1, + anon_sym_LPAREN2, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(2825), 1, + anon_sym_STAR, + ACTIONS(2833), 1, + anon_sym_LBRACK, + STATE(1312), 1, + sym__declarator, + STATE(1368), 1, + sym__abstract_declarator, + STATE(1432), 1, + sym_parameter_list, + STATE(1965), 1, + sym_ms_based_modifier, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(3381), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1475), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + STATE(1431), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [48869] = 7, ACTIONS(3), 1, sym_comment, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(51), 2, anon_sym_alignas, @@ -103111,7 +102996,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3385), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(672), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(3383), 7, @@ -103133,10 +103018,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49435] = 7, + [48909] = 7, ACTIONS(3), 1, sym_comment, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(51), 2, anon_sym_alignas, @@ -103144,7 +103029,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3389), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1125), 2, + STATE(671), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(3387), 7, @@ -103166,10 +103051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49475] = 7, + [48949] = 7, ACTIONS(3), 1, sym_comment, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(51), 2, anon_sym_alignas, @@ -103177,7 +103062,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3393), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(672), 2, + STATE(1112), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(3391), 7, @@ -103199,10 +103084,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49515] = 7, + [48989] = 7, ACTIONS(3), 1, sym_comment, - STATE(720), 1, + STATE(713), 1, sym_alignas_qualifier, ACTIONS(51), 2, anon_sym_alignas, @@ -103210,7 +103095,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3397), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(1123), 2, + STATE(1113), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(3395), 7, @@ -103232,72 +103117,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, anon_sym__Nonnull, - [49555] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1823), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(2805), 1, - anon_sym_STAR, - ACTIONS(2813), 1, - anon_sym_LBRACK, - STATE(1329), 1, - sym__declarator, - STATE(1389), 1, - sym__abstract_declarator, - STATE(1442), 1, - sym_parameter_list, - STATE(1992), 1, - sym_ms_based_modifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(3399), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1478), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - STATE(1467), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [49611] = 12, + [49029] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1287), 1, + STATE(1271), 1, sym_ms_call_modifier, - STATE(1438), 1, + STATE(1446), 1, sym__type_declarator, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -103310,20 +103154,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [49660] = 5, + [49078] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2747), 2, + ACTIONS(2635), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3401), 4, + ACTIONS(3399), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2745), 15, + ACTIONS(2632), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103339,20 +103183,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49694] = 5, + [49112] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(1120), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2668), 2, + ACTIONS(2754), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3404), 4, + ACTIONS(3403), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2666), 15, + ACTIONS(2752), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103368,20 +103212,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49728] = 5, + [49146] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(1126), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2672), 2, + ACTIONS(2760), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3407), 4, + ACTIONS(3406), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2670), 15, + ACTIONS(2758), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103397,20 +103241,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49762] = 5, + [49180] = 5, ACTIONS(3), 1, sym_comment, - STATE(1140), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2676), 2, + ACTIONS(2766), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3410), 4, + ACTIONS(3409), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2674), 15, + ACTIONS(2764), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103426,20 +103270,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49796] = 5, + [49214] = 15, ACTIONS(3), 1, sym_comment, - STATE(1141), 1, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + ACTIONS(3412), 1, + sym_identifier, + STATE(656), 1, + sym__old_style_function_declarator, + STATE(1298), 1, + sym_ms_call_modifier, + STATE(1302), 1, + sym_function_declarator, + STATE(1351), 1, + sym__declarator, + STATE(1434), 1, + sym__declaration_declarator, + STATE(1505), 1, + sym__function_declaration_declarator, + STATE(1643), 1, + sym_init_declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1360), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [49268] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3416), 1, + anon_sym_LPAREN2, + STATE(994), 1, + sym_preproc_argument_list, + ACTIONS(3418), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3414), 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, + [49302] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + ACTIONS(3412), 1, + sym_identifier, + STATE(649), 1, + sym__old_style_function_declarator, + STATE(1302), 1, + sym_function_declarator, + STATE(1304), 1, + sym_ms_call_modifier, + STATE(1349), 1, + sym__declarator, + STATE(1442), 1, + sym__declaration_declarator, + STATE(1505), 1, + sym__function_declaration_declarator, + STATE(1592), 1, + sym_init_declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1360), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [49356] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2682), 2, + ACTIONS(2750), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3413), 4, + ACTIONS(3420), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2680), 15, + ACTIONS(2748), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103455,20 +103406,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49830] = 5, + [49390] = 6, ACTIONS(3), 1, sym_comment, - STATE(736), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2688), 2, - anon_sym_LPAREN2, + ACTIONS(1781), 1, anon_sym_STAR, - ACTIONS(3416), 4, + ACTIONS(2788), 1, + anon_sym_LPAREN2, + STATE(1130), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(3423), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2686), 15, + ACTIONS(1768), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103484,20 +103436,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49864] = 5, + [49426] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2652), 2, + ACTIONS(2770), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3419), 4, + ACTIONS(3426), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2650), 15, + ACTIONS(2768), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103513,151 +103465,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [49898] = 15, + [49460] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3105), 1, + STATE(729), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2774), 2, anon_sym_LPAREN2, - ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, - sym_identifier, - STATE(653), 1, - sym__old_style_function_declarator, - STATE(1306), 1, - sym_ms_call_modifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1365), 1, - sym__declarator, - STATE(1446), 1, - sym__declaration_declarator, - STATE(1512), 1, - sym__function_declaration_declarator, - STATE(1597), 1, - sym_init_declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1375), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [49952] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, + ACTIONS(3429), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2772), 15, + anon_sym___extension__, anon_sym___based, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - ACTIONS(3422), 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_alignas, + anon_sym__Alignas, + sym_primitive_type, sym_identifier, - STATE(649), 1, - sym__old_style_function_declarator, - STATE(1310), 1, - sym_ms_call_modifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1376), 1, - sym__declarator, - STATE(1445), 1, - sym__declaration_declarator, - STATE(1512), 1, - sym__function_declaration_declarator, - STATE(1586), 1, - sym_init_declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1375), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [50006] = 15, + [49494] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(652), 1, + STATE(659), 1, sym__old_style_function_declarator, - STATE(1311), 1, - sym_function_declarator, - STATE(1316), 1, + STATE(1291), 1, sym_ms_call_modifier, - STATE(1374), 1, - sym__declarator, - STATE(1468), 1, - sym__declaration_declarator, - STATE(1512), 1, - sym__function_declaration_declarator, - STATE(1673), 1, - sym_init_declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1375), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [50060] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - ACTIONS(3422), 1, - sym_identifier, - STATE(658), 1, - sym__old_style_function_declarator, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1319), 1, - sym_ms_call_modifier, - STATE(1373), 1, + STATE(1352), 1, sym__declarator, - STATE(1459), 1, + STATE(1453), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1644), 1, + STATE(1652), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -103669,20 +103533,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50114] = 5, + [49548] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(1124), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2755), 2, + ACTIONS(2784), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3424), 4, + ACTIONS(3432), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2753), 15, + ACTIONS(2782), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103698,20 +103562,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [50148] = 5, + [49582] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2759), 2, + ACTIONS(2694), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3427), 4, + ACTIONS(3435), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2757), 15, + ACTIONS(2692), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103727,20 +103591,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [50182] = 5, + [49616] = 5, ACTIONS(3), 1, sym_comment, - STATE(1135), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2692), 2, + ACTIONS(2793), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3430), 4, + ACTIONS(3438), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2690), 15, + ACTIONS(2791), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103756,20 +103620,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [50216] = 5, + [49650] = 5, ACTIONS(3), 1, sym_comment, - STATE(736), 1, + STATE(1133), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2663), 2, + ACTIONS(2778), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3433), 4, + ACTIONS(3441), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2660), 15, + ACTIONS(2776), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103785,21 +103649,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [50250] = 6, + [49684] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1786), 1, - anon_sym_STAR, - ACTIONS(2738), 1, - anon_sym_LPAREN2, - STATE(1129), 1, + STATE(729), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(3437), 4, + ACTIONS(2628), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3444), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1770), 15, + ACTIONS(2626), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103815,49 +103678,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [50286] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3442), 1, - anon_sym_LPAREN2, - STATE(1012), 1, - sym_preproc_argument_list, - ACTIONS(3444), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3440), 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, - [50320] = 5, + [49718] = 5, ACTIONS(3), 1, sym_comment, - STATE(1130), 1, + STATE(1131), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2642), 2, + ACTIONS(2640), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3446), 4, + ACTIONS(3447), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2640), 15, + ACTIONS(2638), 15, anon_sym___extension__, anon_sym___based, anon_sym_const, @@ -103873,61 +103707,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Alignas, sym_primitive_type, sym_identifier, - [50354] = 5, + [49752] = 15, ACTIONS(3), 1, sym_comment, - STATE(1131), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2698), 2, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3103), 1, anon_sym_LPAREN2, + ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3449), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2696), 15, - 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_alignas, - anon_sym__Alignas, - sym_primitive_type, + ACTIONS(3412), 1, sym_identifier, - [50388] = 14, + STATE(657), 1, + sym__old_style_function_declarator, + STATE(1296), 1, + sym_ms_call_modifier, + STATE(1302), 1, + sym_function_declarator, + STATE(1362), 1, + sym__declarator, + STATE(1430), 1, + sym__declaration_declarator, + STATE(1505), 1, + sym__function_declaration_declarator, + STATE(1616), 1, + sym_init_declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1360), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [49806] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1306), 1, + STATE(1296), 1, sym_ms_call_modifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1394), 1, + STATE(1365), 1, sym__declarator, - STATE(1446), 1, + STATE(1430), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1597), 1, + STATE(1616), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -103939,32 +103783,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50439] = 14, + [49857] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1318), 1, + STATE(1308), 1, sym_ms_call_modifier, - STATE(1445), 1, - sym__declaration_declarator, - STATE(1469), 1, + STATE(1435), 1, sym__declarator, - STATE(1512), 1, + STATE(1472), 1, + sym__declaration_declarator, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1586), 1, + STATE(1717), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -103976,110 +103820,241 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50490] = 16, + [49908] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(3450), 1, anon_sym_COMMA, - ACTIONS(3454), 1, + ACTIONS(3452), 1, anon_sym_RPAREN, - ACTIONS(3460), 1, + ACTIONS(3458), 1, anon_sym_SLASH, - ACTIONS(3462), 1, + ACTIONS(3460), 1, anon_sym_PIPE_PIPE, - ACTIONS(3464), 1, + ACTIONS(3462), 1, anon_sym_AMP_AMP, - ACTIONS(3466), 1, + ACTIONS(3464), 1, anon_sym_PIPE, - ACTIONS(3468), 1, + ACTIONS(3466), 1, anon_sym_CARET, - ACTIONS(3470), 1, + ACTIONS(3468), 1, anon_sym_AMP, - STATE(1619), 1, + STATE(1610), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(3456), 2, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, + ACTIONS(3456), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3472), 2, + ACTIONS(3470), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 2, + ACTIONS(3472), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [49963] = 5, + ACTIONS(3414), 1, + anon_sym_LF, + ACTIONS(3478), 1, + anon_sym_LPAREN2, + ACTIONS(3480), 1, + sym_comment, + STATE(1219), 1, + sym_preproc_argument_list, + ACTIONS(3418), 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, - ACTIONS(3478), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [50545] = 16, + [49996] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(3450), 1, anon_sym_COMMA, - ACTIONS(3460), 1, + ACTIONS(3458), 1, anon_sym_SLASH, - ACTIONS(3462), 1, + ACTIONS(3460), 1, anon_sym_PIPE_PIPE, - ACTIONS(3464), 1, + ACTIONS(3462), 1, anon_sym_AMP_AMP, - ACTIONS(3466), 1, + ACTIONS(3464), 1, anon_sym_PIPE, - ACTIONS(3468), 1, + ACTIONS(3466), 1, anon_sym_CARET, - ACTIONS(3470), 1, + ACTIONS(3468), 1, anon_sym_AMP, - ACTIONS(3480), 1, + ACTIONS(3482), 1, anon_sym_RPAREN, - STATE(1604), 1, + STATE(1556), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(3456), 2, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, + ACTIONS(3456), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3472), 2, + ACTIONS(3470), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 2, + ACTIONS(3472), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3476), 2, + ACTIONS(3474), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3478), 2, + ACTIONS(3476), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [50600] = 14, + [50051] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + ACTIONS(3412), 1, + sym_identifier, + STATE(1302), 1, + sym_function_declarator, + STATE(1304), 1, + sym_ms_call_modifier, + STATE(1376), 1, + sym__declarator, + STATE(1442), 1, + sym__declaration_declarator, + STATE(1505), 1, + sym__function_declaration_declarator, + STATE(1592), 1, + sym_init_declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1360), 4, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [50102] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 1, + sym_identifier, + ACTIONS(3486), 1, + anon_sym_RPAREN, + ACTIONS(3488), 1, + anon_sym_LPAREN2, + ACTIONS(3490), 1, + anon_sym_defined, + ACTIONS(3496), 1, + sym_number_literal, + ACTIONS(3492), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3494), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3498), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1140), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [50145] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 1, + sym_identifier, + ACTIONS(3488), 1, + anon_sym_LPAREN2, + ACTIONS(3490), 1, + anon_sym_defined, + ACTIONS(3500), 1, + anon_sym_RPAREN, + ACTIONS(3502), 1, + sym_number_literal, + ACTIONS(3492), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3494), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3498), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1138), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [50188] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1320), 1, + STATE(1309), 1, sym_ms_call_modifier, - STATE(1459), 1, - sym__declaration_declarator, - STATE(1469), 1, + STATE(1435), 1, sym__declarator, - STATE(1512), 1, + STATE(1453), 1, + sym__declaration_declarator, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1644), 1, + STATE(1652), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104091,32 +104066,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50651] = 14, + [50239] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1319), 1, + STATE(1299), 1, sym_ms_call_modifier, - STATE(1402), 1, + STATE(1302), 1, + sym_function_declarator, + STATE(1435), 1, sym__declarator, - STATE(1459), 1, + STATE(1437), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1644), 1, + STATE(1575), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104128,32 +104103,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50702] = 14, + [50290] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1323), 1, + STATE(1301), 1, sym_ms_call_modifier, - STATE(1446), 1, - sym__declaration_declarator, - STATE(1469), 1, + STATE(1302), 1, + sym_function_declarator, + STATE(1435), 1, sym__declarator, - STATE(1512), 1, + STATE(1442), 1, + sym__declaration_declarator, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1597), 1, + STATE(1592), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104165,24 +104140,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50753] = 9, + [50341] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(2917), 1, + ACTIONS(2951), 1, anon_sym_const, - ACTIONS(2924), 1, + ACTIONS(2958), 1, anon_sym_LBRACE, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(3484), 1, + ACTIONS(3506), 1, anon_sym_COLON, - STATE(774), 1, + STATE(749), 1, sym_attribute_specifier, - STATE(1044), 1, + STATE(1049), 1, sym_enumerator_list, - ACTIONS(2919), 14, + ACTIONS(2953), 14, anon_sym_LPAREN2, anon_sym_STAR, anon_sym___extension__, @@ -104197,108 +104172,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Nonnull, anon_sym_alignas, anon_sym__Alignas, - [50794] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - ACTIONS(3422), 1, - sym_identifier, - STATE(1309), 1, - sym_ms_call_modifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1469), 1, - sym__declarator, - STATE(1494), 1, - sym__declaration_declarator, - STATE(1512), 1, - sym__function_declaration_declarator, - STATE(1740), 1, - sym_init_declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1375), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [50845] = 16, + [50382] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(3450), 1, anon_sym_COMMA, - ACTIONS(3460), 1, + ACTIONS(3458), 1, anon_sym_SLASH, - ACTIONS(3462), 1, + ACTIONS(3460), 1, anon_sym_PIPE_PIPE, - ACTIONS(3464), 1, + ACTIONS(3462), 1, anon_sym_AMP_AMP, - ACTIONS(3466), 1, + ACTIONS(3464), 1, anon_sym_PIPE, - ACTIONS(3468), 1, + ACTIONS(3466), 1, anon_sym_CARET, - ACTIONS(3470), 1, + ACTIONS(3468), 1, anon_sym_AMP, - ACTIONS(3487), 1, + ACTIONS(3509), 1, anon_sym_RPAREN, - STATE(1582), 1, + STATE(1623), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(3456), 2, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, + ACTIONS(3456), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3472), 2, + ACTIONS(3470), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 2, + ACTIONS(3472), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3476), 2, + ACTIONS(3474), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3478), 2, + ACTIONS(3476), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [50900] = 14, + [50437] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 1, + sym_identifier, + ACTIONS(3488), 1, + anon_sym_LPAREN2, + ACTIONS(3490), 1, + anon_sym_defined, + ACTIONS(3511), 1, + anon_sym_RPAREN, + ACTIONS(3513), 1, + sym_number_literal, + ACTIONS(3492), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3494), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3498), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1148), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [50480] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1322), 1, + STATE(1298), 1, sym_ms_call_modifier, - STATE(1468), 1, - sym__declaration_declarator, - STATE(1469), 1, + STATE(1302), 1, + sym_function_declarator, + STATE(1369), 1, sym__declarator, - STATE(1512), 1, + STATE(1434), 1, + sym__declaration_declarator, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1673), 1, + STATE(1643), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104310,32 +104281,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [50951] = 14, + [50531] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1312), 1, + STATE(1305), 1, sym_ms_call_modifier, - STATE(1457), 1, + STATE(1434), 1, sym__declaration_declarator, - STATE(1469), 1, + STATE(1435), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1635), 1, + STATE(1643), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104347,32 +104318,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51002] = 14, + [50582] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1307), 1, + STATE(1295), 1, sym_ms_call_modifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1453), 1, + STATE(1430), 1, sym__declaration_declarator, - STATE(1469), 1, + STATE(1435), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1620), 1, + STATE(1616), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104384,65 +104355,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51053] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3489), 1, - sym_identifier, - ACTIONS(3491), 1, - anon_sym_RPAREN, - ACTIONS(3493), 1, - anon_sym_LPAREN2, - ACTIONS(3495), 1, - anon_sym_defined, - ACTIONS(3501), 1, - sym_number_literal, - ACTIONS(3497), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3499), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3503), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1150), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [51096] = 14, + [50633] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1310), 1, + STATE(1291), 1, sym_ms_call_modifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1404), 1, + STATE(1386), 1, sym__declarator, - STATE(1445), 1, + STATE(1453), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1586), 1, + STATE(1652), 1, sym_init_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -104454,32 +104392,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [51147] = 10, + [50684] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3505), 1, - anon_sym_RPAREN, - ACTIONS(3507), 1, + ACTIONS(3525), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1151), 7, + STATE(1242), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104487,32 +104423,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51190] = 10, + [50724] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3509), 1, - anon_sym_RPAREN, - ACTIONS(3511), 1, + ACTIONS(3529), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1157), 7, + STATE(1210), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104520,95 +104454,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51233] = 14, + [50764] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - ACTIONS(3422), 1, - sym_identifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1316), 1, - sym_ms_call_modifier, - STATE(1378), 1, - sym__declarator, - STATE(1468), 1, - sym__declaration_declarator, - STATE(1512), 1, - sym__function_declaration_declarator, - STATE(1673), 1, - sym_init_declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1375), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [51284] = 5, - ACTIONS(3440), 1, - anon_sym_LF, - ACTIONS(3513), 1, - anon_sym_LPAREN2, ACTIONS(3515), 1, - sym_comment, - STATE(1240), 1, - sym_preproc_argument_list, - ACTIONS(3444), 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, - [51317] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3489), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3517), 1, + ACTIONS(3531), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1202), 7, + STATE(1221), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104616,80 +104485,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51357] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2413), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2415), 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, - [51385] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3521), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3519), 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, - [51413] = 9, + [50804] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3533), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1226), 7, + STATE(1211), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104697,65 +104516,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51453] = 13, + [50844] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3464), 1, - anon_sym_AMP_AMP, - ACTIONS(3466), 1, - anon_sym_PIPE, - ACTIONS(3468), 1, - anon_sym_CARET, - ACTIONS(3470), 1, - anon_sym_AMP, - ACTIONS(3456), 2, + ACTIONS(3515), 1, + sym_identifier, + ACTIONS(3517), 1, + anon_sym_LPAREN2, + ACTIONS(3519), 1, + anon_sym_defined, + ACTIONS(3535), 1, + sym_number_literal, + ACTIONS(3521), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3472), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3519), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [51501] = 9, + ACTIONS(3527), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1222), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [50884] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3537), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1239), 7, + STATE(1223), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104763,30 +104578,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51541] = 9, + [50924] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3539), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1178), 7, + STATE(1247), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104794,30 +104609,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51581] = 9, + [50964] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3541), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1250), 7, + STATE(1229), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104825,30 +104640,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51621] = 9, + [51004] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3543), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1241), 7, + STATE(1232), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104856,55 +104671,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51661] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3547), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3545), 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, - [51689] = 9, + [51044] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3549), 1, + ACTIONS(3545), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1220), 7, + STATE(1212), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104912,64 +104702,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51729] = 12, + [51084] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3466), 1, - anon_sym_PIPE, - ACTIONS(3468), 1, - anon_sym_CARET, - ACTIONS(3470), 1, - anon_sym_AMP, - ACTIONS(3456), 2, + ACTIONS(3515), 1, + sym_identifier, + ACTIONS(3517), 1, + anon_sym_LPAREN2, + ACTIONS(3519), 1, + anon_sym_defined, + ACTIONS(3547), 1, + sym_number_literal, + ACTIONS(3521), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3472), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3519), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [51775] = 9, + ACTIONS(3527), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1233), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [51124] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3551), 1, + ACTIONS(3549), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1251), 7, + STATE(1234), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -104977,66 +104764,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51815] = 14, + [51164] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3462), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3464), 1, - anon_sym_AMP_AMP, - ACTIONS(3466), 1, - anon_sym_PIPE, - ACTIONS(3468), 1, - anon_sym_CARET, - ACTIONS(3470), 1, - anon_sym_AMP, - ACTIONS(3456), 2, + ACTIONS(3515), 1, + sym_identifier, + ACTIONS(3517), 1, + anon_sym_LPAREN2, + ACTIONS(3519), 1, + anon_sym_defined, + ACTIONS(3551), 1, + sym_number_literal, + ACTIONS(3521), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3472), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3553), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51865] = 9, + ACTIONS(3527), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1235), 7, + sym__preproc_expression, + sym_preproc_parenthesized_expression, + sym_preproc_defined, + sym_preproc_unary_expression, + sym_preproc_call_expression, + sym_preproc_binary_expression, + sym_char_literal, + [51204] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3555), 1, + ACTIONS(3553), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1227), 7, + STATE(1236), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105044,64 +104826,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51905] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3468), 1, - anon_sym_CARET, - ACTIONS(3470), 1, - anon_sym_AMP, - ACTIONS(3521), 1, - anon_sym_PIPE, - ACTIONS(3456), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3472), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3519), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [51951] = 9, + [51244] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3557), 1, + ACTIONS(3555), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1222), 7, + STATE(1237), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105109,63 +104857,91 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [51991] = 11, + [51284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, + ACTIONS(2443), 5, anon_sym_SLASH, - ACTIONS(3470), 1, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(3521), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2445), 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, + [51312] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3460), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3462), 1, + anon_sym_AMP_AMP, + ACTIONS(3464), 1, anon_sym_PIPE, - ACTIONS(3456), 2, + ACTIONS(3466), 1, + anon_sym_CARET, + ACTIONS(3468), 1, + anon_sym_AMP, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, + ACTIONS(3456), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3472), 2, + ACTIONS(3470), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 2, + ACTIONS(3472), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3476), 2, + ACTIONS(3474), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3478), 2, + ACTIONS(3476), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3519), 5, + ACTIONS(3557), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [52035] = 9, + [51362] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3559), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1242), 7, + STATE(1214), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105173,30 +104949,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52075] = 9, + [51402] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3561), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1187), 7, + STATE(1215), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105204,62 +104980,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52115] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3456), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3472), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3521), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3519), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [52157] = 9, + [51442] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3563), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1228), 7, + STATE(1208), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105267,86 +105011,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52197] = 9, + [51482] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3456), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3521), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3519), 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, - [52237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3567), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3565), 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, - [52265] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3569), 1, + ACTIONS(3565), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1238), 7, + STATE(1216), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105354,30 +105042,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52305] = 9, + [51522] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3571), 1, + ACTIONS(3567), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1189), 7, + STATE(1209), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105385,30 +105073,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52345] = 9, + [51562] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3490), 1, anon_sym_defined, - ACTIONS(3573), 1, + ACTIONS(3569), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1180), 7, + STATE(1245), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105416,30 +105104,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52385] = 9, + [51602] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3573), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3571), 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, + [51630] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3575), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1237), 7, + STATE(1241), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105447,30 +105160,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52425] = 9, + [51670] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3577), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1229), 7, + STATE(1194), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105478,30 +105191,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52465] = 9, + [51710] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3579), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1233), 7, + STATE(1195), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105509,30 +105222,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52505] = 9, + [51750] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3581), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1205), 7, + STATE(1196), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105540,30 +105253,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52545] = 9, + [51790] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3583), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1176), 7, + STATE(1197), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105571,30 +105284,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52585] = 9, + [51830] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3585), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1235), 7, + STATE(1198), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105602,30 +105315,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52625] = 9, + [51870] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3587), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1260), 7, + STATE(1199), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105633,30 +105346,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52665] = 9, + [51910] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3589), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1230), 7, + STATE(1200), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105664,59 +105377,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52705] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3456), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3521), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3519), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [52741] = 9, + [51950] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3591), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1225), 7, + STATE(1201), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105724,30 +105408,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52781] = 9, + [51990] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3593), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1253), 7, + STATE(1202), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105755,58 +105439,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52821] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3456), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3521), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3519), 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, - [52855] = 9, + [52030] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3595), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1254), 7, + STATE(1203), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105814,30 +105470,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52895] = 9, + [52070] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3597), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1231), 7, + STATE(1217), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105845,30 +105501,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52935] = 9, + [52110] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3599), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1171), 7, + STATE(1213), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105876,30 +105532,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [52975] = 9, + [52150] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3601), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1236), 7, + STATE(1228), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105907,30 +105563,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [53015] = 9, + [52190] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3484), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3488), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3490), 1, anon_sym_defined, ACTIONS(3603), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3492), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3494), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3498), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1257), 7, + STATE(1170), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -105938,84 +105594,330 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [53055] = 9, + [52230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, - sym_identifier, - ACTIONS(3525), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_defined, - ACTIONS(3605), 1, - sym_number_literal, - ACTIONS(3529), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3607), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3605), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1258), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [53095] = 9, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52258] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3611), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3609), 13, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [52290] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3611), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3609), 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, + [52318] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3462), 1, + anon_sym_AMP_AMP, + ACTIONS(3464), 1, + anon_sym_PIPE, + ACTIONS(3466), 1, + anon_sym_CARET, + ACTIONS(3468), 1, + anon_sym_AMP, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3609), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [52366] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3464), 1, + anon_sym_PIPE, + ACTIONS(3466), 1, + anon_sym_CARET, + ACTIONS(3468), 1, + anon_sym_AMP, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3609), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [52412] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3466), 1, + anon_sym_CARET, + ACTIONS(3468), 1, + anon_sym_AMP, + ACTIONS(3611), 1, + anon_sym_PIPE, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3609), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [52458] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3468), 1, + anon_sym_AMP, + ACTIONS(3611), 1, + anon_sym_PIPE, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3609), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [52502] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3611), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3609), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [52544] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, - sym_identifier, - ACTIONS(3525), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_defined, - ACTIONS(3607), 1, - sym_number_literal, - ACTIONS(3529), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1224), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [53135] = 3, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3611), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3609), 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, + [52584] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3611), 5, + ACTIONS(3458), 1, anon_sym_SLASH, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3611), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3609), 15, + ACTIONS(3609), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [52620] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3456), 2, anon_sym_STAR, anon_sym_PERCENT, + ACTIONS(3611), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3609), 11, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -106025,123 +105927,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [53163] = 9, + [52654] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, ACTIONS(3613), 1, sym_number_literal, - ACTIONS(3529), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3531), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3535), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1223), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [53203] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3523), 1, - sym_identifier, - ACTIONS(3525), 1, - anon_sym_LPAREN2, - ACTIONS(3527), 1, - anon_sym_defined, - ACTIONS(3615), 1, - sym_number_literal, - ACTIONS(3529), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3531), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3535), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1232), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [53243] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3489), 1, - sym_identifier, - ACTIONS(3493), 1, - anon_sym_LPAREN2, - ACTIONS(3495), 1, - anon_sym_defined, - ACTIONS(3617), 1, - sym_number_literal, - ACTIONS(3497), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3499), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3503), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1182), 7, - sym__preproc_expression, - sym_preproc_parenthesized_expression, - sym_preproc_defined, - sym_preproc_unary_expression, - sym_preproc_call_expression, - sym_preproc_binary_expression, - sym_char_literal, - [53283] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3489), 1, - sym_identifier, - ACTIONS(3493), 1, - anon_sym_LPAREN2, - ACTIONS(3495), 1, - anon_sym_defined, - ACTIONS(3619), 1, - sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1184), 7, + STATE(1225), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -106149,16 +105958,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [53323] = 3, + [52694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3623), 5, + ACTIONS(3617), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3621), 15, + ACTIONS(3615), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -106174,30 +105983,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [53351] = 9, + [52722] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3489), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3493), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3495), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3625), 1, + ACTIONS(3619), 1, sym_number_literal, - ACTIONS(3497), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3499), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3503), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1169), 7, + STATE(1231), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -106205,57 +106014,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [53391] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3521), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3519), 13, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - [53423] = 9, + [52762] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3523), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3525), 1, + ACTIONS(3517), 1, anon_sym_LPAREN2, - ACTIONS(3527), 1, + ACTIONS(3519), 1, anon_sym_defined, - ACTIONS(3627), 1, + ACTIONS(3621), 1, sym_number_literal, - ACTIONS(3529), 2, + ACTIONS(3521), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3531), 2, + ACTIONS(3523), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3535), 5, + ACTIONS(3527), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1248), 7, + STATE(1239), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -106263,71 +106045,68 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [53463] = 14, + [52802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, + ACTIONS(3625), 5, anon_sym_SLASH, - ACTIONS(3462), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3464), 1, - anon_sym_AMP_AMP, - ACTIONS(3466), 1, anon_sym_PIPE, - ACTIONS(3468), 1, - anon_sym_CARET, - ACTIONS(3470), 1, anon_sym_AMP, - ACTIONS(3629), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3623), 15, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(3456), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3472), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3478), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [53512] = 3, - ACTIONS(3515), 1, + [52830] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, + ACTIONS(3627), 1, anon_sym_LF, - ACTIONS(3521), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3633), 1, anon_sym_PIPE_PIPE, + ACTIONS(3635), 1, anon_sym_AMP_AMP, + ACTIONS(3637), 1, anon_sym_PIPE, + ACTIONS(3639), 1, anon_sym_CARET, + ACTIONS(3641), 1, anon_sym_AMP, + ACTIONS(3629), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3643), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3647), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3631), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3645), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [53539] = 12, - ACTIONS(3515), 1, + [52875] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, - anon_sym_LF, - ACTIONS(3521), 1, + ACTIONS(3633), 1, anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, @@ -106337,7 +106116,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3631), 2, + ACTIONS(3649), 1, + anon_sym_LF, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106346,7 +106127,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106355,21 +106136,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [53584] = 11, - ACTIONS(3515), 1, + [52920] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, - anon_sym_LF, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3635), 1, + anon_sym_AMP_AMP, ACTIONS(3637), 1, anon_sym_PIPE, ACTIONS(3639), 1, anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3521), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(3631), 2, + ACTIONS(3651), 1, + anon_sym_LF, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106378,7 +106160,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106387,16 +106169,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [53627] = 10, - ACTIONS(3515), 1, + [52965] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, - anon_sym_LF, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3635), 1, + anon_sym_AMP_AMP, + ACTIONS(3637), 1, + anon_sym_PIPE, ACTIONS(3639), 1, anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3631), 2, + ACTIONS(3653), 1, + anon_sym_LF, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106405,11 +106193,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3521), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106418,14 +106202,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [53668] = 9, - ACTIONS(3515), 1, + [53010] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(3519), 1, - anon_sym_LF, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3460), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3462), 1, + anon_sym_AMP_AMP, + ACTIONS(3464), 1, + anon_sym_PIPE, + ACTIONS(3466), 1, + anon_sym_CARET, + ACTIONS(3468), 1, + anon_sym_AMP, + ACTIONS(3655), 1, + anon_sym_RPAREN, + ACTIONS(3454), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53059] = 12, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3635), 1, + anon_sym_AMP_AMP, + ACTIONS(3637), 1, + anon_sym_PIPE, + ACTIONS(3639), 1, + anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3631), 2, + ACTIONS(3657), 1, + anon_sym_LF, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106434,26 +106261,31 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3521), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, ACTIONS(3645), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [53707] = 8, - ACTIONS(3515), 1, + [53104] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3635), 1, + anon_sym_AMP_AMP, + ACTIONS(3637), 1, + anon_sym_PIPE, + ACTIONS(3639), 1, + anon_sym_CARET, + ACTIONS(3641), 1, + anon_sym_AMP, + ACTIONS(3659), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106462,7 +106294,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106471,24 +106303,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3521), 5, + [53149] = 12, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3633), 1, anon_sym_PIPE_PIPE, + ACTIONS(3635), 1, anon_sym_AMP_AMP, + ACTIONS(3637), 1, anon_sym_PIPE, + ACTIONS(3639), 1, anon_sym_CARET, + ACTIONS(3641), 1, anon_sym_AMP, - [53744] = 7, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3519), 1, + ACTIONS(3661), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3643), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106497,7 +106336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3521), 7, + [53194] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3623), 1, + anon_sym_LF, + ACTIONS(3625), 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, @@ -106505,22 +106354,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [53779] = 6, - ACTIONS(3515), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53221] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(3519), 1, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + STATE(660), 1, + sym__old_style_function_declarator, + STATE(1347), 1, + sym_ms_call_modifier, + STATE(1390), 1, + sym__declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [53264] = 3, + ACTIONS(3193), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3191), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3647), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3633), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3521), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -106532,19 +106414,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [53812] = 5, - ACTIONS(3515), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53291] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, + ACTIONS(3605), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3607), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3633), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3521), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -106558,80 +106440,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [53843] = 12, - ACTIONS(3515), 1, + [53318] = 4, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3635), 1, + ACTIONS(3609), 1, + anon_sym_LF, + ACTIONS(3631), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3611), 15, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(3637), 1, anon_sym_PIPE, - ACTIONS(3639), 1, anon_sym_CARET, - ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3649), 1, - anon_sym_LF, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3643), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3647), 2, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + [53347] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3609), 1, + anon_sym_LF, + ACTIONS(3611), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3645), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [53888] = 14, - ACTIONS(3), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [53374] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3460), 1, - anon_sym_SLASH, - ACTIONS(3462), 1, + ACTIONS(3609), 1, + anon_sym_LF, + ACTIONS(3611), 1, anon_sym_PIPE_PIPE, - ACTIONS(3464), 1, + ACTIONS(3635), 1, anon_sym_AMP_AMP, - ACTIONS(3466), 1, + ACTIONS(3637), 1, anon_sym_PIPE, - ACTIONS(3468), 1, + ACTIONS(3639), 1, anon_sym_CARET, - ACTIONS(3470), 1, + ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3653), 1, - anon_sym_RPAREN, - ACTIONS(3456), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3458), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3472), 2, + ACTIONS(3643), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3474), 2, + ACTIONS(3647), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3631), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3645), 4, anon_sym_GT, - anon_sym_LT, - ACTIONS(3476), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3478), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [53937] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3621), 1, + anon_sym_LT, + [53419] = 3, + ACTIONS(3201), 1, anon_sym_LF, - ACTIONS(3623), 18, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3199), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -106650,9 +106546,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [53964] = 12, - ACTIONS(3515), 1, + [53446] = 12, + ACTIONS(3480), 1, sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -106661,11 +106559,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3655), 1, + ACTIONS(3663), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106674,7 +106570,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106683,12 +106579,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54009] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3545), 1, + [53491] = 3, + ACTIONS(2445), 1, anon_sym_LF, - ACTIONS(3547), 18, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(2443), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -106707,9 +106603,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [54036] = 12, - ACTIONS(3515), 1, + [53518] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + STATE(662), 1, + sym__old_style_function_declarator, + STATE(1328), 1, + sym_ms_call_modifier, + STATE(1363), 1, + sym__declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [53561] = 12, + ACTIONS(3480), 1, sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -106718,11 +106648,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3657), 1, + ACTIONS(3665), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106731,7 +106659,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106740,47 +106668,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54081] = 4, - ACTIONS(3515), 1, + [53606] = 10, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3519), 1, + ACTIONS(3609), 1, anon_sym_LF, - ACTIONS(3633), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3521), 15, - anon_sym_DASH, - anon_sym_PLUS, - 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, - [54110] = 12, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3635), 1, - anon_sym_AMP_AMP, - ACTIONS(3637), 1, - anon_sym_PIPE, ACTIONS(3639), 1, anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3659), 1, - anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106789,7 +106686,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3611), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106798,12 +106699,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54155] = 3, - ACTIONS(3203), 1, + [53647] = 3, + ACTIONS(3179), 1, anon_sym_LF, - ACTIONS(3515), 1, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3201), 18, + ACTIONS(3177), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -106822,9 +106723,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [54182] = 12, - ACTIONS(3515), 1, + [53674] = 12, + ACTIONS(3480), 1, sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -106833,11 +106736,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3661), 1, + ACTIONS(3667), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106846,7 +106747,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -106855,22 +106756,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54227] = 12, - ACTIONS(3515), 1, + [53719] = 9, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3635), 1, - anon_sym_AMP_AMP, - ACTIONS(3637), 1, - anon_sym_PIPE, - ACTIONS(3639), 1, - anon_sym_CARET, + ACTIONS(3609), 1, + anon_sym_LF, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3663), 1, - anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -106879,50 +106772,70 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3611), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, ACTIONS(3645), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54272] = 3, - ACTIONS(2415), 1, - anon_sym_LF, - ACTIONS(3515), 1, + [53758] = 8, + ACTIONS(3480), 1, sym_comment, - ACTIONS(2413), 18, + ACTIONS(3609), 1, + anon_sym_LF, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3643), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3647), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3645), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(3611), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [54299] = 3, - ACTIONS(3199), 1, - anon_sym_LF, - ACTIONS(3515), 1, + [53795] = 7, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3197), 18, + ACTIONS(3609), 1, + anon_sym_LF, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3647), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3645), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + ACTIONS(3611), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -106930,23 +106843,22 @@ static const uint16_t ts_small_parse_table[] = { 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, - [54326] = 3, - ACTIONS(3515), 1, + [53830] = 6, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3565), 1, + ACTIONS(3609), 1, anon_sym_LF, - ACTIONS(3567), 18, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3647), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3611), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -106958,51 +106870,19 @@ 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, - [54353] = 11, - ACTIONS(3), 1, + [53863] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - STATE(662), 1, - sym__old_style_function_declarator, - STATE(1354), 1, - sym_ms_call_modifier, - STATE(1393), 1, - sym__declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [54396] = 3, - ACTIONS(3193), 1, + ACTIONS(3609), 1, anon_sym_LF, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3191), 18, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3611), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -107016,9 +106896,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [54423] = 12, - ACTIONS(3515), 1, + [53894] = 12, + ACTIONS(3480), 1, sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -107027,11 +106909,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3665), 1, + ACTIONS(3669), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -107040,7 +106920,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -107049,12 +106929,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54468] = 3, - ACTIONS(3189), 1, - anon_sym_LF, - ACTIONS(3515), 1, + [53939] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3187), 18, + ACTIONS(3615), 1, + anon_sym_LF, + ACTIONS(3617), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -107073,42 +106953,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [54495] = 12, - ACTIONS(3515), 1, + [53966] = 12, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3635), 1, - anon_sym_AMP_AMP, - ACTIONS(3637), 1, - anon_sym_PIPE, - ACTIONS(3639), 1, - anon_sym_CARET, - ACTIONS(3641), 1, - anon_sym_AMP, - ACTIONS(3651), 1, + ACTIONS(3633), 1, anon_sym_PIPE_PIPE, - ACTIONS(3667), 1, - anon_sym_LF, - ACTIONS(3631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3643), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3647), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3633), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3645), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [54540] = 12, - ACTIONS(3515), 1, - sym_comment, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -107117,11 +106966,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3669), 1, + ACTIONS(3671), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -107130,7 +106977,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -107139,26 +106986,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54585] = 11, + [54011] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(659), 1, + STATE(651), 1, sym__old_style_function_declarator, - STATE(1349), 1, + STATE(1327), 1, sym_ms_call_modifier, - STATE(1381), 1, + STATE(1364), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -107171,9 +107018,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [54628] = 12, - ACTIONS(3515), 1, + [54054] = 12, + ACTIONS(3480), 1, sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -107182,11 +107031,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3671), 1, + ACTIONS(3673), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -107195,7 +107042,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -107204,9 +107051,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54673] = 12, - ACTIONS(3515), 1, + [54099] = 12, + ACTIONS(3480), 1, sym_comment, + ACTIONS(3633), 1, + anon_sym_PIPE_PIPE, ACTIONS(3635), 1, anon_sym_AMP_AMP, ACTIONS(3637), 1, @@ -107215,11 +107064,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3673), 1, + ACTIONS(3675), 1, anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -107228,7 +107075,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -107237,26 +107084,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54718] = 11, + [54144] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(655), 1, + STATE(652), 1, sym__old_style_function_declarator, - STATE(1355), 1, + STATE(1337), 1, sym_ms_call_modifier, - STATE(1400), 1, + STATE(1372), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -107269,12 +107116,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [54761] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3609), 1, + [54187] = 3, + ACTIONS(3189), 1, anon_sym_LF, - ACTIONS(3611), 18, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3187), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -107293,120 +107140,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [54788] = 12, - ACTIONS(3515), 1, + [54214] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(3635), 1, + ACTIONS(3458), 1, + anon_sym_SLASH, + ACTIONS(3460), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3462), 1, anon_sym_AMP_AMP, - ACTIONS(3637), 1, + ACTIONS(3464), 1, anon_sym_PIPE, - ACTIONS(3639), 1, + ACTIONS(3466), 1, anon_sym_CARET, - ACTIONS(3641), 1, + ACTIONS(3468), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3675), 1, - anon_sym_LF, - ACTIONS(3631), 2, + ACTIONS(3677), 1, + anon_sym_RPAREN, + ACTIONS(3454), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3643), 2, + ACTIONS(3456), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3470), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3647), 2, + ACTIONS(3472), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3474), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3476), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + [54263] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(3571), 1, + anon_sym_LF, + ACTIONS(3573), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3645), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [54833] = 12, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(3635), 1, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(3637), 1, anon_sym_PIPE, - ACTIONS(3639), 1, anon_sym_CARET, - ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3677), 1, - anon_sym_LF, - ACTIONS(3631), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3643), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3647), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3633), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3645), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54878] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - STATE(648), 1, - sym__old_style_function_declarator, - STATE(1358), 1, - sym_ms_call_modifier, - STATE(1401), 1, - sym__declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [54921] = 12, - ACTIONS(3515), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [54290] = 11, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3635), 1, - anon_sym_AMP_AMP, + ACTIONS(3609), 1, + anon_sym_LF, ACTIONS(3637), 1, anon_sym_PIPE, ACTIONS(3639), 1, anon_sym_CARET, ACTIONS(3641), 1, anon_sym_AMP, - ACTIONS(3651), 1, + ACTIONS(3611), 2, anon_sym_PIPE_PIPE, - ACTIONS(3679), 1, - anon_sym_LF, - ACTIONS(3631), 2, + anon_sym_AMP_AMP, + ACTIONS(3629), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3643), 2, @@ -107415,7 +107222,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3647), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3633), 3, + ACTIONS(3631), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -107424,24 +107231,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [54966] = 10, + [54333] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, + sym_identifier, + ACTIONS(3685), 1, + anon_sym_LBRACK, + STATE(1268), 1, + sym_gnu_asm_expression, + STATE(1292), 1, + sym_attribute_specifier, + STATE(1379), 1, + aux_sym_type_definition_repeat1, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(3681), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1263), 2, + sym_preproc_call_expression, + aux_sym_function_declarator_repeat1, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3683), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [54375] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, + sym_identifier, + ACTIONS(3685), 1, + anon_sym_LBRACK, + STATE(1261), 1, + sym_gnu_asm_expression, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + STATE(1263), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3683), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [54411] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1355), 1, + STATE(1347), 1, sym_ms_call_modifier, - STATE(1416), 1, + STATE(1403), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -107454,24 +107320,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [55006] = 10, + [54451] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1358), 1, + STATE(1328), 1, sym_ms_call_modifier, - STATE(1435), 1, + STATE(1406), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -107484,52 +107350,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [55046] = 8, + [54491] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, - sym_identifier, - ACTIONS(3685), 1, - anon_sym_LBRACK, - STATE(1275), 1, - sym_gnu_asm_expression, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - STATE(1273), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3683), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [55082] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1338), 1, + STATE(1324), 1, sym_ms_call_modifier, - STATE(1454), 1, + STATE(1447), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -107542,24 +107380,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [55122] = 10, + [54531] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - STATE(1356), 1, + STATE(1334), 1, sym_ms_call_modifier, - STATE(1470), 1, + STATE(1439), 1, sym__field_declarator, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -107572,117 +107410,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [55162] = 12, + [54571] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1823), 1, + ACTIONS(1821), 1, anon_sym_LPAREN2, - ACTIONS(1825), 1, + ACTIONS(1823), 1, anon_sym_STAR, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1443), 1, + STATE(1457), 1, sym__declarator, - STATE(1547), 1, + STATE(1535), 1, sym__abstract_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [55206] = 10, + [54615] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - STATE(1354), 1, - sym_ms_call_modifier, - STATE(1412), 1, - sym__declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(41), 6, - anon_sym___cdecl, - anon_sym___clrcall, - anon_sym___stdcall, - anon_sym___fastcall, - anon_sym___thiscall, - anon_sym___vectorcall, - [55246] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3681), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3685), 1, - anon_sym_LBRACK, - STATE(1272), 1, - sym_gnu_asm_expression, - STATE(1313), 1, - sym_attribute_specifier, - STATE(1396), 1, - aux_sym_type_definition_repeat1, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(3687), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(1273), 2, - sym_preproc_call_expression, - aux_sym_function_declarator_repeat1, - ACTIONS(93), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(3683), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [55288] = 10, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + STATE(1327), 1, + sym_ms_call_modifier, + STATE(1393), 1, + sym__declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(41), 6, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, + [54655] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1349), 1, + STATE(1337), 1, sym_ms_call_modifier, - STATE(1408), 1, + STATE(1398), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -107695,99 +107502,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___fastcall, anon_sym___thiscall, anon_sym___vectorcall, - [55328] = 6, + [54695] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3689), 1, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3694), 2, - anon_sym___attribute__, - anon_sym___attribute, - STATE(1270), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3697), 4, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(3692), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3044), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [55359] = 11, + ACTIONS(3046), 1, + anon_sym_STAR, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(1338), 1, + sym__type_declarator, + STATE(1498), 1, + sym__type_definition_declarators, + STATE(1979), 1, + sym_ms_based_modifier, + ACTIONS(3048), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1401), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [54736] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1523), 1, + STATE(1496), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55400] = 10, + [54777] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3679), 1, sym_identifier, - ACTIONS(3703), 1, - anon_sym_LBRACK, - STATE(1313), 1, - sym_attribute_specifier, - STATE(1380), 1, - aux_sym_type_definition_repeat1, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(3699), 2, + STATE(1260), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3689), 4, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3687), 7, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(1281), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [54808] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, + sym_identifier, + ACTIONS(3696), 2, + anon_sym___attribute__, + anon_sym___attribute, + STATE(1260), 3, sym_preproc_call_expression, + sym_attribute_specifier, aux_sym_function_declarator_repeat1, - ACTIONS(3705), 3, + ACTIONS(3699), 4, + anon_sym_LBRACK, anon_sym_asm, anon_sym___asm__, anon_sym___asm, - ACTIONS(3701), 4, + ACTIONS(3694), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [55439] = 6, + [54839] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3679), 1, sym_identifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(1270), 3, + STATE(1259), 3, sym_preproc_call_expression, sym_attribute_specifier, aux_sym_function_declarator_repeat1, @@ -107804,45 +107637,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [55470] = 11, + [54870] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1510), 1, + STATE(1487), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55511] = 6, + [54911] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3679), 1, sym_identifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(1281), 3, + STATE(1260), 3, sym_preproc_call_expression, sym_attribute_specifier, aux_sym_function_declarator_repeat1, @@ -107859,585 +107692,559 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [55542] = 11, + [54942] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1499), 1, + STATE(1501), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55583] = 11, + [54983] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1501), 1, + STATE(1488), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55624] = 11, + [55024] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1503), 1, + STATE(1507), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55665] = 11, + [55065] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1508), 1, + STATE(1490), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55706] = 11, + [55106] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, + sym_identifier, + ACTIONS(3703), 1, + anon_sym_LBRACK, + STATE(1292), 1, + sym_attribute_specifier, + STATE(1375), 1, + aux_sym_type_definition_repeat1, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(3705), 2, + anon_sym_COMMA, + anon_sym_SEMI, + STATE(1259), 2, + sym_preproc_call_expression, + aux_sym_function_declarator_repeat1, + ACTIONS(3707), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3701), 4, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [55145] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, sym_primitive_type, - STATE(1350), 1, + STATE(1338), 1, sym__type_declarator, - STATE(1519), 1, + STATE(1491), 1, sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55747] = 6, + [55186] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, - sym_identifier, - ACTIONS(35), 2, - anon_sym___attribute__, + ACTIONS(3713), 1, + anon_sym_LBRACK_LBRACK, + STATE(1270), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3711), 3, anon_sym___attribute, - STATE(1270), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3709), 4, anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, anon_sym___asm, - ACTIONS(3707), 7, + ACTIONS(3709), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + anon_sym___attribute__, anon_sym_LBRACE, anon_sym_EQ, - [55778] = 11, + anon_sym_COLON, + anon_sym_asm, + anon_sym___asm__, + [55214] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3010), 1, + ACTIONS(3042), 1, sym_identifier, - ACTIONS(3012), 1, + ACTIONS(3044), 1, anon_sym_LPAREN2, - ACTIONS(3014), 1, + ACTIONS(3046), 1, anon_sym_STAR, - ACTIONS(3018), 1, + ACTIONS(3050), 1, + sym_primitive_type, + STATE(1456), 1, + sym__type_declarator, + STATE(1979), 1, + sym_ms_based_modifier, + ACTIONS(3048), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1401), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [55252] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3042), 1, + sym_identifier, + ACTIONS(3044), 1, + anon_sym_LPAREN2, + ACTIONS(3046), 1, + anon_sym_STAR, + ACTIONS(3050), 1, sym_primitive_type, STATE(1350), 1, sym__type_declarator, - STATE(1522), 1, - sym__type_definition_declarators, - STATE(1810), 1, + STATE(1979), 1, sym_ms_based_modifier, - ACTIONS(3016), 4, + ACTIONS(3048), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1421), 5, + STATE(1401), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [55819] = 12, + [55290] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - ACTIONS(3711), 1, + ACTIONS(3716), 1, anon_sym_SEMI, - STATE(1303), 1, + STATE(1294), 1, sym__field_declarator, - STATE(1543), 1, + STATE(1548), 1, sym__field_declaration_declarator, - STATE(1921), 1, + STATE(1826), 1, sym_attribute_specifier, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [55861] = 12, + [55332] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - ACTIONS(3713), 1, + ACTIONS(3718), 1, anon_sym_SEMI, - STATE(1303), 1, + STATE(1294), 1, sym__field_declarator, - STATE(1533), 1, + STATE(1528), 1, sym__field_declaration_declarator, - STATE(1929), 1, + STATE(1755), 1, sym_attribute_specifier, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [55903] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3719), 1, - anon_sym_LBRACK_LBRACK, - STATE(1285), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3717), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3715), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_asm, - anon_sym___asm__, - [55931] = 12, + [55374] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3111), 1, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(3113), 1, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3115), 1, + ACTIONS(3113), 1, anon_sym_STAR, - ACTIONS(3722), 1, + ACTIONS(3720), 1, anon_sym_SEMI, - STATE(1303), 1, + STATE(1294), 1, sym__field_declarator, - STATE(1568), 1, + STATE(1518), 1, sym__field_declaration_declarator, - STATE(1886), 1, + STATE(1957), 1, sym_attribute_specifier, - STATE(1953), 1, + STATE(1983), 1, sym_ms_based_modifier, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(1395), 5, + STATE(1385), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [55973] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3010), 1, - sym_identifier, - ACTIONS(3012), 1, - anon_sym_LPAREN2, - ACTIONS(3014), 1, - anon_sym_STAR, - ACTIONS(3018), 1, - sym_primitive_type, - STATE(1461), 1, - sym__type_declarator, - STATE(1810), 1, - sym_ms_based_modifier, - ACTIONS(3016), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1421), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [56011] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3010), 1, - sym_identifier, - ACTIONS(3012), 1, - anon_sym_LPAREN2, - ACTIONS(3014), 1, - anon_sym_STAR, - ACTIONS(3018), 1, - sym_primitive_type, - STATE(1363), 1, - sym__type_declarator, - STATE(1810), 1, - sym_ms_based_modifier, - ACTIONS(3016), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1421), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [56049] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3442), 1, - anon_sym_LPAREN2, - STATE(1012), 1, - sym_preproc_argument_list, - ACTIONS(3726), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(3724), 7, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - [56076] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2891), 7, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - sym_identifier, - ACTIONS(2884), 8, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [56099] = 11, + [55416] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3730), 1, + ACTIONS(3724), 1, aux_sym_preproc_if_token2, - ACTIONS(3732), 1, + ACTIONS(3726), 1, aux_sym_preproc_else_token1, - ACTIONS(3734), 1, + ACTIONS(3728), 1, aux_sym_preproc_elif_token1, - STATE(1332), 1, + STATE(1344), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1359), 1, + STATE(1346), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1463), 1, + STATE(1455), 1, sym_enumerator, - ACTIONS(3736), 2, + ACTIONS(3730), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(2012), 3, + STATE(1772), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - STATE(2015), 3, + STATE(1774), 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, - [56138] = 11, + [55455] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3726), 1, aux_sym_preproc_else_token1, - ACTIONS(3734), 1, + ACTIONS(3728), 1, aux_sym_preproc_elif_token1, - ACTIONS(3738), 1, + ACTIONS(3732), 1, aux_sym_preproc_if_token2, - STATE(1342), 1, + STATE(1318), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1343), 1, + STATE(1326), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1463), 1, + STATE(1455), 1, sym_enumerator, - ACTIONS(3736), 2, + ACTIONS(3730), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1835), 3, + STATE(1788), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - STATE(1836), 3, + STATE(1791), 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, - [56177] = 11, + [55494] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + STATE(1270), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3736), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3734), 9, + 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__, + [55521] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3685), 1, + anon_sym_LBRACK, + STATE(1340), 1, + sym_gnu_asm_expression, + ACTIONS(35), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(93), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + STATE(1331), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3683), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [55554] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3722), 1, + sym_identifier, + ACTIONS(3726), 1, aux_sym_preproc_else_token1, - ACTIONS(3734), 1, + ACTIONS(3728), 1, aux_sym_preproc_elif_token1, - ACTIONS(3740), 1, + ACTIONS(3738), 1, aux_sym_preproc_if_token2, - STATE(1340), 1, + STATE(1339), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1341), 1, + STATE(1348), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1463), 1, + STATE(1455), 1, sym_enumerator, - ACTIONS(3736), 2, + ACTIONS(3730), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1926), 3, + STATE(1916), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - STATE(1927), 3, + STATE(1934), 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, - [56216] = 11, + [55593] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3726), 1, aux_sym_preproc_else_token1, - ACTIONS(3734), 1, + ACTIONS(3728), 1, aux_sym_preproc_elif_token1, - ACTIONS(3742), 1, + ACTIONS(3740), 1, aux_sym_preproc_if_token2, - STATE(1352), 1, + STATE(1321), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1353), 1, + STATE(1322), 1, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1463), 1, + STATE(1455), 1, sym_enumerator, - ACTIONS(3736), 2, + ACTIONS(3730), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1896), 3, + STATE(1803), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - STATE(1897), 3, + STATE(1827), 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, - [56255] = 5, + [55632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - STATE(1285), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3746), 3, + ACTIONS(3742), 7, + anon_sym___attribute__, anon_sym___attribute, anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, anon_sym___asm, - ACTIONS(3744), 9, + sym_identifier, + ACTIONS(3744), 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_asm, - anon_sym___asm__, - [56282] = 8, + anon_sym_COLON, + [55655] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, - sym_identifier, - ACTIONS(3685), 1, - anon_sym_LBRACK, - STATE(1351), 1, - sym_gnu_asm_expression, - ACTIONS(35), 2, + ACTIONS(3416), 1, + anon_sym_LPAREN2, + STATE(994), 1, + sym_preproc_argument_list, + ACTIONS(3748), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + ACTIONS(3746), 7, anon_sym___attribute__, anon_sym___attribute, - ACTIONS(93), 3, + anon_sym_LBRACK, anon_sym_asm, anon_sym___asm__, anon_sym___asm, - STATE(1333), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3683), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [56315] = 3, + sym_identifier, + [55682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2942), 7, + ACTIONS(2945), 7, anon_sym___attribute__, anon_sym___attribute, anon_sym_LBRACK, @@ -108445,7 +108252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym___asm, sym_identifier, - ACTIONS(2935), 8, + ACTIONS(2938), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -108454,10 +108261,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [56338] = 3, + [55705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3748), 7, + ACTIONS(2976), 7, anon_sym___attribute__, anon_sym___attribute, anon_sym_LBRACK, @@ -108465,7 +108272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym___asm, sym_identifier, - ACTIONS(3750), 8, + ACTIONS(2969), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -108474,47 +108281,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [56361] = 8, + [55728] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, - anon_sym_LBRACK, - ACTIONS(3758), 1, - anon_sym___asm, - STATE(1263), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3752), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [56393] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3756), 1, anon_sym_LBRACK, - ACTIONS(3762), 1, + ACTIONS(3756), 1, anon_sym___asm, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3760), 7, + ACTIONS(3750), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -108522,23 +108305,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [56425] = 8, + [55760] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3766), 1, + ACTIONS(3760), 1, anon_sym___asm, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3764), 7, + ACTIONS(3758), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -108546,23 +108329,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [56457] = 8, + [55792] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3770), 1, + ACTIONS(3764), 1, anon_sym___asm, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3768), 7, + ACTIONS(3762), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -108570,59 +108353,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [56489] = 12, + [55824] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3772), 1, - anon_sym_COMMA, - ACTIONS(3776), 1, - anon_sym___attribute, - ACTIONS(3778), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3780), 1, - anon_sym_COLON, - STATE(1403), 1, + ACTIONS(3768), 1, + anon_sym___asm, + STATE(1249), 1, sym_parameter_list, - STATE(1524), 1, - sym_bitfield_clause, - STATE(1526), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3774), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1362), 2, + STATE(1278), 2, sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [56528] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3784), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3782), 10, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3766), 7, 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__, - [56549] = 3, + [55856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3788), 3, + ACTIONS(3772), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(3786), 10, + ACTIONS(3770), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -108633,136 +108395,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [56570] = 11, + [55877] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1407), 1, + STATE(1411), 1, sym__declarator, - STATE(1462), 1, + STATE(1424), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [56607] = 11, + [55914] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3746), 2, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(3774), 2, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3776), 2, + anon_sym___attribute__, + anon_sym___attribute, + ACTIONS(3779), 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym___asm, + ACTIONS(3748), 4, anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - ACTIONS(3422), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + [55941] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(17), 1, + sym_preproc_directive, + ACTIONS(3781), 1, sym_identifier, - STATE(1311), 1, - sym_function_declarator, - STATE(1455), 1, - sym__declaration_declarator, - STATE(1481), 1, - sym__declarator, - STATE(1512), 1, - sym__function_declaration_declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1375), 4, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_array_declarator, - [56644] = 3, + ACTIONS(3783), 1, + aux_sym_preproc_if_token1, + ACTIONS(3787), 1, + anon_sym_RBRACE, + ACTIONS(3785), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(1734), 2, + sym_preproc_call, + sym_enumerator, + STATE(1764), 2, + sym_preproc_if_in_enumerator_list_no_comma, + sym_preproc_ifdef_in_enumerator_list_no_comma, + STATE(1342), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [55974] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3792), 3, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3789), 1, + anon_sym_COMMA, + ACTIONS(3793), 1, anon_sym___attribute, + ACTIONS(3795), 1, anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3790), 10, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(3797), 1, + anon_sym_COLON, + STATE(1371), 1, + sym_parameter_list, + STATE(1483), 1, + aux_sym__field_declaration_declarator_repeat1, + STATE(1508), 1, + sym_bitfield_clause, + ACTIONS(3791), 2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [56665] = 11, + STATE(1332), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [56013] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1475), 1, + STATE(1433), 1, sym__declaration_declarator, - STATE(1481), 1, + STATE(1470), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [56702] = 11, + [56050] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1411), 1, + STATE(1420), 1, sym__declarator, - STATE(1448), 1, + STATE(1433), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [56739] = 3, + [56087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3796), 3, + ACTIONS(3801), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(3794), 10, + ACTIONS(3799), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -108773,225 +108563,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [56760] = 11, + [56108] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1458), 1, - sym__declaration_declarator, - STATE(1481), 1, + STATE(1409), 1, sym__declarator, - STATE(1512), 1, + STATE(1449), 1, + sym__declaration_declarator, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [56797] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3724), 2, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(3798), 2, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3800), 2, - anon_sym___attribute__, - anon_sym___attribute, - ACTIONS(3803), 3, - anon_sym_asm, - anon_sym___asm__, - anon_sym___asm, - ACTIONS(3726), 4, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - [56824] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3807), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3805), 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__, - [56845] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3811), 3, - anon_sym___attribute, - anon_sym_LBRACK, - anon_sym___asm, - ACTIONS(3809), 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__, - [56866] = 11, + [56145] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1428), 1, - sym__declarator, - STATE(1440), 1, + STATE(1438), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1470), 1, + sym__declarator, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [56903] = 9, + [56182] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(17), 1, sym_preproc_directive, - ACTIONS(3813), 1, + ACTIONS(3781), 1, sym_identifier, - ACTIONS(3815), 1, + ACTIONS(3783), 1, aux_sym_preproc_if_token1, - ACTIONS(3819), 1, + ACTIONS(3803), 1, anon_sym_RBRACE, - ACTIONS(3817), 2, + ACTIONS(3785), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - STATE(1696), 2, + STATE(1743), 2, sym_preproc_call, sym_enumerator, - STATE(1862), 2, + STATE(1767), 2, sym_preproc_if_in_enumerator_list_no_comma, sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(1334), 3, + STATE(1293), 3, sym_preproc_if_in_enumerator_list, sym_preproc_ifdef_in_enumerator_list, aux_sym_enumerator_list_repeat1, - [56936] = 11, + [56215] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1448), 1, + STATE(1443), 1, sym__declaration_declarator, - STATE(1481), 1, + STATE(1470), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [56973] = 11, + [56252] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3807), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3805), 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__, + [56273] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3811), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3809), 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__, + [56294] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1425), 1, + STATE(1391), 1, sym__declarator, - STATE(1460), 1, + STATE(1443), 1, sym__declaration_declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [57010] = 11, + [56331] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1460), 1, + STATE(1449), 1, sym__declaration_declarator, - STATE(1481), 1, + STATE(1470), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [57047] = 3, + [56368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 3, + ACTIONS(3815), 3, anon_sym___attribute, anon_sym_LBRACK, anon_sym___asm, - ACTIONS(3821), 10, + ACTIONS(3813), 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__, + [56389] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3819), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3817), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -109002,140 +108789,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [57068] = 11, + [56410] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1440), 1, + STATE(1459), 1, sym__declaration_declarator, - STATE(1481), 1, + STATE(1470), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [57105] = 11, + [56447] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - ACTIONS(3422), 1, + ACTIONS(3412), 1, sym_identifier, - STATE(1311), 1, + STATE(1302), 1, sym_function_declarator, - STATE(1462), 1, + STATE(1424), 1, sym__declaration_declarator, - STATE(1481), 1, + STATE(1470), 1, sym__declarator, - STATE(1512), 1, + STATE(1505), 1, sym__function_declaration_declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1375), 4, + STATE(1360), 4, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_array_declarator, - [57142] = 9, + [56484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(17), 1, - sym_preproc_directive, - ACTIONS(3813), 1, - sym_identifier, - ACTIONS(3815), 1, - aux_sym_preproc_if_token1, - ACTIONS(3825), 1, - anon_sym_RBRACE, - ACTIONS(3817), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(1768), 2, - sym_preproc_call, - sym_enumerator, - STATE(2004), 2, - sym_preproc_if_in_enumerator_list_no_comma, - sym_preproc_ifdef_in_enumerator_list_no_comma, - STATE(1317), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [57175] = 8, + ACTIONS(3823), 3, + anon_sym___attribute, + anon_sym_LBRACK, + anon_sym___asm, + ACTIONS(3821), 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__, + [56505] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, - ACTIONS(3829), 1, + ACTIONS(3827), 1, anon_sym___attribute, - STATE(1403), 1, + STATE(1371), 1, sym_parameter_list, - STATE(1362), 2, + STATE(1332), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3827), 5, + ACTIONS(3825), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [57205] = 8, + [56535] = 10, ACTIONS(3), 1, sym_comment, + ACTIONS(35), 1, + anon_sym___attribute, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, + ACTIONS(3504), 1, + anon_sym___attribute__, + ACTIONS(3752), 1, + anon_sym_LPAREN2, ACTIONS(3754), 1, + anon_sym_LBRACK, + STATE(1279), 1, + sym_parameter_list, + ACTIONS(3829), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1278), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + STATE(1466), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [56569] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, + ACTIONS(3797), 1, + anon_sym_COLON, ACTIONS(3833), 1, anon_sym___attribute, - STATE(1403), 1, + STATE(1371), 1, sym_parameter_list, - STATE(1362), 2, + STATE(1540), 1, + sym_bitfield_clause, + STATE(1332), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3831), 5, + ACTIONS(3831), 3, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_COLON, - [57235] = 8, + [56603] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, ACTIONS(3837), 1, anon_sym___attribute, - STATE(1403), 1, + STATE(1371), 1, sym_parameter_list, - STATE(1362), 2, + STATE(1332), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(3835), 5, @@ -109144,99 +108951,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [57265] = 10, + [56633] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, - ACTIONS(3780), 1, - anon_sym_COLON, ACTIONS(3841), 1, anon_sym___attribute, - STATE(1403), 1, + STATE(1371), 1, sym_parameter_list, - STATE(1552), 1, - sym_bitfield_clause, - STATE(1362), 2, + STATE(1332), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3839), 3, + ACTIONS(3839), 5, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [57299] = 10, + anon_sym_COLON, + [56663] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym___attribute, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, - STATE(1296), 1, + ACTIONS(3845), 1, + anon_sym___attribute, + STATE(1371), 1, sym_parameter_list, - ACTIONS(3843), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1295), 2, + STATE(1332), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(1491), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [57333] = 8, + ACTIONS(3843), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_COLON, + [56693] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, - anon_sym_LBRACK, - ACTIONS(3847), 1, + ACTIONS(3849), 1, anon_sym___attribute, - STATE(1403), 1, + ACTIONS(3851), 1, + anon_sym_LBRACK, + STATE(1416), 1, sym_parameter_list, - STATE(1362), 2, + STATE(1354), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3845), 5, + ACTIONS(3847), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_COLON, - [57363] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3849), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - ACTIONS(3851), 2, - anon_sym_RPAREN, - anon_sym_COLON, - STATE(1566), 2, - sym__string, - sym_concatenated_string, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [57388] = 9, + [56722] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3781), 1, sym_identifier, ACTIONS(3853), 1, aux_sym_preproc_if_token2, @@ -109244,407 +109027,471 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_preproc_else_token1, ACTIONS(3857), 1, aux_sym_preproc_elif_token1, - STATE(1415), 1, + STATE(1419), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, + STATE(1922), 1, sym_enumerator, ACTIONS(3859), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1775), 3, + STATE(1834), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [57419] = 5, + [56753] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3724), 1, + aux_sym_preproc_if_token2, + ACTIONS(3781), 1, sym_identifier, - ACTIONS(3703), 3, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(1270), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3701), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [57442] = 8, + ACTIONS(3855), 1, + aux_sym_preproc_else_token1, + ACTIONS(3857), 1, + aux_sym_preproc_elif_token1, + STATE(1344), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1922), 1, + sym_enumerator, + ACTIONS(3859), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1772), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [56784] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3861), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3864), 1, - aux_sym_preproc_if_token1, - ACTIONS(3870), 1, - sym_preproc_directive, - ACTIONS(3873), 1, - anon_sym_RBRACE, + ACTIONS(3861), 1, + aux_sym_preproc_if_token2, + ACTIONS(3863), 1, + aux_sym_preproc_else_token1, + ACTIONS(3865), 1, + aux_sym_preproc_elif_token1, ACTIONS(3867), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - STATE(1905), 2, - sym_preproc_call, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1346), 2, sym_enumerator, - STATE(1334), 3, - sym_preproc_if_in_enumerator_list, - sym_preproc_ifdef_in_enumerator_list, - aux_sym_enumerator_list_repeat1, - [57471] = 8, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1774), 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, + [56813] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3877), 1, - anon_sym___attribute, - ACTIONS(3879), 1, - anon_sym_LBRACK, - STATE(1410), 1, - sym_parameter_list, - STATE(1366), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3875), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [57500] = 8, + ACTIONS(3781), 1, + sym_identifier, + ACTIONS(3855), 1, + aux_sym_preproc_else_token1, + ACTIONS(3857), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3869), 1, + aux_sym_preproc_if_token2, + STATE(1419), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1922), 1, + sym_enumerator, + ACTIONS(3859), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1783), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [56844] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3881), 1, - aux_sym_preproc_if_token2, - ACTIONS(3883), 1, + ACTIONS(3863), 1, aux_sym_preproc_else_token1, - ACTIONS(3885), 1, + ACTIONS(3865), 1, aux_sym_preproc_elif_token1, - ACTIONS(3887), 2, + ACTIONS(3871), 1, + aux_sym_preproc_if_token2, + ACTIONS(3867), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1359), 2, + STATE(1415), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(2015), 3, + STATE(1784), 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, - [57529] = 8, + [56873] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3109), 1, + sym_identifier, + ACTIONS(3111), 1, anon_sym_LPAREN2, - ACTIONS(3879), 1, - anon_sym_LBRACK, - ACTIONS(3891), 1, - anon_sym___attribute, - STATE(1410), 1, - sym_parameter_list, - STATE(1366), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3889), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [57558] = 8, + ACTIONS(3113), 1, + anon_sym_STAR, + STATE(1313), 1, + sym__field_declarator, + STATE(1983), 1, + sym_ms_based_modifier, + STATE(1385), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [56902] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1443), 1, + STATE(1457), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [57587] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3681), 1, - sym_identifier, - ACTIONS(3709), 3, - anon_sym___attribute__, - anon_sym___attribute, - anon_sym_LBRACK, - STATE(1270), 3, - sym_preproc_call_expression, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3707), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - [57610] = 9, + [56931] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3740), 1, + aux_sym_preproc_if_token2, + ACTIONS(3781), 1, sym_identifier, ACTIONS(3855), 1, aux_sym_preproc_else_token1, ACTIONS(3857), 1, aux_sym_preproc_elif_token1, - ACTIONS(3893), 1, - aux_sym_preproc_if_token2, - STATE(1415), 1, + STATE(1321), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, + STATE(1922), 1, sym_enumerator, ACTIONS(3859), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1870), 3, + STATE(1803), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [57641] = 8, + [56962] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3722), 1, + sym_identifier, + ACTIONS(3863), 1, + aux_sym_preproc_else_token1, + ACTIONS(3865), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3873), 1, + aux_sym_preproc_if_token2, + ACTIONS(3867), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1415), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + STATE(1945), 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, + [56991] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + STATE(1392), 1, + sym__declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [57020] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(2821), 1, + sym_identifier, + ACTIONS(3103), 1, + anon_sym_LPAREN2, + ACTIONS(3107), 1, + anon_sym_STAR, + STATE(1400), 1, + sym__declarator, + STATE(1779), 1, + sym_ms_based_modifier, + STATE(1302), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [57049] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3883), 1, + ACTIONS(3863), 1, aux_sym_preproc_else_token1, - ACTIONS(3885), 1, + ACTIONS(3865), 1, aux_sym_preproc_elif_token1, - ACTIONS(3895), 1, + ACTIONS(3875), 1, aux_sym_preproc_if_token2, - ACTIONS(3887), 2, + ACTIONS(3867), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1427), 2, + STATE(1322), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1954), 3, + STATE(1827), 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, - [57670] = 9, + [57078] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3781), 1, sym_identifier, ACTIONS(3855), 1, aux_sym_preproc_else_token1, ACTIONS(3857), 1, aux_sym_preproc_elif_token1, - ACTIONS(3897), 1, + ACTIONS(3877), 1, aux_sym_preproc_if_token2, - STATE(1415), 1, + STATE(1318), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, + STATE(1922), 1, sym_enumerator, ACTIONS(3859), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1776), 3, + STATE(1788), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [57701] = 8, + [57109] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3679), 1, sym_identifier, - ACTIONS(3883), 1, - aux_sym_preproc_else_token1, - ACTIONS(3885), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3899), 1, - aux_sym_preproc_if_token2, - ACTIONS(3887), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1427), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1986), 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, - [57730] = 9, + ACTIONS(3703), 3, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(1260), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3701), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [57132] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3738), 1, - aux_sym_preproc_if_token2, - ACTIONS(3813), 1, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3881), 2, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(1270), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3879), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_COLON, + [57155] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3781), 1, sym_identifier, ACTIONS(3855), 1, aux_sym_preproc_else_token1, ACTIONS(3857), 1, aux_sym_preproc_elif_token1, - STATE(1342), 1, + ACTIONS(3883), 1, + aux_sym_preproc_if_token2, + STATE(1339), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, + STATE(1922), 1, sym_enumerator, ACTIONS(3859), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1835), 3, + STATE(1916), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [57761] = 8, + [57186] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1825), 1, + anon_sym___based, + ACTIONS(3109), 1, + sym_identifier, + ACTIONS(3111), 1, + anon_sym_LPAREN2, + ACTIONS(3113), 1, + anon_sym_STAR, + STATE(1441), 1, + sym__field_declarator, + STATE(1983), 1, + sym_ms_based_modifier, + STATE(1385), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [57215] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3879), 1, + ACTIONS(3851), 1, anon_sym_LBRACK, - ACTIONS(3903), 1, + ACTIONS(3887), 1, anon_sym___attribute, - STATE(1410), 1, + STATE(1416), 1, sym_parameter_list, - STATE(1366), 2, + STATE(1354), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3901), 4, + ACTIONS(3885), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [57790] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3728), 1, - sym_identifier, - ACTIONS(3883), 1, - aux_sym_preproc_else_token1, - ACTIONS(3885), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3905), 1, - aux_sym_preproc_if_token2, - ACTIONS(3887), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1343), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1836), 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, - [57819] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3813), 1, - sym_identifier, - ACTIONS(3855), 1, - aux_sym_preproc_else_token1, - ACTIONS(3857), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3907), 1, - aux_sym_preproc_if_token2, - STATE(1352), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, - sym_enumerator, - ACTIONS(3859), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1896), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [57850] = 9, + [57244] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, - sym_identifier, - ACTIONS(3855), 1, - aux_sym_preproc_else_token1, - ACTIONS(3857), 1, - aux_sym_preproc_elif_token1, - ACTIONS(3909), 1, - aux_sym_preproc_if_token2, - STATE(1340), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, - sym_enumerator, - ACTIONS(3859), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(1926), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [57881] = 8, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3851), 1, + anon_sym_LBRACK, + ACTIONS(3891), 1, + anon_sym___attribute, + STATE(1416), 1, + sym_parameter_list, + STATE(1354), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3889), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + [57273] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1406), 1, + STATE(1397), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [57910] = 10, + [57302] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3879), 1, + ACTIONS(3851), 1, anon_sym_LBRACK, - ACTIONS(3911), 1, + ACTIONS(3893), 1, anon_sym_COMMA, - ACTIONS(3915), 1, + ACTIONS(3897), 1, anon_sym___attribute, - STATE(1410), 1, + STATE(1416), 1, sym_parameter_list, - STATE(1518), 1, + STATE(1506), 1, aux_sym__type_definition_declarators_repeat1, - ACTIONS(3913), 2, + ACTIONS(3895), 2, anon_sym_SEMI, anon_sym___attribute__, - STATE(1366), 2, + STATE(1354), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [57943] = 6, + [57335] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3781), 1, + sym_identifier, + ACTIONS(3855), 1, + aux_sym_preproc_else_token1, + ACTIONS(3857), 1, + aux_sym_preproc_elif_token1, + ACTIONS(3899), 1, + aux_sym_preproc_if_token2, + STATE(1419), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1922), 1, + sym_enumerator, + ACTIONS(3859), 2, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + STATE(1919), 3, + sym_preproc_else_in_enumerator_list, + sym_preproc_elif_in_enumerator_list, + sym_preproc_elifdef_in_enumerator_list, + [57366] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 1, + ACTIONS(3679), 1, sym_identifier, ACTIONS(3703), 1, anon_sym_LBRACK, ACTIONS(35), 2, anon_sym___attribute__, anon_sym___attribute, - STATE(1339), 3, + STATE(1345), 3, sym_preproc_call_expression, sym_attribute_specifier, aux_sym_function_declarator_repeat1, @@ -109653,421 +109500,341 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - [57968] = 9, + [57391] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3901), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + ACTIONS(3903), 2, + anon_sym_RPAREN, + anon_sym_COLON, + STATE(1537), 2, + sym__string, + sym_concatenated_string, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [57416] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3905), 1, + sym_identifier, + ACTIONS(3908), 1, + aux_sym_preproc_if_token1, + ACTIONS(3914), 1, + sym_preproc_directive, + ACTIONS(3917), 1, + anon_sym_RBRACE, + ACTIONS(3911), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + STATE(1889), 2, + sym_preproc_call, + sym_enumerator, + STATE(1342), 3, + sym_preproc_if_in_enumerator_list, + sym_preproc_ifdef_in_enumerator_list, + aux_sym_enumerator_list_repeat1, + [57445] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3851), 1, + anon_sym_LBRACK, + ACTIONS(3921), 1, + anon_sym___attribute, + STATE(1416), 1, + sym_parameter_list, + STATE(1354), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3919), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + [57474] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3781), 1, sym_identifier, ACTIONS(3855), 1, aux_sym_preproc_else_token1, ACTIONS(3857), 1, aux_sym_preproc_elif_token1, - ACTIONS(3917), 1, + ACTIONS(3923), 1, aux_sym_preproc_if_token2, - STATE(1415), 1, + STATE(1419), 1, aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, + STATE(1922), 1, sym_enumerator, ACTIONS(3859), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1899), 3, + STATE(1902), 3, sym_preproc_else_in_enumerator_list, sym_preproc_elif_in_enumerator_list, sym_preproc_elifdef_in_enumerator_list, - [57999] = 8, + [57505] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3679), 1, sym_identifier, - ACTIONS(3883), 1, + ACTIONS(3689), 3, + anon_sym___attribute__, + anon_sym___attribute, + anon_sym_LBRACK, + STATE(1260), 3, + sym_preproc_call_expression, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(3687), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + [57528] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3722), 1, + sym_identifier, + ACTIONS(3863), 1, aux_sym_preproc_else_token1, - ACTIONS(3885), 1, + ACTIONS(3865), 1, aux_sym_preproc_elif_token1, - ACTIONS(3919), 1, + ACTIONS(3925), 1, aux_sym_preproc_if_token2, - ACTIONS(3887), 2, + ACTIONS(3867), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1427), 2, + STATE(1415), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1934), 3, + STATE(1903), 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, - [58028] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - STATE(1422), 1, - sym__declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [58057] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(2801), 1, - sym_identifier, - ACTIONS(3105), 1, - anon_sym_LPAREN2, - ACTIONS(3107), 1, - anon_sym_STAR, - STATE(1433), 1, - sym__declarator, - STATE(1967), 1, - sym_ms_based_modifier, - STATE(1311), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [58086] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3111), 1, - sym_identifier, - ACTIONS(3113), 1, - anon_sym_LPAREN2, - ACTIONS(3115), 1, - anon_sym_STAR, - STATE(1439), 1, - sym__field_declarator, - STATE(1953), 1, - sym_ms_based_modifier, - STATE(1395), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [58115] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3879), 1, - anon_sym_LBRACK, - ACTIONS(3923), 1, - anon_sym___attribute, - STATE(1410), 1, - sym_parameter_list, - STATE(1366), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3921), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [58144] = 8, + [57557] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(1825), 1, anon_sym___based, - ACTIONS(2801), 1, + ACTIONS(2821), 1, sym_identifier, - ACTIONS(3105), 1, + ACTIONS(3103), 1, anon_sym_LPAREN2, ACTIONS(3107), 1, anon_sym_STAR, - STATE(1434), 1, + STATE(1395), 1, sym__declarator, - STATE(1967), 1, + STATE(1779), 1, sym_ms_based_modifier, - STATE(1311), 5, + STATE(1302), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [58173] = 8, + [57586] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3722), 1, sym_identifier, - ACTIONS(3883), 1, + ACTIONS(3863), 1, aux_sym_preproc_else_token1, - ACTIONS(3885), 1, + ACTIONS(3865), 1, aux_sym_preproc_elif_token1, - ACTIONS(3925), 1, + ACTIONS(3927), 1, aux_sym_preproc_if_token2, - ACTIONS(3887), 2, + ACTIONS(3867), 2, aux_sym_preproc_elifdef_token1, aux_sym_preproc_elifdef_token2, - STATE(1427), 2, + STATE(1415), 2, sym_enumerator, aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - STATE(1903), 3, + STATE(1942), 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, - [58202] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3730), 1, - aux_sym_preproc_if_token2, - ACTIONS(3813), 1, - sym_identifier, - ACTIONS(3855), 1, - aux_sym_preproc_else_token1, - ACTIONS(3857), 1, - aux_sym_preproc_elif_token1, - STATE(1332), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, - sym_enumerator, - ACTIONS(3859), 2, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - STATE(2012), 3, - sym_preproc_else_in_enumerator_list, - sym_preproc_elif_in_enumerator_list, - sym_preproc_elifdef_in_enumerator_list, - [58233] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym___based, - ACTIONS(3111), 1, - sym_identifier, - ACTIONS(3113), 1, - anon_sym_LPAREN2, - ACTIONS(3115), 1, - anon_sym_STAR, - STATE(1328), 1, - sym__field_declarator, - STATE(1953), 1, - sym_ms_based_modifier, - STATE(1395), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [58262] = 5, + [57615] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3929), 2, - anon_sym___attribute, + ACTIONS(512), 1, + anon_sym_LBRACE, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(1285), 2, + ACTIONS(3929), 1, + anon_sym_LPAREN2, + ACTIONS(3931), 1, + anon_sym_EQ, + STATE(264), 1, + sym_compound_statement, + STATE(937), 1, + sym__old_style_parameter_list, + STATE(1248), 1, + sym_parameter_list, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3927), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_COLON, - [58285] = 8, + [57647] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3879), 1, + ACTIONS(3851), 1, anon_sym_LBRACK, - ACTIONS(3933), 1, + ACTIONS(3935), 1, anon_sym___attribute, - STATE(1410), 1, + STATE(1416), 1, sym_parameter_list, - STATE(1366), 2, + STATE(1354), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3931), 3, + ACTIONS(3933), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [58313] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3937), 1, - anon_sym_LBRACK, - STATE(1532), 1, - sym_gnu_asm_output_operand, - STATE(1963), 1, - sym_string_literal, - ACTIONS(3935), 2, - anon_sym_RPAREN, - anon_sym_COLON, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [58337] = 10, + [57675] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, ACTIONS(43), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3929), 1, anon_sym_LPAREN2, - ACTIONS(3941), 1, + ACTIONS(3931), 1, anon_sym_EQ, - STATE(320), 1, + STATE(347), 1, sym_compound_statement, - STATE(945), 1, + STATE(937), 1, sym__old_style_parameter_list, - STATE(1268), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58369] = 5, + [57707] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3945), 2, - anon_sym___attribute, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(1285), 2, + ACTIONS(3929), 1, + anon_sym_LPAREN2, + ACTIONS(3931), 1, + anon_sym_EQ, + STATE(269), 1, + sym_compound_statement, + STATE(937), 1, + sym__old_style_parameter_list, + STATE(1248), 1, + sym_parameter_list, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3943), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - [58391] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3949), 1, - anon_sym___attribute__, - ACTIONS(3952), 1, - anon_sym___attribute, - ACTIONS(3955), 1, - anon_sym___asm, - STATE(1367), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3947), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_asm, - anon_sym___asm__, - [58415] = 8, + [57739] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3770), 1, + ACTIONS(3764), 1, anon_sym___attribute, - STATE(1296), 1, + STATE(1279), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3768), 3, + ACTIONS(3762), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym___attribute__, - [58443] = 8, + [57767] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3756), 1, - anon_sym_LBRACK, - ACTIONS(3758), 1, + ACTIONS(3939), 2, anon_sym___attribute, - STATE(1296), 1, - sym_parameter_list, - STATE(1295), 2, + anon_sym_LBRACK, + STATE(1270), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3752), 3, + ACTIONS(3937), 5, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - [58471] = 8, + [57789] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3943), 1, anon_sym_LBRACK, - ACTIONS(3766), 1, - anon_sym___attribute, - STATE(1296), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3764), 3, - anon_sym_COMMA, + STATE(1551), 1, + sym_gnu_asm_output_operand, + STATE(1899), 1, + sym_string_literal, + ACTIONS(3941), 2, anon_sym_RPAREN, - anon_sym___attribute__, - [58499] = 8, + anon_sym_COLON, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [57813] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3762), 1, + ACTIONS(3760), 1, anon_sym___attribute, - STATE(1296), 1, + STATE(1279), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3760), 3, + ACTIONS(3758), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym___attribute__, - [58527] = 6, + [57841] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3959), 1, + ACTIONS(3947), 1, anon_sym_LBRACK, - STATE(1551), 1, + STATE(1532), 1, sym_gnu_asm_input_operand, - STATE(1975), 1, + STATE(1892), 1, sym_string_literal, - ACTIONS(3957), 2, + ACTIONS(3945), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(99), 5, @@ -110076,179 +109843,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [58551] = 10, + [57865] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(506), 1, - anon_sym_LBRACE, - ACTIONS(3756), 1, - anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3941), 1, - anon_sym_EQ, - STATE(292), 1, - sym_compound_statement, - STATE(945), 1, - sym__old_style_parameter_list, - STATE(1268), 1, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3756), 1, + anon_sym___attribute, + STATE(1279), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58583] = 10, + ACTIONS(3750), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [57893] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(378), 1, - anon_sym_LBRACE, - ACTIONS(3756), 1, - anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3941), 1, - anon_sym_EQ, - STATE(263), 1, - sym_compound_statement, - STATE(945), 1, - sym__old_style_parameter_list, - STATE(1268), 1, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3768), 1, + anon_sym___attribute, + STATE(1279), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58615] = 5, + ACTIONS(3766), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + [57921] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3796), 1, + ACTIONS(3807), 1, anon_sym_LBRACK, - ACTIONS(3963), 1, + ACTIONS(3951), 1, anon_sym___asm, - ACTIONS(3794), 4, + ACTIONS(3805), 4, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(3961), 4, + ACTIONS(3949), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [57943] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3955), 1, + anon_sym___attribute__, + ACTIONS(3958), 1, + anon_sym___attribute, + ACTIONS(3961), 1, + anon_sym___asm, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3953), 5, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_asm, anon_sym___asm__, - [58637] = 10, + [57967] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(133), 1, + anon_sym_LBRACE, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3929), 1, + anon_sym_LPAREN2, + ACTIONS(3931), 1, + anon_sym_EQ, + STATE(121), 1, + sym_compound_statement, + STATE(937), 1, + sym__old_style_parameter_list, + STATE(1248), 1, + sym_parameter_list, + STATE(1278), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [57999] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3929), 1, + anon_sym_LPAREN2, + STATE(305), 1, + sym_compound_statement, + STATE(937), 1, + sym__old_style_parameter_list, + STATE(1249), 1, + sym_parameter_list, + STATE(1278), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [58028] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, ACTIONS(133), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3929), 1, anon_sym_LPAREN2, - ACTIONS(3941), 1, - anon_sym_EQ, - STATE(146), 1, + STATE(138), 1, sym_compound_statement, - STATE(945), 1, + STATE(937), 1, sym__old_style_parameter_list, - STATE(1268), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58669] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3849), 1, - sym_identifier, - STATE(673), 1, - sym_string_literal, - STATE(1608), 2, - sym__string, - sym_concatenated_string, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [58690] = 9, + [58057] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(378), 1, + ACTIONS(133), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3941), 1, + ACTIONS(3931), 1, anon_sym_EQ, - STATE(263), 1, + STATE(121), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58719] = 5, + [58086] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3965), 2, + anon_sym___attribute, + anon_sym_LBRACK, + ACTIONS(3963), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58103] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3965), 1, + ACTIONS(3967), 1, sym_identifier, - ACTIONS(3969), 1, + ACTIONS(3971), 1, sym_system_lib_string, - STATE(1861), 2, + STATE(1924), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3967), 5, + ACTIONS(3969), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [58740] = 6, + [58124] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, + ACTIONS(3752), 1, + anon_sym_LPAREN2, ACTIONS(3973), 1, - anon_sym___asm, - STATE(1367), 2, + anon_sym_LBRACK, + STATE(1440), 1, + sym_parameter_list, + ACTIONS(3829), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1467), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3971), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_asm, - anon_sym___asm__, - [58763] = 9, + [58151] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(378), 1, + ACTIONS(43), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, - anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - STATE(276), 1, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3931), 1, + anon_sym_EQ, + STATE(347), 1, sym_compound_statement, - STATE(945), 1, - sym__old_style_parameter_list, - STATE(1263), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [58792] = 3, + [58180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3977), 2, @@ -110262,7 +110083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [58809] = 3, + [58197] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3981), 2, @@ -110276,13 +110097,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [58826] = 3, + [58214] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(512), 1, + anon_sym_LBRACE, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3929), 1, + anon_sym_LPAREN2, + STATE(275), 1, + sym_compound_statement, + STATE(937), 1, + sym__old_style_parameter_list, + STATE(1249), 1, + sym_parameter_list, + STATE(1278), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [58243] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3983), 1, + sym_identifier, + ACTIONS(3985), 1, + sym_system_lib_string, + STATE(1923), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(3969), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [58264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3985), 2, + ACTIONS(3989), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(3983), 7, + ACTIONS(3987), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -110290,30 +110147,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [58843] = 5, + [58281] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3849), 1, + ACTIONS(35), 1, + anon_sym___attribute, + ACTIONS(3504), 1, + anon_sym___attribute__, + ACTIONS(3993), 1, + anon_sym___asm, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3991), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [58304] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(512), 1, + anon_sym_LBRACE, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3931), 1, + anon_sym_EQ, + STATE(264), 1, + sym_compound_statement, + STATE(1248), 1, + sym_parameter_list, + STATE(1278), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [58333] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3995), 1, sym_identifier, - STATE(673), 1, + ACTIONS(3997), 1, + sym_system_lib_string, + STATE(1876), 2, + sym_preproc_call_expression, sym_string_literal, - STATE(1605), 2, - sym__string, - sym_concatenated_string, - ACTIONS(99), 5, + ACTIONS(3969), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [58864] = 5, + [58354] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3849), 1, + ACTIONS(3901), 1, sym_identifier, - STATE(673), 1, + STATE(669), 1, sym_string_literal, - STATE(1598), 2, + STATE(1602), 2, sym__string, sym_concatenated_string, ACTIONS(99), 5, @@ -110322,29 +110216,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [58885] = 5, + [58375] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3987), 1, - sym_identifier, - ACTIONS(3989), 1, - sym_system_lib_string, - STATE(1989), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(3967), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [58906] = 3, + ACTIONS(35), 1, + anon_sym___attribute, + ACTIONS(3504), 1, + anon_sym___attribute__, + ACTIONS(3707), 1, + anon_sym___asm, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3705), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [58398] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 2, + ACTIONS(4001), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(3991), 7, + ACTIONS(3999), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -110352,66 +110247,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [58923] = 8, + [58415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, + ACTIONS(4005), 2, anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, anon_sym_LBRACK, - STATE(1465), 1, - sym_parameter_list, - ACTIONS(3843), 2, + ACTIONS(4003), 7, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1492), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [58950] = 5, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3997), 1, + ACTIONS(3901), 1, sym_identifier, - ACTIONS(3999), 1, - sym_system_lib_string, - STATE(1879), 2, - sym_preproc_call_expression, + STATE(669), 1, sym_string_literal, - ACTIONS(3967), 5, + STATE(1614), 2, + sym__string, + sym_concatenated_string, + ACTIONS(99), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [58971] = 7, + [58453] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, + ACTIONS(1946), 1, anon_sym_LPAREN2, - ACTIONS(1950), 1, + ACTIONS(1948), 1, anon_sym_STAR, - ACTIONS(2813), 1, + ACTIONS(2833), 1, anon_sym_LBRACK, - STATE(1442), 1, + STATE(1432), 1, sym_parameter_list, - STATE(1547), 1, + STATE(1535), 1, sym__abstract_declarator, - STATE(1467), 4, + STATE(1431), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - [58996] = 3, + [58478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4003), 2, + ACTIONS(4009), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4001), 7, + ACTIONS(4007), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -110419,114 +110309,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [59013] = 9, + [58495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(43), 1, - anon_sym_LBRACE, - ACTIONS(3756), 1, + ACTIONS(4013), 2, + anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(4011), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(344), 1, - sym_compound_statement, - STATE(945), 1, - sym__old_style_parameter_list, - STATE(1263), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [59042] = 9, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [58512] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(43), 1, + ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3941), 1, + ACTIONS(3931), 1, anon_sym_EQ, - STATE(320), 1, + STATE(269), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59071] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4007), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4005), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [59088] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(3705), 1, - anon_sym___asm, - STATE(1367), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3699), 4, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_asm, - anon_sym___asm__, - [59111] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4011), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4009), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [59128] = 5, + [58541] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4013), 1, - sym_identifier, ACTIONS(4015), 1, + sym_identifier, + ACTIONS(4017), 1, sym_system_lib_string, - STATE(1817), 2, + STATE(1894), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3967), 5, + ACTIONS(3969), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [59149] = 3, + [58562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4019), 2, + ACTIONS(4021), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4017), 7, + ACTIONS(4019), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -110534,181 +110373,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [59166] = 9, + [58579] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3901), 1, + sym_identifier, + STATE(669), 1, + sym_string_literal, + STATE(1560), 2, + sym__string, + sym_concatenated_string, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [58600] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(133), 1, + ACTIONS(43), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3929), 1, anon_sym_LPAREN2, - STATE(130), 1, + STATE(359), 1, sym_compound_statement, - STATE(945), 1, + STATE(937), 1, sym__old_style_parameter_list, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59195] = 9, + [58629] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(506), 1, + ACTIONS(512), 1, anon_sym_LBRACE, - ACTIONS(3756), 1, - anon_sym_LBRACK, - ACTIONS(3939), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - STATE(300), 1, + ACTIONS(3754), 1, + anon_sym_LBRACK, + STATE(273), 1, sym_compound_statement, - STATE(945), 1, - sym__old_style_parameter_list, - STATE(1263), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59224] = 9, + [58655] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(506), 1, + ACTIONS(133), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3941), 1, - anon_sym_EQ, - STATE(292), 1, + STATE(144), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59253] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4023), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4021), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [59270] = 9, + [58681] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, ACTIONS(133), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(3941), 1, - anon_sym_EQ, - STATE(146), 1, + STATE(138), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59299] = 3, + [58707] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4027), 2, - anon_sym___attribute, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3973), 1, anon_sym_LBRACK, - ACTIONS(4025), 6, + ACTIONS(4025), 1, + anon_sym___attribute, + STATE(1440), 1, + sym_parameter_list, + ACTIONS(4023), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [59315] = 8, + anon_sym_COLON, + [58729] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(378), 1, + ACTIONS(43), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(283), 1, + STATE(342), 1, sym_compound_statement, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59341] = 8, + [58755] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4029), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4031), 1, + anon_sym_EQ, + ACTIONS(4027), 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, + [58773] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(43), 1, + ACTIONS(512), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(342), 1, + STATE(284), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59367] = 8, + [58799] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(378), 1, + ACTIONS(512), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(276), 1, + STATE(275), 1, sym_compound_statement, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59393] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4031), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4029), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [59409] = 3, + [58825] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4035), 2, @@ -110721,145 +110560,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [59425] = 8, + [58841] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(133), 1, + ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, - anon_sym_LBRACK, - STATE(120), 1, - sym_compound_statement, - STATE(1268), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [59451] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(43), 1, - anon_sym_LBRACE, ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3756), 1, anon_sym_LBRACK, - STATE(344), 1, + STATE(272), 1, sym_compound_statement, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59477] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(2501), 1, - anon_sym_LBRACE, - ACTIONS(4037), 1, - sym_identifier, - STATE(735), 1, - sym_field_declaration_list, - STATE(1511), 1, - sym_attribute_specifier, - STATE(1611), 1, - sym_ms_declspec_modifier, - ACTIONS(35), 2, - anon_sym___attribute__, - anon_sym___attribute, - [59503] = 3, + [58867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4041), 2, + ACTIONS(4039), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4039), 6, + ACTIONS(4037), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [59519] = 6, + [58883] = 6, ACTIONS(3), 1, sym_comment, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3973), 1, + anon_sym_LBRACK, ACTIONS(4043), 1, - sym_identifier, - ACTIONS(4048), 1, - aux_sym_preproc_elif_token1, - STATE(1415), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, - sym_enumerator, - ACTIONS(4046), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [59541] = 8, + anon_sym___attribute, + STATE(1440), 1, + sym_parameter_list, + ACTIONS(4041), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym___attribute__, + anon_sym_COLON, + [58905] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(133), 1, + ACTIONS(43), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(130), 1, + STATE(359), 1, sym_compound_statement, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59567] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4052), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4054), 1, - anon_sym_EQ, - ACTIONS(4050), 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, - [59585] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, - anon_sym_LBRACK, - ACTIONS(4058), 1, - anon_sym___attribute, - STATE(1465), 1, - sym_parameter_list, - ACTIONS(4056), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym___attribute__, - anon_sym_COLON, - [59607] = 5, + [58931] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3937), 1, + ACTIONS(3947), 1, anon_sym_LBRACK, - STATE(1677), 1, - sym_gnu_asm_output_operand, - STATE(1963), 1, + STATE(1574), 1, + sym_gnu_asm_input_operand, + STATE(1892), 1, sym_string_literal, ACTIONS(99), 5, anon_sym_L_DQUOTE, @@ -110867,368 +110640,351 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [59627] = 3, + [58951] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4062), 2, - anon_sym___attribute, - anon_sym_LBRACK, - ACTIONS(4060), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3752), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [59643] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4066), 2, - anon_sym___attribute, + ACTIONS(3973), 1, anon_sym_LBRACK, - ACTIONS(4064), 6, + ACTIONS(4047), 1, + anon_sym___attribute, + STATE(1440), 1, + sym_parameter_list, + ACTIONS(4045), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [59659] = 8, + anon_sym_COLON, + [58973] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(43), 1, + ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(323), 1, + STATE(305), 1, sym_compound_statement, - STATE(1263), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59685] = 3, + [58999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4070), 2, + ACTIONS(4051), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4068), 6, + ACTIONS(4049), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [59701] = 3, + [59015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4074), 2, + ACTIONS(4055), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4072), 6, + ACTIONS(4053), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [59717] = 8, + [59031] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(506), 1, + ACTIONS(43), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(298), 1, + STATE(337), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59743] = 3, + [59057] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4078), 2, + ACTIONS(4059), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4076), 6, + ACTIONS(4057), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [59759] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4080), 1, - sym_identifier, - ACTIONS(4085), 1, - aux_sym_preproc_elif_token1, - STATE(1427), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - ACTIONS(4083), 4, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - [59779] = 8, + [59073] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(274), 1, + STATE(291), 1, sym_compound_statement, - STATE(1268), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59805] = 6, + [59099] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, + ACTIONS(3943), 1, anon_sym_LBRACK, - ACTIONS(4089), 1, + STATE(1627), 1, + sym_gnu_asm_output_operand, + STATE(1899), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [59119] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4063), 2, anon_sym___attribute, - STATE(1465), 1, - sym_parameter_list, - ACTIONS(4087), 4, + anon_sym_LBRACK, + ACTIONS(4061), 6, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_COLON, - [59827] = 6, + anon_sym_LBRACK_LBRACK, + [59135] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, - anon_sym_LBRACK, - ACTIONS(4093), 1, - anon_sym___attribute, - STATE(1465), 1, - sym_parameter_list, - ACTIONS(4091), 4, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(2503), 1, + anon_sym_LBRACE, + ACTIONS(4065), 1, + sym_identifier, + STATE(739), 1, + sym_field_declaration_list, + STATE(1502), 1, + sym_attribute_specifier, + STATE(1618), 1, + sym_ms_declspec_modifier, + ACTIONS(35), 2, anon_sym___attribute__, - anon_sym_COLON, - [59849] = 5, + anon_sym___attribute, + [59161] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4067), 1, + sym_identifier, + ACTIONS(4072), 1, + aux_sym_preproc_elif_token1, + STATE(1415), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + ACTIONS(4070), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [59181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3959), 1, + ACTIONS(4076), 2, + anon_sym___attribute, anon_sym_LBRACK, - STATE(1599), 1, - sym_gnu_asm_input_operand, - STATE(1975), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [59869] = 3, + ACTIONS(4074), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [59197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 2, + ACTIONS(4080), 2, anon_sym___attribute, anon_sym_LBRACK, - ACTIONS(4095), 6, + ACTIONS(4078), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [59885] = 8, + [59213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(133), 1, - anon_sym_LBRACE, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(4084), 2, + anon_sym___attribute, anon_sym_LBRACK, - STATE(123), 1, - sym_compound_statement, - STATE(1263), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [59911] = 8, + ACTIONS(4082), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [59229] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(506), 1, - anon_sym_LBRACE, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3756), 1, - anon_sym_LBRACK, - STATE(306), 1, - sym_compound_statement, - STATE(1263), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [59937] = 8, + ACTIONS(4086), 1, + sym_identifier, + ACTIONS(4091), 1, + aux_sym_preproc_elif_token1, + STATE(1419), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1922), 1, + sym_enumerator, + ACTIONS(4089), 4, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + [59251] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(506), 1, + ACTIONS(133), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(300), 1, + STATE(136), 1, sym_compound_statement, - STATE(1263), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [59963] = 3, + [59277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4101), 1, + ACTIONS(4095), 2, anon_sym___attribute, - ACTIONS(4099), 6, + anon_sym_LBRACK, + ACTIONS(4093), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [59978] = 3, + anon_sym_LBRACK_LBRACK, + [59293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4105), 1, + ACTIONS(4099), 1, anon_sym___attribute, - ACTIONS(4103), 6, + ACTIONS(4097), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [59993] = 7, + [59308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3879), 1, - anon_sym_LBRACK, - ACTIONS(4107), 1, + ACTIONS(4103), 1, + anon_sym___attribute, + ACTIONS(4101), 6, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(1410), 1, - sym_parameter_list, - STATE(1366), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [60016] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, + anon_sym___attribute__, anon_sym_LBRACK, - ACTIONS(4109), 1, - anon_sym_RPAREN, - STATE(1403), 1, - sym_parameter_list, - STATE(1362), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [60039] = 7, + anon_sym_COLON, + [59323] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4113), 1, + ACTIONS(4107), 1, anon_sym_SEMI, - STATE(1571), 1, + STATE(1576), 1, sym_gnu_asm_expression, - STATE(1613), 1, + STATE(1577), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60062] = 4, + [59346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 1, + ACTIONS(4113), 1, + anon_sym___attribute, + ACTIONS(4111), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(1450), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4119), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [60079] = 3, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [59361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4123), 1, + ACTIONS(4117), 1, anon_sym___attribute, - ACTIONS(4121), 6, + ACTIONS(4115), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [60094] = 7, + [59376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(37), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(4121), 1, + anon_sym___attribute, + ACTIONS(4119), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(3756), 1, + anon_sym___attribute__, anon_sym_LBRACK, + anon_sym_COLON, + [59391] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(4125), 1, + anon_sym___attribute, + ACTIONS(4123), 6, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(1263), 1, - sym_parameter_list, - STATE(1295), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [60117] = 5, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [59406] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4127), 1, @@ -111237,489 +110993,552 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(4132), 1, anon_sym_DOT, - STATE(1444), 4, + STATE(1429), 4, sym_subscript_designator, sym_subscript_range_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [60136] = 7, + [59425] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, ACTIONS(4135), 1, anon_sym_SEMI, - STATE(1592), 1, + STATE(1631), 1, sym_gnu_asm_expression, - STATE(1593), 1, + STATE(1632), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60159] = 7, + [59448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4139), 1, + anon_sym___attribute, + ACTIONS(4137), 6, anon_sym_COMMA, - ACTIONS(4137), 1, - anon_sym_SEMI, - STATE(1659), 1, - sym_gnu_asm_expression, - STATE(1660), 1, - aux_sym_declaration_repeat1, - ACTIONS(4115), 2, - anon_sym_asm, - anon_sym___asm__, - [60182] = 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [59463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4141), 1, + ACTIONS(4143), 1, anon_sym___attribute, - ACTIONS(4139), 6, + ACTIONS(4141), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [60197] = 7, + [59478] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4143), 1, + ACTIONS(4145), 1, anon_sym_SEMI, - STATE(1600), 1, + STATE(1658), 1, sym_gnu_asm_expression, - STATE(1601), 1, + STATE(1659), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60220] = 3, + [59501] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4147), 1, - anon_sym___attribute, - ACTIONS(4145), 6, + ACTIONS(93), 1, + anon_sym___asm, + ACTIONS(4105), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [60235] = 4, + ACTIONS(4147), 1, + anon_sym_SEMI, + STATE(1649), 1, + sym_gnu_asm_expression, + STATE(1651), 1, + aux_sym_declaration_repeat1, + ACTIONS(4109), 2, + anon_sym_asm, + anon_sym___asm__, + [59524] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4149), 1, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, anon_sym_LPAREN2, - STATE(1450), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4151), 4, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [60252] = 3, + ACTIONS(3754), 1, + anon_sym_LBRACK, + ACTIONS(3931), 1, + anon_sym_EQ, + STATE(1248), 1, + sym_parameter_list, + STATE(1278), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [59547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4156), 1, + ACTIONS(4151), 1, anon_sym___attribute, - ACTIONS(4154), 6, + ACTIONS(4149), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [60267] = 3, + [59562] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4160), 1, - anon_sym___attribute, - ACTIONS(4158), 6, + ACTIONS(93), 1, + anon_sym___asm, + ACTIONS(4105), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [60282] = 7, + ACTIONS(4153), 1, + anon_sym_SEMI, + STATE(1580), 1, + sym_gnu_asm_expression, + STATE(1581), 1, + aux_sym_declaration_repeat1, + ACTIONS(4109), 2, + anon_sym_asm, + anon_sym___asm__, + [59585] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4162), 1, + ACTIONS(4155), 1, anon_sym_SEMI, - STATE(1623), 1, + STATE(1585), 1, sym_gnu_asm_expression, - STATE(1624), 1, + STATE(1586), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60305] = 7, + [59608] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3795), 1, anon_sym_LBRACK, - ACTIONS(4164), 1, + ACTIONS(4157), 1, anon_sym_RPAREN, - STATE(1263), 1, + STATE(1371), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1332), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60328] = 7, + [59631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4161), 1, + anon_sym___attribute, + ACTIONS(4159), 6, anon_sym_COMMA, - ACTIONS(4166), 1, - anon_sym_SEMI, - STATE(1629), 1, - sym_gnu_asm_expression, - STATE(1630), 1, - aux_sym_declaration_repeat1, - ACTIONS(4115), 2, - anon_sym_asm, - anon_sym___asm__, - [60351] = 5, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [59646] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2002), 1, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3795), 1, anon_sym_LBRACK, - ACTIONS(4168), 1, - anon_sym_EQ, - ACTIONS(4170), 1, - anon_sym_DOT, - STATE(1444), 4, - sym_subscript_designator, - sym_subscript_range_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [60370] = 7, + ACTIONS(4163), 1, + anon_sym_RPAREN, + STATE(1371), 1, + sym_parameter_list, + STATE(1332), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [59669] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4172), 1, + ACTIONS(4165), 1, anon_sym_SEMI, - STATE(1637), 1, + STATE(1555), 1, sym_gnu_asm_expression, - STATE(1638), 1, + STATE(1595), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60393] = 7, + [59692] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4174), 1, + ACTIONS(4167), 1, anon_sym_SEMI, - STATE(1640), 1, + STATE(1597), 1, sym_gnu_asm_expression, - STATE(1641), 1, + STATE(1598), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60416] = 7, + [59715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym___asm, - ACTIONS(4111), 1, - anon_sym_COMMA, - ACTIONS(4176), 1, - anon_sym_SEMI, - STATE(1645), 1, - sym_gnu_asm_expression, - STATE(1646), 1, - aux_sym_declaration_repeat1, - ACTIONS(4115), 2, - anon_sym_asm, - anon_sym___asm__, - [60439] = 7, + ACTIONS(4169), 1, + anon_sym_LPAREN2, + STATE(1445), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(4171), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [59732] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym___asm, - ACTIONS(4111), 1, - anon_sym_COMMA, + ACTIONS(4173), 1, + anon_sym_LPAREN2, + STATE(1445), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(4175), 4, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [59749] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(37), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3851), 1, + anon_sym_LBRACK, ACTIONS(4178), 1, - anon_sym_SEMI, - STATE(1648), 1, - sym_gnu_asm_expression, - STATE(1649), 1, - aux_sym_declaration_repeat1, - ACTIONS(4115), 2, - anon_sym_asm, - anon_sym___asm__, - [60462] = 7, + anon_sym_RPAREN, + STATE(1416), 1, + sym_parameter_list, + STATE(1354), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [59772] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3879), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, ACTIONS(4180), 1, anon_sym_RPAREN, - STATE(1410), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1366), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60485] = 7, + [59795] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4184), 1, + anon_sym___attribute, + ACTIONS(4182), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym___attribute__, + anon_sym_LBRACK, + anon_sym_COLON, + [59810] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4182), 1, + ACTIONS(4186), 1, anon_sym_SEMI, - STATE(1618), 1, + STATE(1564), 1, sym_gnu_asm_expression, - STATE(1627), 1, + STATE(1565), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60508] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4186), 1, - anon_sym_COMMA, - ACTIONS(4188), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4184), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_identifier, - [60525] = 3, + [59833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4192), 1, + ACTIONS(4190), 1, anon_sym___attribute, - ACTIONS(4190), 6, + ACTIONS(4188), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [60540] = 3, + [59848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4196), 1, + ACTIONS(4194), 1, anon_sym___attribute, - ACTIONS(4194), 6, + ACTIONS(4192), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym___attribute__, anon_sym_LBRACK, anon_sym_COLON, - [60555] = 4, + [59863] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4198), 1, + ACTIONS(4196), 1, anon_sym_LPAREN2, - STATE(1441), 2, + STATE(1444), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(4119), 4, + ACTIONS(4171), 4, anon_sym_inline, anon_sym_volatile, anon_sym_goto, anon_sym___volatile__, - [60572] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4202), 1, - anon_sym___attribute, - ACTIONS(4200), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [60587] = 7, + [59880] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(93), 1, anon_sym___asm, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4204), 1, + ACTIONS(4198), 1, anon_sym_SEMI, - STATE(1621), 1, + STATE(1615), 1, sym_gnu_asm_expression, - STATE(1632), 1, + STATE(1642), 1, aux_sym_declaration_repeat1, - ACTIONS(4115), 2, + ACTIONS(4109), 2, anon_sym_asm, anon_sym___asm__, - [60610] = 7, + [59903] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1976), 1, + anon_sym_LBRACK, + ACTIONS(4200), 1, + anon_sym_EQ, + ACTIONS(4202), 1, + anon_sym_DOT, + STATE(1429), 4, + sym_subscript_designator, + sym_subscript_range_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [59922] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4206), 1, + anon_sym_COMMA, + ACTIONS(4208), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4204), 5, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [59939] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3851), 1, anon_sym_LBRACK, - ACTIONS(3941), 1, - anon_sym_EQ, - STATE(1268), 1, + ACTIONS(4210), 1, + anon_sym_RPAREN, + STATE(1416), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1354), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60633] = 7, + [59962] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3778), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - ACTIONS(4206), 1, + ACTIONS(4212), 1, anon_sym_RPAREN, - STATE(1403), 1, + STATE(1249), 1, sym_parameter_list, - STATE(1362), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60656] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4210), 1, - anon_sym___attribute, - ACTIONS(4208), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [60671] = 3, + [59985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4214), 1, - anon_sym___attribute, - ACTIONS(4212), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [60686] = 3, + ACTIONS(4214), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4216), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [59999] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4218), 1, - anon_sym___attribute, - ACTIONS(4216), 6, + ACTIONS(93), 1, + anon_sym___asm, + STATE(1719), 1, + sym_gnu_asm_expression, + ACTIONS(4109), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(4218), 2, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym___attribute__, - anon_sym_LBRACK, - anon_sym_COLON, - [60701] = 5, + anon_sym_SEMI, + [60017] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3995), 1, + ACTIONS(3973), 1, anon_sym_LBRACK, - STATE(1465), 1, + STATE(1440), 1, sym_parameter_list, ACTIONS(4220), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [60719] = 5, + [60035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(93), 1, - anon_sym___asm, - STATE(1770), 1, - sym_gnu_asm_expression, - ACTIONS(4115), 2, - anon_sym_asm, - anon_sym___asm__, ACTIONS(4222), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [60737] = 3, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4224), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [60049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4224), 2, + ACTIONS(4226), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4226), 4, + ACTIONS(4228), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [60751] = 3, + [60063] = 3, ACTIONS(3), 1, sym_comment, - STATE(1952), 1, - sym_string_literal, - ACTIONS(99), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [60765] = 5, + ACTIONS(4230), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4232), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [60077] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4091), 1, + aux_sym_preproc_elif_token1, + ACTIONS(4089), 5, + aux_sym_preproc_if_token2, + aux_sym_preproc_else_token1, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_identifier, + [60091] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4234), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4236), 4, + aux_sym_preproc_if_token1, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + sym_preproc_directive, + [60105] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4228), 2, + ACTIONS(4238), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(1367), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [60783] = 3, + [60123] = 5, ACTIONS(3), 1, sym_comment, - STATE(630), 1, + ACTIONS(35), 1, + anon_sym___attribute, + ACTIONS(3504), 1, + anon_sym___attribute__, + ACTIONS(4238), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [60141] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3973), 1, + anon_sym_LBRACK, + STATE(1440), 1, + sym_parameter_list, + ACTIONS(4240), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [60159] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1824), 1, sym_string_literal, ACTIONS(99), 5, anon_sym_L_DQUOTE, @@ -111727,212 +111546,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [60797] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4230), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4232), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [60811] = 6, + [60173] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3756), 1, + ACTIONS(3754), 1, anon_sym_LBRACK, - STATE(1268), 1, + STATE(1248), 1, sym_parameter_list, - STATE(1295), 2, + STATE(1278), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [60831] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4234), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4236), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [60845] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4238), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4240), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [60859] = 5, + [60193] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3995), 1, + ACTIONS(3973), 1, anon_sym_LBRACK, - STATE(1465), 1, + STATE(1440), 1, sym_parameter_list, ACTIONS(4242), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [60877] = 3, + [60211] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(93), 1, + anon_sym___asm, + STATE(1741), 1, + sym_gnu_asm_expression, + ACTIONS(4109), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(4244), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [60229] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(630), 1, + sym_string_literal, + ACTIONS(99), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [60243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4244), 2, + ACTIONS(4222), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4246), 4, + ACTIONS(4224), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [60891] = 5, + [60257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, - anon_sym_LBRACK, - STATE(1465), 1, - sym_parameter_list, - ACTIONS(4248), 3, + ACTIONS(35), 1, + anon_sym___attribute, + ACTIONS(3504), 1, + anon_sym___attribute__, + ACTIONS(4246), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - [60909] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4048), 1, - aux_sym_preproc_elif_token1, - ACTIONS(4046), 5, - aux_sym_preproc_if_token2, - aux_sym_preproc_else_token1, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_identifier, - [60923] = 3, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [60275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4250), 2, + ACTIONS(3917), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4252), 4, + ACTIONS(4248), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [60937] = 3, + [60289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4254), 2, + ACTIONS(4250), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4256), 4, + ACTIONS(4252), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [60951] = 3, + [60303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4258), 2, + ACTIONS(4254), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4260), 4, + ACTIONS(4256), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [60965] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(4262), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1367), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [60983] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(4262), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1367), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [61001] = 3, + [60317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4258), 2, + ACTIONS(4226), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4260), 4, + ACTIONS(4228), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [61015] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(93), 1, - anon_sym___asm, - STATE(1772), 1, - sym_gnu_asm_expression, - ACTIONS(4115), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(4264), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [61033] = 5, + [60331] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, + ACTIONS(3752), 1, anon_sym_LPAREN2, - ACTIONS(3995), 1, + ACTIONS(3973), 1, anon_sym_LBRACK, - STATE(1465), 1, + STATE(1440), 1, sym_parameter_list, - ACTIONS(4266), 3, + ACTIONS(4258), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [61051] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4224), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4226), 4, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, - [61065] = 3, + [60349] = 3, ACTIONS(3), 1, sym_comment, - STATE(1991), 1, + STATE(1960), 1, sym_string_literal, ACTIONS(99), 5, anon_sym_L_DQUOTE, @@ -111940,458 +111689,447 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [61079] = 3, + [60363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3873), 2, + ACTIONS(4260), 2, anon_sym_RBRACE, sym_identifier, - ACTIONS(4268), 4, + ACTIONS(4262), 4, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, sym_preproc_directive, - [61093] = 5, + [60377] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, + ACTIONS(3789), 1, + anon_sym_COMMA, + ACTIONS(4266), 1, anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(4270), 1, + STATE(1500), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(4264), 2, anon_sym_SEMI, - STATE(1525), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [61110] = 5, + anon_sym___attribute__, + [60394] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4272), 1, + ACTIONS(4268), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61127] = 5, + [60411] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4270), 1, + anon_sym_COMMA, + ACTIONS(4275), 1, + anon_sym___attribute, + STATE(1485), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(4273), 2, + anon_sym_SEMI, + anon_sym___attribute__, + [60428] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3722), 1, + sym_identifier, + ACTIONS(4277), 1, + aux_sym_preproc_if_token2, + STATE(1455), 1, + sym_enumerator, + STATE(1538), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1547), 1, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [60447] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4274), 1, + ACTIONS(4279), 1, anon_sym_SEMI, - STATE(1514), 2, + STATE(1504), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61144] = 5, + [60464] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4276), 1, + ACTIONS(4281), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1492), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61161] = 5, + [60481] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + anon_sym___declspec, + ACTIONS(2503), 1, + anon_sym_LBRACE, + ACTIONS(4283), 1, + sym_identifier, + STATE(730), 1, + sym_field_declaration_list, + STATE(1620), 1, + sym_ms_declspec_modifier, + [60500] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4278), 1, + ACTIONS(4285), 1, anon_sym_SEMI, - STATE(1520), 2, + STATE(1509), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61178] = 5, + [60517] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4280), 1, + ACTIONS(4287), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1494), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61195] = 5, + [60534] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4282), 1, + ACTIONS(4289), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61212] = 5, + [60551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_COMMA, - ACTIONS(4286), 1, - anon_sym___attribute, - STATE(1507), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4284), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [61229] = 5, + ACTIONS(4291), 5, + anon_sym_LPAREN2, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + anon_sym___volatile__, + [60562] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4288), 1, - anon_sym_COMMA, - ACTIONS(4293), 1, + ACTIONS(35), 1, anon_sym___attribute, - STATE(1507), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4291), 2, - anon_sym_SEMI, + ACTIONS(3504), 1, anon_sym___attribute__, - [61246] = 5, + ACTIONS(4293), 1, + anon_sym_SEMI, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [60579] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, ACTIONS(4295), 1, anon_sym_SEMI, - STATE(1505), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61263] = 5, + [60596] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, ACTIONS(4297), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1503), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61280] = 5, + [60613] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + ACTIONS(4301), 1, + anon_sym_COLON_COLON, + STATE(1692), 1, + sym_argument_list, + ACTIONS(4299), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [60630] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4299), 1, + ACTIONS(4303), 1, anon_sym_SEMI, - STATE(1500), 2, + STATE(1495), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61297] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(39), 1, - anon_sym___declspec, - ACTIONS(2501), 1, - anon_sym_LBRACE, - ACTIONS(4301), 1, - sym_identifier, - STATE(737), 1, - sym_field_declaration_list, - STATE(1636), 1, - sym_ms_declspec_modifier, - [61316] = 3, + [60647] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4305), 1, - anon_sym___asm, - ACTIONS(4303), 4, + ACTIONS(3789), 1, anon_sym_COMMA, + ACTIONS(4307), 1, + anon_sym___attribute, + STATE(1500), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(4305), 2, anon_sym_SEMI, - anon_sym_asm, - anon_sym___asm__, - [61329] = 5, + anon_sym___attribute__, + [60664] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4307), 1, + ACTIONS(4309), 1, anon_sym_COMMA, - ACTIONS(4312), 1, + ACTIONS(4314), 1, anon_sym___attribute, - STATE(1513), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(4310), 2, + STATE(1500), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(4312), 2, anon_sym_SEMI, anon_sym___attribute__, - [61346] = 5, + [60681] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4314), 1, + ACTIONS(4316), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1510), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61363] = 6, + [60698] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym___declspec, - ACTIONS(2501), 1, + ACTIONS(2503), 1, anon_sym_LBRACE, - ACTIONS(4316), 1, + ACTIONS(4318), 1, sym_identifier, - STATE(732), 1, + STATE(738), 1, sym_field_declaration_list, - STATE(1610), 1, + STATE(1647), 1, sym_ms_declspec_modifier, - [61382] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - ACTIONS(4320), 1, - anon_sym_COLON_COLON, - STATE(1727), 1, - sym_argument_list, - ACTIONS(4318), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [61399] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3728), 1, - sym_identifier, - ACTIONS(4322), 1, - aux_sym_preproc_if_token2, - STATE(1463), 1, - sym_enumerator, - STATE(1529), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1535), 1, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [61418] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3911), 1, - anon_sym_COMMA, - ACTIONS(4326), 1, - anon_sym___attribute, - STATE(1513), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(4324), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [61435] = 5, + [60717] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4328), 1, + ACTIONS(4320), 1, anon_sym_SEMI, - STATE(1504), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61452] = 5, + [60734] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4330), 1, + ACTIONS(4322), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61469] = 2, + [60751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4332), 5, - anon_sym_LPAREN2, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - anon_sym___volatile__, - [61480] = 5, + ACTIONS(4326), 1, + anon_sym___asm, + ACTIONS(4324), 4, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_asm, + anon_sym___asm__, + [60764] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, + ACTIONS(3893), 1, + anon_sym_COMMA, + ACTIONS(4330), 1, anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(4334), 1, + STATE(1485), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(4328), 2, anon_sym_SEMI, - STATE(1502), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [61497] = 5, + anon_sym___attribute__, + [60781] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4336), 1, + ACTIONS(4332), 1, anon_sym_SEMI, - STATE(1509), 2, + STATE(1484), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61514] = 5, + [60798] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(3789), 1, anon_sym_COMMA, - ACTIONS(4340), 1, + ACTIONS(4336), 1, anon_sym___attribute, - STATE(1506), 1, + STATE(1499), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4338), 2, + ACTIONS(4334), 2, anon_sym_SEMI, anon_sym___attribute__, - [61531] = 5, + [60815] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4342), 1, + ACTIONS(4338), 1, anon_sym_SEMI, - STATE(1367), 2, + STATE(1361), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [61548] = 5, + [60832] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3772), 1, - anon_sym_COMMA, - ACTIONS(4346), 1, + ACTIONS(35), 1, anon_sym___attribute, - STATE(1507), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(4344), 2, - anon_sym_SEMI, + ACTIONS(3504), 1, anon_sym___attribute__, - [61565] = 4, - ACTIONS(3515), 1, + ACTIONS(4340), 1, + anon_sym_SEMI, + STATE(1361), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [60849] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4348), 1, - anon_sym_SQUOTE, - STATE(1557), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4350), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [61579] = 5, - ACTIONS(3515), 1, + ACTIONS(4342), 1, + anon_sym_COMMA, + STATE(1511), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(4345), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [60863] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4352), 1, + ACTIONS(4347), 1, aux_sym_preproc_include_token2, - ACTIONS(4354), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4356), 1, + ACTIONS(4351), 1, sym_preproc_arg, - STATE(1718), 1, + STATE(1689), 1, sym_preproc_params, - [61595] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3813), 1, - sym_identifier, - ACTIONS(4358), 1, - aux_sym_preproc_if_token2, - STATE(1415), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, - sym_enumerator, - [61611] = 4, + [60879] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4360), 1, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + STATE(1720), 1, + sym_argument_list, + ACTIONS(4353), 2, anon_sym_COMMA, - STATE(1538), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4362), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [61625] = 5, + anon_sym_RBRACK_RBRACK, + [60893] = 4, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4355), 1, + anon_sym_SQUOTE, + STATE(1524), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4357), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [60907] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4364), 1, + ACTIONS(4359), 1, anon_sym_COMMA, - ACTIONS(4366), 1, + ACTIONS(4361), 1, anon_sym_RPAREN, - STATE(1607), 1, - aux_sym_parameter_list_repeat1, - STATE(1666), 1, + STATE(1621), 1, aux_sym__old_style_parameter_list_repeat1, - [61641] = 4, + STATE(1636), 1, + aux_sym_parameter_list_repeat1, + [60923] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 1, - anon_sym_COMMA, - STATE(1549), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4370), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [61655] = 5, + ACTIONS(4363), 1, + anon_sym___except, + ACTIONS(4365), 1, + anon_sym___finally, + STATE(214), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [60937] = 5, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4367), 1, + aux_sym_preproc_include_token2, + ACTIONS(4369), 1, + sym_preproc_arg, + STATE(1724), 1, + sym_preproc_params, + [60953] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4372), 1, + ACTIONS(4371), 1, anon_sym_SEMI, - STATE(2014), 1, + STATE(1794), 1, sym_attribute_specifier, - [61671] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3813), 1, - sym_identifier, - ACTIONS(4322), 1, - aux_sym_preproc_if_token2, - STATE(1529), 1, - aux_sym_preproc_if_in_enumerator_list_repeat1, - STATE(1900), 1, - sym_enumerator, - [61687] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3728), 1, - sym_identifier, - ACTIONS(4374), 1, - aux_sym_preproc_if_token2, - STATE(1427), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [61701] = 4, + [60969] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - STATE(1774), 1, - sym_argument_list, - ACTIONS(4376), 2, + ACTIONS(4373), 1, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [61715] = 5, - ACTIONS(3515), 1, + STATE(1519), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(4376), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [60983] = 5, + ACTIONS(3480), 1, sym_comment, ACTIONS(4378), 1, anon_sym_DQUOTE, @@ -112399,3208 +112137,3122 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, ACTIONS(4382), 1, sym_escape_sequence, - STATE(1554), 1, + STATE(1525), 1, aux_sym_string_literal_repeat1, - [61731] = 4, - ACTIONS(3), 1, + [60999] = 5, + ACTIONS(3480), 1, sym_comment, + ACTIONS(4349), 1, + anon_sym_LPAREN, ACTIONS(4384), 1, - anon_sym_COMMA, - STATE(1538), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4387), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [61745] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4389), 1, - anon_sym___except, - ACTIONS(4391), 1, - anon_sym___finally, - STATE(198), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [61759] = 5, - ACTIONS(3515), 1, + aux_sym_preproc_include_token2, + ACTIONS(4386), 1, + sym_preproc_arg, + STATE(1677), 1, + sym_preproc_params, + [61015] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4393), 1, + ACTIONS(4388), 1, anon_sym_DQUOTE, - ACTIONS(4395), 1, + ACTIONS(4390), 1, aux_sym_string_literal_token1, - ACTIONS(4397), 1, + ACTIONS(4392), 1, sym_escape_sequence, - STATE(1570), 1, + STATE(1534), 1, aux_sym_string_literal_repeat1, - [61775] = 5, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4354), 1, - anon_sym_LPAREN, - ACTIONS(4399), 1, - aux_sym_preproc_include_token2, - ACTIONS(4401), 1, - sym_preproc_arg, - STATE(1708), 1, - sym_preproc_params, - [61791] = 4, + [61031] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4403), 1, - anon_sym___except, - ACTIONS(4405), 1, - anon_sym___finally, - STATE(242), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [61805] = 5, - ACTIONS(3), 1, + ACTIONS(3722), 1, + sym_identifier, + ACTIONS(4394), 1, + aux_sym_preproc_if_token2, + STATE(1547), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [61045] = 4, + ACTIONS(3480), 1, sym_comment, - ACTIONS(35), 1, - anon_sym___attribute, - ACTIONS(3482), 1, - anon_sym___attribute__, - ACTIONS(4407), 1, - anon_sym_SEMI, - STATE(2008), 1, - sym_attribute_specifier, - [61821] = 4, + ACTIONS(4396), 1, + anon_sym_SQUOTE, + STATE(1524), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4398), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [61059] = 5, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4401), 1, + anon_sym_DQUOTE, + ACTIONS(4403), 1, + aux_sym_string_literal_token1, + ACTIONS(4406), 1, + sym_escape_sequence, + STATE(1525), 1, + aux_sym_string_literal_repeat1, + [61075] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4409), 1, anon_sym___except, ACTIONS(4411), 1, anon_sym___finally, - STATE(242), 2, + STATE(170), 2, sym_seh_except_clause, sym_seh_finally_clause, - [61835] = 4, + [61089] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4413), 1, - anon_sym_COMMA, - STATE(1545), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4416), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [61849] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4418), 1, anon_sym___except, - ACTIONS(4420), 1, + ACTIONS(4415), 1, anon_sym___finally, - STATE(222), 2, + STATE(182), 2, sym_seh_except_clause, sym_seh_finally_clause, - [61863] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, - anon_sym_LBRACK, - ACTIONS(4422), 1, - anon_sym_RPAREN, - STATE(1465), 1, - sym_parameter_list, - [61879] = 4, + [61103] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 1, - anon_sym___except, - ACTIONS(4426), 1, - anon_sym___finally, - STATE(89), 2, - sym_seh_except_clause, - sym_seh_finally_clause, - [61893] = 4, + ACTIONS(35), 1, + anon_sym___attribute, + ACTIONS(3504), 1, + anon_sym___attribute__, + ACTIONS(4417), 1, + anon_sym_SEMI, + STATE(1907), 1, + sym_attribute_specifier, + [61119] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 1, + ACTIONS(4419), 1, anon_sym_COMMA, - STATE(1561), 1, + STATE(1511), 1, aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4428), 2, + ACTIONS(4421), 2, anon_sym_RPAREN, anon_sym_COLON, - [61907] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3728), 1, - sym_identifier, - ACTIONS(4430), 1, - aux_sym_preproc_if_token2, - STATE(1535), 2, - sym_enumerator, - aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, - [61921] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4432), 1, - anon_sym_COMMA, - STATE(1563), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4434), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [61935] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4438), 1, - anon_sym___attribute, - ACTIONS(4436), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [61947] = 4, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4440), 1, - anon_sym_SQUOTE, - STATE(1557), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4350), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [61961] = 5, - ACTIONS(3515), 1, + [61133] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4442), 1, + ACTIONS(4423), 1, anon_sym_DQUOTE, - ACTIONS(4444), 1, + ACTIONS(4425), 1, aux_sym_string_literal_token1, - ACTIONS(4446), 1, + ACTIONS(4427), 1, sym_escape_sequence, - STATE(1565), 1, + STATE(1520), 1, aux_sym_string_literal_repeat1, - [61977] = 5, + [61149] = 5, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, + aux_sym_preproc_include_token2, + ACTIONS(4431), 1, + sym_preproc_arg, + STATE(1680), 1, + sym_preproc_params, + [61165] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, - anon_sym_LPAREN2, - ACTIONS(3995), 1, - anon_sym_LBRACK, - ACTIONS(4448), 1, + ACTIONS(4433), 1, + anon_sym_COMMA, + STATE(1536), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(4435), 2, anon_sym_RPAREN, - STATE(1465), 1, - sym_parameter_list, - [61993] = 5, - ACTIONS(3515), 1, + anon_sym_COLON, + [61179] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4354), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4450), 1, + ACTIONS(4437), 1, aux_sym_preproc_include_token2, - ACTIONS(4452), 1, + ACTIONS(4439), 1, sym_preproc_arg, - STATE(1692), 1, + STATE(1672), 1, sym_preproc_params, - [62009] = 4, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4454), 1, - anon_sym_SQUOTE, - STATE(1557), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4456), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [62023] = 5, - ACTIONS(3515), 1, + [61195] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4459), 1, - anon_sym_DQUOTE, - ACTIONS(4461), 1, + ACTIONS(4380), 1, aux_sym_string_literal_token1, - ACTIONS(4463), 1, + ACTIONS(4382), 1, sym_escape_sequence, - STATE(1569), 1, + ACTIONS(4441), 1, + anon_sym_DQUOTE, + STATE(1525), 1, aux_sym_string_literal_repeat1, - [62039] = 5, - ACTIONS(3515), 1, + [61211] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4354), 1, - anon_sym_LPAREN, - ACTIONS(4465), 1, - aux_sym_preproc_include_token2, - ACTIONS(4467), 1, - sym_preproc_arg, - STATE(1699), 1, - sym_preproc_params, - [62055] = 5, - ACTIONS(3515), 1, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3973), 1, + anon_sym_LBRACK, + ACTIONS(4443), 1, + anon_sym_RPAREN, + STATE(1440), 1, + sym_parameter_list, + [61227] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4354), 1, - anon_sym_LPAREN, - ACTIONS(4469), 1, - aux_sym_preproc_include_token2, - ACTIONS(4471), 1, - sym_preproc_arg, - STATE(1707), 1, - sym_preproc_params, - [62071] = 4, + ACTIONS(4433), 1, + anon_sym_COMMA, + STATE(1550), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(4445), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [61241] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4473), 1, + ACTIONS(4447), 1, anon_sym_COMMA, - STATE(1561), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(4476), 2, + STATE(1549), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(4449), 2, anon_sym_RPAREN, anon_sym_COLON, - [62085] = 5, - ACTIONS(3515), 1, + [61255] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3781), 1, + sym_identifier, + ACTIONS(4451), 1, + aux_sym_preproc_if_token2, + STATE(1419), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1922), 1, + sym_enumerator, + [61271] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4354), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(4453), 1, aux_sym_preproc_include_token2, - ACTIONS(4480), 1, + ACTIONS(4455), 1, sym_preproc_arg, - STATE(1700), 1, + STATE(1705), 1, sym_preproc_params, - [62101] = 4, + [61287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4432), 1, + ACTIONS(4459), 1, + anon_sym___attribute, + ACTIONS(4457), 3, anon_sym_COMMA, - STATE(1545), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(4482), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [62115] = 4, - ACTIONS(3515), 1, + anon_sym_SEMI, + anon_sym___attribute__, + [61299] = 4, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4484), 1, + ACTIONS(4461), 1, anon_sym_SQUOTE, - STATE(1557), 1, + STATE(1524), 1, aux_sym_char_literal_repeat1, - ACTIONS(4350), 2, + ACTIONS(4357), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [62129] = 5, - ACTIONS(3515), 1, + [61313] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4486), 1, - anon_sym_DQUOTE, - ACTIONS(4488), 1, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4463), 1, + aux_sym_preproc_include_token2, + ACTIONS(4465), 1, + sym_preproc_arg, + STATE(1730), 1, + sym_preproc_params, + [61329] = 5, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4380), 1, aux_sym_string_literal_token1, - ACTIONS(4491), 1, + ACTIONS(4382), 1, sym_escape_sequence, - STATE(1565), 1, + ACTIONS(4467), 1, + anon_sym_DQUOTE, + STATE(1525), 1, aux_sym_string_literal_repeat1, - [62145] = 4, + [61345] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4360), 1, - anon_sym_COMMA, - STATE(1530), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(4494), 2, + ACTIONS(3781), 1, + sym_identifier, + ACTIONS(4277), 1, + aux_sym_preproc_if_token2, + STATE(1538), 1, + aux_sym_preproc_if_in_enumerator_list_repeat1, + STATE(1922), 1, + sym_enumerator, + [61361] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4469), 1, + anon_sym___except, + ACTIONS(4471), 1, + anon_sym___finally, + STATE(81), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [61375] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3752), 1, + anon_sym_LPAREN2, + ACTIONS(3973), 1, + anon_sym_LBRACK, + ACTIONS(4473), 1, anon_sym_RPAREN, - anon_sym_COLON, - [62159] = 5, - ACTIONS(3515), 1, + STATE(1440), 1, + sym_parameter_list, + [61391] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4354), 1, - anon_sym_LPAREN, - ACTIONS(4496), 1, - aux_sym_preproc_include_token2, - ACTIONS(4498), 1, - sym_preproc_arg, - STATE(1712), 1, - sym_preproc_params, - [62175] = 5, + ACTIONS(3722), 1, + sym_identifier, + ACTIONS(4475), 1, + aux_sym_preproc_if_token2, + STATE(1415), 2, + sym_enumerator, + aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, + [61405] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym___attribute, - ACTIONS(3482), 1, + ACTIONS(3504), 1, anon_sym___attribute__, - ACTIONS(4500), 1, + ACTIONS(4477), 1, anon_sym_SEMI, - STATE(2018), 1, + STATE(1860), 1, sym_attribute_specifier, - [62191] = 5, - ACTIONS(3515), 1, + [61421] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 1, - aux_sym_string_literal_token1, - ACTIONS(4446), 1, + ACTIONS(4447), 1, + anon_sym_COMMA, + STATE(1519), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(4479), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [61435] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4481), 1, + anon_sym_COMMA, + STATE(1550), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(4484), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [61449] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4419), 1, + anon_sym_COMMA, + STATE(1529), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(4486), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [61463] = 4, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4488), 1, + anon_sym_SQUOTE, + STATE(1524), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4357), 2, + aux_sym_char_literal_token1, sym_escape_sequence, - ACTIONS(4502), 1, - anon_sym_DQUOTE, - STATE(1565), 1, - aux_sym_string_literal_repeat1, - [62207] = 5, - ACTIONS(3515), 1, + [61477] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4490), 1, + anon_sym___except, + ACTIONS(4492), 1, + anon_sym___finally, + STATE(182), 2, + sym_seh_except_clause, + sym_seh_finally_clause, + [61491] = 5, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4444), 1, + ACTIONS(4494), 1, + anon_sym_DQUOTE, + ACTIONS(4496), 1, aux_sym_string_literal_token1, - ACTIONS(4446), 1, + ACTIONS(4498), 1, sym_escape_sequence, - ACTIONS(4504), 1, - anon_sym_DQUOTE, - STATE(1565), 1, + STATE(1543), 1, aux_sym_string_literal_repeat1, - [62223] = 4, + [61507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4506), 1, + ACTIONS(4500), 1, anon_sym_SEMI, - STATE(1634), 1, + STATE(1599), 1, aux_sym_declaration_repeat1, - [62236] = 4, + [61520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3219), 1, + ACTIONS(3450), 1, anon_sym_COMMA, - ACTIONS(4508), 1, + ACTIONS(4502), 1, + anon_sym_RPAREN, + STATE(1561), 1, + aux_sym_preproc_argument_list_repeat1, + [61533] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3217), 1, + anon_sym_COMMA, + ACTIONS(3219), 1, anon_sym_RPAREN, - STATE(1661), 1, + STATE(1603), 1, aux_sym_argument_list_repeat1, - [62249] = 4, + [61546] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2924), 1, - anon_sym_LBRACE, - ACTIONS(4510), 1, - sym_identifier, - STATE(1069), 1, - sym_enumerator_list, - [62262] = 4, + ACTIONS(4105), 1, + anon_sym_COMMA, + ACTIONS(4504), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [61559] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4512), 1, + ACTIONS(4506), 1, anon_sym_RPAREN, - ACTIONS(4514), 1, + ACTIONS(4508), 1, anon_sym_COLON, - STATE(1682), 1, - sym_gnu_asm_clobber_list, - [62275] = 2, + STATE(1569), 1, + sym_gnu_asm_input_operand_list, + [61572] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4516), 3, - anon_sym_COMMA, + ACTIONS(4510), 1, anon_sym_RPAREN, + ACTIONS(4512), 1, anon_sym_COLON, - [62284] = 4, + STATE(1571), 1, + sym_gnu_asm_output_operand_list, + [61585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4518), 1, - anon_sym_COMMA, - ACTIONS(4521), 1, + ACTIONS(3557), 1, anon_sym_RPAREN, - STATE(1576), 1, - aux_sym_generic_expression_repeat1, - [62297] = 4, + ACTIONS(4514), 1, + anon_sym_COMMA, + STATE(1561), 1, + aux_sym_preproc_argument_list_repeat1, + [61598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4523), 1, - anon_sym_COMMA, - ACTIONS(4526), 1, - anon_sym_RPAREN, - STATE(1577), 1, - aux_sym_preproc_params_repeat1, - [62310] = 4, - ACTIONS(3515), 1, + ACTIONS(4517), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [61607] = 4, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4528), 1, + ACTIONS(4519), 1, aux_sym_preproc_include_token2, - ACTIONS(4530), 1, + ACTIONS(4521), 1, anon_sym_LPAREN2, - STATE(1802), 1, + STATE(1946), 1, sym_preproc_argument_list, - [62323] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4532), 1, - anon_sym_RPAREN, - ACTIONS(4534), 1, - anon_sym_COLON, - STATE(1574), 1, - sym_gnu_asm_input_operand_list, - [62336] = 4, + [61620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4536), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4539), 1, - anon_sym_RPAREN, - STATE(1580), 1, - aux_sym__old_style_parameter_list_repeat1, - [62349] = 4, + ACTIONS(4523), 1, + anon_sym_SEMI, + STATE(1605), 1, + aux_sym_declaration_repeat1, + [61633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4543), 1, - anon_sym_RBRACK_RBRACK, - STATE(1590), 1, - aux_sym_attribute_declaration_repeat1, - [62362] = 4, - ACTIONS(3), 1, + ACTIONS(4525), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [61646] = 4, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3452), 1, - anon_sym_COMMA, - ACTIONS(4545), 1, - anon_sym_RPAREN, - STATE(1672), 1, - aux_sym_preproc_argument_list_repeat1, - [62375] = 4, + ACTIONS(4521), 1, + anon_sym_LPAREN2, + ACTIONS(4527), 1, + aux_sym_preproc_include_token2, + STATE(1946), 1, + sym_preproc_argument_list, + [61659] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(2008), 1, + anon_sym_RBRACE, + ACTIONS(4529), 1, anon_sym_COMMA, - ACTIONS(4547), 1, - anon_sym_RBRACK_RBRACK, - STATE(1656), 1, - aux_sym_attribute_declaration_repeat1, - [62388] = 4, + STATE(1657), 1, + aux_sym_initializer_list_repeat1, + [61672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(3213), 1, anon_sym_COMMA, - ACTIONS(4551), 1, + ACTIONS(4531), 1, anon_sym_RPAREN, - STATE(1577), 1, - aux_sym_preproc_params_repeat1, - [62401] = 2, + STATE(1594), 1, + aux_sym_generic_expression_repeat1, + [61685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4553), 3, - anon_sym_COMMA, + ACTIONS(4533), 1, anon_sym_RPAREN, + ACTIONS(4535), 1, anon_sym_COLON, - [62410] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4111), 1, - anon_sym_COMMA, - ACTIONS(4555), 1, - anon_sym_SEMI, - STATE(1594), 1, - aux_sym_declaration_repeat1, - [62423] = 4, + STATE(1633), 1, + sym_gnu_asm_clobber_list, + [61698] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3215), 1, + ACTIONS(3217), 1, anon_sym_COMMA, - ACTIONS(4557), 1, + ACTIONS(3225), 1, anon_sym_RPAREN, - STATE(1576), 1, - aux_sym_generic_expression_repeat1, - [62436] = 4, + STATE(1619), 1, + aux_sym_argument_list_repeat1, + [61711] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1819), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4559), 1, - sym_identifier, - STATE(1695), 1, - sym_variadic_parameter, - [62449] = 3, + ACTIONS(4508), 1, + anon_sym_COLON, + ACTIONS(4537), 1, + anon_sym_RPAREN, + STATE(1635), 1, + sym_gnu_asm_input_operand_list, + [61724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4563), 1, + ACTIONS(4539), 3, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(4561), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [62460] = 4, + anon_sym_COLON, + [61733] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4541), 1, anon_sym_COMMA, - ACTIONS(4565), 1, + ACTIONS(4543), 1, anon_sym_RBRACK_RBRACK, - STATE(1656), 1, + STATE(1641), 1, aux_sym_attribute_declaration_repeat1, - [62473] = 2, + [61746] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4567), 3, + ACTIONS(4545), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [62482] = 4, + [61755] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4569), 1, + ACTIONS(4547), 1, anon_sym_SEMI, - STATE(1602), 1, + STATE(1582), 1, aux_sym_declaration_repeat1, - [62495] = 4, + [61768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4571), 1, + ACTIONS(4549), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1639), 1, aux_sym_declaration_repeat1, - [62508] = 4, + [61781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4573), 1, + ACTIONS(4551), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62521] = 2, + [61794] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4575), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [62530] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4541), 1, - anon_sym_COMMA, - ACTIONS(4577), 1, - anon_sym_RBRACK_RBRACK, - STATE(1657), 1, - aux_sym_attribute_declaration_repeat1, - [62543] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4111), 1, + ACTIONS(4553), 1, anon_sym_COMMA, - ACTIONS(4579), 1, - anon_sym_SEMI, - STATE(1664), 1, - aux_sym_declaration_repeat1, - [62556] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4581), 1, + ACTIONS(4555), 1, anon_sym_RPAREN, - ACTIONS(4583), 1, - anon_sym_COLON, - STATE(1579), 1, - sym_gnu_asm_output_operand_list, - [62569] = 2, + STATE(1608), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [61807] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 3, + ACTIONS(4557), 1, anon_sym_COMMA, + ACTIONS(4559), 1, anon_sym_RPAREN, - anon_sym_COLON, - [62578] = 4, + STATE(1636), 1, + aux_sym_parameter_list_repeat1, + [61820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4587), 1, + ACTIONS(4561), 1, anon_sym_SEMI, - STATE(1606), 1, + STATE(1587), 1, aux_sym_declaration_repeat1, - [62591] = 4, + [61833] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4589), 1, + ACTIONS(4563), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62604] = 4, + [61846] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4591), 1, + ACTIONS(4565), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62617] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4593), 1, - anon_sym_COMMA, - ACTIONS(4595), 1, - anon_sym_RPAREN, - STATE(1607), 1, - aux_sym_parameter_list_repeat1, - [62630] = 4, + [61859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(4567), 1, + anon_sym_EQ, + ACTIONS(4027), 2, anon_sym_COMMA, - ACTIONS(4597), 1, - anon_sym_RPAREN, - STATE(1672), 1, - aux_sym_preproc_argument_list_repeat1, - [62643] = 2, + anon_sym_RBRACE, + [61870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4599), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [62652] = 4, + ACTIONS(2958), 1, + anon_sym_LBRACE, + ACTIONS(4569), 1, + sym_identifier, + STATE(1059), 1, + sym_enumerator_list, + [61883] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4601), 1, + ACTIONS(4571), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1590), 1, aux_sym_declaration_repeat1, - [62665] = 4, + [61896] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4603), 1, - anon_sym_RPAREN, - STATE(1676), 1, - aux_sym_parameter_list_repeat1, - [62678] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4583), 1, - anon_sym_COLON, - ACTIONS(4605), 1, - anon_sym_RPAREN, - STATE(1616), 1, - sym_gnu_asm_output_operand_list, - [62691] = 4, + ACTIONS(4573), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [61909] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3267), 1, - anon_sym_RBRACE, - ACTIONS(4607), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - STATE(1609), 1, - aux_sym_initializer_list_repeat1, - [62704] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2501), 1, - anon_sym_LBRACE, - ACTIONS(4610), 1, - sym_identifier, - STATE(740), 1, - sym_field_declaration_list, - [62717] = 4, + ACTIONS(4575), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [61922] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 1, - anon_sym_LBRACE, - ACTIONS(4612), 1, - sym_identifier, - STATE(737), 1, - sym_field_declaration_list, - [62730] = 4, + ACTIONS(4577), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [61931] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4614), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4616), 1, - anon_sym_RPAREN, - STATE(1668), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [62743] = 4, + ACTIONS(4579), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [61944] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4618), 1, + ACTIONS(4581), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62756] = 4, - ACTIONS(3515), 1, + [61957] = 4, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4530), 1, + ACTIONS(4521), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(4583), 1, aux_sym_preproc_include_token2, - STATE(1802), 1, + STATE(1946), 1, sym_preproc_argument_list, - [62769] = 4, + [61970] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4622), 1, + ACTIONS(4585), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1596), 1, aux_sym_declaration_repeat1, - [62782] = 4, + [61983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4534), 1, - anon_sym_COLON, - ACTIONS(4624), 1, - anon_sym_RPAREN, - STATE(1667), 1, - sym_gnu_asm_input_operand_list, - [62795] = 4, + ACTIONS(4541), 1, + anon_sym_COMMA, + ACTIONS(4587), 1, + anon_sym_RBRACK_RBRACK, + STATE(1655), 1, + aux_sym_attribute_declaration_repeat1, + [61996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3219), 1, + ACTIONS(4589), 1, anon_sym_COMMA, - ACTIONS(4626), 1, + ACTIONS(4592), 1, anon_sym_RPAREN, - STATE(1661), 1, - aux_sym_argument_list_repeat1, - [62808] = 4, + STATE(1594), 1, + aux_sym_generic_expression_repeat1, + [62009] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4628), 1, + ACTIONS(4594), 1, anon_sym_SEMI, - STATE(1622), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62821] = 4, + [62022] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3452), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4630), 1, - anon_sym_RPAREN, - STATE(1672), 1, - aux_sym_preproc_argument_list_repeat1, - [62834] = 4, + ACTIONS(4596), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [62035] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4632), 1, + ACTIONS(4598), 1, anon_sym_SEMI, - STATE(1625), 1, + STATE(1600), 1, aux_sym_declaration_repeat1, - [62847] = 4, + [62048] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4634), 1, + ACTIONS(4600), 1, anon_sym_SEMI, - STATE(1615), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62860] = 4, + [62061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4636), 1, + ACTIONS(4602), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62873] = 4, + [62074] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4638), 1, + ACTIONS(4604), 1, anon_sym_SEMI, - STATE(1686), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62886] = 4, + [62087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4606), 3, anon_sym_COMMA, - ACTIONS(4640), 1, + anon_sym_RPAREN, + anon_sym_COLON, + [62096] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4608), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [62105] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3217), 1, + anon_sym_COMMA, + ACTIONS(4610), 1, + anon_sym_RPAREN, + STATE(1645), 1, + aux_sym_argument_list_repeat1, + [62118] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3205), 3, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [62899] = 4, + anon_sym_COLON, + [62127] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4642), 1, + ACTIONS(4612), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62912] = 4, + [62140] = 3, + ACTIONS(3480), 1, + sym_comment, + STATE(1541), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4614), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [62151] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1817), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4616), 1, + sym_identifier, + STATE(1702), 1, + sym_variadic_parameter, + [62164] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4553), 1, + anon_sym_COMMA, + ACTIONS(4618), 1, + anon_sym_RPAREN, + STATE(1617), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [62177] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3223), 1, + ACTIONS(4620), 1, anon_sym_COMMA, - ACTIONS(3225), 1, - anon_sym_RBRACE, - STATE(1670), 1, - aux_sym_initializer_list_repeat1, - [62925] = 4, + ACTIONS(4623), 1, + anon_sym_RPAREN, + STATE(1609), 1, + aux_sym_preproc_params_repeat1, + [62190] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(3450), 1, anon_sym_COMMA, - ACTIONS(4644), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [62938] = 4, + ACTIONS(4625), 1, + anon_sym_RPAREN, + STATE(1561), 1, + aux_sym_preproc_argument_list_repeat1, + [62203] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4614), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4646), 1, - anon_sym_RPAREN, - STATE(1612), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [62951] = 4, + ACTIONS(4627), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [62216] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4648), 1, + ACTIONS(4629), 1, anon_sym_SEMI, - STATE(1633), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62964] = 4, + [62229] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4631), 1, anon_sym_COMMA, - ACTIONS(4650), 1, + ACTIONS(4634), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [62977] = 2, + [62242] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4652), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [62986] = 4, + ACTIONS(4512), 1, + anon_sym_COLON, + ACTIONS(4636), 1, + anon_sym_RPAREN, + STATE(1559), 1, + sym_gnu_asm_output_operand_list, + [62255] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4654), 1, + ACTIONS(4638), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1589), 1, aux_sym_declaration_repeat1, - [62999] = 4, + [62268] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4656), 1, + ACTIONS(4640), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1638), 1, aux_sym_declaration_repeat1, - [63012] = 4, + [62281] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4642), 1, anon_sym_COMMA, - ACTIONS(4658), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63025] = 4, + ACTIONS(4645), 1, + anon_sym_RPAREN, + STATE(1617), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [62294] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2503), 1, + anon_sym_LBRACE, + ACTIONS(4647), 1, + sym_identifier, + STATE(738), 1, + sym_field_declaration_list, + [62307] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(3217), 1, anon_sym_COMMA, - ACTIONS(4660), 1, - anon_sym_SEMI, - STATE(1639), 1, - aux_sym_declaration_repeat1, - [63038] = 4, + ACTIONS(4649), 1, + anon_sym_RPAREN, + STATE(1645), 1, + aux_sym_argument_list_repeat1, + [62320] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2501), 1, + ACTIONS(2503), 1, anon_sym_LBRACE, - ACTIONS(4662), 1, + ACTIONS(4651), 1, sym_identifier, - STATE(731), 1, + STATE(733), 1, sym_field_declaration_list, - [63051] = 4, + [62333] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4653), 1, anon_sym_COMMA, - ACTIONS(4664), 1, - anon_sym_SEMI, - STATE(1642), 1, - aux_sym_declaration_repeat1, - [63064] = 4, + ACTIONS(4655), 1, + anon_sym_RPAREN, + STATE(1640), 1, + aux_sym__old_style_parameter_list_repeat1, + [62346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4657), 3, anon_sym_COMMA, - ACTIONS(4666), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63077] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [62355] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(3450), 1, anon_sym_COMMA, - ACTIONS(4668), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63090] = 4, + ACTIONS(4659), 1, + anon_sym_RPAREN, + STATE(1561), 1, + aux_sym_preproc_argument_list_repeat1, + [62368] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, - anon_sym_COMMA, - ACTIONS(4670), 1, - anon_sym_SEMI, - STATE(1643), 1, - aux_sym_declaration_repeat1, - [63103] = 4, + ACTIONS(2958), 1, + anon_sym_LBRACE, + ACTIONS(4661), 1, + sym_identifier, + STATE(1059), 1, + sym_enumerator_list, + [62381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4663), 1, anon_sym_COMMA, - ACTIONS(4672), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63116] = 4, + ACTIONS(4665), 1, + anon_sym_RPAREN, + STATE(1609), 1, + aux_sym_preproc_params_repeat1, + [62394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4667), 3, anon_sym_COMMA, - ACTIONS(4674), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63129] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [62403] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4669), 3, anon_sym_COMMA, - ACTIONS(4676), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63142] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [62412] = 4, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4521), 1, + anon_sym_LPAREN2, + ACTIONS(4671), 1, + aux_sym_preproc_include_token2, + STATE(1946), 1, + sym_preproc_argument_list, + [62425] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4673), 1, anon_sym_COMMA, - ACTIONS(4678), 1, - anon_sym_SEMI, - STATE(1647), 1, - aux_sym_declaration_repeat1, - [63155] = 4, + ACTIONS(4676), 1, + anon_sym_RPAREN, + STATE(1629), 1, + aux_sym_parameter_list_repeat1, + [62438] = 3, + ACTIONS(3480), 1, + sym_comment, + STATE(1552), 1, + aux_sym_char_literal_repeat1, + ACTIONS(4678), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [62449] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, ACTIONS(4680), 1, anon_sym_SEMI, - STATE(1650), 1, + STATE(1611), 1, aux_sym_declaration_repeat1, - [63168] = 4, + [62462] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, ACTIONS(4682), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [63181] = 4, + [62475] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, - anon_sym_COMMA, ACTIONS(4684), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63194] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4111), 1, - anon_sym_COMMA, + anon_sym_RPAREN, ACTIONS(4686), 1, - anon_sym_SEMI, - STATE(1651), 1, - aux_sym_declaration_repeat1, - [63207] = 4, + anon_sym_COLON, + STATE(1756), 1, + sym_gnu_asm_goto_list, + [62488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4541), 1, anon_sym_COMMA, ACTIONS(4688), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63220] = 4, + anon_sym_RBRACK_RBRACK, + STATE(1573), 1, + aux_sym_attribute_declaration_repeat1, + [62501] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, - anon_sym_COMMA, + ACTIONS(4535), 1, + anon_sym_COLON, ACTIONS(4690), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63233] = 4, + anon_sym_RPAREN, + STATE(1653), 1, + sym_gnu_asm_clobber_list, + [62514] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4557), 1, anon_sym_COMMA, ACTIONS(4692), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63246] = 3, - ACTIONS(3515), 1, + anon_sym_RPAREN, + STATE(1629), 1, + aux_sym_parameter_list_repeat1, + [62527] = 3, + ACTIONS(3480), 1, sym_comment, - STATE(1553), 1, + STATE(1514), 1, aux_sym_char_literal_repeat1, ACTIONS(4694), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [63257] = 4, + [62538] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, ACTIONS(4696), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [63270] = 4, + [62551] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2924), 1, - anon_sym_LBRACE, + ACTIONS(4105), 1, + anon_sym_COMMA, ACTIONS(4698), 1, - sym_identifier, - STATE(1069), 1, - sym_enumerator_list, - [63283] = 4, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4530), 1, - anon_sym_LPAREN2, - ACTIONS(4700), 1, - aux_sym_preproc_include_token2, - STATE(1802), 1, - sym_preproc_argument_list, - [63296] = 4, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [62564] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4702), 1, + ACTIONS(4700), 1, anon_sym_COMMA, - ACTIONS(4705), 1, - anon_sym_RBRACK_RBRACK, - STATE(1656), 1, - aux_sym_attribute_declaration_repeat1, - [63309] = 4, + ACTIONS(4703), 1, + anon_sym_RPAREN, + STATE(1640), 1, + aux_sym__old_style_parameter_list_repeat1, + [62577] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(4705), 1, anon_sym_COMMA, - ACTIONS(4707), 1, + ACTIONS(4708), 1, anon_sym_RBRACK_RBRACK, - STATE(1656), 1, + STATE(1641), 1, aux_sym_attribute_declaration_repeat1, - [63322] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3219), 1, - anon_sym_COMMA, - ACTIONS(3227), 1, - anon_sym_RPAREN, - STATE(1617), 1, - aux_sym_argument_list_repeat1, - [63335] = 4, + [62590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4709), 1, + ACTIONS(4710), 1, anon_sym_SEMI, - STATE(1663), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [63348] = 4, + [62603] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4711), 1, + ACTIONS(4712), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1656), 1, aux_sym_declaration_repeat1, - [63361] = 4, + [62616] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2958), 1, + anon_sym_LBRACE, + ACTIONS(4714), 1, + sym_identifier, + STATE(883), 1, + sym_enumerator_list, + [62629] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3271), 1, anon_sym_RPAREN, - ACTIONS(4713), 1, + ACTIONS(4716), 1, anon_sym_COMMA, - STATE(1661), 1, + STATE(1645), 1, aux_sym_argument_list_repeat1, - [63374] = 4, + [62642] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, - anon_sym_COMMA, - ACTIONS(4716), 1, - anon_sym_RBRACK_RBRACK, - STATE(1583), 1, - aux_sym_attribute_declaration_repeat1, - [63387] = 4, + ACTIONS(4721), 1, + anon_sym_RPAREN, + ACTIONS(4719), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [62653] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, - anon_sym_COMMA, - ACTIONS(4718), 1, - anon_sym_SEMI, - STATE(1678), 1, - aux_sym_declaration_repeat1, - [63400] = 4, + ACTIONS(2503), 1, + anon_sym_LBRACE, + ACTIONS(4723), 1, + sym_identifier, + STATE(734), 1, + sym_field_declaration_list, + [62666] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4720), 1, + ACTIONS(4725), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [63413] = 3, - ACTIONS(3515), 1, - sym_comment, - STATE(1527), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4722), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [63424] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4724), 1, - anon_sym_COMMA, - ACTIONS(4726), 1, - anon_sym_RPAREN, - STATE(1580), 1, - aux_sym__old_style_parameter_list_repeat1, - [63437] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4514), 1, - anon_sym_COLON, - ACTIONS(4728), 1, - anon_sym_RPAREN, - STATE(1683), 1, - sym_gnu_asm_clobber_list, - [63450] = 4, + [62679] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4730), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4733), 1, - anon_sym_RPAREN, - STATE(1668), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [63463] = 4, + ACTIONS(4727), 1, + anon_sym_SEMI, + STATE(1612), 1, + aux_sym_declaration_repeat1, + [62692] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3219), 1, - anon_sym_COMMA, ACTIONS(3221), 1, - anon_sym_RPAREN, - STATE(1572), 1, - aux_sym_argument_list_repeat1, - [63476] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2008), 1, - anon_sym_RBRACE, - ACTIONS(4735), 1, anon_sym_COMMA, - STATE(1609), 1, + ACTIONS(3223), 1, + anon_sym_RBRACE, + STATE(1567), 1, aux_sym_initializer_list_repeat1, - [63489] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3207), 3, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_COLON, - [63498] = 4, + [62705] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_RPAREN, - ACTIONS(4737), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - STATE(1672), 1, - aux_sym_preproc_argument_list_repeat1, - [63511] = 4, + ACTIONS(4729), 1, + anon_sym_SEMI, + STATE(1613), 1, + aux_sym_declaration_repeat1, + [62718] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4740), 1, + ACTIONS(4731), 1, anon_sym_SEMI, - STATE(1653), 1, + STATE(1648), 1, aux_sym_declaration_repeat1, - [63524] = 2, + [62731] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4742), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [63533] = 3, + ACTIONS(4686), 1, + anon_sym_COLON, + ACTIONS(4733), 1, + anon_sym_RPAREN, + STATE(1861), 1, + sym_gnu_asm_goto_list, + [62744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4744), 1, + ACTIONS(4735), 3, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(4050), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [63544] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4746), 1, - anon_sym_COMMA, - ACTIONS(4749), 1, - anon_sym_RPAREN, - STATE(1676), 1, - aux_sym_parameter_list_repeat1, - [63557] = 2, + anon_sym_DOT, + [62753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4751), 3, + ACTIONS(4541), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [63566] = 4, + ACTIONS(4737), 1, + anon_sym_RBRACK_RBRACK, + STATE(1641), 1, + aux_sym_attribute_declaration_repeat1, + [62766] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4753), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4756), 1, + ACTIONS(4739), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [63579] = 3, - ACTIONS(3515), 1, - sym_comment, - STATE(1564), 1, - aux_sym_char_literal_repeat1, - ACTIONS(4758), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [63590] = 2, + [62779] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4760), 3, + ACTIONS(3287), 1, + anon_sym_RBRACE, + ACTIONS(4741), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [63599] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2924), 1, - anon_sym_LBRACE, - ACTIONS(4762), 1, - sym_identifier, - STATE(853), 1, - sym_enumerator_list, - [63612] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4764), 1, - anon_sym_RPAREN, - ACTIONS(4766), 1, - anon_sym_COLON, - STATE(1961), 1, - sym_gnu_asm_goto_list, - [63625] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4766), 1, - anon_sym_COLON, - ACTIONS(4768), 1, - anon_sym_RPAREN, - STATE(1999), 1, - sym_gnu_asm_goto_list, - [63638] = 4, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4530), 1, - anon_sym_LPAREN2, - ACTIONS(4770), 1, - aux_sym_preproc_include_token2, - STATE(1802), 1, - sym_preproc_argument_list, - [63651] = 4, + STATE(1657), 1, + aux_sym_initializer_list_repeat1, + [62792] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4772), 1, - anon_sym_RPAREN, - STATE(1584), 1, - aux_sym_preproc_params_repeat1, - [63664] = 4, + ACTIONS(4744), 1, + anon_sym_SEMI, + STATE(1558), 1, + aux_sym_declaration_repeat1, + [62805] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, + ACTIONS(4105), 1, anon_sym_COMMA, - ACTIONS(4774), 1, + ACTIONS(4746), 1, anon_sym_SEMI, - STATE(1678), 1, + STATE(1613), 1, aux_sym_declaration_repeat1, - [63677] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(506), 1, - anon_sym_LBRACE, - STATE(204), 1, - sym_compound_statement, - [63687] = 2, + [62818] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3267), 2, + ACTIONS(4663), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [63695] = 3, + ACTIONS(4748), 1, + anon_sym_RPAREN, + STATE(1625), 1, + aux_sym_preproc_params_repeat1, + [62831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(381), 1, + STATE(365), 1, sym_parenthesized_expression, - [63705] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4778), 1, - aux_sym_preproc_include_token2, - ACTIONS(4780), 1, - sym_preproc_arg, - [63715] = 2, + [62841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3269), 2, + ACTIONS(4752), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [63723] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4782), 1, - aux_sym_preproc_include_token2, - ACTIONS(4784), 1, - sym_preproc_arg, - [63733] = 3, + anon_sym_RPAREN, + [62849] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(1759), 1, + STATE(336), 1, sym_parenthesized_expression, - [63743] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4788), 1, - sym_identifier, - STATE(1596), 1, - sym_attribute, - [63753] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4539), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [63761] = 3, + [62859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - anon_sym_COMMA, - ACTIONS(4792), 1, - anon_sym_RBRACE, - [63771] = 3, + ACTIONS(4750), 1, + anon_sym_LPAREN2, + STATE(338), 1, + sym_parenthesized_expression, + [62869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_LBRACE, - STATE(1544), 1, - sym_compound_statement, - [63781] = 3, + ACTIONS(4754), 1, + anon_sym_LPAREN2, + STATE(1683), 1, + sym_parenthesized_expression, + [62879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(506), 1, - anon_sym_LBRACE, - STATE(190), 1, - sym_compound_statement, - [63791] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4794), 1, - aux_sym_preproc_include_token2, - ACTIONS(4796), 1, - sym_preproc_arg, - [63801] = 3, - ACTIONS(3515), 1, + ACTIONS(4754), 1, + anon_sym_LPAREN2, + STATE(1781), 1, + sym_parenthesized_expression, + [62889] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4798), 1, + ACTIONS(4756), 1, aux_sym_preproc_include_token2, - ACTIONS(4800), 1, + ACTIONS(4758), 1, sym_preproc_arg, - [63811] = 3, + [62899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(512), 1, anon_sym_LBRACE, - STATE(176), 1, + STATE(223), 1, sym_compound_statement, - [63821] = 3, + [62909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, - anon_sym_LPAREN2, - STATE(355), 1, - sym_parenthesized_expression, - [63831] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4802), 1, - aux_sym_preproc_include_token2, - ACTIONS(4804), 1, - sym_preproc_arg, - [63841] = 3, + ACTIONS(4760), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [62917] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(133), 1, anon_sym_LBRACE, - STATE(81), 1, + STATE(105), 1, sym_compound_statement, - [63851] = 3, + [62927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(133), 1, - anon_sym_LBRACE, - STATE(104), 1, - sym_compound_statement, - [63861] = 3, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4806), 1, - aux_sym_preproc_include_token2, - ACTIONS(4808), 1, - sym_preproc_arg, - [63871] = 3, - ACTIONS(3515), 1, + ACTIONS(4754), 1, + anon_sym_LPAREN2, + STATE(1675), 1, + sym_parenthesized_expression, + [62937] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4810), 1, + ACTIONS(4762), 1, aux_sym_preproc_include_token2, - ACTIONS(4812), 1, + ACTIONS(4764), 1, sym_preproc_arg, - [63881] = 3, - ACTIONS(3515), 1, + [62947] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4814), 1, + ACTIONS(4766), 1, aux_sym_preproc_include_token2, - ACTIONS(4816), 1, + ACTIONS(4768), 1, sym_preproc_arg, - [63891] = 3, - ACTIONS(3515), 1, + [62957] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4818), 1, + ACTIONS(4770), 1, aux_sym_preproc_include_token2, - ACTIONS(4820), 1, + ACTIONS(4772), 1, sym_preproc_arg, - [63901] = 3, + [62967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(506), 1, + ACTIONS(43), 1, anon_sym_LBRACE, - STATE(209), 1, + STATE(151), 1, sym_compound_statement, - [63911] = 3, - ACTIONS(3515), 1, + [62977] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4822), 1, - aux_sym_preproc_include_token2, - ACTIONS(4824), 1, - sym_preproc_arg, - [63921] = 3, - ACTIONS(3515), 1, + ACTIONS(4750), 1, + anon_sym_LPAREN2, + STATE(367), 1, + sym_parenthesized_expression, + [62987] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(4774), 1, aux_sym_preproc_include_token2, - ACTIONS(4828), 1, + ACTIONS(4776), 1, sym_preproc_arg, - [63931] = 2, + [62997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 2, + ACTIONS(4676), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63939] = 2, + [63005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 2, + ACTIONS(4708), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [63947] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - STATE(1849), 1, - sym_argument_list, - [63957] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4786), 1, - anon_sym_LPAREN2, - STATE(1959), 1, - sym_parenthesized_expression, - [63967] = 3, - ACTIONS(3515), 1, + anon_sym_RBRACK_RBRACK, + [63013] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4830), 1, + ACTIONS(4778), 1, aux_sym_preproc_include_token2, - ACTIONS(4832), 1, + ACTIONS(4780), 1, sym_preproc_arg, - [63977] = 3, - ACTIONS(3515), 1, + [63023] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4834), 1, + ACTIONS(4782), 1, aux_sym_preproc_include_token2, - ACTIONS(4836), 1, + ACTIONS(4784), 1, sym_preproc_arg, - [63987] = 3, + [63033] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + STATE(1853), 1, + sym_argument_list, + [63043] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACE, + STATE(161), 1, + sym_compound_statement, + [63053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4788), 1, + ACTIONS(4786), 1, sym_identifier, - STATE(1662), 1, - sym_attribute, - [63997] = 3, + ACTIONS(4788), 1, + anon_sym_LPAREN2, + [63063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(350), 1, + STATE(352), 1, sym_parenthesized_expression, - [64007] = 3, + [63073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(1749), 1, + STATE(1708), 1, sym_parenthesized_expression, - [64017] = 3, + [63083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4623), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [63091] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(351), 1, + STATE(353), 1, sym_parenthesized_expression, - [64027] = 3, - ACTIONS(3515), 1, + [63101] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4838), 1, + ACTIONS(4790), 1, aux_sym_preproc_include_token2, - ACTIONS(4840), 1, + ACTIONS(4792), 1, sym_preproc_arg, - [64037] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4776), 1, - anon_sym_LPAREN2, - STATE(368), 1, - sym_parenthesized_expression, - [64047] = 3, + [63111] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACE, - STATE(1546), 1, + STATE(256), 1, sym_compound_statement, - [64057] = 3, + [63121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, - anon_sym_LPAREN2, - STATE(372), 1, - sym_parenthesized_expression, - [64067] = 2, + ACTIONS(512), 1, + anon_sym_LBRACE, + STATE(208), 1, + sym_compound_statement, + [63131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4842), 2, + ACTIONS(4794), 2, anon_sym_COMMA, anon_sym_RBRACK_RBRACK, - [64075] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4788), 1, - sym_identifier, - STATE(1730), 1, - sym_attribute, - [64085] = 2, + [63139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [64093] = 2, + ACTIONS(43), 1, + anon_sym_LBRACE, + STATE(1545), 1, + sym_compound_statement, + [63149] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4705), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [64101] = 3, - ACTIONS(3515), 1, + ACTIONS(4796), 1, + sym_identifier, + STATE(1634), 1, + sym_attribute, + [63159] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4844), 1, + ACTIONS(4798), 1, aux_sym_preproc_include_token2, - ACTIONS(4846), 1, + ACTIONS(4800), 1, sym_preproc_arg, - [64111] = 3, + [63169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(378), 1, - anon_sym_LBRACE, - STATE(176), 1, - sym_compound_statement, - [64121] = 2, + ACTIONS(4750), 1, + anon_sym_LPAREN2, + STATE(325), 1, + sym_parenthesized_expression, + [63179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4848), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [64129] = 3, + ACTIONS(4754), 1, + anon_sym_LPAREN2, + STATE(1830), 1, + sym_parenthesized_expression, + [63189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4850), 1, - sym_identifier, - ACTIONS(4852), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - [64139] = 3, + STATE(1707), 1, + sym_parenthesized_expression, + [63199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(1930), 1, + STATE(1690), 1, sym_parenthesized_expression, - [64149] = 3, + [63209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(334), 1, + STATE(1814), 1, sym_parenthesized_expression, - [64159] = 3, + [63219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4796), 1, + sym_identifier, + STATE(1679), 1, + sym_attribute, + [63229] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4703), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [63237] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(1732), 1, + STATE(326), 1, sym_parenthesized_expression, - [64169] = 3, + [63247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(1701), 1, + STATE(1691), 1, sym_parenthesized_expression, - [64179] = 3, + [63257] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4802), 1, + aux_sym_preproc_include_token2, + ACTIONS(4804), 1, + sym_preproc_arg, + [63267] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4806), 1, + aux_sym_preproc_include_token2, + ACTIONS(4808), 1, + sym_preproc_arg, + [63277] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(378), 1, anon_sym_LBRACE, - STATE(207), 1, + STATE(155), 1, sym_compound_statement, - [64189] = 2, + [63287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4264), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [64197] = 3, + ACTIONS(133), 1, + anon_sym_LBRACE, + STATE(85), 1, + sym_compound_statement, + [63297] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACE, - STATE(239), 1, + STATE(1516), 1, sym_compound_statement, - [64207] = 3, + [63307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(328), 1, + STATE(327), 1, sym_parenthesized_expression, - [64217] = 2, + [63317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4749), 2, + ACTIONS(4810), 2, anon_sym_COMMA, anon_sym_RPAREN, - [64225] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4788), 1, - sym_identifier, - STATE(1581), 1, - sym_attribute, - [64235] = 3, + [63325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(363), 1, + STATE(1754), 1, sym_parenthesized_expression, - [64245] = 3, + [63335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(1757), 1, + STATE(1747), 1, sym_parenthesized_expression, - [64255] = 3, + [63345] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4813), 1, + aux_sym_preproc_include_token2, + ACTIONS(4815), 1, + sym_preproc_arg, + [63355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4776), 1, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(364), 1, + STATE(1668), 1, sym_parenthesized_expression, - [64265] = 2, + [63365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 2, + ACTIONS(3267), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [64273] = 3, + anon_sym_SEMI, + [63373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(378), 1, - anon_sym_LBRACE, - STATE(173), 1, - sym_compound_statement, - [64283] = 3, + ACTIONS(4244), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [63381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(378), 1, anon_sym_LBRACE, - STATE(1548), 1, + STATE(237), 1, sym_compound_statement, - [64293] = 3, + [63391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4857), 1, - sym_identifier, - ACTIONS(4859), 1, - anon_sym_LPAREN2, - [64303] = 3, + ACTIONS(4817), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [63399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, - anon_sym_LPAREN2, - STATE(1944), 1, - sym_parenthesized_expression, - [64313] = 3, + ACTIONS(4819), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [63407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, - anon_sym_LPAREN2, - STATE(1767), 1, - sym_parenthesized_expression, - [64323] = 3, + ACTIONS(43), 1, + anon_sym_LBRACE, + STATE(1526), 1, + sym_compound_statement, + [63417] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4821), 1, + aux_sym_preproc_include_token2, + ACTIONS(4823), 1, + sym_preproc_arg, + [63427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, - anon_sym_LPAREN2, - STATE(1698), 1, - sym_parenthesized_expression, - [64333] = 3, - ACTIONS(3515), 1, + ACTIONS(43), 1, + anon_sym_LBRACE, + STATE(1527), 1, + sym_compound_statement, + [63437] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4861), 1, + ACTIONS(4825), 1, aux_sym_preproc_include_token2, - ACTIONS(4863), 1, + ACTIONS(4827), 1, sym_preproc_arg, - [64343] = 2, + [63447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 2, - anon_sym_DOT_DOT_DOT, + ACTIONS(4796), 1, sym_identifier, - [64351] = 3, - ACTIONS(3), 1, + STATE(1593), 1, + sym_attribute, + [63457] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(133), 1, - anon_sym_LBRACE, - STATE(116), 1, - sym_compound_statement, - [64361] = 3, + ACTIONS(4829), 1, + aux_sym_preproc_include_token2, + ACTIONS(4831), 1, + sym_preproc_arg, + [63467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACE, - STATE(1539), 1, + STATE(237), 1, sym_compound_statement, - [64371] = 3, + [63477] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4833), 1, + sym_identifier, + ACTIONS(4835), 1, + anon_sym_RPAREN, + [63487] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_LBRACE, - STATE(220), 1, + STATE(184), 1, sym_compound_statement, - [64381] = 3, - ACTIONS(3), 1, + [63497] = 3, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4786), 1, - anon_sym_LPAREN2, - STATE(1990), 1, - sym_parenthesized_expression, - [64391] = 2, + ACTIONS(4837), 1, + aux_sym_preproc_include_token2, + ACTIONS(4839), 1, + sym_preproc_arg, + [63507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 2, + ACTIONS(3271), 2, anon_sym_COMMA, anon_sym_RPAREN, - [64399] = 3, + [63515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4750), 1, anon_sym_LPAREN2, - STATE(1705), 1, + STATE(363), 1, sym_parenthesized_expression, - [64409] = 3, + [63525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4786), 1, + ACTIONS(4841), 1, + sym_identifier, + ACTIONS(4843), 1, + anon_sym_LPAREN2, + [63535] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4847), 1, + anon_sym_RBRACE, + [63545] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4754), 1, anon_sym_LPAREN2, - STATE(1710), 1, + STATE(1746), 1, sym_parenthesized_expression, - [64419] = 3, - ACTIONS(3515), 1, + [63555] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4869), 1, + ACTIONS(4849), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [63563] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3279), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [63571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_LBRACE, + STATE(1553), 1, + sym_compound_statement, + [63581] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3287), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [63589] = 3, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4851), 1, aux_sym_preproc_include_token2, - ACTIONS(4871), 1, + ACTIONS(4853), 1, sym_preproc_arg, - [64429] = 3, + [63599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(4218), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [63607] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LPAREN2, + STATE(1885), 1, + sym_argument_list, + [63617] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3787), 1, + anon_sym_RBRACE, + ACTIONS(4845), 1, + anon_sym_COMMA, + [63627] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3291), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [63635] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(512), 1, anon_sym_LBRACE, - STATE(207), 1, + STATE(218), 1, sym_compound_statement, - [64439] = 3, + [63645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(378), 1, anon_sym_LBRACE, - STATE(1542), 1, + STATE(151), 1, sym_compound_statement, - [64449] = 3, + [63655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, + ACTIONS(133), 1, anon_sym_LBRACE, - STATE(155), 1, + STATE(114), 1, sym_compound_statement, - [64459] = 3, + [63665] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4855), 1, + aux_sym_preproc_include_token2, + [63672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3819), 1, - anon_sym_RBRACE, - ACTIONS(4790), 1, - anon_sym_COMMA, - [64469] = 2, + ACTIONS(4857), 1, + aux_sym_preproc_if_token2, + [63679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4526), 2, - anon_sym_COMMA, + ACTIONS(4859), 1, + sym_identifier, + [63686] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4861), 1, anon_sym_RPAREN, - [64477] = 2, + [63693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4873), 2, - anon_sym_COMMA, + ACTIONS(3331), 1, + anon_sym_RPAREN, + [63700] = 2, + ACTIONS(3201), 1, + aux_sym_preproc_include_token2, + ACTIONS(3480), 1, + sym_comment, + [63707] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4863), 1, anon_sym_SEMI, - [64485] = 3, + [63714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, - sym_identifier, - ACTIONS(4877), 1, + ACTIONS(4865), 1, + anon_sym_SEMI, + [63721] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4867), 1, anon_sym_RPAREN, - [64495] = 2, + [63728] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4222), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [64503] = 3, + ACTIONS(3341), 1, + anon_sym_RPAREN, + [63735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - anon_sym_LPAREN2, - STATE(1841), 1, - sym_argument_list, - [64513] = 2, + ACTIONS(4869), 1, + aux_sym_preproc_if_token2, + [63742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [64521] = 2, + ACTIONS(4871), 1, + anon_sym_RPAREN, + [63749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4873), 1, + aux_sym_preproc_if_token2, + [63756] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4875), 1, + sym_primitive_type, + [63763] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4877), 1, + aux_sym_preproc_include_token2, + [63770] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4879), 1, + aux_sym_preproc_if_token2, + [63777] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4847), 1, + anon_sym_RBRACE, + [63784] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4881), 1, aux_sym_preproc_if_token2, - [64528] = 2, + [63791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4883), 1, - aux_sym_preproc_if_token2, - [64535] = 2, + anon_sym_COLON, + [63798] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3787), 1, + anon_sym_RBRACE, + [63805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4885), 1, aux_sym_preproc_if_token2, - [64542] = 2, + [63812] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3297), 1, + anon_sym_SEMI, + [63819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4887), 1, - anon_sym_LPAREN2, - [64549] = 2, + anon_sym_RPAREN, + [63826] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4889), 1, - aux_sym_preproc_if_token2, - [64556] = 2, + anon_sym_RBRACE, + [63833] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4891), 1, - anon_sym_COLON, - [64563] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [63840] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(4893), 1, - anon_sym_RBRACE, - [64570] = 2, + aux_sym_preproc_include_token2, + [63847] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4895), 1, aux_sym_preproc_if_token2, - [64577] = 2, - ACTIONS(3515), 1, + [63854] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4897), 1, - aux_sym_preproc_include_token2, - [64584] = 2, - ACTIONS(3515), 1, + anon_sym_RPAREN, + [63861] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4899), 1, - aux_sym_preproc_include_token2, - [64591] = 2, + sym_primitive_type, + [63868] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4901), 1, - sym_identifier, - [64598] = 2, - ACTIONS(3515), 1, + anon_sym_RPAREN, + [63875] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, - aux_sym_preproc_include_token2, - [64605] = 2, - ACTIONS(3515), 1, + anon_sym_RPAREN, + [63882] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4905), 1, - aux_sym_preproc_include_token2, - [64612] = 2, - ACTIONS(3), 1, + anon_sym_STAR, + [63889] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(4907), 1, - aux_sym_preproc_if_token2, - [64619] = 2, + aux_sym_preproc_include_token2, + [63896] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4909), 1, - anon_sym_RPAREN, - [64626] = 2, + anon_sym_SEMI, + [63903] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4911), 1, - anon_sym_RPAREN, - [64633] = 2, + sym_identifier, + [63910] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4913), 1, - anon_sym_SEMI, - [64640] = 2, + aux_sym_preproc_if_token2, + [63917] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4915), 1, aux_sym_preproc_if_token2, - [64647] = 2, + [63924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4917), 1, - aux_sym_preproc_if_token2, - [64654] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4919), 1, - aux_sym_preproc_include_token2, - [64661] = 2, + ACTIONS(3289), 1, + anon_sym_SEMI, + [63931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, - anon_sym_SEMI, - [64668] = 2, + ACTIONS(4917), 1, + anon_sym_LPAREN2, + [63938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4921), 1, + ACTIONS(3273), 1, anon_sym_RPAREN, - [64675] = 2, + [63945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4923), 1, + ACTIONS(4919), 1, aux_sym_preproc_if_token2, - [64682] = 2, + [63952] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4921), 1, + aux_sym_preproc_include_token2, + [63959] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4923), 1, + aux_sym_preproc_include_token2, + [63966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4925), 1, - anon_sym_COLON, - [64689] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [63973] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(4927), 1, - sym_identifier, - [64696] = 2, - ACTIONS(3193), 1, aux_sym_preproc_include_token2, - ACTIONS(3515), 1, - sym_comment, - [64703] = 2, + [63980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4929), 1, - anon_sym_SEMI, - [64710] = 2, - ACTIONS(3203), 1, - aux_sym_preproc_include_token2, - ACTIONS(3515), 1, - sym_comment, - [64717] = 2, - ACTIONS(3515), 1, + sym_identifier, + [63987] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4931), 1, - aux_sym_preproc_include_token2, - [64724] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [63994] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(4933), 1, - aux_sym_preproc_if_token2, - [64731] = 2, - ACTIONS(3), 1, + aux_sym_preproc_include_token2, + [64001] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(4935), 1, - aux_sym_preproc_if_token2, - [64738] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4937), 1, aux_sym_preproc_include_token2, - [64745] = 2, + [64008] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(4937), 1, + anon_sym_RPAREN, + [64015] = 2, + ACTIONS(3480), 1, + sym_comment, ACTIONS(4939), 1, - anon_sym_SEMI, - [64752] = 2, - ACTIONS(3515), 1, + aux_sym_preproc_include_token2, + [64022] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4941), 1, - aux_sym_preproc_include_token2, - [64759] = 2, + ts_builtin_sym_end, + [64029] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4943), 1, - anon_sym_COLON, - [64766] = 2, + sym_identifier, + [64036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 1, - anon_sym_STAR, - [64773] = 2, + sym_identifier, + [64043] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4947), 1, - anon_sym_RPAREN, - [64780] = 2, - ACTIONS(3515), 1, + anon_sym_COLON, + [64050] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4949), 1, - aux_sym_preproc_include_token2, - [64787] = 2, + aux_sym_preproc_if_token2, + [64057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4951), 1, - aux_sym_preproc_if_token2, - [64794] = 2, + anon_sym_COLON, + [64064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4953), 1, - anon_sym_SEMI, - [64801] = 2, + aux_sym_preproc_if_token2, + [64071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4955), 1, - anon_sym_RPAREN, - [64808] = 2, + sym_identifier, + [64078] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4957), 1, - anon_sym_RPAREN, - [64815] = 2, - ACTIONS(3515), 1, + aux_sym_preproc_if_token2, + [64085] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4620), 1, - aux_sym_preproc_include_token2, - [64822] = 2, + ACTIONS(3253), 1, + anon_sym_COLON, + [64092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4959), 1, - aux_sym_preproc_if_token2, - [64829] = 2, - ACTIONS(3515), 1, + sym_identifier, + [64099] = 2, + ACTIONS(3179), 1, + aux_sym_preproc_include_token2, + ACTIONS(3480), 1, + sym_comment, + [64106] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4961), 1, - aux_sym_preproc_include_token2, - [64836] = 2, - ACTIONS(3515), 1, + aux_sym_preproc_if_token2, + [64113] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(4963), 1, aux_sym_preproc_include_token2, - [64843] = 2, + [64120] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4965), 1, - sym_identifier, - [64850] = 2, - ACTIONS(3515), 1, + aux_sym_preproc_if_token2, + [64127] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4967), 1, - aux_sym_preproc_include_token2, - [64857] = 2, + anon_sym_SEMI, + [64134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4969), 1, anon_sym_RPAREN, - [64864] = 2, + [64141] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4971), 1, - sym_identifier, - [64871] = 2, + aux_sym_preproc_if_token2, + [64148] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4973), 1, - sym_identifier, - [64878] = 2, + anon_sym_RBRACE, + [64155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3295), 1, + ACTIONS(4975), 1, anon_sym_RPAREN, - [64885] = 2, - ACTIONS(2276), 1, - aux_sym_preproc_include_token2, - ACTIONS(3515), 1, - sym_comment, - [64892] = 2, + [64162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4975), 1, + ACTIONS(4977), 1, anon_sym_COMMA, - [64899] = 2, + [64169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4977), 1, - aux_sym_preproc_if_token2, - [64906] = 2, - ACTIONS(3515), 1, - sym_comment, ACTIONS(4979), 1, - aux_sym_preproc_include_token2, - [64913] = 2, + sym_identifier, + [64176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4981), 1, - aux_sym_preproc_if_token2, - [64920] = 2, + sym_identifier, + [64183] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4983), 1, anon_sym_RPAREN, - [64927] = 2, + [64190] = 2, + ACTIONS(2308), 1, + aux_sym_preproc_include_token2, + ACTIONS(3480), 1, + sym_comment, + [64197] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4985), 1, + anon_sym_LPAREN2, + [64204] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4987), 1, sym_identifier, - [64934] = 2, + [64211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3327), 1, - anon_sym_COLON, - [64941] = 2, + ACTIONS(4989), 1, + anon_sym_SEMI, + [64218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4987), 1, + ACTIONS(4991), 1, aux_sym_preproc_if_token2, - [64948] = 2, + [64225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4989), 1, - aux_sym_preproc_if_token2, - [64955] = 2, + ACTIONS(3315), 1, + anon_sym_SEMI, + [64232] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4993), 1, + aux_sym_preproc_include_token2, + [64239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3293), 1, + ACTIONS(4995), 1, anon_sym_SEMI, - [64962] = 2, + [64246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4991), 1, + ACTIONS(4997), 1, + sym_identifier, + [64253] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 1, anon_sym_RPAREN, - [64969] = 2, + [64260] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4993), 1, + ACTIONS(4999), 1, + aux_sym_preproc_if_token2, + [64267] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5001), 1, + aux_sym_preproc_if_token2, + [64274] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4559), 1, anon_sym_RPAREN, - [64976] = 2, + [64281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3303), 1, + ACTIONS(3313), 1, anon_sym_RPAREN, - [64983] = 2, + [64288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4995), 1, - anon_sym_STAR, - [64990] = 2, + ACTIONS(5003), 1, + aux_sym_preproc_if_token2, + [64295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4997), 1, - anon_sym_while, - [64997] = 2, + ACTIONS(5005), 1, + anon_sym_SEMI, + [64302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4999), 1, - anon_sym_LPAREN2, - [65004] = 2, - ACTIONS(3515), 1, + ACTIONS(5007), 1, + anon_sym_RPAREN, + [64309] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(5001), 1, - aux_sym_preproc_include_token2, - [65011] = 2, + ACTIONS(3319), 1, + anon_sym_SEMI, + [64316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5003), 1, + ACTIONS(3321), 1, anon_sym_RPAREN, - [65018] = 2, + [64323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5005), 1, + ACTIONS(5009), 1, aux_sym_preproc_if_token2, - [65025] = 2, + [64330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5007), 1, - anon_sym_COLON, - [65032] = 2, + ACTIONS(5011), 1, + sym_identifier, + [64337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 1, - anon_sym_SEMI, - [65039] = 2, + ACTIONS(5013), 1, + aux_sym_preproc_if_token2, + [64344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5011), 1, + ACTIONS(3247), 1, anon_sym_RPAREN, - [65046] = 2, + [64351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5013), 1, + ACTIONS(3249), 1, anon_sym_COLON, - [65053] = 2, + [64358] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5015), 1, - anon_sym_SEMI, - [65060] = 2, + anon_sym_RBRACE, + [64365] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5017), 1, sym_identifier, - [65067] = 2, + [64372] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5019), 1, - anon_sym_LPAREN2, - [65074] = 2, + anon_sym_RBRACE, + [64379] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5021), 1, - anon_sym_SEMI, - [65081] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5023), 1, - sym_identifier, - [65088] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5025), 1, anon_sym_RPAREN, - [65095] = 2, + [64386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3307), 1, + ACTIONS(5023), 1, anon_sym_RPAREN, - [65102] = 2, - ACTIONS(3), 1, + [64393] = 2, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3281), 1, - anon_sym_SEMI, - [65109] = 2, + ACTIONS(5025), 1, + aux_sym_preproc_include_token2, + [64400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5027), 1, - anon_sym_RBRACE, - [65116] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3285), 1, anon_sym_RPAREN, - [65123] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4700), 1, + [64407] = 2, + ACTIONS(3189), 1, aux_sym_preproc_include_token2, - [65130] = 2, - ACTIONS(3), 1, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4792), 1, - anon_sym_RBRACE, - [65137] = 2, + [64414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5029), 1, - anon_sym_SEMI, - [65144] = 2, + aux_sym_preproc_if_token2, + [64421] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5031), 1, - anon_sym_LPAREN2, - [65151] = 2, + sym_identifier, + [64428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5033), 1, - aux_sym_preproc_if_token2, - [65158] = 2, + anon_sym_LPAREN2, + [64435] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5035), 1, - anon_sym_RBRACE, - [65165] = 2, + anon_sym_RBRACK, + [64442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5037), 1, - sym_identifier, - [65172] = 2, - ACTIONS(2260), 1, - aux_sym_preproc_include_token2, - ACTIONS(3515), 1, + ACTIONS(3283), 1, + anon_sym_COLON, + [64449] = 2, + ACTIONS(3), 1, sym_comment, - [65179] = 2, + ACTIONS(5037), 1, + anon_sym_SEMI, + [64456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5039), 1, - sym_identifier, - [65186] = 2, + anon_sym_RPAREN, + [64463] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5041), 1, - aux_sym_preproc_if_token2, - [65193] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3287), 1, - anon_sym_SEMI, - [65200] = 2, + anon_sym_LPAREN2, + [64470] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5043), 1, - sym_identifier, - [65207] = 2, + aux_sym_preproc_if_token2, + [64477] = 2, + ACTIONS(2304), 1, + aux_sym_preproc_include_token2, + ACTIONS(3480), 1, + sym_comment, + [64484] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5045), 1, - anon_sym_SEMI, - [65214] = 2, + anon_sym_COLON, + [64491] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5047), 1, - anon_sym_RPAREN, - [65221] = 2, + aux_sym_preproc_if_token2, + [64498] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5049), 1, - anon_sym_RPAREN, - [65228] = 2, + aux_sym_preproc_if_token2, + [64505] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5051), 1, - aux_sym_preproc_if_token2, - [65235] = 2, + sym_identifier, + [64512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5053), 1, - sym_identifier, - [65242] = 2, + anon_sym_SEMI, + [64519] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5055), 1, - anon_sym_COLON, - [65249] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4528), 1, - aux_sym_preproc_include_token2, - [65256] = 2, + anon_sym_SEMI, + [64526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5057), 1, - anon_sym_RPAREN, - [65263] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(5059), 1, - aux_sym_preproc_include_token2, - [65270] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(5061), 1, - aux_sym_preproc_include_token2, - [65277] = 2, + anon_sym_SEMI, + [64533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 1, - anon_sym_COLON, - [65284] = 2, + ACTIONS(5059), 1, + sym_identifier, + [64540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3315), 1, - anon_sym_RPAREN, - [65291] = 2, + ACTIONS(5061), 1, + anon_sym_SEMI, + [64547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 1, - anon_sym_RBRACE, - [65298] = 2, + ACTIONS(5063), 1, + sym_identifier, + [64554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5063), 1, + ACTIONS(3265), 1, anon_sym_SEMI, - [65305] = 2, + [64561] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4671), 1, + aux_sym_preproc_include_token2, + [64568] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5065), 1, - aux_sym_preproc_if_token2, - [65312] = 2, + anon_sym_RPAREN, + [64575] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5067), 1, - anon_sym_RPAREN, - [65319] = 2, + sym_identifier, + [64582] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5069), 1, - sym_identifier, - [65326] = 2, + anon_sym_LPAREN2, + [64589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5071), 1, - sym_identifier, - [65333] = 2, + aux_sym_preproc_if_token2, + [64596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5073), 1, aux_sym_preproc_if_token2, - [65340] = 2, + [64603] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5075), 1, - anon_sym_LPAREN2, - [65347] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [64610] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(5077), 1, - aux_sym_preproc_if_token2, - [65354] = 2, + aux_sym_preproc_include_token2, + [64617] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5079), 1, - aux_sym_preproc_if_token2, - [65361] = 2, + anon_sym_COLON, + [64624] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5081), 1, - sym_identifier, - [65368] = 2, + anon_sym_STAR, + [64631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5083), 1, - aux_sym_preproc_if_token2, - [65375] = 2, + anon_sym_LPAREN2, + [64638] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3301), 1, + anon_sym_COLON, + [64645] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5085), 1, - aux_sym_preproc_if_token2, - [65382] = 2, - ACTIONS(3515), 1, + sym_identifier, + [64652] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(5087), 1, - aux_sym_preproc_include_token2, - [65389] = 2, + ACTIONS(4845), 1, + anon_sym_COMMA, + [64659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5089), 1, - aux_sym_preproc_if_token2, - [65396] = 2, + ACTIONS(5087), 1, + sym_identifier, + [64666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4186), 1, - anon_sym_COMMA, - [65403] = 2, + ACTIONS(5089), 1, + sym_identifier, + [64673] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5091), 1, - sym_primitive_type, - [65410] = 2, - ACTIONS(3), 1, + anon_sym_LPAREN2, + [64680] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(5093), 1, - anon_sym_SEMI, - [65417] = 2, + aux_sym_preproc_include_token2, + [64687] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4519), 1, + aux_sym_preproc_include_token2, + [64694] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5095), 1, aux_sym_preproc_if_token2, - [65424] = 2, + [64701] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5097), 1, - sym_identifier, - [65431] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4790), 1, - anon_sym_COMMA, - [65438] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3313), 1, - anon_sym_SEMI, - [65445] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5099), 1, aux_sym_preproc_if_token2, - [65452] = 2, + [64708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 1, + ACTIONS(5099), 1, anon_sym_SEMI, - [65459] = 2, + [64715] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5101), 1, - anon_sym_SEMI, - [65466] = 2, + sym_identifier, + [64722] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5103), 1, - anon_sym_SEMI, - [65473] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3311), 1, - anon_sym_COLON, - [65480] = 2, + anon_sym_LPAREN2, + [64729] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5105), 1, - anon_sym_RBRACE, - [65487] = 2, + anon_sym_SEMI, + [64736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3319), 1, - anon_sym_SEMI, - [65494] = 2, + ACTIONS(3295), 1, + anon_sym_RPAREN, + [64743] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5107), 1, - sym_identifier, - [65501] = 2, + aux_sym_preproc_if_token2, + [64750] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5109), 1, - sym_identifier, - [65508] = 2, + aux_sym_preproc_if_token2, + [64757] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5111), 1, sym_identifier, - [65515] = 2, + [64764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5113), 1, - aux_sym_preproc_if_token2, - [65522] = 2, + anon_sym_RPAREN, + [64771] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5115), 1, - anon_sym_SEMI, - [65529] = 2, + sym_identifier, + [64778] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5117), 1, - aux_sym_preproc_if_token2, - [65536] = 2, + anon_sym_SEMI, + [64785] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5119), 1, - sym_identifier, - [65543] = 2, + anon_sym_COLON, + [64792] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5121), 1, - anon_sym_SEMI, - [65550] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3359), 1, anon_sym_RPAREN, - [65557] = 2, + [64799] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5123), 1, sym_identifier, - [65564] = 2, + [64806] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5125), 1, - aux_sym_preproc_if_token2, - [65571] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3309), 1, - anon_sym_RPAREN, - [65578] = 2, + anon_sym_SEMI, + [64813] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5127), 1, - aux_sym_preproc_if_token2, - [65585] = 2, + anon_sym_RPAREN, + [64820] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5129), 1, - aux_sym_preproc_if_token2, - [65592] = 2, + anon_sym_SEMI, + [64827] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5131), 1, - anon_sym_RPAREN, - [65599] = 2, + anon_sym_SEMI, + [64834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5133), 1, - anon_sym_SEMI, - [65606] = 2, + aux_sym_preproc_if_token2, + [64841] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5135), 1, - anon_sym_SEMI, - [65613] = 2, + aux_sym_preproc_if_token2, + [64848] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5137), 1, - sym_identifier, - [65620] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5139), 1, - sym_identifier, - [65627] = 2, + anon_sym_COLON, + [64855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5141), 1, + ACTIONS(3303), 1, anon_sym_SEMI, - [65634] = 2, + [64862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5143), 1, + ACTIONS(5139), 1, aux_sym_preproc_if_token2, - [65641] = 2, + [64869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5145), 1, + ACTIONS(5141), 1, sym_identifier, - [65648] = 2, + [64876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5147), 1, - aux_sym_preproc_if_token2, - [65655] = 2, + ACTIONS(5143), 1, + sym_identifier, + [64883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5149), 1, - anon_sym_RPAREN, - [65662] = 2, - ACTIONS(3), 1, + ACTIONS(4206), 1, + anon_sym_COMMA, + [64890] = 2, + ACTIONS(3480), 1, sym_comment, - ACTIONS(3361), 1, - anon_sym_RPAREN, - [65669] = 2, + ACTIONS(4527), 1, + aux_sym_preproc_include_token2, + [64897] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(4583), 1, + aux_sym_preproc_include_token2, + [64904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 1, - anon_sym_SEMI, - [65676] = 2, + ACTIONS(5145), 1, + aux_sym_preproc_if_token2, + [64911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5151), 1, + ACTIONS(5147), 1, sym_identifier, - [65683] = 2, - ACTIONS(3), 1, + [64918] = 2, + ACTIONS(3480), 1, sym_comment, - ACTIONS(5153), 1, - anon_sym_SEMI, - [65690] = 2, - ACTIONS(3189), 1, + ACTIONS(5149), 1, aux_sym_preproc_include_token2, - ACTIONS(3515), 1, + [64925] = 2, + ACTIONS(3480), 1, + sym_comment, + ACTIONS(5151), 1, + aux_sym_preproc_include_token2, + [64932] = 2, + ACTIONS(3), 1, sym_comment, - [65697] = 2, + ACTIONS(5153), 1, + anon_sym_RPAREN, + [64939] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5155), 1, - anon_sym_RBRACK, - [65704] = 2, + anon_sym_RBRACE, + [64946] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5157), 1, - anon_sym_SEMI, - [65711] = 2, + anon_sym_LPAREN2, + [64953] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5159), 1, - sym_identifier, - [65718] = 2, + anon_sym_RBRACE, + [64960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5161), 1, - sym_identifier, - [65725] = 2, + aux_sym_preproc_if_token2, + [64967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5163), 1, aux_sym_preproc_if_token2, - [65732] = 2, - ACTIONS(3515), 1, + [64974] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5165), 1, - aux_sym_preproc_include_token2, - [65739] = 2, + anon_sym_SEMI, + [64981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5167), 1, - anon_sym_RBRACE, - [65746] = 2, + ACTIONS(3227), 1, + anon_sym_SEMI, + [64988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3275), 1, + ACTIONS(5167), 1, anon_sym_SEMI, - [65753] = 2, + [64995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5169), 1, sym_identifier, - [65760] = 2, + [65002] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5171), 1, - anon_sym_LPAREN2, - [65767] = 2, + sym_identifier, + [65009] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3325), 1, + anon_sym_SEMI, + [65016] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3299), 1, + anon_sym_RPAREN, + [65023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5173), 1, - anon_sym_STAR, - [65774] = 2, + aux_sym_preproc_if_token2, + [65030] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5175), 1, - aux_sym_preproc_if_token2, - [65781] = 2, - ACTIONS(3515), 1, + sym_identifier, + [65037] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(5177), 1, - aux_sym_preproc_include_token2, - [65788] = 2, + sym_identifier, + [65044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5179), 1, - sym_identifier, - [65795] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [65051] = 2, + ACTIONS(3193), 1, + aux_sym_preproc_include_token2, + ACTIONS(3480), 1, sym_comment, - ACTIONS(4595), 1, - anon_sym_RPAREN, - [65802] = 2, - ACTIONS(3), 1, + [65058] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(5181), 1, - aux_sym_preproc_if_token2, - [65809] = 2, + aux_sym_preproc_include_token2, + [65065] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5183), 1, - anon_sym_SEMI, - [65816] = 2, + anon_sym_RPAREN, + [65072] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3269), 1, + anon_sym_COLON, + [65079] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5185), 1, - sym_primitive_type, - [65823] = 2, + anon_sym_LPAREN2, + [65086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5187), 1, - anon_sym_RPAREN, - [65830] = 2, + anon_sym_LPAREN2, + [65093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 1, - aux_sym_preproc_if_token2, - [65837] = 2, + ACTIONS(3245), 1, + anon_sym_SEMI, + [65100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5191), 1, - anon_sym_LPAREN2, - [65844] = 2, + ACTIONS(5189), 1, + aux_sym_preproc_if_token2, + [65107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 1, - anon_sym_SEMI, - [65851] = 2, + ACTIONS(3223), 1, + anon_sym_RBRACE, + [65114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 1, + ACTIONS(5191), 1, anon_sym_SEMI, - [65858] = 2, + [65121] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5193), 1, - sym_identifier, - [65865] = 2, + anon_sym_RPAREN, + [65128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5195), 1, - anon_sym_STAR, - [65872] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [65135] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(5197), 1, - anon_sym_RPAREN, - [65879] = 2, + aux_sym_preproc_include_token2, + [65142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5199), 1, sym_identifier, - [65886] = 2, + [65149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5201), 1, - sym_identifier, - [65893] = 2, + anon_sym_LPAREN2, + [65156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5203), 1, - sym_identifier, - [65900] = 2, + anon_sym_while, + [65163] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5205), 1, - aux_sym_preproc_if_token2, - [65907] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3273), 1, - anon_sym_RPAREN, - [65914] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3279), 1, anon_sym_SEMI, - [65921] = 2, + [65170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5207), 1, - anon_sym_LPAREN2, - [65928] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [65177] = 2, + ACTIONS(3480), 1, sym_comment, ACTIONS(5209), 1, - aux_sym_preproc_if_token2, - [65935] = 2, + aux_sym_preproc_include_token2, + [65184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5211), 1, - anon_sym_LPAREN2, - [65942] = 2, + anon_sym_STAR, + [65191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5213), 1, - anon_sym_LPAREN2, - [65949] = 2, + ACTIONS(3293), 1, + anon_sym_SEMI, + [65198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, - anon_sym_COLON, - [65956] = 2, + ACTIONS(5213), 1, + aux_sym_preproc_if_token2, + [65205] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5215), 1, aux_sym_preproc_if_token2, - [65963] = 2, + [65212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5217), 1, - ts_builtin_sym_end, - [65970] = 2, + anon_sym_RBRACK, + [65219] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3317), 1, + anon_sym_COLON, + [65226] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5219), 1, - anon_sym_RBRACK, - [65977] = 2, + aux_sym_preproc_if_token2, + [65233] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3323), 1, + anon_sym_SEMI, + [65240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5221), 1, - anon_sym_RPAREN, - [65984] = 2, + anon_sym_LPAREN2, + [65247] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5223), 1, - anon_sym_SEMI, - [65991] = 2, + aux_sym_preproc_if_token2, + [65254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5225), 1, - anon_sym_LPAREN2, - [65998] = 2, + sym_identifier, + [65261] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5227), 1, - aux_sym_preproc_if_token2, - [66005] = 2, + anon_sym_while, + [65268] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5229), 1, - aux_sym_preproc_if_token2, - [66012] = 2, + anon_sym_LPAREN2, + [65275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5231), 1, - anon_sym_while, - [66019] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(4770), 1, - aux_sym_preproc_include_token2, - [66026] = 2, + anon_sym_RPAREN, + [65282] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5233), 1, - anon_sym_SEMI, - [66033] = 2, + anon_sym_STAR, + [65289] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5235), 1, - anon_sym_LPAREN2, - [66040] = 2, + sym_identifier, + [65296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5237), 1, - anon_sym_STAR, - [66047] = 2, + aux_sym_preproc_if_token2, + [65303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5239), 1, - aux_sym_preproc_if_token2, - [66054] = 2, + anon_sym_RPAREN, + [65310] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5241), 1, - anon_sym_RPAREN, - [66061] = 2, + anon_sym_STAR, + [65317] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5243), 1, - anon_sym_RPAREN, - [66068] = 2, + anon_sym_while, + [65324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5245), 1, - sym_identifier, - [66075] = 2, + ACTIONS(3311), 1, + anon_sym_RPAREN, + [65331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_COLON, - [66082] = 2, + ACTIONS(3309), 1, + anon_sym_SEMI, + [65338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3263), 1, - anon_sym_COLON, - [66089] = 2, + ACTIONS(5245), 1, + anon_sym_SEMI, + [65345] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5247), 1, anon_sym_RPAREN, - [66096] = 2, + [65352] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5249), 1, anon_sym_LPAREN2, - [66103] = 2, + [65359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5251), 1, - sym_identifier, - [66110] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3283), 1, - anon_sym_RPAREN, - [66117] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5253), 1, anon_sym_while, - [66124] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3819), 1, - anon_sym_RBRACE, - [66131] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5255), 1, - aux_sym_preproc_if_token2, - [66138] = 2, - ACTIONS(3515), 1, + [65366] = 2, + ACTIONS(3480), 1, sym_comment, - ACTIONS(5257), 1, + ACTIONS(5253), 1, aux_sym_preproc_include_token2, - [66145] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5259), 1, - anon_sym_RPAREN, - [66152] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5261), 1, - anon_sym_SEMI, - [66159] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5263), 1, - aux_sym_preproc_if_token2, - [66166] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5265), 1, - anon_sym_RBRACE, - [66173] = 2, + [65373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5267), 1, - anon_sym_while, - [66180] = 2, + ACTIONS(5255), 1, + anon_sym_LPAREN2, + [65380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5269), 1, + ACTIONS(5257), 1, aux_sym_preproc_if_token2, - [66187] = 2, - ACTIONS(3199), 1, - aux_sym_preproc_include_token2, - ACTIONS(3515), 1, - sym_comment, - [66194] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5271), 1, - anon_sym_SEMI, - [66201] = 2, + [65387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5273), 1, + ACTIONS(5259), 1, aux_sym_preproc_if_token2, - [66208] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5275), 1, - anon_sym_LPAREN2, - [66215] = 2, + [65394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5277), 1, + ACTIONS(5261), 1, aux_sym_preproc_if_token2, - [66222] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5279), 1, - anon_sym_SEMI, - [66229] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5281), 1, - anon_sym_LPAREN2, - [66236] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5283), 1, - anon_sym_COLON, - [66243] = 2, - ACTIONS(3515), 1, - sym_comment, - ACTIONS(5285), 1, - aux_sym_preproc_include_token2, - [66250] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5287), 1, - anon_sym_LPAREN2, }; static const uint32_t ts_small_parse_table_map[] = { @@ -115679,19 +115331,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(535)] = 7923, [SMALL_STATE(536)] = 8030, [SMALL_STATE(537)] = 8137, - [SMALL_STATE(538)] = 8244, - [SMALL_STATE(539)] = 8351, - [SMALL_STATE(540)] = 8458, - [SMALL_STATE(541)] = 8565, - [SMALL_STATE(542)] = 8672, - [SMALL_STATE(543)] = 8779, - [SMALL_STATE(544)] = 8886, - [SMALL_STATE(545)] = 8993, - [SMALL_STATE(546)] = 9100, - [SMALL_STATE(547)] = 9207, - [SMALL_STATE(548)] = 9314, - [SMALL_STATE(549)] = 9421, - [SMALL_STATE(550)] = 9528, + [SMALL_STATE(538)] = 8228, + [SMALL_STATE(539)] = 8335, + [SMALL_STATE(540)] = 8442, + [SMALL_STATE(541)] = 8549, + [SMALL_STATE(542)] = 8656, + [SMALL_STATE(543)] = 8763, + [SMALL_STATE(544)] = 8870, + [SMALL_STATE(545)] = 8977, + [SMALL_STATE(546)] = 9084, + [SMALL_STATE(547)] = 9191, + [SMALL_STATE(548)] = 9298, + [SMALL_STATE(549)] = 9405, + [SMALL_STATE(550)] = 9512, [SMALL_STATE(551)] = 9619, [SMALL_STATE(552)] = 9726, [SMALL_STATE(553)] = 9833, @@ -115773,21 +115425,21 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(629)] = 17930, [SMALL_STATE(630)] = 18002, [SMALL_STATE(631)] = 18074, - [SMALL_STATE(632)] = 18143, - [SMALL_STATE(633)] = 18252, + [SMALL_STATE(632)] = 18183, + [SMALL_STATE(633)] = 18290, [SMALL_STATE(634)] = 18359, [SMALL_STATE(635)] = 18423, [SMALL_STATE(636)] = 18487, [SMALL_STATE(637)] = 18551, [SMALL_STATE(638)] = 18615, [SMALL_STATE(639)] = 18679, - [SMALL_STATE(640)] = 18743, - [SMALL_STATE(641)] = 18807, - [SMALL_STATE(642)] = 18871, - [SMALL_STATE(643)] = 18935, - [SMALL_STATE(644)] = 18999, - [SMALL_STATE(645)] = 19063, - [SMALL_STATE(646)] = 19127, + [SMALL_STATE(640)] = 18759, + [SMALL_STATE(641)] = 18823, + [SMALL_STATE(642)] = 18887, + [SMALL_STATE(643)] = 18951, + [SMALL_STATE(644)] = 19015, + [SMALL_STATE(645)] = 19079, + [SMALL_STATE(646)] = 19143, [SMALL_STATE(647)] = 19207, [SMALL_STATE(648)] = 19308, [SMALL_STATE(649)] = 19409, @@ -115805,1365 +115457,1338 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(661)] = 20621, [SMALL_STATE(662)] = 20722, [SMALL_STATE(663)] = 20823, - [SMALL_STATE(664)] = 20923, - [SMALL_STATE(665)] = 21021, - [SMALL_STATE(666)] = 21119, + [SMALL_STATE(664)] = 20921, + [SMALL_STATE(665)] = 20983, + [SMALL_STATE(666)] = 21083, [SMALL_STATE(667)] = 21181, [SMALL_STATE(668)] = 21252, [SMALL_STATE(669)] = 21313, - [SMALL_STATE(670)] = 21374, - [SMALL_STATE(671)] = 21435, - [SMALL_STATE(672)] = 21495, - [SMALL_STATE(673)] = 21563, - [SMALL_STATE(674)] = 21629, - [SMALL_STATE(675)] = 21720, - [SMALL_STATE(676)] = 21811, - [SMALL_STATE(677)] = 21870, - [SMALL_STATE(678)] = 21929, - [SMALL_STATE(679)] = 21988, - [SMALL_STATE(680)] = 22047, - [SMALL_STATE(681)] = 22106, - [SMALL_STATE(682)] = 22165, - [SMALL_STATE(683)] = 22224, - [SMALL_STATE(684)] = 22315, - [SMALL_STATE(685)] = 22374, - [SMALL_STATE(686)] = 22433, - [SMALL_STATE(687)] = 22492, - [SMALL_STATE(688)] = 22551, - [SMALL_STATE(689)] = 22610, - [SMALL_STATE(690)] = 22669, - [SMALL_STATE(691)] = 22728, - [SMALL_STATE(692)] = 22819, - [SMALL_STATE(693)] = 22878, - [SMALL_STATE(694)] = 22937, - [SMALL_STATE(695)] = 23028, - [SMALL_STATE(696)] = 23119, - [SMALL_STATE(697)] = 23210, - [SMALL_STATE(698)] = 23301, - [SMALL_STATE(699)] = 23360, - [SMALL_STATE(700)] = 23418, - [SMALL_STATE(701)] = 23486, - [SMALL_STATE(702)] = 23544, - [SMALL_STATE(703)] = 23612, - [SMALL_STATE(704)] = 23670, - [SMALL_STATE(705)] = 23738, - [SMALL_STATE(706)] = 23806, - [SMALL_STATE(707)] = 23864, - [SMALL_STATE(708)] = 23932, - [SMALL_STATE(709)] = 23998, - [SMALL_STATE(710)] = 24056, - [SMALL_STATE(711)] = 24144, + [SMALL_STATE(670)] = 21379, + [SMALL_STATE(671)] = 21439, + [SMALL_STATE(672)] = 21507, + [SMALL_STATE(673)] = 21566, + [SMALL_STATE(674)] = 21625, + [SMALL_STATE(675)] = 21716, + [SMALL_STATE(676)] = 21775, + [SMALL_STATE(677)] = 21834, + [SMALL_STATE(678)] = 21893, + [SMALL_STATE(679)] = 21952, + [SMALL_STATE(680)] = 22011, + [SMALL_STATE(681)] = 22070, + [SMALL_STATE(682)] = 22129, + [SMALL_STATE(683)] = 22188, + [SMALL_STATE(684)] = 22247, + [SMALL_STATE(685)] = 22338, + [SMALL_STATE(686)] = 22397, + [SMALL_STATE(687)] = 22456, + [SMALL_STATE(688)] = 22515, + [SMALL_STATE(689)] = 22574, + [SMALL_STATE(690)] = 22665, + [SMALL_STATE(691)] = 22724, + [SMALL_STATE(692)] = 22815, + [SMALL_STATE(693)] = 22906, + [SMALL_STATE(694)] = 22997, + [SMALL_STATE(695)] = 23088, + [SMALL_STATE(696)] = 23179, + [SMALL_STATE(697)] = 23238, + [SMALL_STATE(698)] = 23296, + [SMALL_STATE(699)] = 23384, + [SMALL_STATE(700)] = 23452, + [SMALL_STATE(701)] = 23510, + [SMALL_STATE(702)] = 23568, + [SMALL_STATE(703)] = 23626, + [SMALL_STATE(704)] = 23694, + [SMALL_STATE(705)] = 23762, + [SMALL_STATE(706)] = 23820, + [SMALL_STATE(707)] = 23886, + [SMALL_STATE(708)] = 23954, + [SMALL_STATE(709)] = 24022, + [SMALL_STATE(710)] = 24087, + [SMALL_STATE(711)] = 24152, [SMALL_STATE(712)] = 24209, [SMALL_STATE(713)] = 24274, - [SMALL_STATE(714)] = 24347, - [SMALL_STATE(715)] = 24408, - [SMALL_STATE(716)] = 24465, - [SMALL_STATE(717)] = 24522, - [SMALL_STATE(718)] = 24587, + [SMALL_STATE(714)] = 24331, + [SMALL_STATE(715)] = 24388, + [SMALL_STATE(716)] = 24453, + [SMALL_STATE(717)] = 24518, + [SMALL_STATE(718)] = 24591, [SMALL_STATE(719)] = 24652, [SMALL_STATE(720)] = 24717, - [SMALL_STATE(721)] = 24774, - [SMALL_STATE(722)] = 24839, - [SMALL_STATE(723)] = 24912, - [SMALL_STATE(724)] = 24977, - [SMALL_STATE(725)] = 25049, - [SMALL_STATE(726)] = 25121, - [SMALL_STATE(727)] = 25177, - [SMALL_STATE(728)] = 25249, - [SMALL_STATE(729)] = 25321, - [SMALL_STATE(730)] = 25377, - [SMALL_STATE(731)] = 25433, - [SMALL_STATE(732)] = 25492, - [SMALL_STATE(733)] = 25551, - [SMALL_STATE(734)] = 25610, - [SMALL_STATE(735)] = 25669, - [SMALL_STATE(736)] = 25728, - [SMALL_STATE(737)] = 25787, - [SMALL_STATE(738)] = 25846, - [SMALL_STATE(739)] = 25905, - [SMALL_STATE(740)] = 25964, - [SMALL_STATE(741)] = 26023, - [SMALL_STATE(742)] = 26082, + [SMALL_STATE(721)] = 24782, + [SMALL_STATE(722)] = 24855, + [SMALL_STATE(723)] = 24927, + [SMALL_STATE(724)] = 24999, + [SMALL_STATE(725)] = 25055, + [SMALL_STATE(726)] = 25127, + [SMALL_STATE(727)] = 25183, + [SMALL_STATE(728)] = 25239, + [SMALL_STATE(729)] = 25311, + [SMALL_STATE(730)] = 25370, + [SMALL_STATE(731)] = 25429, + [SMALL_STATE(732)] = 25488, + [SMALL_STATE(733)] = 25547, + [SMALL_STATE(734)] = 25606, + [SMALL_STATE(735)] = 25665, + [SMALL_STATE(736)] = 25724, + [SMALL_STATE(737)] = 25783, + [SMALL_STATE(738)] = 25842, + [SMALL_STATE(739)] = 25901, + [SMALL_STATE(740)] = 25960, + [SMALL_STATE(741)] = 26018, + [SMALL_STATE(742)] = 26078, [SMALL_STATE(743)] = 26136, [SMALL_STATE(744)] = 26190, [SMALL_STATE(745)] = 26244, - [SMALL_STATE(746)] = 26302, - [SMALL_STATE(747)] = 26356, - [SMALL_STATE(748)] = 26414, - [SMALL_STATE(749)] = 26468, - [SMALL_STATE(750)] = 26528, - [SMALL_STATE(751)] = 26586, - [SMALL_STATE(752)] = 26644, - [SMALL_STATE(753)] = 26702, - [SMALL_STATE(754)] = 26760, - [SMALL_STATE(755)] = 26818, - [SMALL_STATE(756)] = 26876, - [SMALL_STATE(757)] = 26934, - [SMALL_STATE(758)] = 26988, - [SMALL_STATE(759)] = 27042, - [SMALL_STATE(760)] = 27096, - [SMALL_STATE(761)] = 27150, - [SMALL_STATE(762)] = 27204, - [SMALL_STATE(763)] = 27258, - [SMALL_STATE(764)] = 27312, - [SMALL_STATE(765)] = 27366, - [SMALL_STATE(766)] = 27420, - [SMALL_STATE(767)] = 27480, - [SMALL_STATE(768)] = 27534, - [SMALL_STATE(769)] = 27592, - [SMALL_STATE(770)] = 27646, - [SMALL_STATE(771)] = 27704, - [SMALL_STATE(772)] = 27762, - [SMALL_STATE(773)] = 27816, - [SMALL_STATE(774)] = 27870, - [SMALL_STATE(775)] = 27924, - [SMALL_STATE(776)] = 27978, - [SMALL_STATE(777)] = 28032, - [SMALL_STATE(778)] = 28086, - [SMALL_STATE(779)] = 28140, - [SMALL_STATE(780)] = 28194, - [SMALL_STATE(781)] = 28248, - [SMALL_STATE(782)] = 28302, - [SMALL_STATE(783)] = 28356, - [SMALL_STATE(784)] = 28447, - [SMALL_STATE(785)] = 28500, - [SMALL_STATE(786)] = 28553, - [SMALL_STATE(787)] = 28606, - [SMALL_STATE(788)] = 28659, - [SMALL_STATE(789)] = 28722, - [SMALL_STATE(790)] = 28775, - [SMALL_STATE(791)] = 28828, - [SMALL_STATE(792)] = 28881, - [SMALL_STATE(793)] = 28944, - [SMALL_STATE(794)] = 29015, - [SMALL_STATE(795)] = 29068, - [SMALL_STATE(796)] = 29121, - [SMALL_STATE(797)] = 29184, - [SMALL_STATE(798)] = 29275, - [SMALL_STATE(799)] = 29346, - [SMALL_STATE(800)] = 29409, - [SMALL_STATE(801)] = 29480, - [SMALL_STATE(802)] = 29543, - [SMALL_STATE(803)] = 29596, - [SMALL_STATE(804)] = 29649, - [SMALL_STATE(805)] = 29712, - [SMALL_STATE(806)] = 29765, - [SMALL_STATE(807)] = 29818, - [SMALL_STATE(808)] = 29871, - [SMALL_STATE(809)] = 29924, - [SMALL_STATE(810)] = 29977, - [SMALL_STATE(811)] = 30030, - [SMALL_STATE(812)] = 30083, - [SMALL_STATE(813)] = 30154, - [SMALL_STATE(814)] = 30220, - [SMALL_STATE(815)] = 30278, - [SMALL_STATE(816)] = 30352, - [SMALL_STATE(817)] = 30424, - [SMALL_STATE(818)] = 30510, - [SMALL_STATE(819)] = 30572, - [SMALL_STATE(820)] = 30656, - [SMALL_STATE(821)] = 30724, - [SMALL_STATE(822)] = 30788, - [SMALL_STATE(823)] = 30846, - [SMALL_STATE(824)] = 30932, - [SMALL_STATE(825)] = 30996, - [SMALL_STATE(826)] = 31078, - [SMALL_STATE(827)] = 31158, - [SMALL_STATE(828)] = 31234, - [SMALL_STATE(829)] = 31310, - [SMALL_STATE(830)] = 31384, - [SMALL_STATE(831)] = 31456, - [SMALL_STATE(832)] = 31524, - [SMALL_STATE(833)] = 31590, - [SMALL_STATE(834)] = 31676, - [SMALL_STATE(835)] = 31762, - [SMALL_STATE(836)] = 31846, - [SMALL_STATE(837)] = 31926, - [SMALL_STATE(838)] = 32008, - [SMALL_STATE(839)] = 32094, - [SMALL_STATE(840)] = 32172, - [SMALL_STATE(841)] = 32232, - [SMALL_STATE(842)] = 32318, - [SMALL_STATE(843)] = 32396, - [SMALL_STATE(844)] = 32451, - [SMALL_STATE(845)] = 32510, - [SMALL_STATE(846)] = 32565, - [SMALL_STATE(847)] = 32615, - [SMALL_STATE(848)] = 32701, - [SMALL_STATE(849)] = 32787, - [SMALL_STATE(850)] = 32837, - [SMALL_STATE(851)] = 32890, - [SMALL_STATE(852)] = 32939, - [SMALL_STATE(853)] = 32988, - [SMALL_STATE(854)] = 33041, - [SMALL_STATE(855)] = 33090, - [SMALL_STATE(856)] = 33139, - [SMALL_STATE(857)] = 33188, - [SMALL_STATE(858)] = 33237, - [SMALL_STATE(859)] = 33286, - [SMALL_STATE(860)] = 33335, - [SMALL_STATE(861)] = 33384, - [SMALL_STATE(862)] = 33433, - [SMALL_STATE(863)] = 33482, - [SMALL_STATE(864)] = 33531, - [SMALL_STATE(865)] = 33580, - [SMALL_STATE(866)] = 33629, - [SMALL_STATE(867)] = 33678, - [SMALL_STATE(868)] = 33727, - [SMALL_STATE(869)] = 33780, - [SMALL_STATE(870)] = 33833, - [SMALL_STATE(871)] = 33882, - [SMALL_STATE(872)] = 33931, - [SMALL_STATE(873)] = 33980, - [SMALL_STATE(874)] = 34029, - [SMALL_STATE(875)] = 34078, - [SMALL_STATE(876)] = 34127, - [SMALL_STATE(877)] = 34180, - [SMALL_STATE(878)] = 34229, - [SMALL_STATE(879)] = 34282, - [SMALL_STATE(880)] = 34335, - [SMALL_STATE(881)] = 34384, - [SMALL_STATE(882)] = 34433, - [SMALL_STATE(883)] = 34482, - [SMALL_STATE(884)] = 34531, - [SMALL_STATE(885)] = 34580, - [SMALL_STATE(886)] = 34629, - [SMALL_STATE(887)] = 34678, - [SMALL_STATE(888)] = 34727, - [SMALL_STATE(889)] = 34776, - [SMALL_STATE(890)] = 34825, - [SMALL_STATE(891)] = 34874, - [SMALL_STATE(892)] = 34923, - [SMALL_STATE(893)] = 34972, - [SMALL_STATE(894)] = 35049, - [SMALL_STATE(895)] = 35096, - [SMALL_STATE(896)] = 35155, - [SMALL_STATE(897)] = 35214, - [SMALL_STATE(898)] = 35273, - [SMALL_STATE(899)] = 35356, - [SMALL_STATE(900)] = 35417, - [SMALL_STATE(901)] = 35496, - [SMALL_STATE(902)] = 35573, - [SMALL_STATE(903)] = 35648, - [SMALL_STATE(904)] = 35721, - [SMALL_STATE(905)] = 35792, - [SMALL_STATE(906)] = 35861, - [SMALL_STATE(907)] = 35926, - [SMALL_STATE(908)] = 35989, - [SMALL_STATE(909)] = 36066, - [SMALL_STATE(910)] = 36149, - [SMALL_STATE(911)] = 36232, - [SMALL_STATE(912)] = 36313, - [SMALL_STATE(913)] = 36370, - [SMALL_STATE(914)] = 36429, - [SMALL_STATE(915)] = 36488, - [SMALL_STATE(916)] = 36547, - [SMALL_STATE(917)] = 36624, - [SMALL_STATE(918)] = 36701, - [SMALL_STATE(919)] = 36747, - [SMALL_STATE(920)] = 36793, - [SMALL_STATE(921)] = 36839, - [SMALL_STATE(922)] = 36885, - [SMALL_STATE(923)] = 36931, - [SMALL_STATE(924)] = 36987, - [SMALL_STATE(925)] = 37033, - [SMALL_STATE(926)] = 37079, - [SMALL_STATE(927)] = 37125, - [SMALL_STATE(928)] = 37171, - [SMALL_STATE(929)] = 37217, - [SMALL_STATE(930)] = 37263, - [SMALL_STATE(931)] = 37309, - [SMALL_STATE(932)] = 37355, - [SMALL_STATE(933)] = 37405, - [SMALL_STATE(934)] = 37459, - [SMALL_STATE(935)] = 37534, - [SMALL_STATE(936)] = 37585, - [SMALL_STATE(937)] = 37660, - [SMALL_STATE(938)] = 37704, - [SMALL_STATE(939)] = 37748, - [SMALL_STATE(940)] = 37792, - [SMALL_STATE(941)] = 37836, - [SMALL_STATE(942)] = 37880, - [SMALL_STATE(943)] = 37924, - [SMALL_STATE(944)] = 37968, - [SMALL_STATE(945)] = 38012, - [SMALL_STATE(946)] = 38056, - [SMALL_STATE(947)] = 38100, - [SMALL_STATE(948)] = 38144, - [SMALL_STATE(949)] = 38188, - [SMALL_STATE(950)] = 38232, - [SMALL_STATE(951)] = 38283, - [SMALL_STATE(952)] = 38356, - [SMALL_STATE(953)] = 38429, - [SMALL_STATE(954)] = 38499, - [SMALL_STATE(955)] = 38567, - [SMALL_STATE(956)] = 38635, - [SMALL_STATE(957)] = 38703, - [SMALL_STATE(958)] = 38773, - [SMALL_STATE(959)] = 38841, - [SMALL_STATE(960)] = 38909, - [SMALL_STATE(961)] = 38977, - [SMALL_STATE(962)] = 39045, - [SMALL_STATE(963)] = 39113, - [SMALL_STATE(964)] = 39181, - [SMALL_STATE(965)] = 39249, - [SMALL_STATE(966)] = 39317, - [SMALL_STATE(967)] = 39385, - [SMALL_STATE(968)] = 39448, - [SMALL_STATE(969)] = 39525, - [SMALL_STATE(970)] = 39600, - [SMALL_STATE(971)] = 39677, - [SMALL_STATE(972)] = 39732, - [SMALL_STATE(973)] = 39805, - [SMALL_STATE(974)] = 39876, - [SMALL_STATE(975)] = 39945, - [SMALL_STATE(976)] = 40012, - [SMALL_STATE(977)] = 40077, - [SMALL_STATE(978)] = 40140, - [SMALL_STATE(979)] = 40199, - [SMALL_STATE(980)] = 40256, - [SMALL_STATE(981)] = 40333, - [SMALL_STATE(982)] = 40410, - [SMALL_STATE(983)] = 40487, - [SMALL_STATE(984)] = 40542, - [SMALL_STATE(985)] = 40615, - [SMALL_STATE(986)] = 40686, - [SMALL_STATE(987)] = 40755, - [SMALL_STATE(988)] = 40830, - [SMALL_STATE(989)] = 40897, - [SMALL_STATE(990)] = 40962, - [SMALL_STATE(991)] = 41039, - [SMALL_STATE(992)] = 41098, - [SMALL_STATE(993)] = 41155, - [SMALL_STATE(994)] = 41232, - [SMALL_STATE(995)] = 41296, - [SMALL_STATE(996)] = 41360, - [SMALL_STATE(997)] = 41400, - [SMALL_STATE(998)] = 41464, - [SMALL_STATE(999)] = 41504, - [SMALL_STATE(1000)] = 41544, - [SMALL_STATE(1001)] = 41584, - [SMALL_STATE(1002)] = 41648, - [SMALL_STATE(1003)] = 41712, - [SMALL_STATE(1004)] = 41776, - [SMALL_STATE(1005)] = 41816, - [SMALL_STATE(1006)] = 41880, - [SMALL_STATE(1007)] = 41944, - [SMALL_STATE(1008)] = 42008, - [SMALL_STATE(1009)] = 42072, - [SMALL_STATE(1010)] = 42136, - [SMALL_STATE(1011)] = 42200, - [SMALL_STATE(1012)] = 42264, - [SMALL_STATE(1013)] = 42304, - [SMALL_STATE(1014)] = 42365, - [SMALL_STATE(1015)] = 42426, - [SMALL_STATE(1016)] = 42487, - [SMALL_STATE(1017)] = 42548, - [SMALL_STATE(1018)] = 42609, - [SMALL_STATE(1019)] = 42670, - [SMALL_STATE(1020)] = 42744, - [SMALL_STATE(1021)] = 42792, - [SMALL_STATE(1022)] = 42866, - [SMALL_STATE(1023)] = 42912, - [SMALL_STATE(1024)] = 42987, - [SMALL_STATE(1025)] = 43062, - [SMALL_STATE(1026)] = 43137, - [SMALL_STATE(1027)] = 43212, - [SMALL_STATE(1028)] = 43282, - [SMALL_STATE(1029)] = 43356, - [SMALL_STATE(1030)] = 43428, - [SMALL_STATE(1031)] = 43480, - [SMALL_STATE(1032)] = 43548, - [SMALL_STATE(1033)] = 43614, - [SMALL_STATE(1034)] = 43680, - [SMALL_STATE(1035)] = 43744, - [SMALL_STATE(1036)] = 43806, - [SMALL_STATE(1037)] = 43866, - [SMALL_STATE(1038)] = 43922, - [SMALL_STATE(1039)] = 43976, - [SMALL_STATE(1040)] = 44048, - [SMALL_STATE(1041)] = 44120, - [SMALL_STATE(1042)] = 44192, - [SMALL_STATE(1043)] = 44264, - [SMALL_STATE(1044)] = 44334, - [SMALL_STATE(1045)] = 44374, - [SMALL_STATE(1046)] = 44444, - [SMALL_STATE(1047)] = 44514, - [SMALL_STATE(1048)] = 44584, - [SMALL_STATE(1049)] = 44656, - [SMALL_STATE(1050)] = 44728, - [SMALL_STATE(1051)] = 44800, - [SMALL_STATE(1052)] = 44872, - [SMALL_STATE(1053)] = 44944, - [SMALL_STATE(1054)] = 45016, - [SMALL_STATE(1055)] = 45088, - [SMALL_STATE(1056)] = 45160, - [SMALL_STATE(1057)] = 45232, - [SMALL_STATE(1058)] = 45302, - [SMALL_STATE(1059)] = 45374, - [SMALL_STATE(1060)] = 45446, - [SMALL_STATE(1061)] = 45516, - [SMALL_STATE(1062)] = 45588, - [SMALL_STATE(1063)] = 45628, - [SMALL_STATE(1064)] = 45678, - [SMALL_STATE(1065)] = 45750, - [SMALL_STATE(1066)] = 45822, - [SMALL_STATE(1067)] = 45894, - [SMALL_STATE(1068)] = 45964, - [SMALL_STATE(1069)] = 46036, - [SMALL_STATE(1070)] = 46076, - [SMALL_STATE(1071)] = 46148, - [SMALL_STATE(1072)] = 46220, - [SMALL_STATE(1073)] = 46292, - [SMALL_STATE(1074)] = 46364, - [SMALL_STATE(1075)] = 46436, - [SMALL_STATE(1076)] = 46508, - [SMALL_STATE(1077)] = 46558, - [SMALL_STATE(1078)] = 46630, - [SMALL_STATE(1079)] = 46702, - [SMALL_STATE(1080)] = 46771, - [SMALL_STATE(1081)] = 46840, - [SMALL_STATE(1082)] = 46909, - [SMALL_STATE(1083)] = 46978, - [SMALL_STATE(1084)] = 47047, - [SMALL_STATE(1085)] = 47102, - [SMALL_STATE(1086)] = 47157, - [SMALL_STATE(1087)] = 47226, - [SMALL_STATE(1088)] = 47281, - [SMALL_STATE(1089)] = 47350, - [SMALL_STATE(1090)] = 47419, - [SMALL_STATE(1091)] = 47488, - [SMALL_STATE(1092)] = 47543, - [SMALL_STATE(1093)] = 47612, - [SMALL_STATE(1094)] = 47667, - [SMALL_STATE(1095)] = 47736, - [SMALL_STATE(1096)] = 47805, - [SMALL_STATE(1097)] = 47874, - [SMALL_STATE(1098)] = 47943, - [SMALL_STATE(1099)] = 48012, - [SMALL_STATE(1100)] = 48081, - [SMALL_STATE(1101)] = 48150, - [SMALL_STATE(1102)] = 48205, - [SMALL_STATE(1103)] = 48274, - [SMALL_STATE(1104)] = 48343, - [SMALL_STATE(1105)] = 48412, - [SMALL_STATE(1106)] = 48481, - [SMALL_STATE(1107)] = 48550, - [SMALL_STATE(1108)] = 48619, - [SMALL_STATE(1109)] = 48688, - [SMALL_STATE(1110)] = 48740, - [SMALL_STATE(1111)] = 48792, - [SMALL_STATE(1112)] = 48844, - [SMALL_STATE(1113)] = 48896, - [SMALL_STATE(1114)] = 48948, - [SMALL_STATE(1115)] = 49000, - [SMALL_STATE(1116)] = 49052, - [SMALL_STATE(1117)] = 49118, - [SMALL_STATE(1118)] = 49170, - [SMALL_STATE(1119)] = 49222, - [SMALL_STATE(1120)] = 49258, - [SMALL_STATE(1121)] = 49307, - [SMALL_STATE(1122)] = 49346, - [SMALL_STATE(1123)] = 49395, - [SMALL_STATE(1124)] = 49435, - [SMALL_STATE(1125)] = 49475, - [SMALL_STATE(1126)] = 49515, - [SMALL_STATE(1127)] = 49555, - [SMALL_STATE(1128)] = 49611, - [SMALL_STATE(1129)] = 49660, - [SMALL_STATE(1130)] = 49694, - [SMALL_STATE(1131)] = 49728, - [SMALL_STATE(1132)] = 49762, - [SMALL_STATE(1133)] = 49796, - [SMALL_STATE(1134)] = 49830, - [SMALL_STATE(1135)] = 49864, - [SMALL_STATE(1136)] = 49898, - [SMALL_STATE(1137)] = 49952, - [SMALL_STATE(1138)] = 50006, - [SMALL_STATE(1139)] = 50060, - [SMALL_STATE(1140)] = 50114, - [SMALL_STATE(1141)] = 50148, - [SMALL_STATE(1142)] = 50182, - [SMALL_STATE(1143)] = 50216, - [SMALL_STATE(1144)] = 50250, - [SMALL_STATE(1145)] = 50286, - [SMALL_STATE(1146)] = 50320, - [SMALL_STATE(1147)] = 50354, - [SMALL_STATE(1148)] = 50388, - [SMALL_STATE(1149)] = 50439, - [SMALL_STATE(1150)] = 50490, - [SMALL_STATE(1151)] = 50545, - [SMALL_STATE(1152)] = 50600, - [SMALL_STATE(1153)] = 50651, - [SMALL_STATE(1154)] = 50702, - [SMALL_STATE(1155)] = 50753, - [SMALL_STATE(1156)] = 50794, - [SMALL_STATE(1157)] = 50845, - [SMALL_STATE(1158)] = 50900, - [SMALL_STATE(1159)] = 50951, - [SMALL_STATE(1160)] = 51002, - [SMALL_STATE(1161)] = 51053, - [SMALL_STATE(1162)] = 51096, - [SMALL_STATE(1163)] = 51147, - [SMALL_STATE(1164)] = 51190, - [SMALL_STATE(1165)] = 51233, - [SMALL_STATE(1166)] = 51284, - [SMALL_STATE(1167)] = 51317, - [SMALL_STATE(1168)] = 51357, - [SMALL_STATE(1169)] = 51385, - [SMALL_STATE(1170)] = 51413, - [SMALL_STATE(1171)] = 51453, - [SMALL_STATE(1172)] = 51501, - [SMALL_STATE(1173)] = 51541, - [SMALL_STATE(1174)] = 51581, - [SMALL_STATE(1175)] = 51621, - [SMALL_STATE(1176)] = 51661, - [SMALL_STATE(1177)] = 51689, - [SMALL_STATE(1178)] = 51729, - [SMALL_STATE(1179)] = 51775, - [SMALL_STATE(1180)] = 51815, - [SMALL_STATE(1181)] = 51865, - [SMALL_STATE(1182)] = 51905, - [SMALL_STATE(1183)] = 51951, - [SMALL_STATE(1184)] = 51991, - [SMALL_STATE(1185)] = 52035, - [SMALL_STATE(1186)] = 52075, - [SMALL_STATE(1187)] = 52115, - [SMALL_STATE(1188)] = 52157, - [SMALL_STATE(1189)] = 52197, - [SMALL_STATE(1190)] = 52237, - [SMALL_STATE(1191)] = 52265, - [SMALL_STATE(1192)] = 52305, - [SMALL_STATE(1193)] = 52345, - [SMALL_STATE(1194)] = 52385, - [SMALL_STATE(1195)] = 52425, - [SMALL_STATE(1196)] = 52465, - [SMALL_STATE(1197)] = 52505, - [SMALL_STATE(1198)] = 52545, - [SMALL_STATE(1199)] = 52585, - [SMALL_STATE(1200)] = 52625, - [SMALL_STATE(1201)] = 52665, - [SMALL_STATE(1202)] = 52705, - [SMALL_STATE(1203)] = 52741, - [SMALL_STATE(1204)] = 52781, - [SMALL_STATE(1205)] = 52821, - [SMALL_STATE(1206)] = 52855, - [SMALL_STATE(1207)] = 52895, - [SMALL_STATE(1208)] = 52935, - [SMALL_STATE(1209)] = 52975, - [SMALL_STATE(1210)] = 53015, - [SMALL_STATE(1211)] = 53055, - [SMALL_STATE(1212)] = 53095, - [SMALL_STATE(1213)] = 53135, - [SMALL_STATE(1214)] = 53163, - [SMALL_STATE(1215)] = 53203, - [SMALL_STATE(1216)] = 53243, - [SMALL_STATE(1217)] = 53283, - [SMALL_STATE(1218)] = 53323, - [SMALL_STATE(1219)] = 53351, - [SMALL_STATE(1220)] = 53391, - [SMALL_STATE(1221)] = 53423, - [SMALL_STATE(1222)] = 53463, - [SMALL_STATE(1223)] = 53512, - [SMALL_STATE(1224)] = 53539, - [SMALL_STATE(1225)] = 53584, - [SMALL_STATE(1226)] = 53627, - [SMALL_STATE(1227)] = 53668, - [SMALL_STATE(1228)] = 53707, - [SMALL_STATE(1229)] = 53744, - [SMALL_STATE(1230)] = 53779, - [SMALL_STATE(1231)] = 53812, - [SMALL_STATE(1232)] = 53843, - [SMALL_STATE(1233)] = 53888, - [SMALL_STATE(1234)] = 53937, - [SMALL_STATE(1235)] = 53964, - [SMALL_STATE(1236)] = 54009, - [SMALL_STATE(1237)] = 54036, - [SMALL_STATE(1238)] = 54081, - [SMALL_STATE(1239)] = 54110, - [SMALL_STATE(1240)] = 54155, - [SMALL_STATE(1241)] = 54182, - [SMALL_STATE(1242)] = 54227, - [SMALL_STATE(1243)] = 54272, - [SMALL_STATE(1244)] = 54299, - [SMALL_STATE(1245)] = 54326, - [SMALL_STATE(1246)] = 54353, - [SMALL_STATE(1247)] = 54396, - [SMALL_STATE(1248)] = 54423, - [SMALL_STATE(1249)] = 54468, - [SMALL_STATE(1250)] = 54495, - [SMALL_STATE(1251)] = 54540, - [SMALL_STATE(1252)] = 54585, - [SMALL_STATE(1253)] = 54628, - [SMALL_STATE(1254)] = 54673, - [SMALL_STATE(1255)] = 54718, - [SMALL_STATE(1256)] = 54761, - [SMALL_STATE(1257)] = 54788, - [SMALL_STATE(1258)] = 54833, - [SMALL_STATE(1259)] = 54878, - [SMALL_STATE(1260)] = 54921, - [SMALL_STATE(1261)] = 54966, - [SMALL_STATE(1262)] = 55006, - [SMALL_STATE(1263)] = 55046, - [SMALL_STATE(1264)] = 55082, - [SMALL_STATE(1265)] = 55122, - [SMALL_STATE(1266)] = 55162, - [SMALL_STATE(1267)] = 55206, - [SMALL_STATE(1268)] = 55246, - [SMALL_STATE(1269)] = 55288, - [SMALL_STATE(1270)] = 55328, - [SMALL_STATE(1271)] = 55359, - [SMALL_STATE(1272)] = 55400, - [SMALL_STATE(1273)] = 55439, - [SMALL_STATE(1274)] = 55470, - [SMALL_STATE(1275)] = 55511, - [SMALL_STATE(1276)] = 55542, - [SMALL_STATE(1277)] = 55583, - [SMALL_STATE(1278)] = 55624, - [SMALL_STATE(1279)] = 55665, - [SMALL_STATE(1280)] = 55706, - [SMALL_STATE(1281)] = 55747, - [SMALL_STATE(1282)] = 55778, - [SMALL_STATE(1283)] = 55819, - [SMALL_STATE(1284)] = 55861, - [SMALL_STATE(1285)] = 55903, - [SMALL_STATE(1286)] = 55931, - [SMALL_STATE(1287)] = 55973, - [SMALL_STATE(1288)] = 56011, - [SMALL_STATE(1289)] = 56049, - [SMALL_STATE(1290)] = 56076, - [SMALL_STATE(1291)] = 56099, - [SMALL_STATE(1292)] = 56138, - [SMALL_STATE(1293)] = 56177, - [SMALL_STATE(1294)] = 56216, - [SMALL_STATE(1295)] = 56255, - [SMALL_STATE(1296)] = 56282, - [SMALL_STATE(1297)] = 56315, - [SMALL_STATE(1298)] = 56338, - [SMALL_STATE(1299)] = 56361, - [SMALL_STATE(1300)] = 56393, - [SMALL_STATE(1301)] = 56425, - [SMALL_STATE(1302)] = 56457, - [SMALL_STATE(1303)] = 56489, - [SMALL_STATE(1304)] = 56528, - [SMALL_STATE(1305)] = 56549, - [SMALL_STATE(1306)] = 56570, - [SMALL_STATE(1307)] = 56607, - [SMALL_STATE(1308)] = 56644, - [SMALL_STATE(1309)] = 56665, - [SMALL_STATE(1310)] = 56702, - [SMALL_STATE(1311)] = 56739, - [SMALL_STATE(1312)] = 56760, - [SMALL_STATE(1313)] = 56797, - [SMALL_STATE(1314)] = 56824, - [SMALL_STATE(1315)] = 56845, - [SMALL_STATE(1316)] = 56866, - [SMALL_STATE(1317)] = 56903, - [SMALL_STATE(1318)] = 56936, - [SMALL_STATE(1319)] = 56973, - [SMALL_STATE(1320)] = 57010, - [SMALL_STATE(1321)] = 57047, - [SMALL_STATE(1322)] = 57068, - [SMALL_STATE(1323)] = 57105, - [SMALL_STATE(1324)] = 57142, - [SMALL_STATE(1325)] = 57175, - [SMALL_STATE(1326)] = 57205, - [SMALL_STATE(1327)] = 57235, - [SMALL_STATE(1328)] = 57265, - [SMALL_STATE(1329)] = 57299, - [SMALL_STATE(1330)] = 57333, - [SMALL_STATE(1331)] = 57363, - [SMALL_STATE(1332)] = 57388, - [SMALL_STATE(1333)] = 57419, - [SMALL_STATE(1334)] = 57442, - [SMALL_STATE(1335)] = 57471, - [SMALL_STATE(1336)] = 57500, - [SMALL_STATE(1337)] = 57529, - [SMALL_STATE(1338)] = 57558, - [SMALL_STATE(1339)] = 57587, - [SMALL_STATE(1340)] = 57610, - [SMALL_STATE(1341)] = 57641, - [SMALL_STATE(1342)] = 57670, - [SMALL_STATE(1343)] = 57701, - [SMALL_STATE(1344)] = 57730, - [SMALL_STATE(1345)] = 57761, - [SMALL_STATE(1346)] = 57790, - [SMALL_STATE(1347)] = 57819, - [SMALL_STATE(1348)] = 57850, - [SMALL_STATE(1349)] = 57881, - [SMALL_STATE(1350)] = 57910, - [SMALL_STATE(1351)] = 57943, - [SMALL_STATE(1352)] = 57968, - [SMALL_STATE(1353)] = 57999, - [SMALL_STATE(1354)] = 58028, - [SMALL_STATE(1355)] = 58057, - [SMALL_STATE(1356)] = 58086, - [SMALL_STATE(1357)] = 58115, - [SMALL_STATE(1358)] = 58144, - [SMALL_STATE(1359)] = 58173, - [SMALL_STATE(1360)] = 58202, - [SMALL_STATE(1361)] = 58233, - [SMALL_STATE(1362)] = 58262, - [SMALL_STATE(1363)] = 58285, - [SMALL_STATE(1364)] = 58313, - [SMALL_STATE(1365)] = 58337, - [SMALL_STATE(1366)] = 58369, - [SMALL_STATE(1367)] = 58391, - [SMALL_STATE(1368)] = 58415, - [SMALL_STATE(1369)] = 58443, - [SMALL_STATE(1370)] = 58471, - [SMALL_STATE(1371)] = 58499, - [SMALL_STATE(1372)] = 58527, - [SMALL_STATE(1373)] = 58551, - [SMALL_STATE(1374)] = 58583, - [SMALL_STATE(1375)] = 58615, - [SMALL_STATE(1376)] = 58637, - [SMALL_STATE(1377)] = 58669, - [SMALL_STATE(1378)] = 58690, - [SMALL_STATE(1379)] = 58719, - [SMALL_STATE(1380)] = 58740, - [SMALL_STATE(1381)] = 58763, - [SMALL_STATE(1382)] = 58792, - [SMALL_STATE(1383)] = 58809, - [SMALL_STATE(1384)] = 58826, - [SMALL_STATE(1385)] = 58843, - [SMALL_STATE(1386)] = 58864, - [SMALL_STATE(1387)] = 58885, - [SMALL_STATE(1388)] = 58906, - [SMALL_STATE(1389)] = 58923, - [SMALL_STATE(1390)] = 58950, - [SMALL_STATE(1391)] = 58971, - [SMALL_STATE(1392)] = 58996, - [SMALL_STATE(1393)] = 59013, - [SMALL_STATE(1394)] = 59042, - [SMALL_STATE(1395)] = 59071, - [SMALL_STATE(1396)] = 59088, - [SMALL_STATE(1397)] = 59111, - [SMALL_STATE(1398)] = 59128, - [SMALL_STATE(1399)] = 59149, - [SMALL_STATE(1400)] = 59166, - [SMALL_STATE(1401)] = 59195, - [SMALL_STATE(1402)] = 59224, - [SMALL_STATE(1403)] = 59253, - [SMALL_STATE(1404)] = 59270, - [SMALL_STATE(1405)] = 59299, - [SMALL_STATE(1406)] = 59315, - [SMALL_STATE(1407)] = 59341, - [SMALL_STATE(1408)] = 59367, - [SMALL_STATE(1409)] = 59393, - [SMALL_STATE(1410)] = 59409, - [SMALL_STATE(1411)] = 59425, - [SMALL_STATE(1412)] = 59451, - [SMALL_STATE(1413)] = 59477, - [SMALL_STATE(1414)] = 59503, - [SMALL_STATE(1415)] = 59519, - [SMALL_STATE(1416)] = 59541, - [SMALL_STATE(1417)] = 59567, - [SMALL_STATE(1418)] = 59585, - [SMALL_STATE(1419)] = 59607, - [SMALL_STATE(1420)] = 59627, - [SMALL_STATE(1421)] = 59643, - [SMALL_STATE(1422)] = 59659, - [SMALL_STATE(1423)] = 59685, - [SMALL_STATE(1424)] = 59701, - [SMALL_STATE(1425)] = 59717, - [SMALL_STATE(1426)] = 59743, - [SMALL_STATE(1427)] = 59759, - [SMALL_STATE(1428)] = 59779, - [SMALL_STATE(1429)] = 59805, - [SMALL_STATE(1430)] = 59827, - [SMALL_STATE(1431)] = 59849, - [SMALL_STATE(1432)] = 59869, - [SMALL_STATE(1433)] = 59885, - [SMALL_STATE(1434)] = 59911, - [SMALL_STATE(1435)] = 59937, - [SMALL_STATE(1436)] = 59963, - [SMALL_STATE(1437)] = 59978, - [SMALL_STATE(1438)] = 59993, - [SMALL_STATE(1439)] = 60016, - [SMALL_STATE(1440)] = 60039, - [SMALL_STATE(1441)] = 60062, - [SMALL_STATE(1442)] = 60079, - [SMALL_STATE(1443)] = 60094, - [SMALL_STATE(1444)] = 60117, - [SMALL_STATE(1445)] = 60136, - [SMALL_STATE(1446)] = 60159, - [SMALL_STATE(1447)] = 60182, - [SMALL_STATE(1448)] = 60197, - [SMALL_STATE(1449)] = 60220, - [SMALL_STATE(1450)] = 60235, - [SMALL_STATE(1451)] = 60252, - [SMALL_STATE(1452)] = 60267, - [SMALL_STATE(1453)] = 60282, - [SMALL_STATE(1454)] = 60305, - [SMALL_STATE(1455)] = 60328, - [SMALL_STATE(1456)] = 60351, - [SMALL_STATE(1457)] = 60370, - [SMALL_STATE(1458)] = 60393, - [SMALL_STATE(1459)] = 60416, - [SMALL_STATE(1460)] = 60439, - [SMALL_STATE(1461)] = 60462, - [SMALL_STATE(1462)] = 60485, - [SMALL_STATE(1463)] = 60508, - [SMALL_STATE(1464)] = 60525, - [SMALL_STATE(1465)] = 60540, - [SMALL_STATE(1466)] = 60555, - [SMALL_STATE(1467)] = 60572, - [SMALL_STATE(1468)] = 60587, - [SMALL_STATE(1469)] = 60610, - [SMALL_STATE(1470)] = 60633, - [SMALL_STATE(1471)] = 60656, - [SMALL_STATE(1472)] = 60671, - [SMALL_STATE(1473)] = 60686, - [SMALL_STATE(1474)] = 60701, - [SMALL_STATE(1475)] = 60719, - [SMALL_STATE(1476)] = 60737, - [SMALL_STATE(1477)] = 60751, - [SMALL_STATE(1478)] = 60765, - [SMALL_STATE(1479)] = 60783, - [SMALL_STATE(1480)] = 60797, - [SMALL_STATE(1481)] = 60811, - [SMALL_STATE(1482)] = 60831, - [SMALL_STATE(1483)] = 60845, - [SMALL_STATE(1484)] = 60859, - [SMALL_STATE(1485)] = 60877, - [SMALL_STATE(1486)] = 60891, - [SMALL_STATE(1487)] = 60909, - [SMALL_STATE(1488)] = 60923, - [SMALL_STATE(1489)] = 60937, - [SMALL_STATE(1490)] = 60951, - [SMALL_STATE(1491)] = 60965, - [SMALL_STATE(1492)] = 60983, - [SMALL_STATE(1493)] = 61001, - [SMALL_STATE(1494)] = 61015, - [SMALL_STATE(1495)] = 61033, - [SMALL_STATE(1496)] = 61051, - [SMALL_STATE(1497)] = 61065, - [SMALL_STATE(1498)] = 61079, - [SMALL_STATE(1499)] = 61093, - [SMALL_STATE(1500)] = 61110, - [SMALL_STATE(1501)] = 61127, - [SMALL_STATE(1502)] = 61144, - [SMALL_STATE(1503)] = 61161, - [SMALL_STATE(1504)] = 61178, - [SMALL_STATE(1505)] = 61195, - [SMALL_STATE(1506)] = 61212, - [SMALL_STATE(1507)] = 61229, - [SMALL_STATE(1508)] = 61246, - [SMALL_STATE(1509)] = 61263, - [SMALL_STATE(1510)] = 61280, - [SMALL_STATE(1511)] = 61297, - [SMALL_STATE(1512)] = 61316, - [SMALL_STATE(1513)] = 61329, - [SMALL_STATE(1514)] = 61346, - [SMALL_STATE(1515)] = 61363, - [SMALL_STATE(1516)] = 61382, - [SMALL_STATE(1517)] = 61399, - [SMALL_STATE(1518)] = 61418, - [SMALL_STATE(1519)] = 61435, - [SMALL_STATE(1520)] = 61452, - [SMALL_STATE(1521)] = 61469, - [SMALL_STATE(1522)] = 61480, - [SMALL_STATE(1523)] = 61497, - [SMALL_STATE(1524)] = 61514, - [SMALL_STATE(1525)] = 61531, - [SMALL_STATE(1526)] = 61548, - [SMALL_STATE(1527)] = 61565, - [SMALL_STATE(1528)] = 61579, - [SMALL_STATE(1529)] = 61595, - [SMALL_STATE(1530)] = 61611, - [SMALL_STATE(1531)] = 61625, - [SMALL_STATE(1532)] = 61641, - [SMALL_STATE(1533)] = 61655, - [SMALL_STATE(1534)] = 61671, - [SMALL_STATE(1535)] = 61687, - [SMALL_STATE(1536)] = 61701, - [SMALL_STATE(1537)] = 61715, - [SMALL_STATE(1538)] = 61731, - [SMALL_STATE(1539)] = 61745, - [SMALL_STATE(1540)] = 61759, - [SMALL_STATE(1541)] = 61775, - [SMALL_STATE(1542)] = 61791, - [SMALL_STATE(1543)] = 61805, - [SMALL_STATE(1544)] = 61821, - [SMALL_STATE(1545)] = 61835, - [SMALL_STATE(1546)] = 61849, - [SMALL_STATE(1547)] = 61863, - [SMALL_STATE(1548)] = 61879, - [SMALL_STATE(1549)] = 61893, - [SMALL_STATE(1550)] = 61907, - [SMALL_STATE(1551)] = 61921, - [SMALL_STATE(1552)] = 61935, - [SMALL_STATE(1553)] = 61947, - [SMALL_STATE(1554)] = 61961, - [SMALL_STATE(1555)] = 61977, - [SMALL_STATE(1556)] = 61993, - [SMALL_STATE(1557)] = 62009, - [SMALL_STATE(1558)] = 62023, - [SMALL_STATE(1559)] = 62039, - [SMALL_STATE(1560)] = 62055, - [SMALL_STATE(1561)] = 62071, - [SMALL_STATE(1562)] = 62085, - [SMALL_STATE(1563)] = 62101, - [SMALL_STATE(1564)] = 62115, - [SMALL_STATE(1565)] = 62129, - [SMALL_STATE(1566)] = 62145, - [SMALL_STATE(1567)] = 62159, - [SMALL_STATE(1568)] = 62175, - [SMALL_STATE(1569)] = 62191, - [SMALL_STATE(1570)] = 62207, - [SMALL_STATE(1571)] = 62223, - [SMALL_STATE(1572)] = 62236, - [SMALL_STATE(1573)] = 62249, - [SMALL_STATE(1574)] = 62262, - [SMALL_STATE(1575)] = 62275, - [SMALL_STATE(1576)] = 62284, - [SMALL_STATE(1577)] = 62297, - [SMALL_STATE(1578)] = 62310, - [SMALL_STATE(1579)] = 62323, - [SMALL_STATE(1580)] = 62336, - [SMALL_STATE(1581)] = 62349, - [SMALL_STATE(1582)] = 62362, - [SMALL_STATE(1583)] = 62375, - [SMALL_STATE(1584)] = 62388, - [SMALL_STATE(1585)] = 62401, - [SMALL_STATE(1586)] = 62410, - [SMALL_STATE(1587)] = 62423, - [SMALL_STATE(1588)] = 62436, - [SMALL_STATE(1589)] = 62449, - [SMALL_STATE(1590)] = 62460, - [SMALL_STATE(1591)] = 62473, - [SMALL_STATE(1592)] = 62482, - [SMALL_STATE(1593)] = 62495, - [SMALL_STATE(1594)] = 62508, - [SMALL_STATE(1595)] = 62521, - [SMALL_STATE(1596)] = 62530, - [SMALL_STATE(1597)] = 62543, - [SMALL_STATE(1598)] = 62556, - [SMALL_STATE(1599)] = 62569, - [SMALL_STATE(1600)] = 62578, - [SMALL_STATE(1601)] = 62591, - [SMALL_STATE(1602)] = 62604, - [SMALL_STATE(1603)] = 62617, - [SMALL_STATE(1604)] = 62630, - [SMALL_STATE(1605)] = 62643, - [SMALL_STATE(1606)] = 62652, - [SMALL_STATE(1607)] = 62665, - [SMALL_STATE(1608)] = 62678, - [SMALL_STATE(1609)] = 62691, - [SMALL_STATE(1610)] = 62704, - [SMALL_STATE(1611)] = 62717, - [SMALL_STATE(1612)] = 62730, - [SMALL_STATE(1613)] = 62743, - [SMALL_STATE(1614)] = 62756, - [SMALL_STATE(1615)] = 62769, - [SMALL_STATE(1616)] = 62782, - [SMALL_STATE(1617)] = 62795, - [SMALL_STATE(1618)] = 62808, - [SMALL_STATE(1619)] = 62821, - [SMALL_STATE(1620)] = 62834, - [SMALL_STATE(1621)] = 62847, - [SMALL_STATE(1622)] = 62860, - [SMALL_STATE(1623)] = 62873, - [SMALL_STATE(1624)] = 62886, - [SMALL_STATE(1625)] = 62899, - [SMALL_STATE(1626)] = 62912, - [SMALL_STATE(1627)] = 62925, - [SMALL_STATE(1628)] = 62938, - [SMALL_STATE(1629)] = 62951, - [SMALL_STATE(1630)] = 62964, - [SMALL_STATE(1631)] = 62977, - [SMALL_STATE(1632)] = 62986, - [SMALL_STATE(1633)] = 62999, - [SMALL_STATE(1634)] = 63012, - [SMALL_STATE(1635)] = 63025, - [SMALL_STATE(1636)] = 63038, - [SMALL_STATE(1637)] = 63051, - [SMALL_STATE(1638)] = 63064, - [SMALL_STATE(1639)] = 63077, - [SMALL_STATE(1640)] = 63090, - [SMALL_STATE(1641)] = 63103, - [SMALL_STATE(1642)] = 63116, - [SMALL_STATE(1643)] = 63129, - [SMALL_STATE(1644)] = 63142, - [SMALL_STATE(1645)] = 63155, - [SMALL_STATE(1646)] = 63168, - [SMALL_STATE(1647)] = 63181, - [SMALL_STATE(1648)] = 63194, - [SMALL_STATE(1649)] = 63207, - [SMALL_STATE(1650)] = 63220, - [SMALL_STATE(1651)] = 63233, - [SMALL_STATE(1652)] = 63246, - [SMALL_STATE(1653)] = 63257, - [SMALL_STATE(1654)] = 63270, - [SMALL_STATE(1655)] = 63283, - [SMALL_STATE(1656)] = 63296, - [SMALL_STATE(1657)] = 63309, - [SMALL_STATE(1658)] = 63322, - [SMALL_STATE(1659)] = 63335, - [SMALL_STATE(1660)] = 63348, - [SMALL_STATE(1661)] = 63361, - [SMALL_STATE(1662)] = 63374, - [SMALL_STATE(1663)] = 63387, - [SMALL_STATE(1664)] = 63400, - [SMALL_STATE(1665)] = 63413, - [SMALL_STATE(1666)] = 63424, - [SMALL_STATE(1667)] = 63437, - [SMALL_STATE(1668)] = 63450, - [SMALL_STATE(1669)] = 63463, - [SMALL_STATE(1670)] = 63476, - [SMALL_STATE(1671)] = 63489, - [SMALL_STATE(1672)] = 63498, - [SMALL_STATE(1673)] = 63511, - [SMALL_STATE(1674)] = 63524, - [SMALL_STATE(1675)] = 63533, - [SMALL_STATE(1676)] = 63544, - [SMALL_STATE(1677)] = 63557, - [SMALL_STATE(1678)] = 63566, - [SMALL_STATE(1679)] = 63579, - [SMALL_STATE(1680)] = 63590, - [SMALL_STATE(1681)] = 63599, - [SMALL_STATE(1682)] = 63612, - [SMALL_STATE(1683)] = 63625, - [SMALL_STATE(1684)] = 63638, - [SMALL_STATE(1685)] = 63651, - [SMALL_STATE(1686)] = 63664, - [SMALL_STATE(1687)] = 63677, - [SMALL_STATE(1688)] = 63687, - [SMALL_STATE(1689)] = 63695, - [SMALL_STATE(1690)] = 63705, - [SMALL_STATE(1691)] = 63715, - [SMALL_STATE(1692)] = 63723, - [SMALL_STATE(1693)] = 63733, - [SMALL_STATE(1694)] = 63743, - [SMALL_STATE(1695)] = 63753, - [SMALL_STATE(1696)] = 63761, - [SMALL_STATE(1697)] = 63771, - [SMALL_STATE(1698)] = 63781, - [SMALL_STATE(1699)] = 63791, - [SMALL_STATE(1700)] = 63801, - [SMALL_STATE(1701)] = 63811, - [SMALL_STATE(1702)] = 63821, - [SMALL_STATE(1703)] = 63831, - [SMALL_STATE(1704)] = 63841, - [SMALL_STATE(1705)] = 63851, - [SMALL_STATE(1706)] = 63861, - [SMALL_STATE(1707)] = 63871, - [SMALL_STATE(1708)] = 63881, - [SMALL_STATE(1709)] = 63891, - [SMALL_STATE(1710)] = 63901, - [SMALL_STATE(1711)] = 63911, - [SMALL_STATE(1712)] = 63921, - [SMALL_STATE(1713)] = 63931, - [SMALL_STATE(1714)] = 63939, - [SMALL_STATE(1715)] = 63947, - [SMALL_STATE(1716)] = 63957, - [SMALL_STATE(1717)] = 63967, - [SMALL_STATE(1718)] = 63977, - [SMALL_STATE(1719)] = 63987, - [SMALL_STATE(1720)] = 63997, - [SMALL_STATE(1721)] = 64007, - [SMALL_STATE(1722)] = 64017, - [SMALL_STATE(1723)] = 64027, - [SMALL_STATE(1724)] = 64037, - [SMALL_STATE(1725)] = 64047, - [SMALL_STATE(1726)] = 64057, - [SMALL_STATE(1727)] = 64067, - [SMALL_STATE(1728)] = 64075, - [SMALL_STATE(1729)] = 64085, - [SMALL_STATE(1730)] = 64093, - [SMALL_STATE(1731)] = 64101, - [SMALL_STATE(1732)] = 64111, - [SMALL_STATE(1733)] = 64121, - [SMALL_STATE(1734)] = 64129, - [SMALL_STATE(1735)] = 64139, - [SMALL_STATE(1736)] = 64149, - [SMALL_STATE(1737)] = 64159, - [SMALL_STATE(1738)] = 64169, - [SMALL_STATE(1739)] = 64179, - [SMALL_STATE(1740)] = 64189, - [SMALL_STATE(1741)] = 64197, - [SMALL_STATE(1742)] = 64207, - [SMALL_STATE(1743)] = 64217, - [SMALL_STATE(1744)] = 64225, - [SMALL_STATE(1745)] = 64235, - [SMALL_STATE(1746)] = 64245, - [SMALL_STATE(1747)] = 64255, - [SMALL_STATE(1748)] = 64265, - [SMALL_STATE(1749)] = 64273, - [SMALL_STATE(1750)] = 64283, - [SMALL_STATE(1751)] = 64293, - [SMALL_STATE(1752)] = 64303, - [SMALL_STATE(1753)] = 64313, - [SMALL_STATE(1754)] = 64323, - [SMALL_STATE(1755)] = 64333, - [SMALL_STATE(1756)] = 64343, - [SMALL_STATE(1757)] = 64351, - [SMALL_STATE(1758)] = 64361, - [SMALL_STATE(1759)] = 64371, - [SMALL_STATE(1760)] = 64381, - [SMALL_STATE(1761)] = 64391, - [SMALL_STATE(1762)] = 64399, - [SMALL_STATE(1763)] = 64409, - [SMALL_STATE(1764)] = 64419, - [SMALL_STATE(1765)] = 64429, - [SMALL_STATE(1766)] = 64439, - [SMALL_STATE(1767)] = 64449, - [SMALL_STATE(1768)] = 64459, - [SMALL_STATE(1769)] = 64469, - [SMALL_STATE(1770)] = 64477, - [SMALL_STATE(1771)] = 64485, - [SMALL_STATE(1772)] = 64495, - [SMALL_STATE(1773)] = 64503, - [SMALL_STATE(1774)] = 64513, - [SMALL_STATE(1775)] = 64521, - [SMALL_STATE(1776)] = 64528, - [SMALL_STATE(1777)] = 64535, - [SMALL_STATE(1778)] = 64542, - [SMALL_STATE(1779)] = 64549, - [SMALL_STATE(1780)] = 64556, - [SMALL_STATE(1781)] = 64563, - [SMALL_STATE(1782)] = 64570, - [SMALL_STATE(1783)] = 64577, - [SMALL_STATE(1784)] = 64584, - [SMALL_STATE(1785)] = 64591, - [SMALL_STATE(1786)] = 64598, - [SMALL_STATE(1787)] = 64605, - [SMALL_STATE(1788)] = 64612, - [SMALL_STATE(1789)] = 64619, - [SMALL_STATE(1790)] = 64626, - [SMALL_STATE(1791)] = 64633, - [SMALL_STATE(1792)] = 64640, - [SMALL_STATE(1793)] = 64647, - [SMALL_STATE(1794)] = 64654, - [SMALL_STATE(1795)] = 64661, - [SMALL_STATE(1796)] = 64668, - [SMALL_STATE(1797)] = 64675, - [SMALL_STATE(1798)] = 64682, - [SMALL_STATE(1799)] = 64689, - [SMALL_STATE(1800)] = 64696, - [SMALL_STATE(1801)] = 64703, - [SMALL_STATE(1802)] = 64710, - [SMALL_STATE(1803)] = 64717, - [SMALL_STATE(1804)] = 64724, - [SMALL_STATE(1805)] = 64731, - [SMALL_STATE(1806)] = 64738, - [SMALL_STATE(1807)] = 64745, - [SMALL_STATE(1808)] = 64752, - [SMALL_STATE(1809)] = 64759, - [SMALL_STATE(1810)] = 64766, - [SMALL_STATE(1811)] = 64773, - [SMALL_STATE(1812)] = 64780, - [SMALL_STATE(1813)] = 64787, - [SMALL_STATE(1814)] = 64794, - [SMALL_STATE(1815)] = 64801, - [SMALL_STATE(1816)] = 64808, - [SMALL_STATE(1817)] = 64815, - [SMALL_STATE(1818)] = 64822, - [SMALL_STATE(1819)] = 64829, - [SMALL_STATE(1820)] = 64836, - [SMALL_STATE(1821)] = 64843, - [SMALL_STATE(1822)] = 64850, - [SMALL_STATE(1823)] = 64857, - [SMALL_STATE(1824)] = 64864, - [SMALL_STATE(1825)] = 64871, - [SMALL_STATE(1826)] = 64878, - [SMALL_STATE(1827)] = 64885, - [SMALL_STATE(1828)] = 64892, - [SMALL_STATE(1829)] = 64899, - [SMALL_STATE(1830)] = 64906, - [SMALL_STATE(1831)] = 64913, - [SMALL_STATE(1832)] = 64920, - [SMALL_STATE(1833)] = 64927, - [SMALL_STATE(1834)] = 64934, - [SMALL_STATE(1835)] = 64941, - [SMALL_STATE(1836)] = 64948, - [SMALL_STATE(1837)] = 64955, - [SMALL_STATE(1838)] = 64962, - [SMALL_STATE(1839)] = 64969, - [SMALL_STATE(1840)] = 64976, - [SMALL_STATE(1841)] = 64983, - [SMALL_STATE(1842)] = 64990, - [SMALL_STATE(1843)] = 64997, - [SMALL_STATE(1844)] = 65004, - [SMALL_STATE(1845)] = 65011, - [SMALL_STATE(1846)] = 65018, - [SMALL_STATE(1847)] = 65025, - [SMALL_STATE(1848)] = 65032, - [SMALL_STATE(1849)] = 65039, - [SMALL_STATE(1850)] = 65046, - [SMALL_STATE(1851)] = 65053, - [SMALL_STATE(1852)] = 65060, - [SMALL_STATE(1853)] = 65067, - [SMALL_STATE(1854)] = 65074, - [SMALL_STATE(1855)] = 65081, - [SMALL_STATE(1856)] = 65088, - [SMALL_STATE(1857)] = 65095, - [SMALL_STATE(1858)] = 65102, - [SMALL_STATE(1859)] = 65109, - [SMALL_STATE(1860)] = 65116, - [SMALL_STATE(1861)] = 65123, - [SMALL_STATE(1862)] = 65130, - [SMALL_STATE(1863)] = 65137, - [SMALL_STATE(1864)] = 65144, - [SMALL_STATE(1865)] = 65151, - [SMALL_STATE(1866)] = 65158, - [SMALL_STATE(1867)] = 65165, - [SMALL_STATE(1868)] = 65172, - [SMALL_STATE(1869)] = 65179, - [SMALL_STATE(1870)] = 65186, - [SMALL_STATE(1871)] = 65193, - [SMALL_STATE(1872)] = 65200, - [SMALL_STATE(1873)] = 65207, - [SMALL_STATE(1874)] = 65214, - [SMALL_STATE(1875)] = 65221, - [SMALL_STATE(1876)] = 65228, - [SMALL_STATE(1877)] = 65235, - [SMALL_STATE(1878)] = 65242, - [SMALL_STATE(1879)] = 65249, - [SMALL_STATE(1880)] = 65256, - [SMALL_STATE(1881)] = 65263, - [SMALL_STATE(1882)] = 65270, - [SMALL_STATE(1883)] = 65277, - [SMALL_STATE(1884)] = 65284, - [SMALL_STATE(1885)] = 65291, - [SMALL_STATE(1886)] = 65298, - [SMALL_STATE(1887)] = 65305, - [SMALL_STATE(1888)] = 65312, - [SMALL_STATE(1889)] = 65319, - [SMALL_STATE(1890)] = 65326, - [SMALL_STATE(1891)] = 65333, - [SMALL_STATE(1892)] = 65340, - [SMALL_STATE(1893)] = 65347, - [SMALL_STATE(1894)] = 65354, - [SMALL_STATE(1895)] = 65361, - [SMALL_STATE(1896)] = 65368, - [SMALL_STATE(1897)] = 65375, - [SMALL_STATE(1898)] = 65382, - [SMALL_STATE(1899)] = 65389, - [SMALL_STATE(1900)] = 65396, - [SMALL_STATE(1901)] = 65403, - [SMALL_STATE(1902)] = 65410, - [SMALL_STATE(1903)] = 65417, - [SMALL_STATE(1904)] = 65424, - [SMALL_STATE(1905)] = 65431, - [SMALL_STATE(1906)] = 65438, - [SMALL_STATE(1907)] = 65445, - [SMALL_STATE(1908)] = 65452, - [SMALL_STATE(1909)] = 65459, - [SMALL_STATE(1910)] = 65466, - [SMALL_STATE(1911)] = 65473, - [SMALL_STATE(1912)] = 65480, - [SMALL_STATE(1913)] = 65487, - [SMALL_STATE(1914)] = 65494, - [SMALL_STATE(1915)] = 65501, - [SMALL_STATE(1916)] = 65508, - [SMALL_STATE(1917)] = 65515, - [SMALL_STATE(1918)] = 65522, - [SMALL_STATE(1919)] = 65529, - [SMALL_STATE(1920)] = 65536, - [SMALL_STATE(1921)] = 65543, - [SMALL_STATE(1922)] = 65550, - [SMALL_STATE(1923)] = 65557, - [SMALL_STATE(1924)] = 65564, - [SMALL_STATE(1925)] = 65571, - [SMALL_STATE(1926)] = 65578, - [SMALL_STATE(1927)] = 65585, - [SMALL_STATE(1928)] = 65592, - [SMALL_STATE(1929)] = 65599, - [SMALL_STATE(1930)] = 65606, - [SMALL_STATE(1931)] = 65613, - [SMALL_STATE(1932)] = 65620, - [SMALL_STATE(1933)] = 65627, - [SMALL_STATE(1934)] = 65634, - [SMALL_STATE(1935)] = 65641, - [SMALL_STATE(1936)] = 65648, - [SMALL_STATE(1937)] = 65655, - [SMALL_STATE(1938)] = 65662, - [SMALL_STATE(1939)] = 65669, - [SMALL_STATE(1940)] = 65676, - [SMALL_STATE(1941)] = 65683, - [SMALL_STATE(1942)] = 65690, - [SMALL_STATE(1943)] = 65697, - [SMALL_STATE(1944)] = 65704, - [SMALL_STATE(1945)] = 65711, - [SMALL_STATE(1946)] = 65718, - [SMALL_STATE(1947)] = 65725, - [SMALL_STATE(1948)] = 65732, - [SMALL_STATE(1949)] = 65739, - [SMALL_STATE(1950)] = 65746, - [SMALL_STATE(1951)] = 65753, - [SMALL_STATE(1952)] = 65760, - [SMALL_STATE(1953)] = 65767, - [SMALL_STATE(1954)] = 65774, - [SMALL_STATE(1955)] = 65781, - [SMALL_STATE(1956)] = 65788, - [SMALL_STATE(1957)] = 65795, - [SMALL_STATE(1958)] = 65802, - [SMALL_STATE(1959)] = 65809, - [SMALL_STATE(1960)] = 65816, - [SMALL_STATE(1961)] = 65823, - [SMALL_STATE(1962)] = 65830, - [SMALL_STATE(1963)] = 65837, - [SMALL_STATE(1964)] = 65844, - [SMALL_STATE(1965)] = 65851, - [SMALL_STATE(1966)] = 65858, - [SMALL_STATE(1967)] = 65865, - [SMALL_STATE(1968)] = 65872, - [SMALL_STATE(1969)] = 65879, - [SMALL_STATE(1970)] = 65886, - [SMALL_STATE(1971)] = 65893, - [SMALL_STATE(1972)] = 65900, - [SMALL_STATE(1973)] = 65907, - [SMALL_STATE(1974)] = 65914, - [SMALL_STATE(1975)] = 65921, - [SMALL_STATE(1976)] = 65928, - [SMALL_STATE(1977)] = 65935, - [SMALL_STATE(1978)] = 65942, - [SMALL_STATE(1979)] = 65949, - [SMALL_STATE(1980)] = 65956, - [SMALL_STATE(1981)] = 65963, - [SMALL_STATE(1982)] = 65970, - [SMALL_STATE(1983)] = 65977, - [SMALL_STATE(1984)] = 65984, - [SMALL_STATE(1985)] = 65991, - [SMALL_STATE(1986)] = 65998, - [SMALL_STATE(1987)] = 66005, - [SMALL_STATE(1988)] = 66012, - [SMALL_STATE(1989)] = 66019, - [SMALL_STATE(1990)] = 66026, - [SMALL_STATE(1991)] = 66033, - [SMALL_STATE(1992)] = 66040, - [SMALL_STATE(1993)] = 66047, - [SMALL_STATE(1994)] = 66054, - [SMALL_STATE(1995)] = 66061, - [SMALL_STATE(1996)] = 66068, - [SMALL_STATE(1997)] = 66075, - [SMALL_STATE(1998)] = 66082, - [SMALL_STATE(1999)] = 66089, - [SMALL_STATE(2000)] = 66096, - [SMALL_STATE(2001)] = 66103, - [SMALL_STATE(2002)] = 66110, - [SMALL_STATE(2003)] = 66117, - [SMALL_STATE(2004)] = 66124, - [SMALL_STATE(2005)] = 66131, - [SMALL_STATE(2006)] = 66138, - [SMALL_STATE(2007)] = 66145, - [SMALL_STATE(2008)] = 66152, - [SMALL_STATE(2009)] = 66159, - [SMALL_STATE(2010)] = 66166, - [SMALL_STATE(2011)] = 66173, - [SMALL_STATE(2012)] = 66180, - [SMALL_STATE(2013)] = 66187, - [SMALL_STATE(2014)] = 66194, - [SMALL_STATE(2015)] = 66201, - [SMALL_STATE(2016)] = 66208, - [SMALL_STATE(2017)] = 66215, - [SMALL_STATE(2018)] = 66222, - [SMALL_STATE(2019)] = 66229, - [SMALL_STATE(2020)] = 66236, - [SMALL_STATE(2021)] = 66243, - [SMALL_STATE(2022)] = 66250, + [SMALL_STATE(746)] = 26298, + [SMALL_STATE(747)] = 26352, + [SMALL_STATE(748)] = 26406, + [SMALL_STATE(749)] = 26460, + [SMALL_STATE(750)] = 26514, + [SMALL_STATE(751)] = 26568, + [SMALL_STATE(752)] = 26622, + [SMALL_STATE(753)] = 26676, + [SMALL_STATE(754)] = 26730, + [SMALL_STATE(755)] = 26784, + [SMALL_STATE(756)] = 26842, + [SMALL_STATE(757)] = 26896, + [SMALL_STATE(758)] = 26950, + [SMALL_STATE(759)] = 27004, + [SMALL_STATE(760)] = 27058, + [SMALL_STATE(761)] = 27112, + [SMALL_STATE(762)] = 27166, + [SMALL_STATE(763)] = 27220, + [SMALL_STATE(764)] = 27274, + [SMALL_STATE(765)] = 27328, + [SMALL_STATE(766)] = 27382, + [SMALL_STATE(767)] = 27436, + [SMALL_STATE(768)] = 27490, + [SMALL_STATE(769)] = 27544, + [SMALL_STATE(770)] = 27598, + [SMALL_STATE(771)] = 27656, + [SMALL_STATE(772)] = 27714, + [SMALL_STATE(773)] = 27772, + [SMALL_STATE(774)] = 27830, + [SMALL_STATE(775)] = 27888, + [SMALL_STATE(776)] = 27946, + [SMALL_STATE(777)] = 28004, + [SMALL_STATE(778)] = 28062, + [SMALL_STATE(779)] = 28122, + [SMALL_STATE(780)] = 28180, + [SMALL_STATE(781)] = 28234, + [SMALL_STATE(782)] = 28297, + [SMALL_STATE(783)] = 28350, + [SMALL_STATE(784)] = 28403, + [SMALL_STATE(785)] = 28456, + [SMALL_STATE(786)] = 28509, + [SMALL_STATE(787)] = 28562, + [SMALL_STATE(788)] = 28615, + [SMALL_STATE(789)] = 28686, + [SMALL_STATE(790)] = 28739, + [SMALL_STATE(791)] = 28810, + [SMALL_STATE(792)] = 28873, + [SMALL_STATE(793)] = 28964, + [SMALL_STATE(794)] = 29027, + [SMALL_STATE(795)] = 29098, + [SMALL_STATE(796)] = 29161, + [SMALL_STATE(797)] = 29214, + [SMALL_STATE(798)] = 29277, + [SMALL_STATE(799)] = 29330, + [SMALL_STATE(800)] = 29383, + [SMALL_STATE(801)] = 29446, + [SMALL_STATE(802)] = 29499, + [SMALL_STATE(803)] = 29552, + [SMALL_STATE(804)] = 29605, + [SMALL_STATE(805)] = 29658, + [SMALL_STATE(806)] = 29711, + [SMALL_STATE(807)] = 29764, + [SMALL_STATE(808)] = 29817, + [SMALL_STATE(809)] = 29888, + [SMALL_STATE(810)] = 29979, + [SMALL_STATE(811)] = 30032, + [SMALL_STATE(812)] = 30096, + [SMALL_STATE(813)] = 30176, + [SMALL_STATE(814)] = 30254, + [SMALL_STATE(815)] = 30330, + [SMALL_STATE(816)] = 30404, + [SMALL_STATE(817)] = 30476, + [SMALL_STATE(818)] = 30544, + [SMALL_STATE(819)] = 30610, + [SMALL_STATE(820)] = 30696, + [SMALL_STATE(821)] = 30782, + [SMALL_STATE(822)] = 30862, + [SMALL_STATE(823)] = 30946, + [SMALL_STATE(824)] = 31028, + [SMALL_STATE(825)] = 31092, + [SMALL_STATE(826)] = 31174, + [SMALL_STATE(827)] = 31252, + [SMALL_STATE(828)] = 31328, + [SMALL_STATE(829)] = 31414, + [SMALL_STATE(830)] = 31472, + [SMALL_STATE(831)] = 31556, + [SMALL_STATE(832)] = 31642, + [SMALL_STATE(833)] = 31716, + [SMALL_STATE(834)] = 31802, + [SMALL_STATE(835)] = 31874, + [SMALL_STATE(836)] = 31942, + [SMALL_STATE(837)] = 32008, + [SMALL_STATE(838)] = 32070, + [SMALL_STATE(839)] = 32130, + [SMALL_STATE(840)] = 32216, + [SMALL_STATE(841)] = 32274, + [SMALL_STATE(842)] = 32333, + [SMALL_STATE(843)] = 32388, + [SMALL_STATE(844)] = 32443, + [SMALL_STATE(845)] = 32493, + [SMALL_STATE(846)] = 32579, + [SMALL_STATE(847)] = 32629, + [SMALL_STATE(848)] = 32715, + [SMALL_STATE(849)] = 32764, + [SMALL_STATE(850)] = 32813, + [SMALL_STATE(851)] = 32862, + [SMALL_STATE(852)] = 32911, + [SMALL_STATE(853)] = 32964, + [SMALL_STATE(854)] = 33013, + [SMALL_STATE(855)] = 33062, + [SMALL_STATE(856)] = 33111, + [SMALL_STATE(857)] = 33160, + [SMALL_STATE(858)] = 33209, + [SMALL_STATE(859)] = 33258, + [SMALL_STATE(860)] = 33307, + [SMALL_STATE(861)] = 33356, + [SMALL_STATE(862)] = 33405, + [SMALL_STATE(863)] = 33454, + [SMALL_STATE(864)] = 33503, + [SMALL_STATE(865)] = 33552, + [SMALL_STATE(866)] = 33601, + [SMALL_STATE(867)] = 33650, + [SMALL_STATE(868)] = 33699, + [SMALL_STATE(869)] = 33748, + [SMALL_STATE(870)] = 33801, + [SMALL_STATE(871)] = 33850, + [SMALL_STATE(872)] = 33899, + [SMALL_STATE(873)] = 33948, + [SMALL_STATE(874)] = 34001, + [SMALL_STATE(875)] = 34050, + [SMALL_STATE(876)] = 34099, + [SMALL_STATE(877)] = 34148, + [SMALL_STATE(878)] = 34201, + [SMALL_STATE(879)] = 34254, + [SMALL_STATE(880)] = 34303, + [SMALL_STATE(881)] = 34356, + [SMALL_STATE(882)] = 34405, + [SMALL_STATE(883)] = 34454, + [SMALL_STATE(884)] = 34507, + [SMALL_STATE(885)] = 34556, + [SMALL_STATE(886)] = 34605, + [SMALL_STATE(887)] = 34654, + [SMALL_STATE(888)] = 34703, + [SMALL_STATE(889)] = 34752, + [SMALL_STATE(890)] = 34801, + [SMALL_STATE(891)] = 34850, + [SMALL_STATE(892)] = 34929, + [SMALL_STATE(893)] = 35006, + [SMALL_STATE(894)] = 35081, + [SMALL_STATE(895)] = 35154, + [SMALL_STATE(896)] = 35211, + [SMALL_STATE(897)] = 35270, + [SMALL_STATE(898)] = 35329, + [SMALL_STATE(899)] = 35388, + [SMALL_STATE(900)] = 35447, + [SMALL_STATE(901)] = 35518, + [SMALL_STATE(902)] = 35587, + [SMALL_STATE(903)] = 35652, + [SMALL_STATE(904)] = 35715, + [SMALL_STATE(905)] = 35798, + [SMALL_STATE(906)] = 35881, + [SMALL_STATE(907)] = 35940, + [SMALL_STATE(908)] = 36017, + [SMALL_STATE(909)] = 36098, + [SMALL_STATE(910)] = 36157, + [SMALL_STATE(911)] = 36204, + [SMALL_STATE(912)] = 36281, + [SMALL_STATE(913)] = 36358, + [SMALL_STATE(914)] = 36435, + [SMALL_STATE(915)] = 36518, + [SMALL_STATE(916)] = 36579, + [SMALL_STATE(917)] = 36633, + [SMALL_STATE(918)] = 36679, + [SMALL_STATE(919)] = 36725, + [SMALL_STATE(920)] = 36775, + [SMALL_STATE(921)] = 36821, + [SMALL_STATE(922)] = 36877, + [SMALL_STATE(923)] = 36952, + [SMALL_STATE(924)] = 37003, + [SMALL_STATE(925)] = 37078, + [SMALL_STATE(926)] = 37122, + [SMALL_STATE(927)] = 37166, + [SMALL_STATE(928)] = 37210, + [SMALL_STATE(929)] = 37254, + [SMALL_STATE(930)] = 37298, + [SMALL_STATE(931)] = 37342, + [SMALL_STATE(932)] = 37386, + [SMALL_STATE(933)] = 37430, + [SMALL_STATE(934)] = 37474, + [SMALL_STATE(935)] = 37518, + [SMALL_STATE(936)] = 37562, + [SMALL_STATE(937)] = 37606, + [SMALL_STATE(938)] = 37650, + [SMALL_STATE(939)] = 37701, + [SMALL_STATE(940)] = 37774, + [SMALL_STATE(941)] = 37847, + [SMALL_STATE(942)] = 37917, + [SMALL_STATE(943)] = 37985, + [SMALL_STATE(944)] = 38053, + [SMALL_STATE(945)] = 38121, + [SMALL_STATE(946)] = 38189, + [SMALL_STATE(947)] = 38257, + [SMALL_STATE(948)] = 38325, + [SMALL_STATE(949)] = 38393, + [SMALL_STATE(950)] = 38461, + [SMALL_STATE(951)] = 38529, + [SMALL_STATE(952)] = 38597, + [SMALL_STATE(953)] = 38667, + [SMALL_STATE(954)] = 38735, + [SMALL_STATE(955)] = 38803, + [SMALL_STATE(956)] = 38872, + [SMALL_STATE(957)] = 38929, + [SMALL_STATE(958)] = 38996, + [SMALL_STATE(959)] = 39073, + [SMALL_STATE(960)] = 39150, + [SMALL_STATE(961)] = 39225, + [SMALL_STATE(962)] = 39302, + [SMALL_STATE(963)] = 39373, + [SMALL_STATE(964)] = 39428, + [SMALL_STATE(965)] = 39503, + [SMALL_STATE(966)] = 39576, + [SMALL_STATE(967)] = 39647, + [SMALL_STATE(968)] = 39716, + [SMALL_STATE(969)] = 39783, + [SMALL_STATE(970)] = 39848, + [SMALL_STATE(971)] = 39911, + [SMALL_STATE(972)] = 39970, + [SMALL_STATE(973)] = 40027, + [SMALL_STATE(974)] = 40090, + [SMALL_STATE(975)] = 40167, + [SMALL_STATE(976)] = 40244, + [SMALL_STATE(977)] = 40309, + [SMALL_STATE(978)] = 40386, + [SMALL_STATE(979)] = 40441, + [SMALL_STATE(980)] = 40514, + [SMALL_STATE(981)] = 40591, + [SMALL_STATE(982)] = 40650, + [SMALL_STATE(983)] = 40714, + [SMALL_STATE(984)] = 40778, + [SMALL_STATE(985)] = 40818, + [SMALL_STATE(986)] = 40882, + [SMALL_STATE(987)] = 40946, + [SMALL_STATE(988)] = 41010, + [SMALL_STATE(989)] = 41074, + [SMALL_STATE(990)] = 41114, + [SMALL_STATE(991)] = 41154, + [SMALL_STATE(992)] = 41218, + [SMALL_STATE(993)] = 41282, + [SMALL_STATE(994)] = 41346, + [SMALL_STATE(995)] = 41386, + [SMALL_STATE(996)] = 41426, + [SMALL_STATE(997)] = 41466, + [SMALL_STATE(998)] = 41530, + [SMALL_STATE(999)] = 41594, + [SMALL_STATE(1000)] = 41658, + [SMALL_STATE(1001)] = 41722, + [SMALL_STATE(1002)] = 41783, + [SMALL_STATE(1003)] = 41844, + [SMALL_STATE(1004)] = 41905, + [SMALL_STATE(1005)] = 41966, + [SMALL_STATE(1006)] = 42027, + [SMALL_STATE(1007)] = 42088, + [SMALL_STATE(1008)] = 42134, + [SMALL_STATE(1009)] = 42208, + [SMALL_STATE(1010)] = 42282, + [SMALL_STATE(1011)] = 42330, + [SMALL_STATE(1012)] = 42405, + [SMALL_STATE(1013)] = 42480, + [SMALL_STATE(1014)] = 42555, + [SMALL_STATE(1015)] = 42630, + [SMALL_STATE(1016)] = 42702, + [SMALL_STATE(1017)] = 42774, + [SMALL_STATE(1018)] = 42836, + [SMALL_STATE(1019)] = 42908, + [SMALL_STATE(1020)] = 42980, + [SMALL_STATE(1021)] = 43036, + [SMALL_STATE(1022)] = 43090, + [SMALL_STATE(1023)] = 43162, + [SMALL_STATE(1024)] = 43232, + [SMALL_STATE(1025)] = 43304, + [SMALL_STATE(1026)] = 43374, + [SMALL_STATE(1027)] = 43440, + [SMALL_STATE(1028)] = 43480, + [SMALL_STATE(1029)] = 43552, + [SMALL_STATE(1030)] = 43622, + [SMALL_STATE(1031)] = 43694, + [SMALL_STATE(1032)] = 43764, + [SMALL_STATE(1033)] = 43816, + [SMALL_STATE(1034)] = 43888, + [SMALL_STATE(1035)] = 43938, + [SMALL_STATE(1036)] = 44008, + [SMALL_STATE(1037)] = 44080, + [SMALL_STATE(1038)] = 44152, + [SMALL_STATE(1039)] = 44202, + [SMALL_STATE(1040)] = 44272, + [SMALL_STATE(1041)] = 44344, + [SMALL_STATE(1042)] = 44414, + [SMALL_STATE(1043)] = 44486, + [SMALL_STATE(1044)] = 44558, + [SMALL_STATE(1045)] = 44630, + [SMALL_STATE(1046)] = 44700, + [SMALL_STATE(1047)] = 44772, + [SMALL_STATE(1048)] = 44844, + [SMALL_STATE(1049)] = 44916, + [SMALL_STATE(1050)] = 44956, + [SMALL_STATE(1051)] = 45028, + [SMALL_STATE(1052)] = 45102, + [SMALL_STATE(1053)] = 45174, + [SMALL_STATE(1054)] = 45246, + [SMALL_STATE(1055)] = 45318, + [SMALL_STATE(1056)] = 45390, + [SMALL_STATE(1057)] = 45462, + [SMALL_STATE(1058)] = 45534, + [SMALL_STATE(1059)] = 45600, + [SMALL_STATE(1060)] = 45640, + [SMALL_STATE(1061)] = 45712, + [SMALL_STATE(1062)] = 45784, + [SMALL_STATE(1063)] = 45852, + [SMALL_STATE(1064)] = 45924, + [SMALL_STATE(1065)] = 45988, + [SMALL_STATE(1066)] = 46060, + [SMALL_STATE(1067)] = 46120, + [SMALL_STATE(1068)] = 46189, + [SMALL_STATE(1069)] = 46258, + [SMALL_STATE(1070)] = 46327, + [SMALL_STATE(1071)] = 46396, + [SMALL_STATE(1072)] = 46465, + [SMALL_STATE(1073)] = 46534, + [SMALL_STATE(1074)] = 46603, + [SMALL_STATE(1075)] = 46672, + [SMALL_STATE(1076)] = 46741, + [SMALL_STATE(1077)] = 46796, + [SMALL_STATE(1078)] = 46865, + [SMALL_STATE(1079)] = 46934, + [SMALL_STATE(1080)] = 47003, + [SMALL_STATE(1081)] = 47072, + [SMALL_STATE(1082)] = 47141, + [SMALL_STATE(1083)] = 47210, + [SMALL_STATE(1084)] = 47279, + [SMALL_STATE(1085)] = 47348, + [SMALL_STATE(1086)] = 47403, + [SMALL_STATE(1087)] = 47458, + [SMALL_STATE(1088)] = 47513, + [SMALL_STATE(1089)] = 47568, + [SMALL_STATE(1090)] = 47637, + [SMALL_STATE(1091)] = 47706, + [SMALL_STATE(1092)] = 47775, + [SMALL_STATE(1093)] = 47844, + [SMALL_STATE(1094)] = 47913, + [SMALL_STATE(1095)] = 47982, + [SMALL_STATE(1096)] = 48051, + [SMALL_STATE(1097)] = 48106, + [SMALL_STATE(1098)] = 48158, + [SMALL_STATE(1099)] = 48210, + [SMALL_STATE(1100)] = 48262, + [SMALL_STATE(1101)] = 48314, + [SMALL_STATE(1102)] = 48366, + [SMALL_STATE(1103)] = 48418, + [SMALL_STATE(1104)] = 48470, + [SMALL_STATE(1105)] = 48522, + [SMALL_STATE(1106)] = 48588, + [SMALL_STATE(1107)] = 48624, + [SMALL_STATE(1108)] = 48676, + [SMALL_STATE(1109)] = 48725, + [SMALL_STATE(1110)] = 48764, + [SMALL_STATE(1111)] = 48813, + [SMALL_STATE(1112)] = 48869, + [SMALL_STATE(1113)] = 48909, + [SMALL_STATE(1114)] = 48949, + [SMALL_STATE(1115)] = 48989, + [SMALL_STATE(1116)] = 49029, + [SMALL_STATE(1117)] = 49078, + [SMALL_STATE(1118)] = 49112, + [SMALL_STATE(1119)] = 49146, + [SMALL_STATE(1120)] = 49180, + [SMALL_STATE(1121)] = 49214, + [SMALL_STATE(1122)] = 49268, + [SMALL_STATE(1123)] = 49302, + [SMALL_STATE(1124)] = 49356, + [SMALL_STATE(1125)] = 49390, + [SMALL_STATE(1126)] = 49426, + [SMALL_STATE(1127)] = 49460, + [SMALL_STATE(1128)] = 49494, + [SMALL_STATE(1129)] = 49548, + [SMALL_STATE(1130)] = 49582, + [SMALL_STATE(1131)] = 49616, + [SMALL_STATE(1132)] = 49650, + [SMALL_STATE(1133)] = 49684, + [SMALL_STATE(1134)] = 49718, + [SMALL_STATE(1135)] = 49752, + [SMALL_STATE(1136)] = 49806, + [SMALL_STATE(1137)] = 49857, + [SMALL_STATE(1138)] = 49908, + [SMALL_STATE(1139)] = 49963, + [SMALL_STATE(1140)] = 49996, + [SMALL_STATE(1141)] = 50051, + [SMALL_STATE(1142)] = 50102, + [SMALL_STATE(1143)] = 50145, + [SMALL_STATE(1144)] = 50188, + [SMALL_STATE(1145)] = 50239, + [SMALL_STATE(1146)] = 50290, + [SMALL_STATE(1147)] = 50341, + [SMALL_STATE(1148)] = 50382, + [SMALL_STATE(1149)] = 50437, + [SMALL_STATE(1150)] = 50480, + [SMALL_STATE(1151)] = 50531, + [SMALL_STATE(1152)] = 50582, + [SMALL_STATE(1153)] = 50633, + [SMALL_STATE(1154)] = 50684, + [SMALL_STATE(1155)] = 50724, + [SMALL_STATE(1156)] = 50764, + [SMALL_STATE(1157)] = 50804, + [SMALL_STATE(1158)] = 50844, + [SMALL_STATE(1159)] = 50884, + [SMALL_STATE(1160)] = 50924, + [SMALL_STATE(1161)] = 50964, + [SMALL_STATE(1162)] = 51004, + [SMALL_STATE(1163)] = 51044, + [SMALL_STATE(1164)] = 51084, + [SMALL_STATE(1165)] = 51124, + [SMALL_STATE(1166)] = 51164, + [SMALL_STATE(1167)] = 51204, + [SMALL_STATE(1168)] = 51244, + [SMALL_STATE(1169)] = 51284, + [SMALL_STATE(1170)] = 51312, + [SMALL_STATE(1171)] = 51362, + [SMALL_STATE(1172)] = 51402, + [SMALL_STATE(1173)] = 51442, + [SMALL_STATE(1174)] = 51482, + [SMALL_STATE(1175)] = 51522, + [SMALL_STATE(1176)] = 51562, + [SMALL_STATE(1177)] = 51602, + [SMALL_STATE(1178)] = 51630, + [SMALL_STATE(1179)] = 51670, + [SMALL_STATE(1180)] = 51710, + [SMALL_STATE(1181)] = 51750, + [SMALL_STATE(1182)] = 51790, + [SMALL_STATE(1183)] = 51830, + [SMALL_STATE(1184)] = 51870, + [SMALL_STATE(1185)] = 51910, + [SMALL_STATE(1186)] = 51950, + [SMALL_STATE(1187)] = 51990, + [SMALL_STATE(1188)] = 52030, + [SMALL_STATE(1189)] = 52070, + [SMALL_STATE(1190)] = 52110, + [SMALL_STATE(1191)] = 52150, + [SMALL_STATE(1192)] = 52190, + [SMALL_STATE(1193)] = 52230, + [SMALL_STATE(1194)] = 52258, + [SMALL_STATE(1195)] = 52290, + [SMALL_STATE(1196)] = 52318, + [SMALL_STATE(1197)] = 52366, + [SMALL_STATE(1198)] = 52412, + [SMALL_STATE(1199)] = 52458, + [SMALL_STATE(1200)] = 52502, + [SMALL_STATE(1201)] = 52544, + [SMALL_STATE(1202)] = 52584, + [SMALL_STATE(1203)] = 52620, + [SMALL_STATE(1204)] = 52654, + [SMALL_STATE(1205)] = 52694, + [SMALL_STATE(1206)] = 52722, + [SMALL_STATE(1207)] = 52762, + [SMALL_STATE(1208)] = 52802, + [SMALL_STATE(1209)] = 52830, + [SMALL_STATE(1210)] = 52875, + [SMALL_STATE(1211)] = 52920, + [SMALL_STATE(1212)] = 52965, + [SMALL_STATE(1213)] = 53010, + [SMALL_STATE(1214)] = 53059, + [SMALL_STATE(1215)] = 53104, + [SMALL_STATE(1216)] = 53149, + [SMALL_STATE(1217)] = 53194, + [SMALL_STATE(1218)] = 53221, + [SMALL_STATE(1219)] = 53264, + [SMALL_STATE(1220)] = 53291, + [SMALL_STATE(1221)] = 53318, + [SMALL_STATE(1222)] = 53347, + [SMALL_STATE(1223)] = 53374, + [SMALL_STATE(1224)] = 53419, + [SMALL_STATE(1225)] = 53446, + [SMALL_STATE(1226)] = 53491, + [SMALL_STATE(1227)] = 53518, + [SMALL_STATE(1228)] = 53561, + [SMALL_STATE(1229)] = 53606, + [SMALL_STATE(1230)] = 53647, + [SMALL_STATE(1231)] = 53674, + [SMALL_STATE(1232)] = 53719, + [SMALL_STATE(1233)] = 53758, + [SMALL_STATE(1234)] = 53795, + [SMALL_STATE(1235)] = 53830, + [SMALL_STATE(1236)] = 53863, + [SMALL_STATE(1237)] = 53894, + [SMALL_STATE(1238)] = 53939, + [SMALL_STATE(1239)] = 53966, + [SMALL_STATE(1240)] = 54011, + [SMALL_STATE(1241)] = 54054, + [SMALL_STATE(1242)] = 54099, + [SMALL_STATE(1243)] = 54144, + [SMALL_STATE(1244)] = 54187, + [SMALL_STATE(1245)] = 54214, + [SMALL_STATE(1246)] = 54263, + [SMALL_STATE(1247)] = 54290, + [SMALL_STATE(1248)] = 54333, + [SMALL_STATE(1249)] = 54375, + [SMALL_STATE(1250)] = 54411, + [SMALL_STATE(1251)] = 54451, + [SMALL_STATE(1252)] = 54491, + [SMALL_STATE(1253)] = 54531, + [SMALL_STATE(1254)] = 54571, + [SMALL_STATE(1255)] = 54615, + [SMALL_STATE(1256)] = 54655, + [SMALL_STATE(1257)] = 54695, + [SMALL_STATE(1258)] = 54736, + [SMALL_STATE(1259)] = 54777, + [SMALL_STATE(1260)] = 54808, + [SMALL_STATE(1261)] = 54839, + [SMALL_STATE(1262)] = 54870, + [SMALL_STATE(1263)] = 54911, + [SMALL_STATE(1264)] = 54942, + [SMALL_STATE(1265)] = 54983, + [SMALL_STATE(1266)] = 55024, + [SMALL_STATE(1267)] = 55065, + [SMALL_STATE(1268)] = 55106, + [SMALL_STATE(1269)] = 55145, + [SMALL_STATE(1270)] = 55186, + [SMALL_STATE(1271)] = 55214, + [SMALL_STATE(1272)] = 55252, + [SMALL_STATE(1273)] = 55290, + [SMALL_STATE(1274)] = 55332, + [SMALL_STATE(1275)] = 55374, + [SMALL_STATE(1276)] = 55416, + [SMALL_STATE(1277)] = 55455, + [SMALL_STATE(1278)] = 55494, + [SMALL_STATE(1279)] = 55521, + [SMALL_STATE(1280)] = 55554, + [SMALL_STATE(1281)] = 55593, + [SMALL_STATE(1282)] = 55632, + [SMALL_STATE(1283)] = 55655, + [SMALL_STATE(1284)] = 55682, + [SMALL_STATE(1285)] = 55705, + [SMALL_STATE(1286)] = 55728, + [SMALL_STATE(1287)] = 55760, + [SMALL_STATE(1288)] = 55792, + [SMALL_STATE(1289)] = 55824, + [SMALL_STATE(1290)] = 55856, + [SMALL_STATE(1291)] = 55877, + [SMALL_STATE(1292)] = 55914, + [SMALL_STATE(1293)] = 55941, + [SMALL_STATE(1294)] = 55974, + [SMALL_STATE(1295)] = 56013, + [SMALL_STATE(1296)] = 56050, + [SMALL_STATE(1297)] = 56087, + [SMALL_STATE(1298)] = 56108, + [SMALL_STATE(1299)] = 56145, + [SMALL_STATE(1300)] = 56182, + [SMALL_STATE(1301)] = 56215, + [SMALL_STATE(1302)] = 56252, + [SMALL_STATE(1303)] = 56273, + [SMALL_STATE(1304)] = 56294, + [SMALL_STATE(1305)] = 56331, + [SMALL_STATE(1306)] = 56368, + [SMALL_STATE(1307)] = 56389, + [SMALL_STATE(1308)] = 56410, + [SMALL_STATE(1309)] = 56447, + [SMALL_STATE(1310)] = 56484, + [SMALL_STATE(1311)] = 56505, + [SMALL_STATE(1312)] = 56535, + [SMALL_STATE(1313)] = 56569, + [SMALL_STATE(1314)] = 56603, + [SMALL_STATE(1315)] = 56633, + [SMALL_STATE(1316)] = 56663, + [SMALL_STATE(1317)] = 56693, + [SMALL_STATE(1318)] = 56722, + [SMALL_STATE(1319)] = 56753, + [SMALL_STATE(1320)] = 56784, + [SMALL_STATE(1321)] = 56813, + [SMALL_STATE(1322)] = 56844, + [SMALL_STATE(1323)] = 56873, + [SMALL_STATE(1324)] = 56902, + [SMALL_STATE(1325)] = 56931, + [SMALL_STATE(1326)] = 56962, + [SMALL_STATE(1327)] = 56991, + [SMALL_STATE(1328)] = 57020, + [SMALL_STATE(1329)] = 57049, + [SMALL_STATE(1330)] = 57078, + [SMALL_STATE(1331)] = 57109, + [SMALL_STATE(1332)] = 57132, + [SMALL_STATE(1333)] = 57155, + [SMALL_STATE(1334)] = 57186, + [SMALL_STATE(1335)] = 57215, + [SMALL_STATE(1336)] = 57244, + [SMALL_STATE(1337)] = 57273, + [SMALL_STATE(1338)] = 57302, + [SMALL_STATE(1339)] = 57335, + [SMALL_STATE(1340)] = 57366, + [SMALL_STATE(1341)] = 57391, + [SMALL_STATE(1342)] = 57416, + [SMALL_STATE(1343)] = 57445, + [SMALL_STATE(1344)] = 57474, + [SMALL_STATE(1345)] = 57505, + [SMALL_STATE(1346)] = 57528, + [SMALL_STATE(1347)] = 57557, + [SMALL_STATE(1348)] = 57586, + [SMALL_STATE(1349)] = 57615, + [SMALL_STATE(1350)] = 57647, + [SMALL_STATE(1351)] = 57675, + [SMALL_STATE(1352)] = 57707, + [SMALL_STATE(1353)] = 57739, + [SMALL_STATE(1354)] = 57767, + [SMALL_STATE(1355)] = 57789, + [SMALL_STATE(1356)] = 57813, + [SMALL_STATE(1357)] = 57841, + [SMALL_STATE(1358)] = 57865, + [SMALL_STATE(1359)] = 57893, + [SMALL_STATE(1360)] = 57921, + [SMALL_STATE(1361)] = 57943, + [SMALL_STATE(1362)] = 57967, + [SMALL_STATE(1363)] = 57999, + [SMALL_STATE(1364)] = 58028, + [SMALL_STATE(1365)] = 58057, + [SMALL_STATE(1366)] = 58086, + [SMALL_STATE(1367)] = 58103, + [SMALL_STATE(1368)] = 58124, + [SMALL_STATE(1369)] = 58151, + [SMALL_STATE(1370)] = 58180, + [SMALL_STATE(1371)] = 58197, + [SMALL_STATE(1372)] = 58214, + [SMALL_STATE(1373)] = 58243, + [SMALL_STATE(1374)] = 58264, + [SMALL_STATE(1375)] = 58281, + [SMALL_STATE(1376)] = 58304, + [SMALL_STATE(1377)] = 58333, + [SMALL_STATE(1378)] = 58354, + [SMALL_STATE(1379)] = 58375, + [SMALL_STATE(1380)] = 58398, + [SMALL_STATE(1381)] = 58415, + [SMALL_STATE(1382)] = 58432, + [SMALL_STATE(1383)] = 58453, + [SMALL_STATE(1384)] = 58478, + [SMALL_STATE(1385)] = 58495, + [SMALL_STATE(1386)] = 58512, + [SMALL_STATE(1387)] = 58541, + [SMALL_STATE(1388)] = 58562, + [SMALL_STATE(1389)] = 58579, + [SMALL_STATE(1390)] = 58600, + [SMALL_STATE(1391)] = 58629, + [SMALL_STATE(1392)] = 58655, + [SMALL_STATE(1393)] = 58681, + [SMALL_STATE(1394)] = 58707, + [SMALL_STATE(1395)] = 58729, + [SMALL_STATE(1396)] = 58755, + [SMALL_STATE(1397)] = 58773, + [SMALL_STATE(1398)] = 58799, + [SMALL_STATE(1399)] = 58825, + [SMALL_STATE(1400)] = 58841, + [SMALL_STATE(1401)] = 58867, + [SMALL_STATE(1402)] = 58883, + [SMALL_STATE(1403)] = 58905, + [SMALL_STATE(1404)] = 58931, + [SMALL_STATE(1405)] = 58951, + [SMALL_STATE(1406)] = 58973, + [SMALL_STATE(1407)] = 58999, + [SMALL_STATE(1408)] = 59015, + [SMALL_STATE(1409)] = 59031, + [SMALL_STATE(1410)] = 59057, + [SMALL_STATE(1411)] = 59073, + [SMALL_STATE(1412)] = 59099, + [SMALL_STATE(1413)] = 59119, + [SMALL_STATE(1414)] = 59135, + [SMALL_STATE(1415)] = 59161, + [SMALL_STATE(1416)] = 59181, + [SMALL_STATE(1417)] = 59197, + [SMALL_STATE(1418)] = 59213, + [SMALL_STATE(1419)] = 59229, + [SMALL_STATE(1420)] = 59251, + [SMALL_STATE(1421)] = 59277, + [SMALL_STATE(1422)] = 59293, + [SMALL_STATE(1423)] = 59308, + [SMALL_STATE(1424)] = 59323, + [SMALL_STATE(1425)] = 59346, + [SMALL_STATE(1426)] = 59361, + [SMALL_STATE(1427)] = 59376, + [SMALL_STATE(1428)] = 59391, + [SMALL_STATE(1429)] = 59406, + [SMALL_STATE(1430)] = 59425, + [SMALL_STATE(1431)] = 59448, + [SMALL_STATE(1432)] = 59463, + [SMALL_STATE(1433)] = 59478, + [SMALL_STATE(1434)] = 59501, + [SMALL_STATE(1435)] = 59524, + [SMALL_STATE(1436)] = 59547, + [SMALL_STATE(1437)] = 59562, + [SMALL_STATE(1438)] = 59585, + [SMALL_STATE(1439)] = 59608, + [SMALL_STATE(1440)] = 59631, + [SMALL_STATE(1441)] = 59646, + [SMALL_STATE(1442)] = 59669, + [SMALL_STATE(1443)] = 59692, + [SMALL_STATE(1444)] = 59715, + [SMALL_STATE(1445)] = 59732, + [SMALL_STATE(1446)] = 59749, + [SMALL_STATE(1447)] = 59772, + [SMALL_STATE(1448)] = 59795, + [SMALL_STATE(1449)] = 59810, + [SMALL_STATE(1450)] = 59833, + [SMALL_STATE(1451)] = 59848, + [SMALL_STATE(1452)] = 59863, + [SMALL_STATE(1453)] = 59880, + [SMALL_STATE(1454)] = 59903, + [SMALL_STATE(1455)] = 59922, + [SMALL_STATE(1456)] = 59939, + [SMALL_STATE(1457)] = 59962, + [SMALL_STATE(1458)] = 59985, + [SMALL_STATE(1459)] = 59999, + [SMALL_STATE(1460)] = 60017, + [SMALL_STATE(1461)] = 60035, + [SMALL_STATE(1462)] = 60049, + [SMALL_STATE(1463)] = 60063, + [SMALL_STATE(1464)] = 60077, + [SMALL_STATE(1465)] = 60091, + [SMALL_STATE(1466)] = 60105, + [SMALL_STATE(1467)] = 60123, + [SMALL_STATE(1468)] = 60141, + [SMALL_STATE(1469)] = 60159, + [SMALL_STATE(1470)] = 60173, + [SMALL_STATE(1471)] = 60193, + [SMALL_STATE(1472)] = 60211, + [SMALL_STATE(1473)] = 60229, + [SMALL_STATE(1474)] = 60243, + [SMALL_STATE(1475)] = 60257, + [SMALL_STATE(1476)] = 60275, + [SMALL_STATE(1477)] = 60289, + [SMALL_STATE(1478)] = 60303, + [SMALL_STATE(1479)] = 60317, + [SMALL_STATE(1480)] = 60331, + [SMALL_STATE(1481)] = 60349, + [SMALL_STATE(1482)] = 60363, + [SMALL_STATE(1483)] = 60377, + [SMALL_STATE(1484)] = 60394, + [SMALL_STATE(1485)] = 60411, + [SMALL_STATE(1486)] = 60428, + [SMALL_STATE(1487)] = 60447, + [SMALL_STATE(1488)] = 60464, + [SMALL_STATE(1489)] = 60481, + [SMALL_STATE(1490)] = 60500, + [SMALL_STATE(1491)] = 60517, + [SMALL_STATE(1492)] = 60534, + [SMALL_STATE(1493)] = 60551, + [SMALL_STATE(1494)] = 60562, + [SMALL_STATE(1495)] = 60579, + [SMALL_STATE(1496)] = 60596, + [SMALL_STATE(1497)] = 60613, + [SMALL_STATE(1498)] = 60630, + [SMALL_STATE(1499)] = 60647, + [SMALL_STATE(1500)] = 60664, + [SMALL_STATE(1501)] = 60681, + [SMALL_STATE(1502)] = 60698, + [SMALL_STATE(1503)] = 60717, + [SMALL_STATE(1504)] = 60734, + [SMALL_STATE(1505)] = 60751, + [SMALL_STATE(1506)] = 60764, + [SMALL_STATE(1507)] = 60781, + [SMALL_STATE(1508)] = 60798, + [SMALL_STATE(1509)] = 60815, + [SMALL_STATE(1510)] = 60832, + [SMALL_STATE(1511)] = 60849, + [SMALL_STATE(1512)] = 60863, + [SMALL_STATE(1513)] = 60879, + [SMALL_STATE(1514)] = 60893, + [SMALL_STATE(1515)] = 60907, + [SMALL_STATE(1516)] = 60923, + [SMALL_STATE(1517)] = 60937, + [SMALL_STATE(1518)] = 60953, + [SMALL_STATE(1519)] = 60969, + [SMALL_STATE(1520)] = 60983, + [SMALL_STATE(1521)] = 60999, + [SMALL_STATE(1522)] = 61015, + [SMALL_STATE(1523)] = 61031, + [SMALL_STATE(1524)] = 61045, + [SMALL_STATE(1525)] = 61059, + [SMALL_STATE(1526)] = 61075, + [SMALL_STATE(1527)] = 61089, + [SMALL_STATE(1528)] = 61103, + [SMALL_STATE(1529)] = 61119, + [SMALL_STATE(1530)] = 61133, + [SMALL_STATE(1531)] = 61149, + [SMALL_STATE(1532)] = 61165, + [SMALL_STATE(1533)] = 61179, + [SMALL_STATE(1534)] = 61195, + [SMALL_STATE(1535)] = 61211, + [SMALL_STATE(1536)] = 61227, + [SMALL_STATE(1537)] = 61241, + [SMALL_STATE(1538)] = 61255, + [SMALL_STATE(1539)] = 61271, + [SMALL_STATE(1540)] = 61287, + [SMALL_STATE(1541)] = 61299, + [SMALL_STATE(1542)] = 61313, + [SMALL_STATE(1543)] = 61329, + [SMALL_STATE(1544)] = 61345, + [SMALL_STATE(1545)] = 61361, + [SMALL_STATE(1546)] = 61375, + [SMALL_STATE(1547)] = 61391, + [SMALL_STATE(1548)] = 61405, + [SMALL_STATE(1549)] = 61421, + [SMALL_STATE(1550)] = 61435, + [SMALL_STATE(1551)] = 61449, + [SMALL_STATE(1552)] = 61463, + [SMALL_STATE(1553)] = 61477, + [SMALL_STATE(1554)] = 61491, + [SMALL_STATE(1555)] = 61507, + [SMALL_STATE(1556)] = 61520, + [SMALL_STATE(1557)] = 61533, + [SMALL_STATE(1558)] = 61546, + [SMALL_STATE(1559)] = 61559, + [SMALL_STATE(1560)] = 61572, + [SMALL_STATE(1561)] = 61585, + [SMALL_STATE(1562)] = 61598, + [SMALL_STATE(1563)] = 61607, + [SMALL_STATE(1564)] = 61620, + [SMALL_STATE(1565)] = 61633, + [SMALL_STATE(1566)] = 61646, + [SMALL_STATE(1567)] = 61659, + [SMALL_STATE(1568)] = 61672, + [SMALL_STATE(1569)] = 61685, + [SMALL_STATE(1570)] = 61698, + [SMALL_STATE(1571)] = 61711, + [SMALL_STATE(1572)] = 61724, + [SMALL_STATE(1573)] = 61733, + [SMALL_STATE(1574)] = 61746, + [SMALL_STATE(1575)] = 61755, + [SMALL_STATE(1576)] = 61768, + [SMALL_STATE(1577)] = 61781, + [SMALL_STATE(1578)] = 61794, + [SMALL_STATE(1579)] = 61807, + [SMALL_STATE(1580)] = 61820, + [SMALL_STATE(1581)] = 61833, + [SMALL_STATE(1582)] = 61846, + [SMALL_STATE(1583)] = 61859, + [SMALL_STATE(1584)] = 61870, + [SMALL_STATE(1585)] = 61883, + [SMALL_STATE(1586)] = 61896, + [SMALL_STATE(1587)] = 61909, + [SMALL_STATE(1588)] = 61922, + [SMALL_STATE(1589)] = 61931, + [SMALL_STATE(1590)] = 61944, + [SMALL_STATE(1591)] = 61957, + [SMALL_STATE(1592)] = 61970, + [SMALL_STATE(1593)] = 61983, + [SMALL_STATE(1594)] = 61996, + [SMALL_STATE(1595)] = 62009, + [SMALL_STATE(1596)] = 62022, + [SMALL_STATE(1597)] = 62035, + [SMALL_STATE(1598)] = 62048, + [SMALL_STATE(1599)] = 62061, + [SMALL_STATE(1600)] = 62074, + [SMALL_STATE(1601)] = 62087, + [SMALL_STATE(1602)] = 62096, + [SMALL_STATE(1603)] = 62105, + [SMALL_STATE(1604)] = 62118, + [SMALL_STATE(1605)] = 62127, + [SMALL_STATE(1606)] = 62140, + [SMALL_STATE(1607)] = 62151, + [SMALL_STATE(1608)] = 62164, + [SMALL_STATE(1609)] = 62177, + [SMALL_STATE(1610)] = 62190, + [SMALL_STATE(1611)] = 62203, + [SMALL_STATE(1612)] = 62216, + [SMALL_STATE(1613)] = 62229, + [SMALL_STATE(1614)] = 62242, + [SMALL_STATE(1615)] = 62255, + [SMALL_STATE(1616)] = 62268, + [SMALL_STATE(1617)] = 62281, + [SMALL_STATE(1618)] = 62294, + [SMALL_STATE(1619)] = 62307, + [SMALL_STATE(1620)] = 62320, + [SMALL_STATE(1621)] = 62333, + [SMALL_STATE(1622)] = 62346, + [SMALL_STATE(1623)] = 62355, + [SMALL_STATE(1624)] = 62368, + [SMALL_STATE(1625)] = 62381, + [SMALL_STATE(1626)] = 62394, + [SMALL_STATE(1627)] = 62403, + [SMALL_STATE(1628)] = 62412, + [SMALL_STATE(1629)] = 62425, + [SMALL_STATE(1630)] = 62438, + [SMALL_STATE(1631)] = 62449, + [SMALL_STATE(1632)] = 62462, + [SMALL_STATE(1633)] = 62475, + [SMALL_STATE(1634)] = 62488, + [SMALL_STATE(1635)] = 62501, + [SMALL_STATE(1636)] = 62514, + [SMALL_STATE(1637)] = 62527, + [SMALL_STATE(1638)] = 62538, + [SMALL_STATE(1639)] = 62551, + [SMALL_STATE(1640)] = 62564, + [SMALL_STATE(1641)] = 62577, + [SMALL_STATE(1642)] = 62590, + [SMALL_STATE(1643)] = 62603, + [SMALL_STATE(1644)] = 62616, + [SMALL_STATE(1645)] = 62629, + [SMALL_STATE(1646)] = 62642, + [SMALL_STATE(1647)] = 62653, + [SMALL_STATE(1648)] = 62666, + [SMALL_STATE(1649)] = 62679, + [SMALL_STATE(1650)] = 62692, + [SMALL_STATE(1651)] = 62705, + [SMALL_STATE(1652)] = 62718, + [SMALL_STATE(1653)] = 62731, + [SMALL_STATE(1654)] = 62744, + [SMALL_STATE(1655)] = 62753, + [SMALL_STATE(1656)] = 62766, + [SMALL_STATE(1657)] = 62779, + [SMALL_STATE(1658)] = 62792, + [SMALL_STATE(1659)] = 62805, + [SMALL_STATE(1660)] = 62818, + [SMALL_STATE(1661)] = 62831, + [SMALL_STATE(1662)] = 62841, + [SMALL_STATE(1663)] = 62849, + [SMALL_STATE(1664)] = 62859, + [SMALL_STATE(1665)] = 62869, + [SMALL_STATE(1666)] = 62879, + [SMALL_STATE(1667)] = 62889, + [SMALL_STATE(1668)] = 62899, + [SMALL_STATE(1669)] = 62909, + [SMALL_STATE(1670)] = 62917, + [SMALL_STATE(1671)] = 62927, + [SMALL_STATE(1672)] = 62937, + [SMALL_STATE(1673)] = 62947, + [SMALL_STATE(1674)] = 62957, + [SMALL_STATE(1675)] = 62967, + [SMALL_STATE(1676)] = 62977, + [SMALL_STATE(1677)] = 62987, + [SMALL_STATE(1678)] = 62997, + [SMALL_STATE(1679)] = 63005, + [SMALL_STATE(1680)] = 63013, + [SMALL_STATE(1681)] = 63023, + [SMALL_STATE(1682)] = 63033, + [SMALL_STATE(1683)] = 63043, + [SMALL_STATE(1684)] = 63053, + [SMALL_STATE(1685)] = 63063, + [SMALL_STATE(1686)] = 63073, + [SMALL_STATE(1687)] = 63083, + [SMALL_STATE(1688)] = 63091, + [SMALL_STATE(1689)] = 63101, + [SMALL_STATE(1690)] = 63111, + [SMALL_STATE(1691)] = 63121, + [SMALL_STATE(1692)] = 63131, + [SMALL_STATE(1693)] = 63139, + [SMALL_STATE(1694)] = 63149, + [SMALL_STATE(1695)] = 63159, + [SMALL_STATE(1696)] = 63169, + [SMALL_STATE(1697)] = 63179, + [SMALL_STATE(1698)] = 63189, + [SMALL_STATE(1699)] = 63199, + [SMALL_STATE(1700)] = 63209, + [SMALL_STATE(1701)] = 63219, + [SMALL_STATE(1702)] = 63229, + [SMALL_STATE(1703)] = 63237, + [SMALL_STATE(1704)] = 63247, + [SMALL_STATE(1705)] = 63257, + [SMALL_STATE(1706)] = 63267, + [SMALL_STATE(1707)] = 63277, + [SMALL_STATE(1708)] = 63287, + [SMALL_STATE(1709)] = 63297, + [SMALL_STATE(1710)] = 63307, + [SMALL_STATE(1711)] = 63317, + [SMALL_STATE(1712)] = 63325, + [SMALL_STATE(1713)] = 63335, + [SMALL_STATE(1714)] = 63345, + [SMALL_STATE(1715)] = 63355, + [SMALL_STATE(1716)] = 63365, + [SMALL_STATE(1717)] = 63373, + [SMALL_STATE(1718)] = 63381, + [SMALL_STATE(1719)] = 63391, + [SMALL_STATE(1720)] = 63399, + [SMALL_STATE(1721)] = 63407, + [SMALL_STATE(1722)] = 63417, + [SMALL_STATE(1723)] = 63427, + [SMALL_STATE(1724)] = 63437, + [SMALL_STATE(1725)] = 63447, + [SMALL_STATE(1726)] = 63457, + [SMALL_STATE(1727)] = 63467, + [SMALL_STATE(1728)] = 63477, + [SMALL_STATE(1729)] = 63487, + [SMALL_STATE(1730)] = 63497, + [SMALL_STATE(1731)] = 63507, + [SMALL_STATE(1732)] = 63515, + [SMALL_STATE(1733)] = 63525, + [SMALL_STATE(1734)] = 63535, + [SMALL_STATE(1735)] = 63545, + [SMALL_STATE(1736)] = 63555, + [SMALL_STATE(1737)] = 63563, + [SMALL_STATE(1738)] = 63571, + [SMALL_STATE(1739)] = 63581, + [SMALL_STATE(1740)] = 63589, + [SMALL_STATE(1741)] = 63599, + [SMALL_STATE(1742)] = 63607, + [SMALL_STATE(1743)] = 63617, + [SMALL_STATE(1744)] = 63627, + [SMALL_STATE(1745)] = 63635, + [SMALL_STATE(1746)] = 63645, + [SMALL_STATE(1747)] = 63655, + [SMALL_STATE(1748)] = 63665, + [SMALL_STATE(1749)] = 63672, + [SMALL_STATE(1750)] = 63679, + [SMALL_STATE(1751)] = 63686, + [SMALL_STATE(1752)] = 63693, + [SMALL_STATE(1753)] = 63700, + [SMALL_STATE(1754)] = 63707, + [SMALL_STATE(1755)] = 63714, + [SMALL_STATE(1756)] = 63721, + [SMALL_STATE(1757)] = 63728, + [SMALL_STATE(1758)] = 63735, + [SMALL_STATE(1759)] = 63742, + [SMALL_STATE(1760)] = 63749, + [SMALL_STATE(1761)] = 63756, + [SMALL_STATE(1762)] = 63763, + [SMALL_STATE(1763)] = 63770, + [SMALL_STATE(1764)] = 63777, + [SMALL_STATE(1765)] = 63784, + [SMALL_STATE(1766)] = 63791, + [SMALL_STATE(1767)] = 63798, + [SMALL_STATE(1768)] = 63805, + [SMALL_STATE(1769)] = 63812, + [SMALL_STATE(1770)] = 63819, + [SMALL_STATE(1771)] = 63826, + [SMALL_STATE(1772)] = 63833, + [SMALL_STATE(1773)] = 63840, + [SMALL_STATE(1774)] = 63847, + [SMALL_STATE(1775)] = 63854, + [SMALL_STATE(1776)] = 63861, + [SMALL_STATE(1777)] = 63868, + [SMALL_STATE(1778)] = 63875, + [SMALL_STATE(1779)] = 63882, + [SMALL_STATE(1780)] = 63889, + [SMALL_STATE(1781)] = 63896, + [SMALL_STATE(1782)] = 63903, + [SMALL_STATE(1783)] = 63910, + [SMALL_STATE(1784)] = 63917, + [SMALL_STATE(1785)] = 63924, + [SMALL_STATE(1786)] = 63931, + [SMALL_STATE(1787)] = 63938, + [SMALL_STATE(1788)] = 63945, + [SMALL_STATE(1789)] = 63952, + [SMALL_STATE(1790)] = 63959, + [SMALL_STATE(1791)] = 63966, + [SMALL_STATE(1792)] = 63973, + [SMALL_STATE(1793)] = 63980, + [SMALL_STATE(1794)] = 63987, + [SMALL_STATE(1795)] = 63994, + [SMALL_STATE(1796)] = 64001, + [SMALL_STATE(1797)] = 64008, + [SMALL_STATE(1798)] = 64015, + [SMALL_STATE(1799)] = 64022, + [SMALL_STATE(1800)] = 64029, + [SMALL_STATE(1801)] = 64036, + [SMALL_STATE(1802)] = 64043, + [SMALL_STATE(1803)] = 64050, + [SMALL_STATE(1804)] = 64057, + [SMALL_STATE(1805)] = 64064, + [SMALL_STATE(1806)] = 64071, + [SMALL_STATE(1807)] = 64078, + [SMALL_STATE(1808)] = 64085, + [SMALL_STATE(1809)] = 64092, + [SMALL_STATE(1810)] = 64099, + [SMALL_STATE(1811)] = 64106, + [SMALL_STATE(1812)] = 64113, + [SMALL_STATE(1813)] = 64120, + [SMALL_STATE(1814)] = 64127, + [SMALL_STATE(1815)] = 64134, + [SMALL_STATE(1816)] = 64141, + [SMALL_STATE(1817)] = 64148, + [SMALL_STATE(1818)] = 64155, + [SMALL_STATE(1819)] = 64162, + [SMALL_STATE(1820)] = 64169, + [SMALL_STATE(1821)] = 64176, + [SMALL_STATE(1822)] = 64183, + [SMALL_STATE(1823)] = 64190, + [SMALL_STATE(1824)] = 64197, + [SMALL_STATE(1825)] = 64204, + [SMALL_STATE(1826)] = 64211, + [SMALL_STATE(1827)] = 64218, + [SMALL_STATE(1828)] = 64225, + [SMALL_STATE(1829)] = 64232, + [SMALL_STATE(1830)] = 64239, + [SMALL_STATE(1831)] = 64246, + [SMALL_STATE(1832)] = 64253, + [SMALL_STATE(1833)] = 64260, + [SMALL_STATE(1834)] = 64267, + [SMALL_STATE(1835)] = 64274, + [SMALL_STATE(1836)] = 64281, + [SMALL_STATE(1837)] = 64288, + [SMALL_STATE(1838)] = 64295, + [SMALL_STATE(1839)] = 64302, + [SMALL_STATE(1840)] = 64309, + [SMALL_STATE(1841)] = 64316, + [SMALL_STATE(1842)] = 64323, + [SMALL_STATE(1843)] = 64330, + [SMALL_STATE(1844)] = 64337, + [SMALL_STATE(1845)] = 64344, + [SMALL_STATE(1846)] = 64351, + [SMALL_STATE(1847)] = 64358, + [SMALL_STATE(1848)] = 64365, + [SMALL_STATE(1849)] = 64372, + [SMALL_STATE(1850)] = 64379, + [SMALL_STATE(1851)] = 64386, + [SMALL_STATE(1852)] = 64393, + [SMALL_STATE(1853)] = 64400, + [SMALL_STATE(1854)] = 64407, + [SMALL_STATE(1855)] = 64414, + [SMALL_STATE(1856)] = 64421, + [SMALL_STATE(1857)] = 64428, + [SMALL_STATE(1858)] = 64435, + [SMALL_STATE(1859)] = 64442, + [SMALL_STATE(1860)] = 64449, + [SMALL_STATE(1861)] = 64456, + [SMALL_STATE(1862)] = 64463, + [SMALL_STATE(1863)] = 64470, + [SMALL_STATE(1864)] = 64477, + [SMALL_STATE(1865)] = 64484, + [SMALL_STATE(1866)] = 64491, + [SMALL_STATE(1867)] = 64498, + [SMALL_STATE(1868)] = 64505, + [SMALL_STATE(1869)] = 64512, + [SMALL_STATE(1870)] = 64519, + [SMALL_STATE(1871)] = 64526, + [SMALL_STATE(1872)] = 64533, + [SMALL_STATE(1873)] = 64540, + [SMALL_STATE(1874)] = 64547, + [SMALL_STATE(1875)] = 64554, + [SMALL_STATE(1876)] = 64561, + [SMALL_STATE(1877)] = 64568, + [SMALL_STATE(1878)] = 64575, + [SMALL_STATE(1879)] = 64582, + [SMALL_STATE(1880)] = 64589, + [SMALL_STATE(1881)] = 64596, + [SMALL_STATE(1882)] = 64603, + [SMALL_STATE(1883)] = 64610, + [SMALL_STATE(1884)] = 64617, + [SMALL_STATE(1885)] = 64624, + [SMALL_STATE(1886)] = 64631, + [SMALL_STATE(1887)] = 64638, + [SMALL_STATE(1888)] = 64645, + [SMALL_STATE(1889)] = 64652, + [SMALL_STATE(1890)] = 64659, + [SMALL_STATE(1891)] = 64666, + [SMALL_STATE(1892)] = 64673, + [SMALL_STATE(1893)] = 64680, + [SMALL_STATE(1894)] = 64687, + [SMALL_STATE(1895)] = 64694, + [SMALL_STATE(1896)] = 64701, + [SMALL_STATE(1897)] = 64708, + [SMALL_STATE(1898)] = 64715, + [SMALL_STATE(1899)] = 64722, + [SMALL_STATE(1900)] = 64729, + [SMALL_STATE(1901)] = 64736, + [SMALL_STATE(1902)] = 64743, + [SMALL_STATE(1903)] = 64750, + [SMALL_STATE(1904)] = 64757, + [SMALL_STATE(1905)] = 64764, + [SMALL_STATE(1906)] = 64771, + [SMALL_STATE(1907)] = 64778, + [SMALL_STATE(1908)] = 64785, + [SMALL_STATE(1909)] = 64792, + [SMALL_STATE(1910)] = 64799, + [SMALL_STATE(1911)] = 64806, + [SMALL_STATE(1912)] = 64813, + [SMALL_STATE(1913)] = 64820, + [SMALL_STATE(1914)] = 64827, + [SMALL_STATE(1915)] = 64834, + [SMALL_STATE(1916)] = 64841, + [SMALL_STATE(1917)] = 64848, + [SMALL_STATE(1918)] = 64855, + [SMALL_STATE(1919)] = 64862, + [SMALL_STATE(1920)] = 64869, + [SMALL_STATE(1921)] = 64876, + [SMALL_STATE(1922)] = 64883, + [SMALL_STATE(1923)] = 64890, + [SMALL_STATE(1924)] = 64897, + [SMALL_STATE(1925)] = 64904, + [SMALL_STATE(1926)] = 64911, + [SMALL_STATE(1927)] = 64918, + [SMALL_STATE(1928)] = 64925, + [SMALL_STATE(1929)] = 64932, + [SMALL_STATE(1930)] = 64939, + [SMALL_STATE(1931)] = 64946, + [SMALL_STATE(1932)] = 64953, + [SMALL_STATE(1933)] = 64960, + [SMALL_STATE(1934)] = 64967, + [SMALL_STATE(1935)] = 64974, + [SMALL_STATE(1936)] = 64981, + [SMALL_STATE(1937)] = 64988, + [SMALL_STATE(1938)] = 64995, + [SMALL_STATE(1939)] = 65002, + [SMALL_STATE(1940)] = 65009, + [SMALL_STATE(1941)] = 65016, + [SMALL_STATE(1942)] = 65023, + [SMALL_STATE(1943)] = 65030, + [SMALL_STATE(1944)] = 65037, + [SMALL_STATE(1945)] = 65044, + [SMALL_STATE(1946)] = 65051, + [SMALL_STATE(1947)] = 65058, + [SMALL_STATE(1948)] = 65065, + [SMALL_STATE(1949)] = 65072, + [SMALL_STATE(1950)] = 65079, + [SMALL_STATE(1951)] = 65086, + [SMALL_STATE(1952)] = 65093, + [SMALL_STATE(1953)] = 65100, + [SMALL_STATE(1954)] = 65107, + [SMALL_STATE(1955)] = 65114, + [SMALL_STATE(1956)] = 65121, + [SMALL_STATE(1957)] = 65128, + [SMALL_STATE(1958)] = 65135, + [SMALL_STATE(1959)] = 65142, + [SMALL_STATE(1960)] = 65149, + [SMALL_STATE(1961)] = 65156, + [SMALL_STATE(1962)] = 65163, + [SMALL_STATE(1963)] = 65170, + [SMALL_STATE(1964)] = 65177, + [SMALL_STATE(1965)] = 65184, + [SMALL_STATE(1966)] = 65191, + [SMALL_STATE(1967)] = 65198, + [SMALL_STATE(1968)] = 65205, + [SMALL_STATE(1969)] = 65212, + [SMALL_STATE(1970)] = 65219, + [SMALL_STATE(1971)] = 65226, + [SMALL_STATE(1972)] = 65233, + [SMALL_STATE(1973)] = 65240, + [SMALL_STATE(1974)] = 65247, + [SMALL_STATE(1975)] = 65254, + [SMALL_STATE(1976)] = 65261, + [SMALL_STATE(1977)] = 65268, + [SMALL_STATE(1978)] = 65275, + [SMALL_STATE(1979)] = 65282, + [SMALL_STATE(1980)] = 65289, + [SMALL_STATE(1981)] = 65296, + [SMALL_STATE(1982)] = 65303, + [SMALL_STATE(1983)] = 65310, + [SMALL_STATE(1984)] = 65317, + [SMALL_STATE(1985)] = 65324, + [SMALL_STATE(1986)] = 65331, + [SMALL_STATE(1987)] = 65338, + [SMALL_STATE(1988)] = 65345, + [SMALL_STATE(1989)] = 65352, + [SMALL_STATE(1990)] = 65359, + [SMALL_STATE(1991)] = 65366, + [SMALL_STATE(1992)] = 65373, + [SMALL_STATE(1993)] = 65380, + [SMALL_STATE(1994)] = 65387, + [SMALL_STATE(1995)] = 65394, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -117171,2400 +116796,2387 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0, 0, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, 0, 17), - [173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, 0, 42), - [175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, 0, 17), - [177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, 0, 42), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(408), - [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), - [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1914), - [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1206), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, 0, 17), + [175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, 0, 42), + [177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, 0, 17), + [179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, 0, 42), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(412), + [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), + [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1890), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1207), [215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1915), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), - [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(386), - [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(625), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(625), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(627), - [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(107), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(383), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1009), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1891), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1740), + [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(618), + [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(618), + [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(525), + [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(382), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(999), [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(878), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(894), - [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(33), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(755), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1681), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), - [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1720), - [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1746), - [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(613), - [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1798), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1722), - [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(380), - [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2016), - [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(464), - [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1791), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1814), - [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1923), - [319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1750), - [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1902), - [325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(549), - [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(611), - [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1864), - [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), - [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1843), - [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1466), - [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1679), - [349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1540), - [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(689), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(414), - [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1379), - [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1824), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1221), - [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1825), - [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1723), - [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(251), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(384), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1001), - [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(868), - [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(25), - [441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1724), - [446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1721), - [449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(572), - [452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1847), - [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1726), - [458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(379), - [461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1978), - [464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1851), - [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1854), - [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1833), - [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1697), - [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1910), - [482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), - [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), - [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2, 0, 0), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), - [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1, 0, 0), - [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(413), - [563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1398), - [566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1966), - [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1211), - [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1946), - [575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1706), - [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(385), - [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1011), - [587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(850), - [590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1745), - [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1754), - [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(615), - [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1780), - [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1747), - [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(376), - [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(2019), - [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(471), - [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1801), - [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1807), - [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1951), - [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1758), - [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1848), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1725), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1862), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(910), + [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(28), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1644), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), + [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), + [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1696), + [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1686), + [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(620), + [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1908), + [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(379), + [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1989), + [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(483), + [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1897), + [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1900), + [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1898), + [319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1693), + [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1962), + [325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(542), + [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(543), + [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1879), + [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1886), + [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1931), + [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1452), + [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(683), + [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1637), + [349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1530), + [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(683), + [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(675), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(415), + [415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1377), + [418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1800), + [421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1204), + [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1801), + [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1667), + [430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(234), + [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(383), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(993), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(869), + [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(36), + [445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1661), + [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1698), + [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(590), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1865), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1676), + [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(378), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1951), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1869), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1870), + [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1809), + [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1738), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1838), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1, 0, 0), + [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2, 0, 0), + [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(413), + [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1373), + [552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1939), + [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1154), + [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1921), + [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1714), + [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(384), + [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(982), + [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(880), + [576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(35), + [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1685), + [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1704), + [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(621), + [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1766), + [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1688), + [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(380), + [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1992), + [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(466), + [603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1911), + [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1914), + [609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1926), + [612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1709), + [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2, 0, 0), SHIFT_REPEAT(1935), + [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), - [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(417), [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1387), - [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1877), - [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1194), - [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1916), - [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1709), - [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(386), - [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(625), - [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(625), - [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(627), - [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(319), - [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1008), - [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(869), - [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), - [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), - [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(894), + [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1831), + [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1191), + [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1878), + [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1695), + [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(618), + [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(618), + [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(525), + [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(355), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(991), + [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(877), + [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1725), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1862), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(910), [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(755), - [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1681), - [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), - [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1742), - [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1693), - [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(532), - [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1878), - [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1736), - [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(331), - [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), - [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(480), - [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1984), - [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), - [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1996), - [752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(549), - [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(611), - [758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1864), - [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), - [764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1843), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1466), - [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1119), - [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1679), - [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1540), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1119), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(689), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1644), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), + [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1710), + [722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1665), + [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(524), + [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1804), + [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1732), + [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(321), + [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1857), + [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1871), + [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1873), + [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1888), + [752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(542), + [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(543), + [758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1879), + [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1886), + [764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1931), + [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1452), + [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1106), + [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1637), + [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1530), + [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(1106), + [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(675), [785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 9), - [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2, 0, 0), - [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 9), - [795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 0), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), - [802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(386), - [805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(625), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(625), - [811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(627), - [814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(107), - [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(383), - [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1009), - [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), - [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), - [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(33), - [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(755), - [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1681), - [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), - [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1720), - [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1746), - [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1722), - [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(380), - [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2016), - [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(464), - [877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1791), - [880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1814), - [883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1923), - [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1750), - [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1902), - [892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(549), - [895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(611), - [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1864), - [901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), - [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1843), - [907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1466), - [910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1679), - [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1540), - [919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(689), - [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 0), - [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2, 0, 0), - [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 9), - [941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 9), - [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(251), - [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(384), - [952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1001), - [955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(25), + [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 9), + [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2, 0, 0), + [795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), + [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(618), + [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(618), + [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(525), + [812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(382), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(999), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1725), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1862), + [833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(28), + [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1644), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), + [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), + [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1696), + [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1686), + [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(379), + [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1989), + [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(483), + [875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1897), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1900), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1898), + [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1693), + [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1962), + [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(542), + [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(543), + [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1879), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1886), + [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1931), + [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1452), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(683), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1637), + [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1530), + [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(683), + [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(675), + [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 0), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 9), + [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2, 0, 0), + [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 0), + [941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 9), + [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(414), + [946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(234), + [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(383), + [952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(993), + [955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(36), [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), - [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1724), - [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1721), - [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1726), - [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(379), - [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1978), - [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(483), - [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1851), - [981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1854), - [984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1833), - [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1697), - [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1910), - [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(412), - [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(385), - [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1011), - [1007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1745), - [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1754), - [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1747), - [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(376), - [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2019), - [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(471), - [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1801), - [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1807), - [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1951), - [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1758), - [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1848), + [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1661), + [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1698), + [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1676), + [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(378), + [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1951), + [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1869), + [981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1870), + [984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1809), + [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1738), + [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1838), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(410), + [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(384), + [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(982), + [1007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(35), + [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1685), + [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1704), + [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1688), + [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(380), + [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1992), + [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(466), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1911), + [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1914), + [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1926), + [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1709), + [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1935), [1043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1008), + [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(248), + [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(385), + [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(991), [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(23), - [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1742), - [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1693), - [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1736), - [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(331), - [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2022), - [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(480), - [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1984), - [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1918), - [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1996), - [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1725), - [1088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1909), + [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1710), + [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1665), + [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1732), + [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(321), + [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1857), + [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1871), + [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1873), + [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1888), + [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1721), + [1088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1913), [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), [1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(409), - [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1689), - [1113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1702), - [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2000), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1766), + [1110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1663), + [1113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1664), + [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1973), + [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1723), [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 27), [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 27), - [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_finally_clause, 2, 0, 8), - [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_finally_clause, 2, 0, 8), - [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 28), - [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 28), - [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), - [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 29), - [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 29), - [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 31), - [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 31), - [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 35), - [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 35), - [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, 0, 49), - [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 49), - [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, 0, 8), - [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, 0, 8), - [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 57), - [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 57), - [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 63), - [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 63), - [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 65), - [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 65), - [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 77), - [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 77), - [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 49), - [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 49), - [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 82), - [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 82), - [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 86), - [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 86), - [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 91), - [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 91), - [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 92), - [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 92), - [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 77), - [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 77), - [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, 0, 101), - [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, 0, 101), - [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 112), - [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 112), - [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), - [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), - [1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), - [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), - [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2, 0, 0), - [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2, 0, 0), - [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 28), - [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 28), - [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), - [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), - [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), - [1265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), - [1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 62), - [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 62), - [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, 0, 41), - [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, 0, 41), - [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, 0, 42), - [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, 0, 42), - [1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 95), - [1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 95), - [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 5, 0, 96), - [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 5, 0, 96), - [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, 0, 98), - [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, 0, 98), - [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 43), - [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 43), - [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, 0, 67), - [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, 0, 67), - [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 17), - [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 17), - [1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 2), - [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 2), - [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 68), - [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 68), - [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, 0, 4), - [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, 0, 4), - [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, 0, 69), - [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, 0, 69), - [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, 0, 72), - [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, 0, 72), - [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 73), - [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 73), - [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 42), - [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 42), - [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, 0, 74), - [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, 0, 74), - [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 3, 0, 36), - [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 3, 0, 36), - [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2, 0, 0), - [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2, 0, 0), - [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, 0, 16), - [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, 0, 16), - [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, 0, 17), - [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, 0, 17), - [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, 0, 23), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, 0, 23), - [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, 0, 17), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, 0, 17), - [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, 0, 18), - [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, 0, 18), - [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 33), - [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 33), - [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, 0, 40), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, 0, 40), - [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_try_statement, 3, 0, 8), + [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_try_statement, 3, 0, 8), + [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), + [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), + [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), + [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 28), + [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 28), + [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 28), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 28), + [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), + [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 29), + [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 29), + [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 31), + [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 31), + [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, 0, 35), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, 0, 35), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, 0, 49), + [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, 0, 49), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 6, 0, 112), + [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 6, 0, 112), + [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 57), + [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 57), + [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 63), + [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 63), + [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, 0, 65), + [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, 0, 65), + [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 77), + [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 77), + [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, 0, 49), + [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 49), + [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_finally_clause, 2, 0, 8), + [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_finally_clause, 2, 0, 8), + [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 82), + [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 82), + [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, 0, 86), + [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, 0, 86), + [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 91), + [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 91), + [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 5, 0, 92), + [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 5, 0, 92), + [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, 0, 77), + [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 77), + [1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_except_clause, 3, 0, 101), + [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_except_clause, 3, 0, 101), + [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2, 0, 0), + [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2, 0, 0), + [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), + [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_seh_leave_statement, 2, 0, 0), + [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), + [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), + [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 73), + [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 73), + [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), + [1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0), + [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 33), + [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 33), + [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, 0, 4), + [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, 0, 4), + [1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2, 0, 0), + [1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2, 0, 0), + [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 3, 0, 36), + [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 3, 0, 36), + [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, 0, 16), + [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, 0, 16), + [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, 0, 17), + [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, 0, 17), + [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, 0, 17), + [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, 0, 17), + [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, 0, 18), + [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, 0, 18), + [1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, 0, 23), + [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, 0, 23), + [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, 0, 40), + [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, 0, 40), + [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, 0, 41), + [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, 0, 41), + [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, 0, 42), + [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, 0, 42), + [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 43), + [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 43), + [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, 0, 17), + [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, 0, 17), + [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 62), + [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 62), + [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, 0, 67), + [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, 0, 67), + [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 68), + [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 68), + [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, 0, 69), + [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, 0, 69), + [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, 0, 72), + [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, 0, 72), + [1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, 0, 42), + [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, 0, 42), + [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, 0, 74), + [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, 0, 74), + [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, 0, 95), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, 0, 95), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 5, 0, 96), + [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 5, 0, 96), + [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, 0, 98), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, 0, 98), + [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_item, 1, 0, 2), + [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_item, 1, 0, 2), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, 0, 38), - [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, 0, 38), - [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), - [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [1424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(804), - [1427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(386), - [1430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(625), - [1433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(625), - [1436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(627), - [1439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(251), - [1442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(552), - [1445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1719), - [1448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(25), - [1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1724), - [1454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1721), - [1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(572), - [1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1847), - [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1726), - [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(379), - [1469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1978), - [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(483), - [1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1851), - [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1854), - [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1833), - [1484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1697), - [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1910), - [1490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(549), - [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(611), - [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1864), - [1499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1892), - [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1843), - [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1466), - [1508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(693), - [1511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1679), - [1514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1540), - [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(693), - [1520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(689), - [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 2), - [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 2), - [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), - [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(796), - [1536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(107), - [1539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(33), - [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1720), - [1545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1746), - [1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(613), - [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1798), - [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1722), - [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(380), - [1560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2016), - [1563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(464), - [1566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1791), - [1569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1814), - [1572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1923), - [1575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1750), - [1578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1902), - [1581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(792), - [1584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(23), - [1587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1689), - [1590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1693), - [1593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(609), - [1596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1809), - [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1702), - [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(331), - [1605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2000), - [1608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(480), - [1611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1984), - [1614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1918), - [1617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1996), - [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1766), - [1623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), - [1626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), - [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(799), - [1634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(178), - [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(39), - [1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1745), - [1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1754), - [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(615), - [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1780), - [1652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1747), - [1655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(376), - [1658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2019), - [1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(471), - [1664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1801), - [1667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1807), - [1670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1951), - [1673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1758), - [1676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1848), - [1679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(788), - [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(230), - [1685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1742), - [1688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(532), - [1691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1878), - [1694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1736), - [1697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(2022), - [1700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1725), - [1703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1909), - [1706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(718), - [1709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(552), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), - [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), - [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4, 0, 0), - [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4, 0, 0), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3, 0, 0), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3, 0, 0), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), - [1767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), - [1774] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), SHIFT(997), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), - [1780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), - [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), - [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), - [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(340), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(840), - [1898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(392), - [1901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(616), - [1904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(616), - [1907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(617), - [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(620), - [1913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(618), - [1916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(619), - [1919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1864), - [1922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1892), - [1925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1843), - [1928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1466), - [1931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(693), - [1934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1679), - [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1540), - [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(693), - [1943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(689), - [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 17), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 42), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 2, 0, 17), - [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), - [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [2006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, 0, 42), - [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [2012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(766), - [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1970), - [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1204), - [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), - [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1872), - [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1711), - [2029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [2038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1744), - [2041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), - [2044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [2047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [2050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(755), - [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1681), - [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), - [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), - [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [2078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, 0, 0), - [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [2082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1945), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1200), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1940), - [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1690), - [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), - [2098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1971), - [2101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1210), - [2104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1935), - [2107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1717), - [2110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, 0, 0), - [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 58), - [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 0), - [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 58), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(791), + [1423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(394), + [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(618), + [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(618), + [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(525), + [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(86), + [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(540), + [1441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1725), + [1444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(28), + [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1696), + [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1686), + [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(620), + [1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1908), + [1459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1703), + [1462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(379), + [1465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1989), + [1468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(483), + [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1897), + [1474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1900), + [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1898), + [1480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1693), + [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1962), + [1486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(542), + [1489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(543), + [1492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1879), + [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1886), + [1498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1931), + [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1452), + [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(683), + [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1637), + [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1530), + [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(683), + [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(675), + [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), + [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2, 0, 0), + [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), + [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), REDUCE(sym__top_level_statement, 1, 0, 0), + [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(800), + [1532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(234), + [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(23), + [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1663), + [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1665), + [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(619), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1884), + [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1664), + [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(321), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1973), + [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(474), + [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1871), + [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1873), + [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1888), + [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1723), + [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1838), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), + [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 1, 0, 0), + [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 2), + [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 2), + [1587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(793), + [1590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(248), + [1593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1710), + [1596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(524), + [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1804), + [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1732), + [1605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1857), + [1608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1721), + [1611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1913), + [1614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(797), + [1617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(36), + [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1661), + [1623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1698), + [1626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(590), + [1629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1865), + [1632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1676), + [1635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(378), + [1638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1951), + [1641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(472), + [1644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1869), + [1647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1870), + [1650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1809), + [1653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1738), + [1656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(795), + [1659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(197), + [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(35), + [1665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1685), + [1668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1704), + [1671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(621), + [1674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1766), + [1677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1688), + [1680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(380), + [1683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1992), + [1686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(466), + [1689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1911), + [1692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1914), + [1695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1926), + [1698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1709), + [1701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT(1935), + [1704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(716), + [1707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(540), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3, 0, 0), + [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3, 0, 0), + [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4, 0, 0), + [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4, 0, 0), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [1756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), + [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1, 0, 0), REDUCE(aux_sym_attributed_declarator_repeat1, 1, 0, 0), + [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), + [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [1772] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), SHIFT(998), + [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [1778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), + [1781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), + [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(sym_expression, 1, 0, 0), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(331), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [1893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(838), + [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(399), + [1899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(622), + [1902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(622), + [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(623), + [1908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(626), + [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(624), + [1914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(625), + [1917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1879), + [1920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1886), + [1923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1931), + [1926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1452), + [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(683), + [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1637), + [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(1530), + [1938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(683), + [1941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_qualifier, 1, 0, 0), SHIFT(675), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [1950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [1954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, 0, 42), + [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 2, 0, 17), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 17), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [2002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 42), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1943), + [2016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1206), + [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), + [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1848), + [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1674), + [2027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [2030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [2033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), + [2039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1862), + [2042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1644), + [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), + [2057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), + [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, 0, 0), + [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [2070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [2072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [2076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1920), + [2083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1175), + [2086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1793), + [2089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1706), + [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1944), + [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1178), + [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1910), + [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1681), + [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, 0, 0), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 58), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 106), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 42), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 85), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(628), - [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), - [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1540), - [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3, 0, 0), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3, 0, 0), - [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [2242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 109), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 109), - [2246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 110), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 110), - [2250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, 0, 59), - [2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, 0, 59), - [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, 0, 130), - [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, 0, 130), - [2258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [2262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 126), - [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 126), - [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 121), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 121), - [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 125), - [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 125), - [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [2278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), - [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), - [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 120), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 120), - [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), - [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), - [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), - [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [2303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1744), - [2306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), - [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(766), - [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [2320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(729), - [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [2326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1744), - [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1853), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), - [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(722), - [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(755), - [2343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1681), - [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [2349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1515), - [2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), - [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), - [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), - [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), - [2360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(703), - [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(667), - [2366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), - [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), - [2377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(720), - [2380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1778), - [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), - [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), - [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 13), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 13), - [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, 0, 107), - [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, 0, 107), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4, 0, 0), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4, 0, 0), - [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5, 0, 0), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5, 0, 0), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8, 0, 0), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8, 0, 0), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9, 0, 0), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9, 0, 0), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 37), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 37), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, 0, 47), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, 0, 47), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, 0, 38), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, 0, 38), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 12), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 12), - [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 70), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 70), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2, 0, 0), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2, 0, 0), - [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3, 0, 0), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3, 0, 0), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), - [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 47), - [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 47), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), - [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), - [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 30), - [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 30), - [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 5), - [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 5), - [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, 0, 9), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, 0, 9), - [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), - [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, 0, 5), - [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, 0, 5), - [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 5), - [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 5), - [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), - [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 7), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 7), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 7), - [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 7), - [2507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(753), - [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), - [2512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(720), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), - [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [2519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1778), - [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), - [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), - [2528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 55), - [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 55), - [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 25), - [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 25), - [2540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(756), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), - [2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(720), - [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [2552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1778), - [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 25), - [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 25), - [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 14), - [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 14), - [2565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, 0, 14), - [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, 0, 14), - [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, 0, 3), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, 0, 3), - [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 3), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 3), - [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), - [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), - [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 56), - [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 56), - [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 8), - [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 8), - [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 54), - [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 54), - [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 24), - [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 24), - [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 8), - [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 8), - [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(736), - [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 26), - [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 26), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 24), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 24), - [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 54), - [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 54), - [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 26), - [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 26), - [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 81), - [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 81), - [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 56), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 56), - [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 7), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 7), - [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, 0, 81), - [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, 0, 81), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 14), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 14), - [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [2646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 8), - [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 8), - [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 3), - [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 3), - [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, 0, 54), - [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, 0, 54), - [2660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), - [2666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 14), - [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 14), - [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 15), - [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 15), - [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 38), - [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 38), - [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 39), - [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 39), - [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), - [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), - [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 15), - [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 15), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3, 0, 0), - [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3, 0, 0), - [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 24), - [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 24), - [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 24), - [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 24), - [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 25), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 25), - [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 26), - [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 26), - [2726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 24), - [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 24), - [2730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 25), - [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 25), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 26), - [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 26), - [2738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(997), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, -1, 60), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, -1, 60), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 10), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 10), - [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, 0, 79), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, 0, 79), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 38), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, 0, 38), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 39), - [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, -1, 39), - [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2, 0, 0), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2, 0, 0), - [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 7), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 7), - [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4, 0, 0), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4, 0, 0), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 52), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 52), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 8), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 8), - [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 7), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 7), - [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 54), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 54), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 55), - [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 55), - [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 8), - [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 8), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), - [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), - [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 42), + [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 85), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 58), + [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, 0, 0), + [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3, 0, 0), + [2218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3, 0, 0), + [2220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(629), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), + [2227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1530), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), + [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 109), + [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 109), + [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, 0, 110), + [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, 0, 110), + [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 120), + [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 120), + [2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, 0, 121), + [2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, 0, 121), + [2256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, 0, 59), + [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, 0, 59), + [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), + [2264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [2267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [2273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), + [2276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1862), + [2279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 125), + [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 125), + [2286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, 0, 126), + [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, 0, 126), + [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, 0, 130), + [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, 0, 130), + [2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), + [2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 88), + [2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), + [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, 0, 89), + [2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [2310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [2313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [2316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(724), + [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), + [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1862), + [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), + [2330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(717), + [2333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [2336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [2339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1644), + [2342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), + [2345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), + [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), + [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), + [2358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(697), + [2361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(667), + [2364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1950), + [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), + [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(713), + [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1786), + [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2, 0, 0), + [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2, 0, 0), + [2391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4, 0, 0), + [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4, 0, 0), + [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), + [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), + [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, 0, 47), + [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, 0, 47), + [2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5, 0, 0), + [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5, 0, 0), + [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 70), + [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 70), + [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, 0, 38), + [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, 0, 38), + [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3, 0, 0), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3, 0, 0), + [2419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8, 0, 0), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8, 0, 0), + [2423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 37), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 37), + [2427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, 0, 107), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, 0, 107), + [2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 12), + [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 12), + [2435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9, 0, 0), + [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9, 0, 0), + [2439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 13), + [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 13), + [2443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3, 0, 0), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3, 0, 0), + [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 47), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 47), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), + [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), + [2463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), + [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignas_qualifier, 4, 0, 0), + [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [2471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, 0, 9), + [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, 0, 9), + [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 5), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 5), + [2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 5), + [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 5), + [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, 0, 5), + [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, 0, 5), + [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 30), + [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 30), + [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 25), + [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 25), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4, 0, 0), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 55), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 55), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 25), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 25), + [2517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(777), + [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), + [2522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(713), + [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), + [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [2529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1786), + [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 7), + [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 7), + [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 7), + [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 7), + [2542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(772), + [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), + [2547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(713), + [2550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [2554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1786), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, 0, 14), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, 0, 14), + [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, 0, 3), + [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, 0, 3), + [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), + [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1, 0, 0), + [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 3), + [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 3), + [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, 0, 14), + [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, 0, 14), + [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT_REPEAT(729), + [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, 0, 8), + [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, 0, 8), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 24), + [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 24), + [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 54), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 54), + [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 26), + [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 26), + [2602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 56), + [2604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 56), + [2606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 54), + [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 54), + [2610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 24), + [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 24), + [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 81), + [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 81), + [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 26), + [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 26), + [2622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, 0, 8), + [2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, 0, 8), + [2626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 14), + [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 14), + [2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [2632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), + [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), + [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 0), + [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 52), + [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 52), + [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 54), + [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 54), + [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 55), + [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 55), + [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, 0, 56), + [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, 0, 56), + [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, 0, 54), + [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, 0, 54), + [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2, 0, 0), + [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2, 0, 0), + [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 7), + [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 7), + [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, 0, 79), + [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, 0, 79), + [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 8), + [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 8), + [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 7), + [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 7), + [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, 0, 81), + [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, 0, 81), + [2692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 10), + [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 10), + [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3, 0, 0), + [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3, 0, 0), + [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 24), + [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 24), + [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 24), + [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 24), + [2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 25), + [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 25), + [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, 0, 8), + [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, 0, 8), + [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 7), + [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 7), + [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, 0, 26), + [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, 0, 26), + [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 24), + [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 24), + [2732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 25), + [2734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 25), + [2736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, 0, 26), + [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, 0, 26), + [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, -1, 60), + [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, -1, 60), + [2744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, 0, 8), + [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, 0, 8), + [2748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 15), + [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 15), + [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 38), + [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 38), + [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 39), + [2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, -1, 39), + [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 38), + [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, 0, 38), + [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 39), + [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 4, -1, 39), + [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), + [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), + [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 14), + [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 14), + [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 15), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, -1, 15), + [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(998), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 3), + [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, 0, 3), + [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4, 0, 0), + [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4, 0, 0), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 17), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 17), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 44), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 44), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 80), [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 80), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 42), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 42), - [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 43), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 43), - [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 17), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 17), - [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 80), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 80), - [2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 73), - [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 73), - [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 42), - [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 42), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 74), - [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 74), - [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, 0, 98), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), - [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), - [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 44), - [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 44), - [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 17), - [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, 0, 17), - [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 44), - [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 44), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [2881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), REDUCE(sym__old_style_parameter_list, 3, 0, 0), - [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), - [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 3, 0, 0), - [2888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), REDUCE(sym__old_style_parameter_list, 3, 0, 0), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), - [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 71), - [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 71), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), - [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), - [2921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), SHIFT(1985), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_expression, 2, 0, 0), - [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_expression, 2, 0, 0), - [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), REDUCE(sym__old_style_parameter_list, 2, 0, 0), - [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), - [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 2, 0, 0), - [2939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), REDUCE(sym__old_style_parameter_list, 2, 0, 0), - [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 30), - [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 30), - [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 97), - [2974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 97), - [2976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 52), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 52), - [2984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 52), SHIFT(1985), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 8), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 8), - [2993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 8), SHIFT(1985), - [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 79), - [3000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), SHIFT(1985), - [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 24), - [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 24), - [3007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 24), SHIFT(1985), - [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), - [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [3028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1588), - [3031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(946), - [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [3058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), - [3061] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(997), - [3065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), - [3068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 0), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 42), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, 0, 42), + [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 43), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 43), + [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 44), + [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 44), + [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 17), + [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, 0, 17), + [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 80), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 80), + [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 73), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 73), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 42), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, 0, 42), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 74), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, 0, 74), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), + [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 1, 1, 0), + [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 71), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 71), + [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 97), + [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 97), + [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_expression, 2, 0, 0), + [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_expression, 2, 0, 0), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), REDUCE(sym__old_style_parameter_list, 3, 0, 0), + [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), + [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 3, 0, 0), + [2942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), REDUCE(sym__old_style_parameter_list, 3, 0, 0), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 30), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 30), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), + [2955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 7), SHIFT(1977), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [2966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), REDUCE(sym__old_style_parameter_list, 2, 0, 0), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 2, 0, 0), + [2973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), REDUCE(sym__old_style_parameter_list, 2, 0, 0), + [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), + [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 52), + [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, 0, 52), + [2982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, 0, 52), SHIFT(1977), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 24), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, 0, 24), + [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, 0, 24), SHIFT(1977), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), + [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, 0, 79), + [2998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, 0, 79), SHIFT(1977), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 8), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 8), + [3005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, 0, 8), SHIFT(1977), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), + [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [3032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1607), + [3035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(936), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), + [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1, 0, 0), + [3056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_specifier, 1, 0, 1), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), + [3059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), + [3062] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(998), + [3066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), REDUCE(sym_type_specifier, 1, 0, 1), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 0), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 4, 0, 0), - [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 4, 0, 0), + [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 4, 0, 0), + [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 4, 0, 0), + [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 3, 0, 0), [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_declarator, 2, 0, 34), [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_declarator, 2, 0, 34), - [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 3, 0, 0), - [3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), - [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), - [3091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(998), - [3094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(996), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, 0, 78), - [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, 0, 78), - [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), + [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), + [3089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(989), + [3092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(995), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, 0, 78), + [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 3, 0, 78), + [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), - [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1, 0, 0), - [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), - [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), - [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), - [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), - [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2, 0, 0), - [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, 0, 13), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, 0, 13), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, 0, 46), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2, 0, 0), - [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitfield_clause, 2, 0, 0), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 115), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, 0, 64), - [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), - [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 116), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3, 0, 0), + [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, 0, 13), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, 0, 13), + [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1, 0, 0), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4, 0, 0), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, 0, 46), + [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2, 0, 0), + [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitfield_clause, 2, 0, 0), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 103), + [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 105), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4, 0, 0), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, 0, 64), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), - [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, 0, 117), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 83), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4, 0, 0), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 84), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 103), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 104), - [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 105), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, 0, 3), - [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 14), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 3), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 14), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [3365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1133), - [3368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1134), - [3371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1132), - [3374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1147), - [3377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1143), - [3380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1146), + [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 83), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 115), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, 0, 116), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, 0, 84), + [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, 0, 117), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, 0, 104), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 3), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 14), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, 0, 3), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 14), + [3363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1129), + [3366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1117), + [3369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1, 0, 0), SHIFT(1132), + [3372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1119), + [3375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1127), + [3378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), SHIFT(1118), + [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 44), [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, 0, 14), [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, 0, 14), - [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, 0, 3), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, 0, 3), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 3), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 3), - [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 14), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 14), - [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 44), - [3401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 10), SHIFT(736), - [3404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 14), SHIFT(736), - [3407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 15), SHIFT(736), - [3410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 38), SHIFT(1140), - [3413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 39), SHIFT(1141), - [3416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), SHIFT(736), - [3419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 3), SHIFT(736), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [3424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 38), SHIFT(736), - [3427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 39), SHIFT(736), - [3430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(1135), - [3433] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT(736), - [3437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1129), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1, 0, 0), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [3444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1, 0, 0), - [3446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 14), SHIFT(1130), - [3449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 15), SHIFT(1131), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [3484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), SHIFT(1901), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, 0, 30), - [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, 0, 30), - [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [3545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, 0, 5), - [3547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, 0, 5), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4, 0, 0), - [3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4, 0, 0), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), - [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2, 0, 0), - [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2, 0, 0), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [3633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), - [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), - [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [3647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [3651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 3), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 3), + [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, 0, 14), + [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, 0, 14), + [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, 0, 3), + [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, 0, 3), + [3399] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 0), REDUCE(aux_sym_sized_type_specifier_repeat1, 2, 0, 0), SHIFT(729), + [3403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 38), SHIFT(1120), + [3406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 39), SHIFT(1126), + [3409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, 0, 38), SHIFT(729), + [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1, 0, 0), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [3418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1, 0, 0), + [3420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, -1, 15), SHIFT(729), + [3423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 1), SHIFT(1130), + [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 4, -1, 39), SHIFT(729), + [3429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 0), SHIFT(729), + [3432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 15), SHIFT(1124), + [3435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, -1, 10), SHIFT(729), + [3438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 3), SHIFT(729), + [3441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, 0, 14), SHIFT(1133), + [3444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 3, 0, 14), SHIFT(729), + [3447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_specifier, 1, 0, 0), SHIFT(1131), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [3506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, 0, 7), SHIFT(1761), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), + [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2, 0, 0), + [3573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2, 0, 0), + [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), + [3607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3, 0, 0), + [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, 0, 30), + [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, 0, 30), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4, 0, 0), + [3617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4, 0, 0), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, 0, 5), + [3625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, 0, 5), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [3633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [3647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 2, 0, 34), [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, 0, 34), [3685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, 0, 34), - [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 2, 0, 34), - [3689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1289), - [3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), - [3694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [3697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), - [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 3, 0, 34), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, 0, 34), + [3689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, 0, 34), + [3691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1283), + [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), + [3696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2, 0, 0), [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, 0, 34), [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, 0, 34), - [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 3, 0, 34), - [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, 0, 34), - [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, 0, 34), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), - [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), - [3719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1694), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), - [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, 0, 42), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 2, 0, 17), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2, 0, 0), - [3746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2, 0, 0), - [3748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), - [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, 1, 61), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [3758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 3, 1, 61), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, 1, 111), - [3762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 5, 1, 111), - [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, 1, 90), - [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 4, 1, 90), - [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, 1, 32), - [3770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 2, 1, 32), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, 0, 22), - [3776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 1, 0, 22), - [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, 0, 113), - [3784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, 0, 113), - [3786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), - [3788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 93), - [3792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 93), - [3794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), - [3796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), - [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), - [3800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), - [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 22), - [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 22), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [3815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [3817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, 0, 22), - [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, 0, 22), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, 1, 111), - [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 5, 1, 111), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, 1, 90), - [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 4, 1, 90), - [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, 1, 61), - [3837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 3, 1, 61), - [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 32), - [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 32), - [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 35), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, 1, 32), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 2, 1, 32), - [3849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1, 0, 0), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 42), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1675), - [3864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1175), - [3867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1904), - [3870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1709), - [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, 1, 32), - [3877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 2, 1, 32), - [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, 0, 42), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, 1, 111), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 5, 1, 111), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 17), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 17), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, 1, 61), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 3, 1, 61), - [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 2, 0, 17), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, 0, 22), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 1, 0, 22), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, 1, 90), - [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 4, 1, 90), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 3, 0, 34), + [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 3, 0, 34), + [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), + [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), + [3713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2, 0, 0), SHIFT_REPEAT(1725), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 3, 0, 42), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2, 0, 0), + [3736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2, 0, 0), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 2, 0, 17), + [3742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), + [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), + [3746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), + [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), + [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, 1, 90), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 4, 1, 90), + [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, 1, 61), + [3760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 3, 1, 61), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, 1, 32), + [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 2, 1, 32), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, 1, 111), + [3768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_declarator, 5, 1, 111), + [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, 0, 22), + [3772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, 0, 22), + [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), + [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), REDUCE(aux_sym_function_declarator_repeat1, 1, 0, 0), + [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 1, 0, 0), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, 0, 22), + [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 1, 0, 22), + [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), + [3801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 4, -10, 0), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1, 0, 0), + [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1, 0, 0), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 93), + [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 93), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, 0, 22), + [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, 0, 22), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, 0, 113), + [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, 0, 113), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), + [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, -10, 0), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, 1, 90), + [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 4, 1, 90), + [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 35), + [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 32), + [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 32), + [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, 1, 111), + [3837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 5, 1, 111), + [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, 1, 32), + [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 2, 1, 32), + [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, 1, 61), + [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_field_declarator, 3, 1, 61), + [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, 1, 61), + [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 3, 1, 61), + [3851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 3, 0, 42), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 17), + [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 17), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 2, 0, 17), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), + [3881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), + [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, 1, 111), + [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 5, 1, 111), + [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, 1, 32), + [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 2, 1, 32), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, 0, 22), + [3897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 1, 0, 22), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1, 0, 0), + [3905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1583), + [3908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1157), + [3911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1868), + [3914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1695), + [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, 1, 90), + [3921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type_declarator, 4, 1, 90), + [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 42), [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 42), - [3927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), - [3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2, 0, 0), - [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 32), - [3933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 32), - [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1, 0, 0), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), - [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), - [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), - [3949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [3952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1985), - [3955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1, 0, 0), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 0), - [3963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_declarator, 1, 0, 0), - [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 4, 0, 34), - [3973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 4, 0, 34), - [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, 0, 113), - [3977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, 0, 113), - [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, 0, 22), - [3981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, 0, 22), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), - [3985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), - [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), - [3993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 53), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 53), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 0), - [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 0), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 93), - [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 93), - [4013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 22), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 22), - [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, 0, 34), - [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, 0, 34), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 22), - [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 22), - [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), - [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), - [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, 0, 34), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, 0, 34), - [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 93), - [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 93), - [4043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1675), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), - [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, 0, 6), - [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, 0, 6), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 32), - [4058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 32), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, 0, 113), - [4062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, 0, 113), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 0), - [4066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 0), - [4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 1), - [4070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 1), - [4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 21), - [4074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 21), - [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), - [4078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), - [4080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), SHIFT_REPEAT(1417), - [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), - [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), - [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 90), - [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 90), - [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 61), - [4093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 61), - [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, 0, 22), - [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, 0, 22), - [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), - [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), - [4103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 22), - [4105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 22), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, 0, 20), - [4123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, 0, 20), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(540), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 32), + [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 32), + [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), + [3939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2, 0, 0), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1, 0, 0), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1, 0, 0), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 0), + [3951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_declarator, 1, 0, 0), + [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), + [3955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [3958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(1977), + [3961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2, 0, 0), + [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, 0, 22), + [3965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, 0, 22), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), + [3977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 4, -10, 0), + [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, 0, 34), + [3981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, 0, 34), + [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, 0, 113), + [3989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, 0, 113), + [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_declarator, 4, 0, 34), + [3993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_declarator, 4, 0, 34), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 93), + [4001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 93), + [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 53), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 53), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, -10, 0), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, 0, 0), + [4013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, 0, 0), + [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, 0, 22), + [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, 0, 22), + [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 61), + [4025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, 1, 61), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, 0, 6), + [4029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator, 1, 0, 6), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 21), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 21), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 0), + [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 0), + [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 90), + [4043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 4, 1, 90), + [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 32), + [4047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, 1, 32), + [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 93), + [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 93), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, 0, 22), + [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, 0, 22), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), + [4059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, -10, 0), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), + [4063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 4, -10, 0), + [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [4067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), SHIFT_REPEAT(1396), + [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), + [4072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 2, 0, 0), + [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, 0, 34), + [4076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, 0, 34), + [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, 0, 1), + [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, 0, 1), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, 0, 22), + [4084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, 0, 22), + [4086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1583), + [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), + [4091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_repeat1, 2, 0, 0), + [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, 0, 113), + [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, 0, 113), + [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 22), + [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 22), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, 0, 113), + [4103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, 0, 113), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), + [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 99), + [4117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 99), + [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 93), + [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 93), + [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 22), + [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 22), + [4127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(539), [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), - [4132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(1920), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, 0, 113), - [4141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, 0, 113), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), - [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), - [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), - [4151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1521), - [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), - [4156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), - [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 22), - [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 22), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), - [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), - [4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 4, 0, 0), - [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, 0, 34), - [4196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, 0, 34), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1, 0, 0), - [4202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1, 0, 0), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 99), - [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 99), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, 0, 93), - [4214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, 0, 93), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 75), - [4218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 75), - [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 48), - [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 3, 0, 94), - [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 42), - [4226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 42), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 44), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), - [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), - [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 73), - [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 73), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 42), - [4240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 42), - [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, 0, 76), - [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 43), - [4246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 43), - [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 19), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 17), - [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 17), - [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 74), - [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 74), - [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 17), - [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 17), - [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 35), - [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 32), - [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 45), - [4268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, 0, 102), - [4286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 3, 0, 102), - [4288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 66), SHIFT_REPEAT(1361), - [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 66), - [4293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 66), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 11), - [4305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_declarator, 1, 0, 11), - [4307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 66), SHIFT_REPEAT(1288), - [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 66), - [4312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 66), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 6), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1, 0, 0), - [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, 0, 50), - [4326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 2, 0, 50), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1, 0, 0), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 22), - [4340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 2, 0, 22), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 50), - [4346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 2, 0, 50), - [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [4358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2, 0, 0), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, 0, 123), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [4370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, 0, 87), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2, 0, 0), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 51), - [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [4384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 128), SHIFT_REPEAT(1385), - [4387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 128), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [4413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 118), SHIFT_REPEAT(1431), - [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 118), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, 0, 108), - [4430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1, 0, 0), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [4434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, 0, 87), - [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, 0, 32), - [4438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, 0, 32), - [4440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [4442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [4454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), - [4456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [4473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 118), SHIFT_REPEAT(1419), - [4476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 118), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [4482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, 0, 108), - [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [4486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [4488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1565), - [4491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1565), - [4494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, 0, 119), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [4504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [4516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, 0, 132), - [4518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1002), - [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), - [4523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), SHIFT_REPEAT(1756), - [4526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [4536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1588), - [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, 0, 122), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [4567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, 0, 122), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3, 0, 0), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 87), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [4599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 119), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [4607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(451), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [4616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, 0, 129), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, 0, 124), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [4652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, 0, 100), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1728), - [4705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(465), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [4730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 131), SHIFT_REPEAT(1969), - [4733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 131), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1193), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, 0, 127), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [4746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(665), - [4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), - [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 87), - [4753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 66), SHIFT_REPEAT(1156), - [4756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 66), - [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [4760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, 0, 132), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [4780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [4784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [4796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [4132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2, 0, 0), SHIFT_REPEAT(1959), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1, 0, 0), + [4139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1, 0, 0), + [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, 0, 20), + [4143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, 0, 20), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), + [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2, 0, 0), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, 0, 34), + [4161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, 0, 34), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), + [4175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1493), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), + [4184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3, 0, 0), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 75), + [4190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 75), + [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), + [4194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, 0, 0), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [4208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_enumerator_list_no_comma_repeat1, 1, 0, 0), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 73), + [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 73), + [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 3, 0, 94), + [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, 0, 19), + [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 17), + [4224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 3, 0, 17), + [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 42), + [4228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 4, 0, 42), + [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 43), + [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 43), + [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 17), + [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 4, 0, 17), + [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 35), + [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 45), + [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, 0, 48), + [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 32), + [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 44), + [4248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enumerator_list_repeat1, 2, 0, 0), + [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), + [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 6, 0, 98), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 42), + [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_enumerator_list, 5, 0, 42), + [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, 0, 76), + [4260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 74), + [4262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_enumerator_list, 5, 0, 74), + [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 50), + [4266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 2, 0, 50), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 66), SHIFT_REPEAT(1272), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 66), + [4275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, 0, 66), + [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 1, 0, 0), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [4283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1, 0, 0), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 6), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, 0, 102), + [4307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 3, 0, 102), + [4309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 66), SHIFT_REPEAT(1323), + [4312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 66), + [4314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, 0, 66), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, 0, 11), + [4326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_declarator, 1, 0, 11), + [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, 0, 50), + [4330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_declarators, 2, 0, 50), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [4334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, 0, 22), + [4336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declaration_declarator, 2, 0, 22), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 118), SHIFT_REPEAT(1412), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 118), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 51), + [4355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [4373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 128), SHIFT_REPEAT(1378), + [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 128), + [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [4392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 1, 0, 0), + [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), + [4398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_char_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1524), + [4401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [4403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1525), + [4406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1525), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [4421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, 0, 108), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, 0, 87), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, 0, 108), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, 0, 119), + [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list, 2, 0, 0), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, 0, 32), + [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, 0, 32), + [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_else_in_enumerator_list_no_comma, 2, 0, 0), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, 0, 123), + [4481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 118), SHIFT_REPEAT(1404), + [4484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 118), + [4486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, 0, 87), + [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [4514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1192), + [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, 0, 100), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, 0, 122), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, 0, 87), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [4555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, 0, 124), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_range_designator, 5, 0, 127), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [4589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(985), + [4592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2, 0, 0), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [4606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, 0, 122), + [4608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, 0, 119), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [4618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, 0, 129), + [4620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), SHIFT_REPEAT(1669), + [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2, 0, 0), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 66), SHIFT_REPEAT(1137), + [4634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, 0, 66), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 131), SHIFT_REPEAT(1975), + [4645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 131), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [4657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, 0, 132), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [4667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, 0, 132), + [4669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, 0, 87), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(666), + [4676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), + [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1607), + [4703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), + [4705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1701), + [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2, 0, 0), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(475), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [4735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3, 0, 0), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [4741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(451), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [4766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3, 0, 0), + [4768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3, 0, 0), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [4780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [4784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [4794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 6), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [4842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 6), - [4844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2, 0, 0), - [4846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2, 0, 0), - [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 124), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4, 0, 0), - [4863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4, 0, 0), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), - [4869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3, 0, 0), - [4871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3, 0, 0), - [4873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 4, 0, 114), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [4877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1, 0, 0), - [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, 0, 51), - [4881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, 0, 98), - [4883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 4, 0, 74), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [4893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 43), - [4895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 4, 0, 74), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, 0, 43), - [4917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, 0, 73), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, 0, 74), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, 0, 98), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 43), - [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 43), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2, 0, 0), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [5027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, 0, 74), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [5035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 73), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [5073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 43), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [5095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, 0, 98), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [5105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 17), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [5167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 42), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [5217] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [5227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 4, 0, 74), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [5239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 73), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, 0, 98), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [5269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 73), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [5273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 73), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [5277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, 0, 98), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [4810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2, 0, 0), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [4817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 4, 0, 114), + [4819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, 0, 51), + [4821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4, 0, 0), + [4823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4, 0, 0), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [4829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2, 0, 0), + [4831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2, 0, 0), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [4835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1, 0, 0), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, 0, 124), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, 0, 74), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [4889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 6, 0, 98), + [4891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 4, 0, 73), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 4, 0, 73), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 4, 0, 74), + [4915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 4, 0, 74), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [4941] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [4949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list, 3, 0, 43), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [4953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, 0, 73), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 4, 0, 74), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 5, 0, 74), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_enumerator_list_no_comma, 3, 0, 43), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [5003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef_in_field_declaration_list, 3, 0, 43), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [5015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 43), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [5019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 42), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [5075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, 0, 43), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [5081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2, 0, 0), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [5107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list, 5, 0, 98), + [5109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_enumerator_list_no_comma, 5, 0, 98), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [5133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, 0, 98), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [5155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_enumerator_list_no_comma, 4, 0, 17), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [5159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_enumerator_list_no_comma, 5, 0, 73), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, 0, 98), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [5223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, 0, 73), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), }; #ifdef __cplusplus @@ -119607,6 +119219,9 @@ TS_PUBLIC const TSLanguage *tree_sitter_c(void) { .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .primary_state_ids = ts_primary_state_ids, + .name = "c", + .reserved_words = &ts_reserved_words[0][0], + .max_reserved_word_set_size = 42, }; return &language; } 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 diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 799f599..30fa7f1 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -79,6 +79,12 @@ typedef struct { uint16_t external_lex_state; } TSLexMode; +typedef struct { + uint16_t lex_state; + uint16_t external_lex_state; + uint16_t reserved_word_set_id; +} TSLexerMode; + typedef union { TSParseAction action; struct { @@ -115,7 +121,7 @@ struct TSLanguage { const TSSymbol *public_symbol_map; const uint16_t *alias_map; const TSSymbol *alias_sequences; - const TSLexMode *lex_modes; + const TSLexerMode *lex_modes; bool (*lex_fn)(TSLexer *, TSStateId); bool (*keyword_lex_fn)(TSLexer *, TSStateId); TSSymbol keyword_capture_token; @@ -129,6 +135,9 @@ struct TSLanguage { void (*deserialize)(void *, const char *, unsigned); } external_scanner; const TSStateId *primary_state_ids; + const char *name; + const TSSymbol *reserved_words; + uint16_t max_reserved_word_set_size; }; static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) {